@charset "UTF-8";
/* common */
body {
	-webkit-text-size-adjust: 100%;
	color: #1c1c1c;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	min-width: 1150px;
}

p {
	line-height: 1.5;
}

/*------------------------------------------------------------
	ClearFix
  ------------------------------------------------------------*/

.clear{
	clear:both;
}

/* modern browsers */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */

.clearfix {
	display: inline-block;
}

/* legacy IE */

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/*------------------------------------------------------------
	text set
  ------------------------------------------------------------*/
.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

a:hover img.op_hover {
	opacity:.8;
	filter:alpha(opacity=80);
}


/*------------------------------------------------------------
	base layout
  ------------------------------------------------------------*/
#wrapper {
	width: 100%;
}
.inner {
	width: 1150px;
	margin: 0 auto;
}
/*------------------------------------------------------------
	g_Header
  ------------------------------------------------------------*/
#header {
	width: 100%;
	margin: 0 auto;
	padding: 28px 0 0 0;
	border-bottom: 1px solid #cbcbcb;
}

#header h1 {
	text-align: center;
	margin: 0 0 2px 0;
}

#haader #nav_outer {
}

#haader #nav_block {
	width: 100%;
}

#header #nav {
	float: left;
	width: 945px;
	padding: 10px 0 0 0;
}

#header ul {
	float: left;
}
#header ul.nav_block {
	padding: 6px 0 0 0;
}
#header ul.rec_block {
	padding: 8px;
	border: 1px solid #f00;
	background: #fffeec;
}

#header ul li {
	float: left;
}

#header p {
	float: right;
	padding: 14px 0 0 0;
}

.scorollNavi {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 105;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #cbcbcb;
}

.scorollNavi .inner {
	width: 1150px;
	margin: 0 auto;
}

/*------------------------------------------------------------
	パンくず
  ------------------------------------------------------------*/
#contentBody {
	clear: both;
	width: 1150px;
	margin: 0 auto;
	position: relative;
}

/*------------------------------------------------------------
	パンくず
  ------------------------------------------------------------*/


#topicPath {
	margin: 0 0 15px 0;
}

#topicPath ol li {
	float: left;
	font-size: 14px;
	padding: 0 5px 0 0;
}

#topicPath ol li a {
	padding: 0 8px 0 0;
}


/*------------------------------------------------------------
	フッター
  ------------------------------------------------------------*/
#btm_menu {
	text-align: center;
	background: #0074bc;
	border-top: 2px solid #07456c;
	border-bottom: 2px solid #07456c;
	padding: 35px 0;
}

#btm_menu .inner {
	text-align: center;
}

#btm_menu .inner h3 {
	margin: 0 0 30px 0;
}

#btm_menu .inner ul {
	width: 800px;
	margin: 0 auto 30px;
}

#btm_menu .inner ul li {
	float: right;
}

#btm_menu .inner ul li:first-child {
	float: left;
}

#footer {
	position: relative;
	padding: 15px 0;
	width: 100%;
	clear: both;
}

#footer .inner {
}

#footer .inner .leftZone {
	float: left;
	width: 450px;
}

#footer .inner .menu {
	margin: 0 0 20px 0;
}

#footer .inner .menu li {
	float: left;
	margin: 0 9px 0 0;
	padding: 0 10px 0 0;
}

#footer .inner .menu li:first-child {
	border-right: 1px solid #000;
}

#footer .inner .menu li a {
	color: #000000;
	text-decoration: none;
}

#footer .inner #copyright {
	clear: both;
	width:400px; 
}

#footer .inner #logo {
	float: right;
}

#copyright p {
	float: left;
	display: block;
	width: 30px;
	padding: 1px 0 0 0;
}

#footer #pagetop {
	position: fixed;
	right: 0px;
	width: 100px;
	height: 199px;
	display: none;
	overflow: hidden;
	z-index:99;
}

#footer #pagetop a {
	color: #fff;
}

#footer #pagetop a img {
	position: absolute;
	top: 0;
	right: -100px;
}


