@charset "UTF-8";

/* import files */
@import URL(basic.css);



/********** --初期設定 **********/

body{
background:#FFFFFF url(../img/common/bg.gif) repeat-x;
text-align:center;
min-width:860px;
margin:0;
padding:0;
font: 12px/1.5em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
color:#575757;
}


/*-- 初期設定を上書き --*/
body, td, th, input, select, option, textarea
{

}

a{
color:#0657a8;
text-decoration:underline;
}

a:visited
{
color:#0657a8;
}

a:hover{
color:#000000;
text-decoration:underline;
}

img{
border:none;
}

p{
margin:0;
padding:0;
}

.f-large
{
color:#0657a8;
font-size:1.35em;
font-weight:bold;
}

.f-numLarge
{
color:#454545;
font-size:1.35em;
}

.f-small{
font-size:0.82em;
}

.strong{
font-weight:bold;
}

.notice{
font-size:0.83em;
color:#fc38de;
}

br.clear-both, 
div.clear-both,
div#footer-img{
clear:both;
font: 1px/1px monospace;
display: block;
}

hr{
display:none;
}

div.content-check li:first-line {
font-weight: bold;
color: #A52A2A;
}
