@charset "UTF-8";

/*======================================

	page
	
=======================================*/

body {
	background: url(../../common/images/bg_body.gif) repeat-x 0 0 #f4f4f4;
	font-family:	 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", sans-serif;
	color: #666;
}

/*======================================

	header
	
=======================================*/
#header {
	height: 115px;
	margin: 0 0 0 26px;
}
#header h1 {
	float: left;
}
#header .header_menu {
	padding: 6px 0 0 0;
	margin: 0 26px 0 0;
	float: right;
}
#header .header_menu ul {
	font-size: 81%
}
#header .header_menu li {
	float: left;
	margin: 0 2px 0 0;
	text-indent: 12px;
}
#header .request {
	clear: right;
	text-align: right;
	margin: 40px 26px 0 0;
}
#main_menu {
	clear: both;
	height: 51px;
	margin: 0 26px;
}
#main_menu ul {
	margin: 0;
	padding: 0;
}
#main_menu li {
	float: left;
}
.header_menu a:hover img, .request a:hover img, .right_area a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	border-bottom: none!important;
	text-decotarion: none;
	outline: none;
}
.header_menu a:visited img, .request a:visited img, .right_area a:visited img {
	border-bottom: none!important;
	text-decotarion: none;
	outline: none;
}
/*======================================

	contentsarea

=======================================*/

#maincontents {
	clear: both;
	margin: 0 26px 10px 26px;
	text-align: left;
	overflow: hidden;
	background-color: #fff;
}

#maincontents .left_area {
	float: left;
	width: 200px;
	background-color: #e2f2ed;
	margin: 22px 0 0 28px;
}
#maincontents .left_area h4 {
	margin: 14px 0 6px 14px;
	font-size: 90%;
	color: #2A826D;
	font-weight: bold;
}
#maincontents .left_area p {
	margin: 4px 14px 14px 14px;
	font-size: 80%;
}
#maincontents .right_area {
	float: right;
	width: 250px;
	margin: 22px 26px;
	text-align: center;
}
#maincontents .right_area img {
	margin: 0 0 20px 0;
}
#maincontents .main_area {
	margin: 20px 200px 20px 200px;
}
#maincontents .main_area h2 {
	background: url(../../common/images/bg_h2.gif) repeat-x 0 0;
	color: #2F2F2F;
	height: 33px;
	line-height: 33px;
	margin: 0 0 14px 0;
	padding-left: 10px;
}
#maincontents .main_area dt {
	font-size: 80%;
	float: left;
	width: 9em;
	background-color: #909090;
	color: #fff;
	line-height: 1.6em;
	width: 10em;
	text-indent: 4px;
}
#maincontents .main_area dd {
	font-size: 90%;
	line-height: 1.6em;
	margin: 0 0 20px 10em;
}
#maincontents .main_area ul {
	margin: 0 0 0 20px;
}
#maincontents .main_area li {
	font-size: 90%;
	list-style-type: disc;
	margin: 0 0 0.8em 0;
}
/*======================================

	footer
	
=======================================*/

#footer {
	clear: both;
	color: #fefcfc;
	font-size: 75%;
	height: 30px;
	background-image: -moz-linear-gradient(bottom, #000 0%, #4a4a4a 100%);
	background-image: -o-linear-gradient(bottom, #000 0%, #4a4a4a 100%);
	background-image: -webkit-linear-gradient(bottom, #606060 0%, #4a4a4a 100%);
	background-image: linear-gradient(bottom, #000 0%, #4a4a4a 100%);
}
#footer p {
	text-align: center;
	margin: 0;
	line-height: 30px;
}