@charset "utf-8";

/* ------------------------------CSS Document設定------------------------------ */

html {
	height:100%;
}

body {
	background-color:#FFFFFF;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:1.8;
	color:#333;
	margin:0;
	padding:0;
	text-align:center;
}

br {
	height:1px;
}

br.clear {
	clear:both;
}

img {
	border:medium none;
}

strong {
	font-weight:800;
}

H1 {
	font-size:14px;
	line-height:1.8;
	font-weight:800;
	margin: 0;
	padding: 0;
}


blockquote{
	margin:10px 40px 10px 10px;
	padding:10px;
	background:#424242;
	border:dotted 2px #666666;
	font-size:12px;
	font-weight:normal;
	color:#CCCCCC;
}

object, embed {
	margin:0px;
}

a {text-decoration:underline;}
a:link {color:#045B9D;}
a:visited {color:#045B9D;}
a:active {color:#D50000;}
a:hover {text-decoration:none;color:#D50000;}






/* ------------------------------     段組     ------------------------------ */

#page{
	width:800px;
	margin:0 auto;
	padding:0;
}


.pageframeleft{
	background-image:url(../images/pageframe_l2.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	vertical-align:top;
	width:20px;
}

.pageframecenter{
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	vertical-align:top;
	width:800px;
}

.pageframeright{
	background-image:url(../images/pageframe_r2.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	vertical-align:top;
	width:20px;
}


#mainmenu{
	clear:both;
	width:800px;
	margin:0 auto;
	padding:0;
}

#footer{
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	text-align:left;
	font-weight:normal;
	color:#FFFFFF;
	width:840px;
	height:39px;

}




/* ------------------------------メイン------------------------------ */

.basefont {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

.recomend {
	font-size: 12px;
	line-height: 18px;
	font-weight:800;
	color: #FFF;
}

.recomendtit {
	font-size: 12px;
	line-height: 18px;
	font-weight:800;
	color: #000;
}

.recomendtxt {
	font-size: 10px;
	line-height: 14px;
	color: #000;
}

.recomendimg {
	float:right;
	clear:both;
	margin: 0px 0px 5px 10px;
	padding: 0;
	border:1px solid;
	border-color:#999;
}


.titbg {
	background-image:url(../images/tit_bg.jpg);
}

.titallbg {
	background-image:url(../images/tit_allbg.jpg);
}



.blogfont {
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

.owabi {
	font-size: 10px;
	line-height: 14px;
	color: #F93;
}

#strongfont{
	color:#6CF;
	font-weight:800;
}

.pochi {
	font-size: 12px;
	line-height: 18px;
	color: #0865AB;
}

.alartfont {
	font-size: 12px;
	line-height: 18px;
	color: #FF0000;
}


.kosuu{
	margin:5px 0 0 0;
	text-align:left;
	font-size:12px;
}


#table-12 {
    width: 580px;
	margin:0;
	padding:0;
    border:0 #FFFFFF solid;
    border-collapse: collapse;
	text-align:left;
}

#table-12 th {
	border: 0 #FFFFFF solid;
	margin:5px;
	padding:5px;
    border-width: 0 0 3px 3px;
    background: #D4E6F5;
    line-height: 120%;
    text-align: left;
	font-weight:normal;
}

#table-12 td {
	border: 0 #FFFFFF solid;
	margin:5px;
	padding:5px;
    border-width: 0 0 3px 3px;
    text-align: left;
}


#table-13 {
    width: 580px;
    border: 1px #BBBBBB solid;
    border-collapse: collapse;
    border-spacing: 0;
}

#table-13 th {
    padding: 5px;
    border: #BBBBBB solid;
    border-width: 0 0 1px 1px;
    background: #D4E6F5;
	font-weight:normal;
    line-height: 160%;
    text-align: center;
}

#table-13 td {
    padding: 5px;
    border: 1px #BBBBBB solid;
    border-width: 0 0 1px 1px;
    line-height: 160%;
    text-align: center;
}

#subtd{
	border: 0 #FFFFFF solid;
	margin:5px;
	padding:10px;
	border:0 #E8F0F6 solid;
    border-width: 0 0 3px 3px;
	background: #E8F0F6;
    text-align: left;
}

#guideframe {
    width: 400px;
    padding: 10px;
	margin: 20px;
    border: solid 1px #ccc;
    background-color: #D4E5F5;
	color:#000;
	font-size:12px;
	line-height:18px;
	text-align:center;
}

#guideframe2 {
    width: 400px;
	height:30px;
    padding: 40px;
	margin:20px;
    border: solid 1px #ccc;
    background-color: #D4E5F5;
	color:#000;
	font-size:16px;
	line-height:18px;
	text-align:center;
}
