@charset "UTF-8";
@import url("reset.css");
@import url("lib/misc.css");


* {
	font-size: 98%;
	line-height: 1.5em;
	color: #222;
}
body {
	min-width: 912px;
	_text-align: center;
	color: #454545;
	background: #fff;
}
a,a:link,a:visited {
 	color: blue;
	text-decoration: underline;
}
a:hover,a:active {
	color: red;
	text-decoration: underline;
}
p {
	_text-align: left;
}
strong,dt,th,td,li,dt,dd,a,address,span,b,em {
	font-size: 100%;
	_text-align: left;
}
b {
	font-size: 110%;
}
em {
	font-size: 110%;
	font-weight: bold;
	color: #c00;
}

/*-- 全体の括り --*/
#Lv0_wrap {
	width: 910px;
	_width: 912px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*-- ヘッダー --*/
#Lv1_header {
	height: 105px;
	position: relative;
	margin: 0 0 10px 0;
}
#Lv1_header h1 {
	padding: 8px 0 8px 7px;
}
#Lv1_header #company_name {
	position: absolute;
	top:12px;
	left:123px;
}
#Lv1_header ul {
	padding: 22px 0 0 0;
}
#Lv1_header ul li.pad_top20 {
	padding: 19px 0 0 0;
}


/*-- コンテンツの括り --*/
#Lv1_contents {
	clear: both;
	_text-align: left;
	padding: 0 20px;
	margin: 20px 0 15px 0;
}


/*-- 右側のメインコンテンツ --*/
#Lv2_right_contents {
	width: 680px;
	_width: 685px;
	_text-align: left;
	float: right;
}

/*-- 左側のサイドコンテンツ --*/
#Lv2_left_contents {
	width: 155px;
	margin: 0;
	font-size: 0;
	line-height: 0;
}



/*-- フッター --*/
#pagetop {
	background: url(../images/common/illust_small.gif) 340px top no-repeat;
	height: 52px;
	margin: 40px 15px 15px 0;
}
#pagetop a {
	display: block;
	width: 180px;
	float: right;
	text-align: center;
	padding: 5px 0;
	margin: 15px 0;
	color: #000;
	background: #ADDBF0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/PIE.htc);
	_behavior: none;
	position: relative;
	text-decoration: none;
}
#pagetop a:hover {
	color: #666;
	text-decoration: underline;
}
#Lv1_footer {
	background: url(../images/common/footer_img.gif) no-repeat top right;
	height: 56px;
}
#Lv1_footer p {
	font-size: 75%;
	line-height: 1.1;
	padding: 7px 15px 0 15px;
}
#Lv1_footer a {
	text-decoration: none;
	color: #222;
	line-height: 1.1;
}
#Lv1_footer a:hover {
	text-decoration: underline;
}



/*-- その他共通設定 --*/
.icon {
	background: url(../images/top/icon_list.gif) no-repeat left 3px;
	padding-left: 25px;
}
.photo,a .photo,a:link .photo {
	border: 2px solid #ccc;
	padding: 1px;
}
a:hover .photo,a:active .photo,a:visited .photo {
	border: 2px solid blue;
}
.left .photo {
	margin: 0 15px 10px 0;
}
.pad_bottom5 {
	margin-bottom:5px;
}
.pad_bottom10 {
	margin-bottom:10px;
}
.pad_bottom15 {
	margin-bottom:15px;
}

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