@charset "utf-8";

/* ------------------------------
 リセット
------------------------------ */
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/* ------------------------------
 ページ全体
------------------------------ */
html,body { height:100%; }
body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center;
	background: url(/shared/img/bg.gif) repeat-x;
	background: #424242;
	}
.clear {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
	}
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.b1 { /* 下1行分アキ */
	margin-bottom: 1.7em;
}

/* ------------------------------
 アイコン
------------------------------ */
.icon01 {
	padding-left: 10px;
	background: url(/shared/img/icon01.gif) no-repeat 0 0.7em;
}
.icon02 {
	padding-right: 13px;
	background: url(/shared/img/icon02.gif) no-repeat right center;
}
.icon03 {
	padding-left: 13px;
	background: url(/shared/img/icon03.gif) no-repeat 0 center;
}
.icon04 {
	padding-left: 13px;
	background: url(/shared/img/icon02.gif) no-repeat 0 center;
}

/* ------------------------------
 リンク
------------------------------ */
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:active, a:hover {
	color: #009944;
	text-decoration: underline;
}
#crumb a:link, #crumb a:visited {
	color: #333333;
	text-decoration: none;
}
#crumb a:active, #crumb a:hover {
	color: #333333;
	text-decoration: underline;
}
a.green:link, a.green:visited {
	color: #009944;
	text-decoration: underline;
}
a.green:active, a.green:hover {
	color: #009944;
	text-decoration: underline;
}
/* ------------------------------
 フォーム
------------------------------ */
form {
	margin: 0;
	padding: 0;
}

textarea, input, select {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

/* ------------------------------
 コンテナ
------------------------------ */
#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
	background: white;
}

/* ------------------------------
 ヘッダ
------------------------------ */
#header_bg {
	background: url(/shared/img/bg.gif) repeat-x;
}
#header_bg_low {
	height: 125px;
	background: url(/shared/img/bg.gif) repeat-x;
}
#header {
	width: 945px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#logo { /* ロゴ */
	width: 699px;
	margin: 0;
	float: left;
	padding: 11px 0 6px 0;
}
#header_right{ 
	width: 246px;
	padding-top: 32px;
	float: left;
}
#hi { /* HOME お問合せ */
	width: 132px;
	float: left;
}
#hi .spH{ 
	margin-right: 17px;
}
#textsize { /* 文字サイズ変更 */
	width: 114px;
	float: left;
}
#globalnavi { 
	width: 945px;
	height: 32px;
}
#globalnavi ul li{ 
	float: left;
    line-height: 0px;
	height: 32px;
}
#globalnavi ul li img {
     vertical-align: bottom;
}

/* ------------------------------
 コンテンツ
------------------------------ */

#contents {
	width: 938px;
	margin: 0 auto;
	text-align: left;
}
#crumb {
	margin: 0 0 10px 0;
}
#crumb span {
	text-decoration: underline;
}
#pickUp{
	width: 220px;
	float: left;
}
#pickUp ul li{
	padding-bottom: 7px;
}

#pickUp ul li img{
     vertical-align: bottom;
}
.spSpecial{
	margin-bottom:4px ;
}
#main{
	width: 696px;
	float: right;
	margin-bottom: 60px;
}
.title {
	height: 41px;
	padding-left: 25px;
	background: url(/shared/img/title_bg.gif);
	margin-bottom: 4px;
}
h1{
	line-height: 41px;
	height: 41px;
	font-weight: bold;
}
.title_s {
	height: 38px;
	padding-left: 22px;
	background: url(/shared/img/title_bg_s.gif);
	margin-bottom: 4px;
}
.title_l {
	height: 41px;
	padding-left: 25px;
	background: url(/shared/img/title_bg_l.gif);
	margin-bottom: 4px;
}
h2{
	line-height: 38px;
	height: 38px;
	font-weight: bold;
}
h1.logo{
	height: 65px;
	line-height: 65px;
	margin-bottom: 0px;
}


/* ------------------------------
 ローカルナビ
------------------------------ */
#localnavi .headline_l{
	padding-bottom: 2px;
}
#localnavi { /* ローカルナビ */
	width: 220px;
	margin-bottom: 12px;
}

#localnavi ul {
	margin: 2px 0 0;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

#localnavi ul li {
	padding: 1px 1px 2px 0;
	background: url(/shared/img/localnavi_dot.gif) no-repeat 0 bottom;
}

#localnavi ul li.top {
	padding: 0 1px 2px 0;
	background: url(/shared/img/localnavi_dot.gif) no-repeat 0 bottom;
}

#localnavi ul li.last {
	padding: 1px 1px 1px 0;
	background: none;
}

#localnavi ul li a:link, #localnavi ul li a:visited {
	padding: 5px 0 5px 17px;
	display: block;
	background: url(/shared/img/localnavi_bg.gif) no-repeat 0 center;
}

#localnavi ul li a:active, #localnavi ul li a:hover {
	padding: 5px 0 5px 17px;
	display: block;
	background: url(/shared/img/localnavi_bgo.gif) no-repeat 0 center;
}

#localnavi ul li a.on:link, #localnavi ul li a.on:active, #localnavi ul li a.on:hover, #localnavi ul li a.on:visited{
	padding: 5px 0 5px 17px;
	display: block;
	color: #009944;
	text-decoration: underline;
	background: url(/shared/img/localnavi_bgo.gif) no-repeat 0 center;
}
/* ------------------------------
 フッタ
------------------------------ */

#bottomnavi { /* プライバシーポリシー・サイトマップリンク*/
	width: 450px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#bottomnavi ul li {
	margin-right: 16px;
	float: left;
}
#pagetop { /* ページトップ */
	width: 102px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#footer {
	width: 100%;
	text-align: center;
	border-top: 1px solid #b3b3b3;
	background: white;
}
#footerGrey {
	width: 100%;
	padding: 15px 0 50px 0;
	text-align: center;
	background: #424242;
}
.footerIn {
	width: 938px;
	margin: 0 auto;
	text-align: left;
}
.footLink {
	margin: 4px 0 4px 0;
}
.footlogo {
	width: 157px;
	float: left;
	padding-top: 5px;
}
.footadd {
	float: left;
	color: white;
}
/* ------------------------------
 共通部品
------------------------------ */
.dotline {
	height: 1px;
	background: url(/shared/img/dot.gif) repeat-x;
}

.box {
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.green {
	color: #009944;
}

/* ------------------------------
 エラー
------------------------------ */
.em { /* エラーメッセージ */
	color: #ff1e00;
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs { /* ノースクリプト位置 */
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

#nojs p { /* ノースクリプト */
	width: 100%;
	margin: 0 auto;
	padding: 3px 0;
	color: #fff;
	font-size: small;
	line-height: 1.0;
	text-align: center;
	background: #009944;
	border-bottom: 1px solid #009944;
	*font-size: x-small; /* ~WinIE7 */
}

