@charset "utf-8";

/*html { overflow-y: scroll; }*/

h1,h2,h3,h4 {
    margin: 0;
}
p {
    margin: 0 0 1em 0;
}
dl,
menu,
ol,
ul,
dd {
    margin: 0;
}
menu,
ol,
ul {
    padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	outline: none !important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
img {
	vertical-align: bottom;
}
li {
	list-style: none;
}
strong {
	font-weight: normal;
}

a:link{
	color: #333;
	text-decoration: none;
}
a:visited{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #999;
	text-decoration: none;
}
a:active { 
	color: #999;
	text-decoration: none;
}
.cf:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

body {
	font: 1em/1.8 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.wrap{
	overflow: hidden;
	width: 100%;
	min-width: 1050px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/global/bgTop.png) repeat-x;
	border-top: 5px solid #aaa05f;
	font-size: 14px;
	color: #333;
}

/*--共通------------------------------------------*/
.wrap ul{
	list-style: none;
}

.wrap li{
	display: inline-block;
}

a:hover img{
	cursor:pointer;
   filter: alpha(opacity=70);        /* ie lt 8 */
   -ms-filter: "alpha(opacity=70)";  /* ie 8 */
   -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
   -khtml-opacity: 0.7;              /* Safari 1.x */
   opacity:0.7;
   zoom:1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/*--header------------------------------------------*/
#header ul{
	text-align: right;
}


#header .headSitemap{
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 45px;
}
#header .headSitemap ul{
	font-size: 12px;
}

#header .inner{
	width: 980px;
	margin: 0 auto; 
	min-height: 195px;
	text-align: left;
	position: relative;
}

#header .inner h1 {
	position: absolute;
	top: 30px;
	left: 0;
}

#header .inner h2 {
	text-align: center;
}

.breadcrumbs{
	background: #f1f1f1;
	padding: 20px;
}

.breadcrumbs a:link{
	color: #808080;
	text-decoration: none;
}
.breadcrumbs a:visited{
	color: #808080;
	text-decoration: none;
}
.breadcrumbs a:hover{
	color: #b0b0b0;
	text-decoration: none;
}
.breadcrumbs a:active { 
	color: #b0b0b0;
	text-decoration: none;
}

.breadcrumbs p {
	width: 980px;
	margin: 0 auto;
	color: #808080;
	font-size: 12px;
	text-align: left;
	height: 12px;
	line-height: 12px;
}

.breadcrumbs a.home img {
	padding-right: 5px;
}

/*--nav------------------------------------------*/
nav{
	height: 50px;
	padding: 10px 0;
	font-size: 0;
	margin-bottom: 30px;
}
nav li{
	border-right: 1px solid #ccc;
}
nav li:first-child{
	border-left: 1px solid #ccc;
}

nav li:hover{
	background: url(../images/global/bgNavS.png) no-repeat 0 0;
}
nav a {
	display: block;
}

nav a:hover img{
   filter: alpha(opacity=100);        /* ie lt 8 */
   -ms-filter: "alpha(opacity=100)";  /* ie 8 */
   -moz-opacity:1;                 /* FF lt 1.5, Netscape */
   -khtml-opacity: 1;              /* Safari 1.x */
   opacity:1;
   zoom:1;
}

/*トップの位置に来たら縮ませる指示*/
nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}

/*--pageTop------------------------------------------*/
.pageTop {
	position: fixed;
	top: 30%;
	right: 0;
}

/*--footer------------------------------------------*/
#footer{
	width: 100%;
	background: #424242;
	padding-top: 30px;
}

#footer .head{
	width: 980px;
	margin: 0 auto;
	border-top: 1px solid #5a5a5a;
	padding: 30px 0;
	text-align: center;
}
#footer .head h3{
   display: inline-block;
}
#footer .head p{
	font-size: 12px;
	text-align: left;
   display: inline-block;
	margin-left: 20px;
	margin-top: 20px;
	vertical-align: top;
	color: #c6c6c6;
}

#footer .sitemap{
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

#footer .sitemap .col{
	display: inline-block;
	margin-left: 30px;
	margin-bottom: 30px;
	text-align: left;
	vertical-align: top;
}
#footer .sitemap .col:first-child,
#footer .sns li:first-child{
	margin-left: 0;
}

#footer .col img{
	vertical-align: top;
	margin-right: 5px;
}

#footer .col span{
	font-size: 10px;
}

#footer .sitemap li{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: 10px 0;
	display: block;
}
#footer .sitemap li a:link{
	color: #fff;
	text-decoration: none;
}
#footer .sitemap li a:visited{
	color: #fff;
	text-decoration: none;
}
#footer .sitemap li a:hover{
	color: #ccc;
	text-decoration: none;
}
#footer .sitemap li a:active{
	color: #fff;
	text-decoration: none;
}

#footer .sitemap .bottom{
	margin-bottom: 5px;
}

#footer .sitemap .style li{
	background: url(../images/global/iconIndex.gif) no-repeat;
	background-position: left center;
	color: #888;
	font-size: 12px;
	margin: 5px 0;
	padding: 0 0 0 10px;
	font-weight: normal;
}
#footer .sitemap .style li a:link{
	color: #888;
	text-decoration: none;
}
#footer .sitemap .style li a:visited{
	color: #888;
	text-decoration: none;
}
#footer .sitemap .style li a:hover{
	color: #ccc;
	text-decoration: none;
}
#footer .sitemap .style li a:active{
	color: #ccc;
	text-decoration: none;
}

#footer .sns{
	border-top: 1px solid #5a5a5a;
	padding: 20px;
}

#footer .sns li{
	display: inline-block;
	margin-left: 30px;
}

 .blankIcon{
	background: url(../images/global/iconTab.gif) right center no-repeat;
	padding-right: 15px;
}
.foot{
	background: #202020;
	padding: 20px 0;
	color: #878787;
	text-align: center;
}

.foot p{
	width: 980px;
	margin: 0 auto;
	text-align: right;
}