@charset "utf-8";

/* CSS Document */
/**********************************************************
	datadomain.css
***********************************************************/

#pagettlWap #pagettl {
	background-image: url(../img/page_ttl_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contents .index {
	/*background-image: url(../img/pic_img_index.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
}



#contents .boxArea01 {
	width:900px;
	background-color:#eaf4fc;
	padding:30px;
	margin-bottom:40px;
}
#contents .boxArea01 h5.type01 {
	font-size:15px;
	font-weight:bold;
	color:#0066cc;
	background-image: url(../../common/img/icon_arrow03.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom:10px;
	padding-left:25px;
}
#contents .boxArea01 ul {
	margin-left:40px;
}
#contents .boxArea01 ul li {
	font-size:15px;
	list-style-type: disc;
}



#contents .boxArea02 {
	width:900px;
	background-color:#ffe8d1;
	padding:30px;
	margin-bottom:40px;
}
#contents .boxArea02 h5.type01 {
	font-size:15px;
	font-weight:bold;
	color:#ff6600;
	background-image: url(../../common/img/icon_arrow04.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom:10px;
	padding-left:25px;
}
#contents .boxArea02 ul {
	margin-left:40px;
}
#contents .boxArea02 ul li {
	font-size:15px;
	list-style-type: disc;
}



#contents .boxArea03 {
	width:900px;
	background-color:#eaf4fc;
	padding:30px;
	margin-bottom:40px;
	overflow:hidden;
}
#contents .boxArea03 .innerRow {
	width:279px;
	padding:0px 10px;
	float:left;
}
#contents .boxArea03 .innerRow .ttl {
	font-size:15px;
	font-weight:bold;
	color:#0066cc;
	background-image: url(../../common/img/icon_arrow03.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom:10px;
	padding-left:25px;
}
#contents .boxArea03 .innerRow ul {
	margin-left:40px;
}
#contents .boxArea03 .innerRow ul li {
	font-size:15px;
	list-style-type: disc;
}