@charset "UTF-8";
/* CSS Document */

body{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 75%;
color: #666;
line-height: 1.5em;
margin: 0px;
padding: 0px;
border: 0px;
text-align: center;
background-color: #e22d00;
}
body a{
cursor: pointer;
}

/* wrap -----------------------------------------------------*/
#wrap{
width: 100%;
height: auto;
margin: 0 auto;
padding: 0px;
text-align: left;
background-image: url(../images/bg2_1.gif);
background-repeat: repeat-x;
}

/* wrap-container -----------------------------------------------------*/
#wrap-container{
width: 100%;
height: auto;
margin: 0 auto;
padding: 0px;
}

/* top -----------------------------------------------------*/
#top{
width: 600px;
height: 120px;
margin: 0 auto;
padding: 0px;
}
#top h1{
width: 187px;
height: 110px;
display: block;
margin: 0px;
padding: 0px;
text-indent: -1000em;
font-size: 1px;
line-height: 1px;
overflow: hidden;
background-image: url(../../shared/images/logo.gif);
background-repeat: no-repeat;
background-position: left bottom;
}

/* wrap-contents1 -----------------------------------------------------*/
#wrap-contents1{
width: 100%;
height: auto;
margin: 0 auto;
padding: 0px;
background-image: url(../images/bg2_2.gif);
}

/* wrap-contents2 -----------------------------------------------------*/
#wrap-contents2{
width: 600px;
height: auto;
margin: 0 auto;
padding: 0px;
}

/* contents -----------------------------------------------------*/
#contents{
width: 600px;
height: 0 auto;
margin: 0px;
padding: 20px 0 0 0;
background-image: url(../images/contents_bg2.gif);
background-repeat: repeat-y;
background-position: left top;
}

/* main -----------------------------------------------------*/
#main{
width: 500px;
height: auto;
margin: 0 0 0 50px;
padding: 0 0 30px 0;
}
#main h2{
display: block;
margin: 0 0 10px 0;
font-size: 130%;
text-align: left;
}
#main p{
display: block;
margin: 0 0 10px 0;
text-align: left;
}
#main #c-btn{
width: 500px;
height: 20px;
margin: 0px;
padding: 0px;
}
#main #c-btn p{
width: 60px;
height: 20px;
margin: 0px;
padding: 0px;
float: right;
text-indent: -1000em;
line-height: 1px;
font-size: 1px;
}
#main #c-btn p a{
width: 60px;
height: 20px;
display: block;
float: right;
background-image: url(../images/close_btn.gif);
background-repeat: no-repeat;
overflow: hidden;
}

/* bottom -----------------------------------------------------*/
#bottom{
    width: 100%;
	height: auto;
	padding: 0 0 20px 0;
	margin: 0 auto;
	clear: both;
}
#bottom p{
width: 600px;
height: 55px;
margin: 0 auto;
display: block;
line-height: 1px;
font-size: 1px;
text-indent: -1000em;
background-image: url(../images/copy2.gif);
background-repeat: no-repeat;
background-position: left bottom;
overflow: hidden;
}

/* clearfix -----------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix{ 
zoom: 100%;
}
.clearfix { display: inline-table;}
/* Hides from IE-mac ￥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */
