/* CSS Document */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#0000FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#0000FF;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ */
    *font-size: 12px; /* IE 7 */
    *font: 12px; /* IE 6以下 */
	text-align:center;
	background-image: url(image/back.gif);
	}
p,th,td,li{
	font-size:13px;
	*font-size:100%;
	*font:100%;
	}

/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}

/*■基本レイアウト*/

#bg{
	width:860px;
	background: url(image/bc_con.gif) repeat-y;
	text-align: center;
	}
	
#container{
	width: 840px;
	margin: auto;
	text-align: center;
	}
	
#container h1{
	font-size: 16px;
	margin:10px 0px 5px 10px;
	line-height: 130%;
}

#container p{
	font-size: 12px;
	margin:0 0 30px 30px;
	line-height: 130%;
}

#gaiyo {
}

#gaiyo p{
	margin:10px 0 10px 10px;
	font-size: 13px;
}
	
#setubi {
	margin: 1em 0 1em 0;
}

#setubi p{
	font-size: 14px;
	line-height: 150%;
}

#setubi2 {
	margin: 1em 0 1em 0;
}

#setubi2 p{
	font-size: 21px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	line-height: 150%;
}

#jisseki {
	margin: 30px 0 1em 0;
}

#jisseki p{
	font-size: 16px;
	line-height: 150%;
}
		