@charset "utf-8";
/* CSS Document */

body {
	font-size:12px;
	color:#333;
	line-height:1.6;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a {
	color:#7F0073;
}
a:hover {
	text-decoration:none;
}

a.nStyle,
.nStyle a {
	color:#333;
	text-decoration:none;
}
a.nStyle:hover,
.nStyle a:hover {
	text-decoration:underline;
}

.hideAnchor {
	display:block;
	height:0px;
	/height:1px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:-10px;
	padding-bottom:10px;
}

.right {
	text-align:right;
}
.center {
	text-align:center;
}

/* #header */
#header {
	background:url(../img/header/headback.png) repeat-x;
	height:166px;
	padding-top:10px;
	margin-bottom:10px;
}
	#header .inner {
		width:950px;
		margin:0 auto;
		height:112px;
		position:relative;
	}
	
	#h_navi {
		position:absolute;
		right:0; top:0;
		border-left:1px dotted #ccc;
	}
		#h_navi li {
			float:left;
			padding:0 10px;
			border-right:1px dotted #ccc;
		}
			#h_navi li a {
				background:url(../img/r_arr.png) no-repeat left center;
				padding-left:15px;
			}
	
	#siteName {
		position:absolute;
		left:0; top:40px;
	}
	#headTxt {
		position:absolute;
		left:214px; top:40px;
	}
	
	#tel {
		position:absolute;
		left:420px; top:35px;
	}
	
	#headBox {
		position:absolute;
		left:710px; top:35px;
		background:#E6E6E6;
		padding:5px;
	}
		#headBox ul {
			margin-left:-10px;
		}
			#headBox ul li {
				float:left;
				margin-left:10px;
				display:inline;
			}
		#headBox form {
			clear:both;
			margin-top:2px;
		}
			#headBox form input.text {
				width:150px;
				height:20px;
				line-height:20px;
				border:1px solid #ccc;
				padding:0 5px;
			}
	

/* #navi */
#navi {
	width:950px;
	margin:0 auto;
}
	#navi li {
		float:left;
	}
		#navi li img {
			vertical-align:top;
		}

/* #contents */
#contents {
	width:950px;
	margin:0 auto;
}
	#topicPath {
		background:#E6E6E6 url(../img/topic_logo.png) no-repeat 5px center;
		padding-left:90px;
		margin-bottom:25px;
	}
		#topicPath li {
			float:left;
			margin-right:1em;
			line-height:25px;
		}
		
/* #mainBox */
#mainBox {
	width:720px;
	float:right;
	zoom:1;
}
	#pdfButton {
		position:relative;
		text-align:right;
		margin-bottom:-50px;
	}
	#pageName {
		margin-bottom:15px;
	}
	.pageNavi {
		margin:20px 0;
		text-align:right;
	}
		.pageNavi a {
			display:inline-block;
			/display:inline;
			/zoom:1;
			background:url(../img/u_arr.png) no-repeat left center;
			padding-left:15px;
		}
/* #contBox */
.contBox  {
	background:url("../img/box_back.png") repeat-x scroll 0 0 transparent;
	clear:both;
	margin-bottom:15px;
	padding:20px;
}
	.contBox h2 {
		background:url("../img/circleL.png") no-repeat scroll left center transparent;
		font-size:20px;
		font-weight:bold;
		line-height:1.1;
		margin-bottom:10px;
		padding-left:20px;
	}

/* #sideBar */
#sideBar {
	width:210px;
	float:left;
	margin-bottom:20px;
}
	#sideBar h2 {
		margin-bottom:20px;
	}
	#sideBar .inner {
		padding:20px 12px 20px 10px;
		background:url(../img/side/s_back.png) repeat-y;
		margin:-20px 0 20px;
	}
		#s_menu {
			font-size:14px;
			margin-bottom:-10px;
		}
			#s_menu li {
				background:url(../img/side/s_bo.png) repeat-x left bottom;
				margin-bottom:10px;
			}
				#s_menu li a {
					display:block;
					background:url(../img/side/s_arr.png) no-repeat 5px 8px;
					line-height:1.2;
					padding:5px 0 5px 20px;
					/zoom:1;
				}
	
/* #banList */
#banList {
	width:950px;
	margin:0 auto 20px;
	background:url(../img/box_back.png) repeat-x;
	padding:20px;
	margin-bottom:20px;
}
	#banList h2 {
		margin-bottom:15px;
	}
	#banList dl {
		border:2px solid #7F0073;
		padding:15px 0 15px 34px;
		background:#fff;
	}
		#banList dl dt {
			float:left;
			width:167px;
			margin-left:14px;
			display:inline-block;
			/display:inline;
			/zoom:1;
			background:url(../img/r_arr.png) no-repeat left center;
			padding-left:15px;
		}
			#banList dl dt a {
				vertical-align:top;
			}
		#banList dl dd {
			float:left;
			margin:1.6em 14px 0 -182px;
			display:inline;
		}
			#banList dl dd a {
				vertical-align:top;
			}
			#banList dl dd img {
				vertical-align:top;
			}

/* #footer */
#footer {
	background:#7F0073;
	color:#fff;
}
	#f_list {
		text-align:center;
		height:30px;
		line-height:30px;
		border-top:1px solid #7F0073;
		background:#E6E6E6;
		margin-bottom:25px;
		color:#333;
	}
		#f_list li {
			display:inline;
			margin:0 2px;
		}
		
	#footer h2 {
		text-align:center;
		margin-bottom:15px;
	}
	#footer p {
		text-align:center;
		margin-bottom:25px;
	}
	
	#f_siteMap {
		width:950px;
		margin:0 auto;
		border-top:2px solid #fff;
		border-bottom:2px solid #fff;
		padding:10px 0;
	}
		#f_siteMap h3 {
			text-align:center;
			margin-bottom:10px;
			font-size:14px;
			font-weight:bold;
		}
		#f_siteMap dl {
			font-size:10px;
			margin-top:10px;
			padding-top:10px;
			border-top:1px dotted #BF7FB9;
		}
			#f_siteMap dl dt {
			}
			#f_siteMap dl dd {
				display:inline-block;
				/display:inline;
				/zoom:1;
			}
				#f_siteMap dl dd a {
					color:#fff;
					text-decoration:none;
				}
				#f_siteMap dl dd a:hover {
					text-decoration:underline;
				}
		
	#footer address {
		height:40px;
		line-height:40px;
		text-align:center;
	}

/* clearfix
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

@media print{
	.anchor {
		display:none;
	}
}
