@charset "shift_jis";

body{
	margin:0;
	padding:0;
	color:#3B3B3B;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:9pt;
	line-height:1.4;
	background-image: url(../img/common/background_img.gif);
	background-repeat: repeat-x;
	background-position: top;
}

h1{
	margin:0;
	padding:0;
	clear: both;
	font-size: 10px;
	color: #333;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
	line-height:20px;
}

h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

a:link{
	color:#427AB7;
}

a:visited{
	color:#427AB7;
}

a:hover{
	color:#E48801;
}

a:active{
	color:#427AB7;
}


/* 赤のドット */
.dotto{
	background:#43A0D3 url(../img/common/dotto_mesh.gif);
}
/* 薄い赤の背景 */
.red_light{
	background:#E4F2FD;
}


/* ヘッダーのテキスト */
h2{
	font-size:9pt;
	margin:0;
	padding:0;
}

/* ヘッダーの住所 */
.header_address{
	color:#FFF;
	font-size:8pt;
	line-height:10px;
	font-weight:bold;
}


/* パンくず */
.sitepath{
	margin:15px 0;
	font-size:8pt;
	line-height:5px;
}

.sitepath_home{
	color:#FFF;
	background:#1663A9;
	padding:3px;
	font-weight:bold;

}

/* テーブルの設定 */
th{
	text-align:left;
	background:#F6F3F0;
	color:#FF9900;
}



.sitepath_home a:link,
.sitepath_home a:visited,
.sitepath_home a:hover,
.sitepath_home a:active{
		text-decoration:none;
}


/* フッター */
.footer{
	font-size:10px;
	background:url(../img/common/bg_footer.jpg) repeat-x center bottom;
}

.footer_menu{
	margin:0 10px;
}


.footer a:link,
.footer a:visited{
	color:#333;
}

.footer a:hover,
.footer a:active{
	color:#666;
}


.footer_submenu{
	padding:20px 10px;
}


p.copyright{
	font-family: 'Verdana',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color:#1A65A9;
}



