@charset "utf-8";
/*----------------------------------------------------------
	File Name     common.css
*/
/*----------------------------------------------------------
	Base
-----------------------------------------------------------*/
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	color: #000;
	background: #fff;
	text-align: center;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*----------------------------------------------------------
	Container
-----------------------------------------------------------*/
div#fullcontainer {
	width: 100%;
	background: #fff;
}
div#container {
	margin: 0 auto;
	width: 960px;
	
}
div#container2 {
	margin: 0 auto;
	width: 810px;
	
}
div#containerBody {
	margin:5px 0 0 0;
	width: 960px;
	text-align: left;
}
/*----------------------------------------------------------
	ContainerFooter
-----------------------------------------------------------*/
div#containerFooter {
	background: #c2bebe;
}
div#containerFooter div.in {
	margin: 0 auto;
	width: 960px; height: 70px;
	background: #c2bebe;
	text-align: left;
}
div#containerFooter ul {
	padding: 12px 0 0 0;
	font-size: 63%;
	
}
div#containerFooter ul a{
	color:#fff;
}
div#containerFooter ul li {
	display: inline;
	padding: 0 15px 0 0;
}
div#containerFooter ul li.last {
	padding: 0 0 0 10px;
	border: 0;
}
div#containerFooter address {
	margin: 6px 0 0 0;
	font-size: 63%;
	font-family: Verdana;
	font-style: normal;
	color: #7a7a7a;
}
/*----------------------------------------------------------
	ContainerHeader
-----------------------------------------------------------*/
div#containerHeader {
	position: relative;
	width: 960px; height: 130px;
	text-align: left;
}
div#containerHeader h1 {
	position: absolute;
	top: 15px;
	left: 0;
	width: 960px;
	height: 128px;
}
div#containerHeader h1 strong {
	display: none;
}
div#containerHeader h1 a {
	display: block;
	width: 252px; height: 77px;
	text-indent: -9999em; overflow: hidden;
}
div#containerHeader ul, div#containerHeader p {
	position: absolute;
}
div#containerHeader p.url {
	display: none;
}
div#containerHeader p.topic {
	top: 54px; left: 270px;
	width: 380px; height: 18px;
	background: url(../images/common/w-header_topic.gif) no-repeat;
	text-indent: -9999em; overflow: hidden;
}
/*----------------------------------------------------------
	ContainerHeader h_navi
-----------------------------------------------------------*/
div#containerHeader ul.h_navi {
	position: absolute;
	width: auto;
	font-size: 12px;
	line-height: 14px;
}
div#containerHeader ul.h_navi li {
	display: inline;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #000;
}
div#containerHeader ul.h_navi li.last {
	padding: 0 0 0 10px;
	border: 0;
}
div#containerHeader ul.h_navi li a {
}
div#containerHeader ul#h_navi1 {
	top: 15px; right: 2px;
}
div#containerHeader ul#h_navi2 {
	top: 87px; right: 2px;
}

/*----------------------------------------------------------
	ContainerHeader globalNavigation
-----------------------------------------------------------*/
ul#globalNavigation {
	position: absolute;
	bottom: 0; right: 0;
	width: 960px; height: 45px;
}
ul#globalNavigation li {
	float: left;
	width: 170px;
	font-size: 12px;
}
ul#globalNavigation li a {
	display: block;
	width: 100%; height: 45px;
	text-indent: -9999em; overflow: hidden;
}
ul#globalNavigation li#navi1 {
	width: 110px;
}
ul#globalNavigation li#navi1 a {
	background: url(../images/common/navi1.gif) no-repeat;
}
ul#globalNavigation li#navi2 a {
	background: url(../images/common/navi2.gif) no-repeat;
}
ul#globalNavigation li#navi3 a {
	background: url(../images/common/navi3.gif) no-repeat;
}
ul#globalNavigation li#navi4 a {
	background: url(../images/common/navi4.gif) no-repeat;
}
ul#globalNavigation li#navi5 a {
	background: url(../images/common/navi5.gif) no-repeat;
}
ul#globalNavigation li#navi6 a {
	background: url(../images/common/navi6.gif) no-repeat;
}
ul#globalNavigation li.on a,
ul#globalNavigation li a:hover {
	background-position: 0 -45px !important;
}

.style1 {color: #50A202}

.style2 {color: #CC9900}

.style3 {color: #22B3BC}

.style4 {color: #0084A1}

.style5 {color: #FC790C}

.style6 {color: #b72122}

.marb5 {margin-bottom:5px;}
.marb10 {margin-bottom:10px;}
.marb20 {margin-bottom:20px;}
.marb30 {margin-bottom:30px;}
.marb35 {margin-bottom:35px;}
.marb40 {margin-bottom:50px;}
.ptext{
	margin: 6px 0 22px 15px;
	font-size: 88%;
	line-height: 1.4em;

}

/*----------------------------------------------------------
	Clearfix
-----------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}

/*----------------------------------------------------------
	Head txt
-----------------------------------------------------------*/
.txt{
	float:right;
	font-size:9px;
}
/*----------------------------------------------------------
	Head line
-----------------------------------------------------------*/
hr.headline{
border:1px solid #9bb19d;

}

/*----------------------------------------------------------
topic path
-----------------------------------------------------------*/
p.tpath_top{
 text-align: left;
 font-size:12px;
 color:#666666;
 margin:0 0 0 2px;
}

p.tpath a{
text-decoration:underline;

}
p.tpath{
 text-align: left;
 font-size:12px;
 color:#666666;
 margin:15px 0 0 2px;
}

