@charset "utf-8";
/* ********************
 *
 * Since:    2009-10-14
 * Modified: 2009-10-16
 * Editor:   hara
 * Editor:   uchimura
 *
 * Information: CSS for service/wm.html
 *
 * ********************
 */

div#main h1{
	background:url(../img/service/wm/header.jpg) left top no-repeat;
	height:192px;
	width:660px;
	text-indent:-9999px;
}


/************************/
/*****  first-area  *****/
/************************/

.first-area p,
.second-area p{
	padding:0 10px;
	margin-bottom:20px;
}

.first-area .section-Lv2{
	padding:0 10px 0 20px;
}

div.first-area h3{
	line-height:110%;
	font-size:16px;
	background:url(../img/global/bg_h3.gif) left top no-repeat;
	width:630px;
	height:20px;
	margin:0 0 10px 10px;
	padding:3px 0 0 10px;
}

.first-area h4{
	line-height:120%;
	width:630px;
	font-size:14px;
	color:#46743D;
	margin:20px 0 2px 0;
}

.first-area h4.first-child{
	margin-top:0;
}

div.first-area div.section-Lv2 table th{
	border-bottom:1px solid #FFFFFF;
	width:140px;
	color:#FFFFFF; 
	font-weight:normal;
	padding:2px 0 2px 10px;
	background-color:#5F9B40;
	line-height:150%;
	font-size:14px;
}

div.first-area div.section-Lv2 table td{
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	width:469px;
	padding:2px 0 2px 10px;
	line-height:150%;
	font-size:14px;
}

.first-area .odd td{
	background-color:#E9F8E2;
}


