@charset "utf-8";
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : index.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ********************************************************************************
 * INDEX
 * ******************************************************************************** */
div.sectionBox {
	border:solid 1px #d0d0d0;
	padding:0 0 15px 0;
	margin:30px 0 0 0;
}

div.sectionBox div.leftArea {
	float:left;
	width:510px;
}

div.sectionBox p.image {
	float:right;
}

div.sectionBox h4 {
	color:#1949a1;
	font-weight:bold;
	font-size:130%;
	width:706px;
	height:30px;
	background:#f0f3f7;
	padding:10px 0 0 10px;
	margin:1px 0 15px 1px;
}

div.listArea {
	border-top:dotted 1px #ccc;
	margin:20px auto 0 auto;
}

div.listArea ul {
	float:left;
	border-bottom:dotted 1px #ccc; 
	clear:both;
	width:100%;
	padding:8px 0;
}

div.listArea ul li {
	width:30%;
	float:left;
	background:url(../../common/img/arrow_blue.gif) no-repeat 0 70%;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
}
/* .connectionNav3
------------------------------------------------------------*/
.linkNav3 {
	clear:both;
	width:700px;
	background:url(../../common/img/line_dot.gif) top repeat-x;
}
.linkNav3 ul {
	width:700px;
	padding:5px 0;
	background:url(../../common/img/line_dot.gif) bottom repeat-x;
}
.linkNav3 ul li {
	background:url(../../common/img/arrow_blue.gif) 0px 3px no-repeat;
	float:none;
	list-style:none;
	width:230px;
	float:left;
}
.linkNav3 ul li a {
	padding:0 15px 0 10px;
	display: inline;
	font-weight:normal
}
.linkNav3 ul li a.pdf {
	background: url(../img/icn_pdf.gif) no-repeat;
	display: block;
	padding: 0 0 0 45px;
	margin: 0 0 0 10px;
}


