html { height:100%;}
body {
height:100%;
font-family:"メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Verdana, Helvetica, sans-serif";
color:#666; line-height:1.2em;
padding:0; margin:0;
}
a { color:#00F;}
a:hover { color:#06F;}

.container {
position:relative;
height:100%; min-height:100%;
background:#CCC; background-repeat:repeat-x;
border-left:1px #CCC solid; border-right:1px #CCC solid;
margin:0 auto;
}
body > .container { height:auto;}

.clear { clear:both; line-height:0; height:0;}

.main {
width:864px;/* 4px追加して8の倍数にした */
background:#FFF;
padding:32px 0; margin:0 auto;
clear:both;
}
.main:after { display:block; clear:both; content:'';}

/*　3カラム　*/

.col3_left   { width:230px; float:left; margin:0 0 0 8px;}
.col3_center { width:402px; float:left; margin:0 0 0 8px;}
.col3_right  { width:200px; float:right; margin:0 8px 0 0;}
* html .col3_left   { width:230px; float:left; margin:0 0 0 4px;}/* ？ */
* html .col3_center { width:402px; float:left; margin:0 0 0 6px;}/* ？ */
* html .col3_right  { width:200px; float:right; margin:0 4px 0 0;}/* ？ */

/*　2カラム　*/

.col2_left  { width:230px; float:left; margin-left:8px;}
.col2_right { width:609px; float:right; margin-right:8px;}
* html .col2_left  { width:230px; float:left; margin-left:4px;}/* ？ */
* html .col2_right { width:609px; float:right; margin-right:4px;}/* ？ */

/*　1カラム　*/

.col1 { margin:0 7px;}

/*　見出し　*/

h1 {
line-height:0;
padding:0; margin:0;
}

h2 {
width:570px;
background-image:url( /image/h2find.gif );
background-repeat:no-repeat;
border-bottom:#CCC 3px solid;
font-size:18px; line-height:22px; text-indent:42px;
margin:10px auto;
}

h3 {
text-indent:5px;
width:570px;
margin:30px auto 0px;
height:20px;
font-size:14px;
line-height:20px;
background-color:#000099;
border:#CCC 2px solid;
color:#CCC;
}

h4 { font-size:12px;}
h5 { font-size:10px;}
img { border:0; vertical-align:top;}

.s { font-size:10px;}
.sr { font-size:10px; color:#C00;}

/*　登録ボタン　*/

.regist {
width:230px; height:90px;
margin:0 0 5px 0;
}

.regist a {
display:block; width:230px; height:90px;
background-image:url( /image/btn_registration.gif );
background-position:0 0;
text-indent:-9999px; text-decoration:none;
margin:0;
}
.regist a:hover { background-position:0 -90px;}

/*　バナー　*/

img.banner { margin:0 auto 5px;}

/* マイページ gooユーザ向け */

.gootxt {
color:#F00; font-size:14px; line-height:22px; text-align:center;
padding:30px 0;
}
.gootxt a { color:#F00;}
.gootxt a:hover { color:#f66;}

.sub a.l_download {
display:block; width:278px; height:126px;
background:url( /project/egg/image/launcher_download.jpg ) no-repeat top center;
line-height:300px;
overflow:hidden;
margin:30px auto 100px;
}
.sub a.l_download:hover{ background-position:url( /project/egg/image/launcher_download.jpg ) no-repeat bottom center;}

.egglauncher_description { margin-bottom:2em;}
.egglauncher_version { color:#0CC;}

/* フォーム */

input[type="text"], input[type="password"],
textarea {
padding:0.5em;
outline:none;
border:1px solid #666; border-radius: 3px;
font-size:1.2em;
}

input[type="text"]:focus,
input[type="password"]:focus,
texture:focus {
background:#16337C;
color:#FFF;
}
