@charset "euc-jp";

html{
height:100%;
}

body{
height:100%;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
line-height:1.2em;
font-size:0.8em;
color:#666666;
margin:0px;
padding:0px;
background-image:url(/en/image/background.gif);
background-repeat:repeat-x;
background-color:#CCCCCC;
}

a{
color:#0000ff;
}

a:hover{
color:#0066ff;
}

.container{
width:860px;
margin:0px auto;
position:relative;
height: 100%;
min-height: 100%;
background-color:#FFFFFF;
border-left:1px #CCCCCC solid;
border-right:1px #CCCCCC solid;
}

body > .container{
height: auto;
}

.main{
background-repeat:no-repeat;
background-position:500px 40px;
width:860px;
margin:5px auto 0px;
padding-bottom:110px;	/*　フッターの高さに合わせる　*/
clear:both;
}


/*　3カラム　*/

.col3_left{
width:230px;
float:left;
margin:0px 0px 0px 7px;
}

.col3_center{
width:402px;
float:left;
margin:0px 0px 0px 7px;
}

.col3_right{
width:200px;
float:right;
margin:0px 7px 0px 0px;
}

* html .col3_left{
width:230px;
float:left;
margin:0px 0px 0px 4px;
}

* html .col3_center{
width:402px;
float:left;
margin:0px 0px 0px 6px;
}

* html .col3_right{
width:200px;
float:right;
margin:0px 4px 0px 0px;
}

/*　2カラム　*/

.col2_left{
width:230px;
float:left;
margin-left:7px;
margin-bottom:20px;
}

.col2_right{
width:609px;
float:right;
margin-right:7px;
margin-bottom:20px;
}

* html .col2_left{
width:230px;
float:left;
margin-left:4px;
margin-bottom:20px;
}

* html .col2_right{
width:609px;
float:right;
margin-right:3px;
margin-bottom:20px;
}

.clear{
clear:both;
line-height:0;
height:0;
}

/*　1カラム　*/

.col1{
margin:0px 7px;
}


/*　見出し　*/

h1{
margin:0px;
padding:0px;
line-height:0px;
}

h2{
text-indent:42px;
height:22px;
width:570px;
margin:10px auto;
line-height:22px;
background-image:url(/en/image/h2find.gif);
background-repeat:no-repeat;
border-bottom:#CCCCCC 3px solid;
font-size:18px;
}

h3{
text-indent:5px;
width:570px;
margin:30px auto 0px;
height:20px;
font-size:14px;
line-height:20px;
background-color:#000099;
border:#cccccc 2px solid;
color:#ccccCC;
}

h4{
font-size:12px;
}

h5{
font-size:10px;
}

img{
border:0px;
vertical-align:top;
}

.s{
font-size:10px;
}

.sr{
font-size:10px;
color:#CC0000;
}

/*　登録ボタン　*/

.regist{
width:230px;
height:90px;
margin:0px 0px 5px 0px;
}

.regist a{
text-indent:-9999px;
text-decoration:none;
display:block;
width:230px;
height:90px;
margin:0px;
background-image:url(/en/image/btn_registration.gif);
background-position:0px 0px;
}

.regist a:hover{
background-position:0px -90px;
}

/*　バナー　*/

img.banner{
margin:0px auto 5px;
}

