@charset "utf-8";

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

body {
	font-size:12px;
	line-height:1.6;
	color:#4C4C4C;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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 {
}
	#header img {
		vertical-align:top;
	}
	#header .inner{
		height:80px;
		position:relative;
		width:940px;
		margin:0 auto;
	}
	#header #siteName {
		position:absolute;
		left:20px; top:30px;
	}
	#header #entry {
		position:absolute;
		right:-7px; top:22px;
	}
	#header .inner {
	}

/* #navi
-------------------- */
#navi {
	width:940px;
	margin: 0 auto;
	height:60px;
}
	#navi ul {
	}
	#mainNavi {
		float:left;
		width:582px;
	}
		#mainNavi li {
			float:left;
		}
	#subNavi {
		float:right;
		height:50px;
		padding:5px 0;
		width:340px;
	}
		#subNavi li {
			display:inline-block;
			/display:inline;
			/zoom:1;
			float:left;
			margin-left:1px;
			background:#fff;
		}
/* #topicPath
-------------------- */
#topicPath {
	width:920px;
	margin:0 auto;
	height:45px;
}
	#topicPath ul {
		float:right;
		height:45px;
	}
	#topicPath li {
		float:left;
		height:45px;
		line-height:45px;
	}
		#topicPath li.home {
			background-repeat: no-repeat;
			background-position: left center;
		}
		#topicPath li a {
			padding:0 20px 0 10px;
			color:#4C4C4C;
			background-image: url(../img/bread.png);
			background-repeat: no-repeat;
			background-position: right center;
		}
		#topicPath li span {
			float:left;
			padding-left:10px;
		}

/* #wrapper
-------------------- */
#contents {
	width:920px;
	margin:0 auto;
}
	#contInner {
		width:885px;
		margin:0 auto;
	}

/* #headline
-------------------- */
#headline {
	margin-bottom:30px;
}

/* #mainBox
-------------------- */
#mainBox {
	width:665px;
	float:right;
}
	#mainBox .inner {
		padding:15px 0 0 0;
	}
		#mainBox .inner h1 {
			margin:0 0 20px 0;
		}
		
/* .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:180px;
	float:left;
}
	#sideBar h2 {
	}
	#sideBar ul {
		padding-top: 5px;
		padding-bottom: 5px;
	}
		#sideBar li {
			padding-bottom: 5px;
		}

/* #footer
-------------------- */
#footer {
	padding-top:10px;
}
	#footer ul {
		width:940px;
		margin: 0 auto;
		height:40px;
	}
		#footer ul li {
			display:inline-block;
			/display:inline;
			/zoom:1;
			margin-right:15px;
			float:left;
			height:40px;
			line-height:40px;
		}
			#footer li a {
				color:#666666;
				text-decoration:none;
			}
				#footer li a:hover {
					text-decoration:underline;
				}
	#footer .outer {
		min-width:954px;
		background:#333;
	}
		#footer .inner {
			line-height:55px;
			height:55px;
			width:940px;
			margin: 0 auto;
			position:relative;
		}
	#footer address {
		color:#fff;
		float:left;
	}
	#f_ptop {
		float:right;
		height:15px;
		line-height:15px;
		padding-top:20px;
	}
	#f_entry {
		position:absolute;
		bottom:14px; right:100px;
	}
/* clearfix
-------------------- */
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}

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

