@charset "Shift_JIS";

img, div { behavior: url(iepngfix.htc) }

html,body{
height:100%;
background:#F4DDAB;
}

h1{
font-size:11px;
color:#6B2402;
margin-left:90px;
}

#wrapper{
min-height:85%;
width:950px;
background:#ffffff;
margin:0 auto;
border-left:1px solid #A5998C;
border-right:1px solid #A5998C;
}

/* IE6 */
*html #wrapper{
height:85%;
}

#header{
background:url(img/head.jpg) no-repeat;
height:133px;
}

#header-left{
float:left;
}

#header-left img{
margin:25px 0 0px 30px;
}

#header-right{
float:right;
}

#header-right img{
float:right;
}

#header-menu{
float:right;
margin:0 5px 0 0;
display:inline;
}

#header-menu img{
float:left;
}

#contents{
}

#main{
background:#ffffff;
width:930px;
padding:15px 10px 0 10px;
}

#mainsub{
background:#ffffff;
width:910px;
padding:15px 20px 100px 20px;
}

#mainsub p{
line-height:24px;
font-size:15px;
}

#mainsub h2{
font-size:16px;
border-bottom:2px dotted #6C2101;
border-left:5px solid #6C2101;
padding-left:5px;
width:200px;
margin:50px 0 10px 0;
}

#mainsub em{
font-size:15px;
font-weight:bold;
padding:0 5px 0 5px;
font-style:normal;
border-bottom:2px dotted #6C2101;
border-left:5px solid #6C2101;
}

#main1-right{
float:right;
background:url(img/mora.jpg);
width:286px;
height:326px;
margin-bottom:20px;
}

#main1-right img{
float:right;
margin-right:50px;
}

#main1-right p{
font-size:13px;
margin:70px 35px 0 35px;
line-height:20px;
}

#main2{
background:#ffffff;
width:930px;
padding:0px 10px 0px 10px;
}

#main2-left{
padding-bottom:50px;
float:left;
background:url(img/left.jpg) no-repeat 0 50px;
width:290px;
height:610px;
}

#main2-right{
float:left;
padding-bottom:50px;
background:url(img/right.jpg) no-repeat 0 50px;
width:630px;
height:850px;
margin-left:10px;
}

#main2-right img{
float:left;
}

#main2-right p{
float:left;
font-size:12px;
color:#692204;
margin:15px 0 0 20px
}

#flash{
float:left;
padding:3px;
height:310px;
border:5px solid #C6E600;
margin-bottom:20px;
}

#footer{
clear:left;
text-align:center;
overflow:hidden;
height:15%;
margin:0 auto;
width:950px;
border-left:1px solid #A5998C;
border-right:1px solid #A5998C;
}

#footer p{
background:url(img/footer.jpg) no-repeat;
padding-top:75px;
height:60px;
font-size:12px;
color:#692204;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}