@charset "utf-8";

/* Default Settings
---------------------------------------------------- */

body {
	font-size:12px;
	line-height:1.6;
	color:#4C4C4C;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../img/back.png);
	background-repeat: repeat;
	background-position: center top;
}

a {
	color:#0068B6;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.anchor {
	height:1px;
	overflow:hidden;
	display:block;
}

.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.vtop {
	vertical-align:top;
}
.vmiddle {
	vertical-align:middle;
}
.vbottom {
	vertical-align:bottom;
}

.caution {
	color:#E62D35;
}
.mini {
	font-size:11px;
}

object {
	outline:none;
}

/* #header
-------------------- */
#header {
	width:100%;
	position:absolute;
	border-top:5px solid #1A1A1A;
	z-index:10;
}
	#header .inner{
		height:65px;
		position:relative;
		width:1000px;
		margin:0 auto;
	}
	#header #siteName {
		position:absolute;
		left:45px; top:15px;
	}
	#header #comName {
		position:absolute;
		left:230px; top:25px;
	}
	#header #h_text {
		position:absolute;
		left:350px; top:25px;
	}
	#header #h_navi {
		position:absolute;
		left:580px; top:20px;
		line-height:1;
	}
		#header #h_navi ul {
			margin-bottom:5px;
		}
			#header #h_navi ul li {
				display:inline;
				margin-right:15px;
				background:url(../img/i01.png) no-repeat left center;
				padding-left:12px;
			}
				#header #h_navi ul li a {
					color:#4C4C4C;
					text-decoration:none;
				}
					#header #h_navi ul li a:hover {
						color:#4C4C4C;
						text-decoration:underline;
					}
	#header #entry {
		position:absolute;
		left:815px; top:10px;
	}
	#header .inner {
	}

/* #navi
-------------------- */
#navi {
	background:url(../img/navi/navi_bg.png) repeat-x;
}
	#navi ul {
		width:920px;
		margin: 0 auto;
		padding:0 40px;
	}
		#navi li {
			float:left;
			padding:0 0 0 4px;
			background:#fff;
		}
		#navi li.edge {
			padding-right:4px;
		}
/* #topicPath
-------------------- */
#topicPath {
	height:26px;
	line-height:26px;
	margin-top:12px;
	background-image: url(../img/tp_back.png);
}
	#topicPath ul {
		width:940px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		padding-top: 0;
		padding-right: 30px;
		padding-bottom: 0;
		padding-left: 30px;
	}
	#topicPath li {
		float:left;
	}
		#topicPath li.home {
			background-image: url(../img/tp_bar.png);
			background-repeat: no-repeat;
			background-position: left center;
		}
		#topicPath li a {
			line-height:26px;
			height:26px;
			display:block;
			float:left;
			padding:0 25px 0 10px;
			color:#4C4C4C;
			background-image: url(../img/tp_arr.png);
			background-repeat: no-repeat;
			background-position: right center;
		}
		#topicPath li span {
			line-height:26px;
			height:26px;
			display:block;
			float:left;
			padding-left:10px;
		}

/* #wrapper
-------------------- */
#contents {
	background:url(../img/back_text.png) no-repeat right top;
	width:1000px;
	padding-top:140px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* #mainBox
-------------------- */
#mainBox {
	width:705px;
	float:right;
	display:inline;
	background:url(../img/cont_back.png);
	margin-right:25px;
}
	#mainBox .inner {
		padding:35px 30px 0 0;
	}
		#mainBox .inner h1 {
			margin:0 0 20px -10px;
		}
		
/* .pageNavi
-------------------- */
.pageNavi {
	text-align:right;
	margin-bottom:25px;
}
	.pageNavi a {
		color:#4C4C4C;
		background:url(../img/pn_icon.png) no-repeat left center;
		padding-left:12px;
	}

/* #sideBar
-------------------- */
#sideBar {
	width:240px;
	float:left;
}
	#sideBar .inner {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 35px;
		padding-right: 30px;
	}

/* #footer
-------------------- */
#footer {
	background:#1A1A1A url(../img/foot_bar.jpg) repeat-x center top;
	clear:both;
}
	#footer .inner {
		height:70px;
		width:1000px;
		margin: 0 auto;
		position:relative;
	}
	#footer a {
		color:#fff;
		text-decoration:none;
	}
		#footer a:hover {
			color:#fff;
			text-decoration:underline;
		}
	#footer h2 {
		position:absolute;
		left:40px; top:20px;
	}
	#footer ul {
		position:absolute;
		left:175px; top:20px;
		line-height:1;
	}
		#footer ul li {
			display:inline;
			margin-right:15px;
			background:url(../img/i02.png) no-repeat left center;
			padding-left:12px;
		}
	#footer address {
		position:absolute;
		right:30px; top:20px;
	}
#sideBar .inner ul {
	padding-top: 5px;
	padding-bottom: 5px;
}
#sideBar  .inner  li {
	padding-bottom: 5px;
}

/* 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 */


.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
