/* @override http://montresor.o-m-a.jp/styles-site.css */


/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 10px;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: "ヒラギノ丸ゴ Pro W4", Hiragino Maru Gothic Pro, Osaka, "ＭＳ Ｐゴシック";
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}
h1,
.wrapping {
	font-size:16px;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 5px;
	padding-top: 40px;
	color: #A00412;
	margin-bottom: 2em;
	display: block;
	clear: both;
}

h2, h3, h4, h5{
font-size:12px;
}

h2 {
}

h3{
	font-weight:bolder;
	color: #333;
	margin-top: 20px;
}
h4{
	background: url(design-image/h4_bg.gif) no-repeat right bottom;
	padding: 0 0 13px 0;
	font-weight: bolder;
	margin-top: 15px;
	display: block;
	clear: both;
	color: #333333;
	font-size: 14px;
}

/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 812px; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   min-height: 1px;
}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
	padding: 30px 56px;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}



.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* basic page elements */

body
{
   font-family: "ヒラギノ丸ゴ Pro W4", Hiragino Maru Gothic Pro, Osaka, "ＭＳ Ｐゴシック";
   font-size: 12px;
}

a { color: #A40414; text-decoration: underline; }
a:hover { color: #FF6666; }

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }


.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #36414d;
   padding: 5px;
   color: #fff;
   background: #a3b8cc;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

body
{
	min-width: 720px;
	color: #666;
	background: #FAF7E8;
}

#container
{
   margin-bottom: 20px;
}

#container-inner
{
}

#banner
{
	background-repeat: no-repeat;
	background-position: center;
}

#banner-inner
{
}

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}

#alpha {
	width: 100%;
}
#beta { width: 200px; background: #e6ecf2; }
#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 10px 10px 0 10px;
   border-width: 2px 2px 2px 0;
   border-style: solid;
   border-color: #fff;
}

.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
   margin-top: 0;
   border-left: 5px solid #dae0e6;
   padding: 0 0 0 10px;
   color: #666;
   font-size: 18px;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #a3b8cc;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #e6ecf2;
}

.comments-open-footer
{
   margin: 10px 0;
}

/* one-column tweaks */

   .layout-one-column #container {
	width: 812px;
	background-image: url(design-image/container_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
   .layout-one-column #banner { width: 812px; } /* necessary for ie win */




/*montresor個別設定*/

.wrapping{
	clear:both;
	/*padding-top: 0px;*/
	margin-top: 0px;
}

/* sale-list関連 */
.sale-list{
	float:left;
	width:320px;
	padding: 0 15px;
}
.sale-list img{
	float:left;
}
.ditail-info{
	width:160px;
	float:right;
	min-height:145px;
}

/* wrapping 関連 */

.wrapping-ditail img{
	margin-right:5px;
}

.wrapping-ditail {
border-bottom:1px solid #c0c0c0;
margin-bottom:20px;
}


/* present 関連 */

.present-info{
	margin-bottom: 0;
}
.present-info .caption{
	margin-top:0;
	margin-bottom: 0;
	font-size:x-small;
}


/* shop-menu 関連 */
#shop-menu{
	border:1px solid #A00412;
	padding:20px;
	overflow: visible;
	margin: 20px 0;
	clear: both;
}
.shop-menu-txt{
	float:left;
	width: 320px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}
.shop-menu-nama{
	float:right;
	width: 310px;
}
.shop-menu-txt p,
.shop-menu-nama p {
	line-height: 1.5;
	margin-top: 8px;
	margin-bottom: 0px;
}
.shop-menu-txt img,
.shop-menu-nama img {
	margin: 0 auto;
	display: block;
}



#footer {
	background-image: url(design-image/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 132px;
}
.pagetop
{
    float:right;
    margin-right:56px;
}
.index{
	display:block;
	border-bottom:solid 1px #c0c0c0;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0 0 5px;
}
p {
	line-height: 1.7em;
	margin-bottom: 20px;
}
.caption {
	font-size: x-small;
}
#column p {
	padding-right: 30px;
}
#column .caption {
	padding-right: 30px;
	display: block;
}
#column {
	margin-bottom: 20px;
}
#lesson .caption {

	padding-left: 30px;
	display: block;
	margin-bottom: 0px;
}
#lesson {
	margin-bottom: 20px;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	font-style: oblique;
}
.ditail-info p {
	margin-bottom: 8px;
	font-size: 11px;
	line-height: 1.5em;
}
h5 {
	margin-top: 0px;
	color: #787878;
	font-size: 14px;
}
h6 {
	color: #A00412;
	font-size: 16px;
}
#leftcolumn {
	float: left;
	width: 518px;
	margin: 0 30px 0 0;
}
#sidebar {
	float: left;
	margin: 20px 0 0;
}
.red {
	color: #A00412;
}
#sidebar a img {
	border: none;
	margin: 0;
	float: none;
}
.tophid {
	display: none;
	font-size: 9px;
}
.gray {
	color: #333333;
}

/*写真系*/
.ph-left img{
	margin:0 5px 5px 0;
}
.ph-right img{
	margin:0 0 5px 0;
}
#swclaph {
	width:121px;
}
#calsalph{
	width:174px;
}
#calclaph {
	width:171px;
}
#calclaphr {
	width:167px;
}

/*トップ*/
#info{
	width:800px;
	background: url(design-image/top_info.gif) no-repeat 10px center;
	border:1px solid #83753D;
	text-align:left;
	margin:auto;
	margin-top:15px;
	margin-bottom:10px;
}
#info-inner{
	padding:10px 10px 10px 120px;
	margin:10px;
	height:50px;
	overflow:auto;
	line-height:1.7;
	color: #A00412;
}
/*ニュース*/
.newsbody {
	margin-bottom: 2em;
	clear: both;
	position: relative;
	font-size: 14px;
}

h4 span {
	font-size: 70%;
	margin-left: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-style: oblique;
	text-transform: lowercase;
}

.newsbody img {
	padding: 4px;
	background: #FAF7E8;
	border-top:1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	border-bottom: 1px solid #A6A6A6;
	border-right:1px solid #A6A6A6;
}
.newsbody .caption {
	float: none;
}
.newsbody dl {
	float: right;
	margin: 0 9px 20px 9px;
}
.newsbody dt{
	margin:0;
	padding:0;
}
.newsbody dd{
	display:block;
	margin:.2em 0 0 0;
	padding:0;
	font-size:75%;
}
.newsbody dd a{
	color:#666;
}
.newsbody ul {
	padding: 0px 0px 0px 1.1em;
	margin-left: 0px;
	line-height: 1.7;
}
.newsbody a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.newsbody table {
border-collapse:collapse;
margin-bottom:2em;
}
.newsbody td {
border-top:1px solid #FF8F7F;
border-bottom:1px solid #FF8F7F;
padding:.5em;
}
.row{
clear:both;
}

#wrappex{
	margin-bottom: 20px;
	width: 703px;
	font-size: 80%;
}
#wrappex dl{
	display: block;
	float: left;
}
#wrappex dt,
#wrappex dd{
	display: block;
	margin: 0 10px 10px 0;
	line-height: 1.5;
}

#squre{
	width: 194px;
}
#tea{
	width: 243px;
}
#tea dd{
	padding-left: 5px;
	padding-right: 0px;
	margin-right: 0;
}
#circle{
	width: 256px;
	margin-right: 0;
	margin-left: 10px;
	text-align: right;
}
#circle dd{
	margin-right: 0;
	padding-left: 10px;
}

*html #wrappex dt{
margin-right:0;
margin-left:0;
}
*html #circle{
margin-left: 0px;
}
