@charset "UTF-8";

/**************************************************************************************************
INITIAL SETTINGS
**************************************************************************************************/


/* Commonness CSS */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size: 100%; vertical-align:top; background:transparent;}

html {height:100%;}
body {height:100%;}

body {font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS UI Gothic",sans-serif; font-size:12px; color:#333333; line-height:1.6; background-color:#FFFFFF;}
ul {list-style:none;}
blockquote, q {quotes:none;}



/* remember to define focus styles! */
:focus {outline:0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse; border-spacing:0;}

/*\*/
* html #container{overflow:visible;}
/**/


/* ===========================================
	clear,  clearFix,  hide, hr
   =========================================== */
.clearB{clear:both;}
.clearL{clear:left;}
.clearR{clear:right;}

.clearFix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

.clearFix {display:inline-table; }

/* Hides from IE-mac \*/
* html .clearFix {height:1%;}
.clearFix {display:block;}
/* End hide from IE-mac */

.hide{display:none;}

/* iepngfix */
img, div { behavior: url(../js/iepngfix.htc) }


/* ------------------------------------------------------------
その他の設定
------------------------------------------------------------ */

a {text-decoration:none;}
a:link {font-size:12px; color:#666666; text-decoration:none;}
a:visited {font-size:12px; color:#666666;text-decoration:none;}
a:hover {font-size:12px;text-decoration:underline;color:#666666;}
a:active {font-size:12px; }


/* テキストハイライトの設定 */
::-moz-selection {background:#000033; color:#FFFFFF;}


/* ------------------------------------------------------------
全体
------------------------------------------------------------ */

body {
	background-color:#ededed;
}

#wrap {
	width:960px;
	margin:0 auto;
}


/* ------------------------------------------------------------
ヘッダ
------------------------------------------------------------ */

#header_a {
	background:url(../img/header_bg.jpg);
	background-repeat:repeat-x;
	height:130px;
	width:960px;
	margin:0 auto;
}

#header_b {
	background:url(../img/header_bg2.jpg);
	background-repeat:repeat-x;
	height:130px;
	width:960px;
	margin:0 auto;
}

#header01 {
	position:relative;
}

#logo{
	position:absolute;
	top:35px;
	left:30px;
}

#tel{
	position:absolute;
	top:50px;
	right:0px;
}

/* ------------------------------------------------------------
コンテンツボックス
------------------------------------------------------------ */

#content {
	width:960px;
	min-height:600px;
	margin:0 auto;
	background-color:#ffffff;

}

#maincontent {
	width:900px;
	padding:30px 0;
	margin:0 auto;
}

#maincontent_a {
	float:left;
	width:600px;
	padding:30px 0;
	margin-left:30px;
	margin-right:20px;
}

#maincontent_b {
	float:right;
	width:280px;
	margin-right:30px;
}

/* ------------------------------------------------------------
トップ画像
 ----------------------------------------------------------- */ 

#top_image {
	background:#ffffff;
	width: 960px;
	height:315px;
}

#top_image2 {
	background:#ffffff;
	width: 960px;
	height:200px;
}

/* ------------------------------------------------------------
グローバルナビ
------------------------------------------------------------ */

#glovalnavi{
	position:relative;
	width:960px;
	height:55px;
	background:url(../img/glovalnavi_bg.jpg);
}

#glovalnavi ul{
	background-repeat:no-repeat;
	margin-left:31px;
}

#glovalnavi li{
	float:left;
	display:inline;
}

#glovalnavi li a{
	display:block;
}

#glovalnavi2{
	position:relative;
	width:960px;
	height:55px;
	background:url(../img/glovalnavi_bg2.jpg);
}

#glovalnavi2 ul{
	background-repeat:no-repeat;
	margin-left:31px;
}

#glovalnavi2 li{
	float:left;
	display:inline;
}

#glovalnavi2 li a{
	display:block;
}
/* ------------------------------------------------------------
フッター
------------------------------------------------------------ */

#footer {
	background:url(../img/footer_bg.jpg);
	background-repeat:repeat;
	width:960px;
	margin:0 auto;
}

#footer01 {
	position:relative;
	width:960px;
	height:20px;
	margin:0px auto 0px auto;
	color:#ffffff;
}

#footer02 {
	position:absolute;
	top:-40px;
	right:30px;
}

#footer03{
	color:#ffffff;
	width:960px;
}

#footer04{
	width:960px;
	position:absolute;
	bottom:0px;
	margin:0px auto;
	text-align:center;
}


/* ------------------------------------------------------------
パンくず
------------------------------------------------------------ */


#pankuzu{
	text-align:left;
	background:#ffffff;
}

#pankuzu ul{
	padding:5px 0 5px 30px;
}

#pankuzu ul li{
	display:inline;
}

#pankuzu ul li a{
	font-size:12px;
}


/* ------------------------------------------------------------
各種ボックス設定
------------------------------------------------------------ */

.mt10 {
	margin-top:10px;
}

.mt20 {
	margin-top:20px;
}

.mt30 {
	margin-top:30px;
}

.mt40 {
	margin-top:40px;
}

.mt50 {
	margin-top:50px;
}

.mt60 {
	margin-top:62px;
}

.mb10 {
	margin-bottom:10px;
}

.mb20 {
	margin-bottom:20px;
}

.mb30 {
	margin-bottom:30px;
}

.mb50 {
	margin-bottom:50px;
}

.ml10 {
	margin-left:10px;
}

.ml15 {
	margin-left:15px;
}

.ml20 {
	margin-left:20px;
}

.ml30 {
	margin-left:30px;
}

.mr10 {
	margin-right:10px;
}

.mr15 {
	margin-right:14px;
}

.mr20 {
	margin-right:20px;
}

.mr30 {
	margin-right:30px;
}

.mr50 {
	margin-right:80px;
}

.ps10{
	padding:0px 10px 0px 10px;
}

.ps20{
	padding:0px 20px 0px 20px;
}

.ps30{
	padding:0px 30px 0px 30px;
}

.mainbox01{
	margin-bottom:30px;
}

.mainbox02{
	margin:150px 0;
	min-height:900px;
}

/* ------------------------------------------------------------
フォント設定
------------------------------------------------------------ */

h1 {
	position:absolute;
	top:5px;
	left:30px;
	font-weight:normal;
	font-size:1em;
	color:#666666;
}


h2 {
	position:absolute;
	top:62px;
	left:220px;
	font-size:14px;
}

hr {
	clear:both;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #eeeeee;
	height: 1px;
	margin:0px 0px 20px 0px;
}

.login {
	position:absolute;
	top:5px;
	right:30px;
	font-weight:normal;
	font-size:1em;
	color:#666666;
}

/* ------------------------------------------------------------
ライン設定
------------------------------------------------------------ */

.line01{
	height:28px;
	padding:0 10px;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:10px;
	color:#464646;
	border-left:8px solid #FF1F14;
}

.line02{
	height:28px;
	padding:0 10px;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:10px;
	color:#464646;
	border-left:8px solid #009900;
}

/* ------------------------------------------------------------
テキストエリア設定
------------------------------------------------------------ */

.textright{
	text-align:right;
}

.textcenter{
	text-align:center;
}

.text01 {
	padding:20px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	font-size:1.2em;
}

.text02 {
	width:320px;
	background-color:#ffffff;

	float:left;
}

.text03 {
	width:515px;
	padding-left:20px;
	background-color:#ffffff;

	float:right;
}


/* ------------------------------------------------------------
文字装飾
------------------------------------------------------------ */


.deco_b{
	font-weight:bold;
}

.deco_u{
	text-decoration:underline;
}

.deco_col01{
	color:#cc0104;
}

.deco_col02{
	color:blue;
}

.deco_size05{
	font-size:0.5em;
}

.deco_size10{
	font-size:1em;
}

.deco_size15{
	font-size:1.5em;
}

.deco_mark{
	padding:0px 10px 0px 10px;
	margin:0px 10px 0px 10px;
	background-color:#B2463C;
	color:#ffffff;
	font-size:10px;
}

.jouyou{
	width:45px;
	padding:1px 5px 1px 5px;
	background-color:#00661f;
	border-style:solid;
	border-width:3px;
	border-color:#00991f;
	color:#ffffff;
	font-weight:bold;
	border-radius:5px;
	margin-bottom:2px;
}

.hiace{
	width:45px;
	padding:1px 5px 1px 5px;
	background-color:#b4130d;
	border-style:solid;
	border-width:3px;
	border-color:#e1261e;
	color:#ffffff;
	font-weight:bold;
	border-radius:5px;
	margin-bottom:2px;
}

.tc{
	width:60px;
	padding:1px 5px 1px 5px;
	background-color:#ff4b01;
	border-style:solid;
	border-width:3px;
	border-color:#ff7401;
	color:#ffffff;
	font-weight:bold;
	border-radius:5px;
	margin-bottom:2px;
}

.shousai{
	width:30px;
	padding:1px 5px 1px 5px;
	background-color:#fcd6c9;
	border-style:solid;
	border-width:3px;
	border-color:#fb4844;
	color:#000000;
	font-weight:bold;
	border-radius:5px;
}

/* ------------------------------------------------------------
画像配置設定
------------------------------------------------------------ */

.imgf{
	padding:1px;
	background-color:#ffffff;
	border-color:#cccccc;
	border-width:1px;
	border-style:solid;
}

.imgsd{
	background:url(../img/imgbg.jpg);
}

.imgr{
	float:right;
}

.imgl{
	float:left;
}

.imgc{
	text-align:center;
}

table#table-01 {
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 auto;
}

table#table-01 th {
	width: 125px;
	height: 30px;
	border: #CCCCCC solid;
	border-width: 0 0 1px 1px;
	background: #ffd3cf;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	font-size:14px;
}
table#table-01 td {
	width: 580px;
	height: 30px;
	border: 1px #CCCCCC solid;
	border-width: 0 0 1px 1px;
	background: #fff8f6;
	text-align: left;
	vertical-align: middle;
	text-indent:1em;
	font-size:14px;
}

table#table-02 {
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 auto;
}

table#table-02 th {
	width: 150px;
	height: 100px;
	border: #CCCCCC solid;
	border-width: 0 0 1px 1px;
	background: #ffd3cf;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	font-size:14px;
}
table#table-02 td {
	width: 150px;
	height: 30px;
	border: 1px #CCCCCC solid;
	border-width: 0 0 1px 1px;
	background: #fff8f6;
	text-align: center;
	vertical-align: middle;

	font-size:14px;
}