@charset "utf-8";
/* CSS Document */

body{
	-webkit-text-size-adjust:100%;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 1.6em;
	background-color:#f3f3f3;
}
/****共通
*******************************************************/
.red{
	color:#F00;}
.bold{
	font-weight:bold;}
.small{
	font-size:0.9em;}
.big{
	font-size:1.2em;}
.pari10{
	padding-right:10px;}
.pari20{
	padding-right:20px;}
.pabo5{
	padding-bottom:5px;}
.pabo10{
	padding-bottom:10px;}
.pabo15{
	padding-bottom:15px;}
.pabo20{
	padding-bottom:20px;}
.pabo30{
	padding-bottom:30px;}
.mari10{
	margin-right:10px;}
.mari15{
	margin-right:15px;}	
.mari20{
	margin-right:20px;}
.mabo5{
	margin-bottom:5px;}
.mabo10{
	margin-bottom:10px;}
.mabo15{
	margin-bottom:15px;}
.mabo20{
	margin-bottom:20px;}
.mabo30{
	margin-bottom:30px;}
.fleft{
	float:left;}
.fright{
	float:right;}
.qr{
	text-align: center;
}
/****リンク画像半透明
*******************************************************/

a img.linkimg {
	background:none!important;
}
a:hover img.linkimg {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

/****ヘッダー
*******************************************************/
#header{
	width:960px;
	height:132px;
	margin:0 auto;
}
#header h1{
	width:302px;
	height:84px;
	margin:26px 0 0 20px;
	float:left;
}

#header_contact{
	position:relative;
	background:url(../images/header_contact_bg.jpg) no-repeat;
	width:394px;
	height:97px;
	float:right;
	margin:14px 0 0 0;
}
#header_mail{
	position:absolute;
	top:77px;
	left:134px;}

/****グローバルナビ
*******************************************************/
#global_nav {
	height:63px;
	background:url(../images/gnavi_bg.jpg) repeat-x;
}
#global_nav .inner {
	width:960px;
	margin:0 auto;
}

#gnavilist{
	margin: 0;
	padding: 0;
	list-style-type:none; 
	width:960px;
}
#gnavilist li {
	float:left;
	height:63px;
	margin:0;
	padding:0;
	display: inline;
}
#gnavilist li a {
	text-indent:-9999px; 
	text-decoration:none;
	display:block;
	height:63px;
	background-image:url(../images/gnavi.jpg);
	background-repeat: no-repeat;
}
.gnavi1 a {
	width:192px;
	background-position: 0 0;
} 
.gnavi2 a {
	width:192px;
	background-position:-192px 0;
}
.gnavi3 a {
	width:192px;
	background-position:-384px 0;
}
.gnavi4 a {
	width:192px;
	background-position:-576px 0;
}
.gnavi5 a {
	width:192px;
	background-position:-768px 0;
}

#gnavilist li a:hover {
	text-decoration: none;
	background-image: url(../images/gnavi.jpg);
	background-repeat: no-repeat;
}
.gnavi1 a:hover {
	background-position:0 -63px;
}
.gnavi2 a:hover {
	background-position:-192px -63px;
} 
.gnavi3 a:hover {
	background-position:-384px -63px;
}
.gnavi4 a:hover {
	background-position:-576px -63px;
}
.gnavi5 a:hover {
	background-position:-768px -63px;
}

/****メインコンテンツ
*******************************************************/
#container {
	width:960px;
	margin:5px auto 40px;
}
.main_image {
	margin-bottom:10px;
}
#main{
	margin-top:10px;
	width:670px;
	float:left;
}
#bread_crumb {
	width:670px;
	margin-top:-10px;
	margin-bottom:15px;
}
#bread_crumb ul {
	margin-left:5px;
}
#bread_crumb ul li {
	font-size:12px;
	float: left;
}
#bread_crumb ul li.sub {
	padding-left: 10px;
}
#bread_crumb ul li.sub:before {
	content: ">";
	letter-spacing:10px;
	color: #333;
}
/****サイドコンテンツ
*******************************************************/
#sidebar {
	margin-top:10px;
	width:260px;
	float:right;
}
#side_info{
	width:258px;
	background:#FFF;
	border:1px solid #bbbbbb;
	margin-bottom:15px;
	}
#side_info_contents{
	width:240px;
	margin:10px auto;
	}
.side_info_txt{
	line-height:170%;
	margin-bottom:12px;
	padding-bottom:6px;
	border-bottom:1px dotted #999;}
.side_info_txt1{
	font-size:16px;
	font-weight:bold;}
.side_info_txt2{
	font-size:20px;
	font-weight:bold;}	
.side_info_contact{
	text-align:center;}	
/****フッター
*******************************************************/
#footer-container{
	height:70px;
	background:url(../images/footer_bg.gif) repeat-x;
}
#footer{
	margin:0 auto;
	text-align:center;
	color:#FFF;
	width:960px;
	height:70px;
}
#footer address{
	font-size:14px;
	padding-top:24px;
}
