@charset "utf-8";

/* 全体
--------------------------------------*/
.hide {
	visibility: hidden;
}
h1, h2, h3, h4, h5, h6, p, address, dl, table, ul, ol, strong, em {
	font-size: 12px;
	color: #333333;
	line-height: 12px;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
a {
	font-size: 12px;
	color: #f99e1d;
	line-height: 13px;
	text-decoration: underline;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
}
a:hover {
	color: #fac147;
}




/* ヘッダー　サイトID
--------------------------------------*/
#header strong#catch_copy {
	padding-top: 8px;
	margin-left: 14px;
	display: block;
}
#header img#site_id {
	padding-top: 0px;
	margin-left: 10px;
	width: 680px;
	height: 50px;
}
#header p#pan_kuzu {
	margin-top: 8px;
	margin-left: 18px;
	height: 20px;
}


/* メインエリア　タイトル
--------------------------------------*/
#main_area h1 {
	clear: left;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 20px;
	padding-left: 10px;
	padding-top: 4px;
	background-image: url(../image/h1_header.png);
	height: 24px;
	width: 530px;
	font-weight: bold;
}
#main_area h2 {
	font-size: 16px;
	line-height: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #2c6fdf;
	border-left-color: #2c6fdf;
	padding-left: 5px;
	padding-bottom: 2px;
}
#main_area h3 {
	width: 514px;
	margin-left: 10px;
	font-size: 15px;
	line-height: 15px;
	margin-top: 20px;
	padding: 8px;
	background-color: #2c6fdf;
	color: #FFFFFF;
}
/* 左エリア　メニュー
--------------------------------------*/
#left_area h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	background-image: url(../image/menu_header.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 190px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 4px;
}
#left_area div.menu_side {
	background-image: url(../image/menu_side.png);
	background-repeat: repeat-y;
	width: 200px;
}
#left_area li {
	line-height: 22px;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 10px;
}
#left_area ul {
	padding-top: 5px;
}
#left_area p {
	line-height: 16px;
	padding-top: 10px;
	width: 180px;
	margin: 0 auto;
}
#left_area img {
	margin-top: 6px;
	margin-left: 8px;
}
#left_area div.menu_footer {
	background-image: url(../image/menu_footer.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 10px;
	margin-bottom: 10px;
}
#left_area a {
	color: #444444;
	line-height: 12px;
	text-decoration: none;
	width: 170px;
/*	display: block;*/
}
#left_area a:hover {
	color: #f99e1d;
	font-weight: bold;
}


/* フッター　コピーライト
--------------------------------------*/
#footer p {
	font-size: 10px;
	color: #999999;
	float: right;
	margin-top: 10px;
}




