@charset "utf-8";
/* ---------- common CSS ---------- */
/* ---------- スタンダード ---------- */
a {
	cursor:pointer;
	text-decoration:none;
	color:#00F;
}
a:hover {
	color: #C30;
	text-decoration:underline;
}
a:visited {
	color:#880088;
}
hr {
	clear: both;
	height: 1px;
	color: #000;
	margin:2px 0;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",  "MS PGothic", sans-serif;
	text-align:center;
	font-size:93%;
	line-height:100%;
	background-color:#292929; /* #1B2316 #2C2521 #292929 */
	background-image:url(../img_main/bg001.jpg);
	background-repeat: repeat;
	background-position: top;
	color: #000000;
}
/* ---------- スタンダード ---------- */
/* ---------- フォントセット ---------- */
.fmin {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho",  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  serif;
}
.fgot {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
/* ---------- フォントセット ---------- */


/* ---------- ｈ要素CSS ---------- */
h1 { font-size:14px; line-height:18px; letter-spacing:2px; font-weight:bold; }
h2 { font-size:14px; line-height:18px; letter-spacing:2px; font-weight:bold; }
h3, h4, h5, h6 { font-size:14px; line-height:18px; letter-spacing:2px; font-weight:bold; }


.h_2_02 { /* 現在未使用 */
	color:#000;
	line-height:31px;
	height:31px;
	width: auto;
	background-image: url(../img_main/h3-red.gif);
	background-repeat:no-repeat;
	margin:0 0 10px 0;
	padding-left:25px;
}
.h_2_02 a { 
	color:#000;
	text-decoration:none;
}
.h_2_bl { /* 各地で使用中。もっとも標準的なタイトルバー */
	color: #FFF;
	line-height:25px;
	height:25px;
	width:auto;
	font-size:16px;
	background-image: url(../img_main/ti_bar_br2.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	margin:0 0 5px 0;
	padding:0 0 0 25px;
	border:#999 1px solid;
}
.h_2_gr { /* 緑バージョン */
	color: #FFF;
	line-height:25px;
	height:25px;
	width:auto;
	font-size:16px;
	background-image: url(../img_main/ti_bar_gr3.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	margin:0 0 5px 0;
	padding:0 0 0 25px;
	border:#999 1px solid;
}
.h_3_05 { /* お知らせ(帯無)現状ホームのみ*/
	width:auto;
	margin:0 3px 2px 3px;
	padding:10px 0 0 100px;
	height:32px;
	background-image: url(../img_main/oshirase_01.png);
	background-repeat:no-repeat;
	background-position:5px 0;
}
.h_3_05 span {
	border-bottom:2px #F90 solid;
	color:#000;
	padding:0 30px 0 10px;
	font-size:20px;
	font-weight:bold;
}
/* ---------- ｈ要素CSS ---------- */
/* ---------- フォント配置 ---------- */
.ta_cen { text-align:center; }
.ta_rig { text-align:right; }
/* ---------- フォント配置 ---------- */
/* ---------- フロートCSS ---------- */
/* フロート左右 */
.float_left {
	float:left;
}
.float_right {
	float:right;
}
/* フロート左右 */
/* ハイライト */
.pickup {
	font-weight:bold;
	color:#F09;
}
.pickup1 {
	color:#F09;
	font-size:16px;
	font-weight:bold;
}
.pickup2 {
	color:#F0C;
	font-size:16px;
	font-weight:bold;
}
.pickup3 {
	color:#30C;
	font-size:16px;
	font-weight:bold;
}
/* ハイライト */
/* P DIV でのフロート解除 */
.c_flo {
	clear:both;
} 
/* P DIV でのフロート解除 */

/* CLEARFIX */
.clearFix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearFix{
overflow:hidden;
min-height:1em;
}
/*\*/
* html .clearFix{
height:1%;
overflow:visible;
}
/**/
/* CLEARFIX END */