@charset "utf-8";
/* --------------------------------------------
 *                 初期設定(reset)
 * -------------------------------------------- */

* {
	/* widthの範囲にpadding,borderを含める */
	box-sizing: border-box;         /* Opera用 */
	-moz-box-sizing: border-box;    /* Firefox用 */
	-webkit-box-sizing: border-box; /* Safari3用 */
	-ms-box-sizing: border-box;     /* IE8用 */
}

html {
	overflow-y: scroll; /* 常に上下スクロールバーを表示する */
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size: 62.5%; /* 文字サイズの基準を10px相当にすることで今後サイズ単位をemを用いる。 */
	background-color: #ffffff;
}
html:not(:target) body {
	font-size: 10px; /* IE以外に適用 */
}

body {
	background-color: #f9f9f9;
	text-align: center;
}

/* 利用パターン分け不要のため
body#basic {
background-color:#f9f9f9;
text-align:center;
}

body#data1 {
background-color:#ffffff;
text-align:center;
}
*/

a:link, a:visited {
color:#336699;
text-decoration:none;
}

a:active, a:hover {
color:#FF9933;
text-decoration:none;
}

strong {
font-weight:bold;
font-style:normal;
}

strong.more {
color:#ff0000;
font-weight:bold;
font-style:normal;
}

em {
color:#ff0000;
font-weight:normal;
font-style:normal;
}

h1,h2,h3,h4,p,form {
margin:0;
padding:0;
border:0;
}

img,div,span { border: 0 none; margin: 0; padding: 0; } /* 画像の枠なし */

ul,ol,dl,dd { margin: 0; padding: 0; }

/* --------------------------------------------
 *                 共通設定(common)
 * -------------------------------------------- */

.clearBoth { clear: both; }
.noDisplay { display: none; }
.pkg:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0.1em;
	height: 0.1px;
	visibility: hidden;
}
.pkg {
	display: block;
}
.floatL { float: left; }
.floatR { float: right; }
.inline { display: inline; }
.block { display: block; }
.txtaL { text-align: left; }
.txtaC { text-align: center; }
.txtaR { text-align: right; }

/* float指定解除 */
.clear:after { content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;}
.clear { display: inline-block; } /* IE7 */ /* .clear {zoom: 100%;} を利用すべき？ */
/* /float指定解除 */

/* 色指定 */
.basic-color { color: #b4000c; } /*企業カラー*/
.green { color: #006e54; } /*萌黄色*/
.gainsboro { color: #dcdcdc; } /*グレー系*/
.blue2 { color: #a0d8ef;} /*空色*/
.green2 {	color: #7ebea5; } /*青磁色*/

/* --------------------------------------------
 *                 本文設定(base)
 * -------------------------------------------- */

html, body{ height: 100%; }


#wrapper {
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	width: 780px;
	_width: 782px; /* IE用 */
	height: auto;
	_height: 100%;
	min-height: 100%;
	text-align: left;
	border: 0 solid #dddddd;
	border-width: 0 1px;
/*	box-sizing: content-box;
	-moz-box-sizing: content-box; */
}


/* header */
#header {
	width: 100%;
	height: 108px;
	background-color: #b4000c;
}

#h_top {
	width: 100%;
	background-color: #ffffff;
	height: 18px;
}

h1 { /* headerのみ使用 */
	font-size: 100%;
	font-weight: normal;
	line-height: 1em;
	padding: 4px 8px 0;
}
#h_main {
	width: 100%;
	height: 55px;
}
#h_logo {
	float: left;
	width: 170px;
}
#h_link {
	float: right;
	width: 600px;
	margin-top: 20px;
	padding-right: 8px;
	text-align: right;
	vertical-align: middle;
}
#h_link ul li {
	border-left: 1px solid #ffffff;
	display: inline;
	list-style-type: none;
	margin-right: 3px;
	padding-left: 7px;
}
#h_link ul li.start {
	border-left: 0 none;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#h_link ul a {
	color: #ffffff;
	font-size: 120%;
	font-weight: normal;
	text-decoration: none;
}
#h_link ul a:hover, #h_link ul a:active {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

#h_glnavi {
	width: 100%;
	height: 35px;
	background: url(/cmn_images/glnavi_bg_01.gif) repeat-x;
}
#h_menu {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	height: 35px;
	padding-top: 0;
	width: 561px;
	float: left;
	border-right: 1px groove #c0c0c0;
}
#h_menu ul {
	margin-left: 0;
	padding-top: 5px;
	padding-left: 20px;
	text-align: left;
	font-size: 1.8em;
	line-height: 1.2em;
}
#h_menu ul li {
	border-right: 1px groove #c0c0c0;
	display: inline;
	list-style-type: none;
	margin-left: 10px;
	padding-right: 15px;
}
#h_menu ul li.menu-end {
	border-right: 0 none;
	padding-right: 0;
}
#h_menu ul a {
	color: #666666;
	font-weight: bold;
}
#h_menu ul a:hover {
	color: #CCCCCC;
}

#h_searchBox {
	float: right;
	width: 210px;
	margin-top: 5px;
	text-align: right;
}
#h_searchBox form {	padding-right: 24px; }
#h_searchBox input {
	width: 130px;
	height: 22px;
}
#h_searchBox .btn-search {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/* background:transparent url(images/btn-search.jpg) no-repeat scroll 0 0; */
/* border:0 none; */
cursor:pointer;
	height: 24px;
/*	text-indent: -1700em; */
	width: 40px;
}

/* container */
#container {
	width: 100%;
}
#container ul,ol {
	margin-left: 30px;
}

#contents_top {
	width: 100%;
	height: 225px;
}

#ctop_img {
	width: 561px;
	float: left;
}
#ctop_menu {
	width: 217px;
	float: right;
}


/* contents */
#contents_main {
	width: 561px;
	float: left;
	padding-top: 10px;
	overflow: hidden;
	height: auto;
}

#c_entry {
	padding: 0 5px 0 10px;
}

#c_topics h2 {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: bold;
	border: none;
	padding: 0 5px 3px;
}
#c_topics dl {
	margin-top: 2px;
	border-bottom: 1px solid #dddddd;
}
#c_topics dt {
	width: 100%;
	border-top: 1px solid #dddddd;
	font-size: 1.3em;
	line-height: 1.6em;
	padding: 6px 8px 6px 10px;
}
#c_topics .date {
	float: left;
	width: 100px;
	text-align: right;
}
#c_topics .info {
	float: left;
	width: 346px;
	_width: 340px; /* IE用floatバグ対策(3pxの余白) */
	margin-left: 10px;
	margin-right: 10px;
}
#c_topics .category {
	float: right;
	width: 60px;
	text-align: center;
	border: solid 1px #c1e4e9;
}
#c_topics .old_list {
	padding-right: 10px;
	float: right;
}


/* sidebar */
#sidebar {
	width: 217px;
	float: right;
	padding-top: 10px;
}
#s_bg {
	margin: 0 8px 0 2px;
	background-color: #ccffcc;
/*	min-height: 250px;
	_height: 250px; */
}
#s_contact {
	margin: 0 auto;
	text-align: center;
	background: url(/cmn_images/index_ct02.gif) center repeat-y; 
}
#s_ct {
	padding: 10px 5px;
	text-align: left;
}
#s_ct p {
	font-size: 1em;
	line-height: 1.1em;
}
#s_ct .s_ct_tel {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	color: #228B22;
}
#s_ct .s_ct_holiday {
	color: #228B22;
	text-align: right;
	margin-bottom: 10px;
}

#s_menu {
	margin: 0 auto;
	text-align: center;
	background: url(/cmn_images/index_ct02.gif) center repeat-y; 
}
#s_menu .s_menu_list {
	padding: 10px 5px;
	text-align: center;
	font-size: 1.2em;
}


/* footer */
#footer {
	width: 100%;
	height: 74px;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: both;
}

#f_link {
	margin: 9px 8px 0 20px;
}
#f_link ul li {
	border-left: 1px solid #a9a9a9;
	display: inline;
	list-style-type: none;
	margin-right: 3px;
	padding-left: 7px;
}
#f_link ul li.start {
	border-left: 0 none;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;

}
#f_link ul a {
	color: #333333;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}
#f_link ul a:hover, #h_link ul a:active {
	border-bottom: 1px solid #333333;
	color: #c0c0c0;
}

#f_copyright {
	margin: 9px 8px 0 20px;
}

/* --------------------------------------------
 *                 本文-会社概要
 * -------------------------------------------- */
h2 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2em;
	border-left: solid 15px #b4000c;
	border-top: solid 1px #b4000c;
	border-bottom: solid 1px #b4000c;
	border-right: solid 1px #b4000c;
	padding: 0 5px;
}

h2 a:link, a:visited, a:active, a:hover {
	color: #333333;
	font-style: normal;
	text-decoration: none;
}

#profile {margin-top: 15px;}
#profile h3 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 2.8em;
	margin: 0;
	vertical-align:text-bottom;
}
#profile h3:first-letter {
	background-color: #b4000c;
	color: #ffffff;
	font-size: 2.5em;
	margin-right: 5px;
	padding: 5px 4px;
}
#profile dl {
	margin: 0;
	padding: 0 10px 10px;
	font-size: 1.2em;
}
#profile dl dt {
	float: left;
	width: 8em;
	padding: 10px 0 10px 1em;
	font-weight: bold;
	line-height: 1.5em;
}
#profile dl dd {
	padding: 10px 0 10px 9em;
	line-height: 1.5em;
	border-bottom: solid 1px #cccccc;
}
#profile_history {margin-top: 15px;}
#profile_history h3 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 2.8em;
	margin: 7px 0 0;
	vertical-align:text-bottom;
}
#profile_history h3:first-letter {
	background-color: #b4000c;
	color: #ffffff;
	font-size: 2.5em;
	margin-right: 5px;
	padding: 5px 4px;
}
#profile_history dl {
	margin: 0;
	padding: 0 10px 10px;
	font-size: 1.2em;
}
#profile_history dl dt {
	background-color: #dcdcdc;
	text-align: center;
	font-size: 1.2em;
	color: #666666;
	padding: 10px 0 10px;
	font-weight: bold;
	line-height: 1.2em;
}
#profile_history dl dd {
	padding: 10px 0 10px 9em;
	line-height: 1.5em;
	border-bottom: solid 1px #cccccc;
}
.p_history_month {
	float: left;
	width: 8em;
	margin-left: -8em;
	font-weight: bold;
	line-height: 1.5em;
}

#profile_map {margin-top: 15px;}
#profile_map h3 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 2.8em;
	margin: 0;
	vertical-align:text-bottom;
}
#profile_map h3:first-letter {
	background-color: #b4000c;
	color: #ffffff;
	font-size: 2.5em;
	margin-right: 5px;
	padding: 5px 4px;
}
#map {
	margin: 0 auto;
	text-align: center;
}

