@charset "utf-8";
#container {
	background-image: url(../images/contentBk.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	-webkit-box-shadow:0px 1px 10px #ccc;
	-moz-box-shadow:0px 1px 10px #ccc;
	box-shadow:0px 1px 10px #ccc;
	position:relative;
	behavior:url(PIE.htc); /*********** CSS3PIE **********/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container   a     {
	color: #666666;
	text-decoration: none;
}
#container  a:hover {
	color: #000000;
	text-decoration: underline;
}


#footer {
	background-color: #FFFFFF;
}
#wrap {
	background-image: url(../images/bodyBk.gif);
	background-repeat: repeat-x;
	background-position: left top;
}



#container #container_wrap1 {
	background-image: url(../images/wrapline.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #container_wrap1 #container_wrap2 {
	background-image: url(../images/wrapline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 70px;
	padding-top: 70px;
}


/*********** navi ***********/
#container #container_wrap1 #container_wrap2 .navi {
	width: 866px;
	margin-right: auto;
	margin-left: auto;
	height: 41px;
	margin-bottom: 15px;
}

#container #container_wrap1 #container_wrap2 .navi li {
	display: block;
	height: 41px;
	line-height: 41px;
	text-decoration: none;
	float: left;
}
#container  #container_wrap1  #container_wrap2  .navi  li  a  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-indent: -9999px;
}
#container  #container_wrap1  #container_wrap2  .navi  .navi1 a {
	background-image: url(../images/navi1Bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 219px;
}
#container  #container_wrap1  #container_wrap2  .navi  .navi1 a:hover {
	background-image: url(../images/navi1Bk_on.jpg);
}
#container  #container_wrap1  #container_wrap2  .navi  .navi2 a {
	background-image: url(../images/navi2Bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 215px;
}
#container  #container_wrap1  #container_wrap2  .navi  .navi2 a:hover {
	background-image: url(../images/navi2Bk_on.jpg);
}
#container  #container_wrap1  #container_wrap2  .navi  .navi3 a {
	background-image: url(../images/navi3Bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 215px;
}
#container  #container_wrap1  #container_wrap2  .navi  .navi3 a:hover {
	background-image: url(../images/navi3Bk_on.jpg);
}
#container  #container_wrap1  #container_wrap2  .navi  .navi4 a {
	background-image: url(../images/navi4Bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 217px;
}
#container  #container_wrap1  #container_wrap2  .navi  .navi4 a:hover {
	background-image: url(../images/navi4Bk_on.jpg);
}
#container #container_wrap1 #container_wrap2 #head_area p {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
}

/*********** contents ***********/

#container #container_wrap1 #container_wrap2 #contents {
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #F6AB00;
	background-color: #FFFFFF;
	margin-top: 30px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	position:relative;
	behavior:url(PIE.htc); /*********** CSS3PIE **********/
}
#container   #container_wrap1   #container_wrap2   #contents   h2    {
	margin-bottom: 15px;
	margin-top: 10px;
}
#wrap #container #container_wrap1 #container_wrap2 #contents h3 {
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
}


#container #container_wrap1 #container_wrap2 #contents .section1 .sec1_table,
#container #container_wrap1 #container_wrap2 #contents .section2 .sec2_table,
#container #container_wrap1 #container_wrap2 #contents .section3 .sec3_table,
#container #container_wrap1 #container_wrap2 #contents .section4 .sec4_table {
	margin-right: auto;
	margin-left: auto;
}
#container #container_wrap1 #container_wrap2 #contents table td {
	vertical-align: top;
}

#container #container_wrap1 #container_wrap2 #contents table p {
	line-height: 1.5;
	font-size: 12px;
	text-align: left;
}
#container #container_wrap1 #container_wrap2 #contents table img {
	text-align: left;
}


/*********** contents内table ***********/

#container #container_wrap1 #container_wrap2 #contents table .intable {
	border-collapse:collapse;
}
#container #container_wrap1 #container_wrap2 #contents table .intable th {
	color: #000000;
	background-color: #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #999999;
	border-collapse:collapse;
	font-size: 12px;
}
#container #container_wrap1 #container_wrap2 #contents table .intable td {
	border: 1px solid #999999;
	border-collapse:collapse;
	font-size: 11.5px;
	vertical-align: middle;
	padding: 5px;
	line-height: 1.3;
}
#container #container_wrap1 #container_wrap2 #contents table .intable td p {
	font-size: 11.5px;
}


/*********** section5 ***********/

#container #container_wrap1 #container_wrap2 #contents .section5 {
	border: 2px double #F6AB00;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
}
#container #container_wrap1 #container_wrap2 #contents .section5 dt {
	margin-top: 10px;
	margin-left: 15px;
	text-align: left;
}

#container #container_wrap1 #container_wrap2 #contents .section5 dd {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 12px;
	margin-left: 15px;
}
#wrap  #container  #container_wrap1  #container_wrap2  #contents  .section5  .info a {
	text-decoration: underline;
	font-weight: bold;
}
#wrap #container #container_wrap1 #container_wrap2 #contents .section5 .info span {
	font-size: 14px;
	font-weight: bold;
}


#container #container_wrap1 #container_wrap2 #contents .section5 li {
	background-image: url(../images/sec5_maru.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

#container #container_wrap1 #container_wrap2 #contents #sec4 .sec4_table .mr10 {
	float: left;
}

/*********** ページトップへ ***********/

#container #container_wrap1 #container_wrap2 #contents .top {
	font-size: 12px;
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#container #container_wrap1 #container_wrap2 #contents .top a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#container #container_wrap1 #container_wrap2 #contents .top a:hover {
	text-decoration: underline;
	color: #000000;
}
#container #container_wrap1 #container_wrap2 #contents .section5 a {
	text-decoration: none;
}
#container #container_wrap1 #container_wrap2 #contents .section5 a:hover {
	text-decoration: underline;
}
table img {
	margin: 2px;
}
.icon {
	background-image: url(../images/file.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 11px;
}
