@charset "utf-8";
@import url("reset.css");


* {
	font-size: 97%;
	line-height: 1.7em;
}
body {
	background-color: #f4f4f4;
	_text-align: center;
	color:#333;
}
a {
 	color: #06f;
	text-decoration: underline;
}
a:link {
 	color: #06f;
	text-decoration: underline;
}
a:hover {
	color: #f60;
}
a:active {
	color: #f60;
}
a:visited {
	color: #06f;
}
p,strong,dt,li,dt,dd,a,th,td,label,span {
	font-size: 100%;
	_text-align: left;
}
.text_center {
	text-align: center;
}
.pad_bottom10 {
	padding-bottom: 10px;
}
.pad_bottom15 {
	padding-bottom: 15px;
}
.pad_bottom20 {
	padding-bottom: 20px;
}
.pad_top20 {
	margin-top: 20px;
}
.photo {
	border: 4px solid #e7e7e7;
}
.clear {
	clear: both;
}
hr {
	visibility:hidden;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text_right {
	text-align: right;
}
.red {
	color: red;
}
.bold,strong {
	font-weight: bold;
}
.small {
	font-size: 90%;
}
.gray {
	color: #666;
	font-size: 95%;
}
.green {
	color: green;
}
.red_small {
	color: red;
	font-size: 90%;
}

/*-- 外枠 --*/
#Lv0_wrap {
	width: 860px;
	_width: 862px;
	margin: 0 auto;
	_text-align: left;
	background-color: #ffffff;
	border-top: 4px solid #3399FF;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/*-- ヘッダー --*/
#header  {
}

/*-- コンテンツ枠 --*/
#contents {
	padding: 15px 20px;

}


/*-- 左サイドコンテンツ --*/
#left_contents_out {
	width: 194px;
	float: left;
	margin: 0 0 40px 0;
}
#left_contents {
	width: 178px;
	_width: 194px;
	padding: 8px;
	background: #ddd;
	margin: 0 0 10px 0;
}
#left_contents ul {
	background: #fff;
}
#left_contents ul#left_menu01 {
	margin: 10px 0 0 0;
}
#left_contents ul#left_menu05 {
	padding: 0 0 20px 0;
}
#left_contents li.li_title {
	padding: 10px 0 6px 0;
}
#left_contents li.left_menu {
	padding: 0 15px;
	line-height: 1.8em;
	font-size: 95%;
}
#left_ban {
	padding-bottom: 10px;
}
#left_ban li {
	padding-bottom: 5px;
	text-align: center;
}
#left_contents li.left_menu02 {
	padding: 0px 15px 10px;
	line-height: 1.2em;
	font-size: 85%;
}


/*-- メインコンテンツ --*/
#main_contents {
	float: right;
	width: 607px;
	margin-bottom: 40px;
}
#main_contents div.inner {
	clear: both;
	padding: 0 9px 0 8px;
	margin: 0 0 30px 0;
}
#main_contents div.inner h2 {
	margin: 0 0 12px 0;
}


/*-- パンくずリスト --*/
#pankuzu {
	clear: both;
	font-size:85%;
	background-color: #ddd;
	color: #666;
	padding: 5px 10px;
	margin: 0 0 5px 0;
}


/*-- フッター --*/
#footer {
	clear: both;
	position: relative;
	background: url(../images/common/footer_bg.jpg) no-repeat;
	height: 300px;
	width: 860px;
	margin: 0 auto;
}
#footer ul.f_menu {
	float: left;
	padding: 22px 0px 0 27px;
}
#footer li {
	margin: 0 0 0 16px;
	font-size: 85%;
	line-height: 1.7em;
}
#footer li.footer_li_title {
	margin: 0 0 0 0px;
}
#footer p#footer_img {
	padding: 28px 38px 0 0;
}
#footer #copyright {
	position: absolute;
	bottom:30px;
	right: 25px;
	font-size: 85%;
}
#footer #copyright a {
	color: #333;
	text-decoration: none;
}





/* =========== IE用印刷設定CSS =========== 
649(印刷での表示幅) ÷ (スクリーンでの表示幅) x 100 = （端数切り捨て）
   =========== IE用印刷設定CSS =========== */
@media print{
	body {
	_zoom: 0.8; /*WinIE用 */
 }
}
