@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
zoom:normal;
}
html{
height:100%;
overflow-y:scroll;
}
html:first-child body{
min-height:100%;
padding-bottom:1px;
}

body {
line-height: 1.5;
font-family:Meiryo,"メイリオ","ヒラギノ丸ゴ Pro W4","HiraMaruPro-W4","MSゴシック",Osaka;
font-size:medium;
color:#666;
background:url(../common/bg.gif) no-repeat left top #fff;
}

/*リンク設定
----------------------------------------------------------------*/
a { }
a:link	{ color:#690;text-decoration:none; }
a:visited	{ color:#690;text-decoration:none; }
a:hover	{ color:#690;text-decoration:underline; }
a:active	{ color:#690;text-decoration:underline; }




.clear { clear:both; }

.clearnone { clear:none; }






/*パーツ関連
----------------------------------------------------------------*/

.center{text-align:center;}


.fleft{float:left;}
.fright{float:right;}

.green{color:#690;}

.red{color:#c00;}

