@charset "utf-8";

/* common
--------------------------------------------------------------------------------*/
.wrapper {
	width: 768px;
	text-align: left;
	background: url(../images/bg_sdw.png) repeat-y;
	margin: 0 auto;
}
* html body .wrapper {	behavior: url(iepng.htc);	}
*:first-child+html .wrapper {	behavior: url(iepng.htc);	}

#container {
	width: 760px;
	background: url(../images/l_bg.gif) repeat-y;
	margin: 0 0 0 4px;
}

#contentsWrap {
	width: 560px;
	float: right;
	background: url(../images/cont_sdw.gif) no-repeat;
}

#contents {
 width: 532px;
	margin: 16px 0 28px 14px;
}

#contents .column {
	margin: 0 13px 20px 13px;
}


/* float hack ---- */
.outBox:after, .wrapper:after, #container:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
*html .outBox, *html .wrapper, *html #container {	display: inline-block;	}
/* no mac IE \*/
*html .outBox, *html .wrapper, *html #container {	height: 1%;	}
.outBox, .wrapper, #container {	display: block;	}
/* */


h2 {
	font-size: 118%;
	line-height: 150%;
	width: 521px;
	color: #132F5E;
	font-weight: bold;
	background: url(../images/h2_bg.gif) no-repeat;
	padding: 2px 0 3px 11px;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 100%;
	line-height: 150%;
	width: 518px;
	color: #132F5E;
	font-weight: bold;
	background: url(../images/h3_bg.gif) no-repeat 0 0.1em;
	padding: 0 0 3px 10px;
	margin: 0 0 10px 2px;
}

h4 {
	font-size: 100%;
	line-height: 150%;
	width: 518px;
	color: #132F5E;
	font-weight: bold;
	background: url(../images/h4_bg.gif) repeat-x left bottom;
	padding: 0 0 3px 10px;
	margin: 0 0 10px 2px;
}


.fltL {
	float: left;
}
.fltR {
	float: right;
}

.txClr01 /* 赤 */ {
	color: #E6001C;
}



/* header ---------------------------- */
#header {
	width: 760px;
	background: url(../images/h_bg.jpg) no-repeat;
	margin: 0 4px;
}

/* float hack ---- */
#header:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
*html #header {	display: inline-block;	}
/* no mac IE \*/
*html #header {	height: 1%;	}
#header {	display: block;	}
/* */

#header .hLogo {
	width: 250px;
	float: left;
}
#header .hLogo img {
	margin: 18px 0 13px 16px;
}

#header .hSrc {
	width: 232px;
	float: right;
}
#header .hSrc p {
	font-weight: bold;
	padding: 21px 0 0 0;
}
#header .hSrc .frm01 {
	width: 168px;
	border:1px solid #C3C3C3;
	margin: 2px 0 0 0;
}
#header .hSrc .frmBtn {
	vertical-align: top;
	margin: 3px 0 0 0;
}



/* global navi ---------------------------- */
#gnav {
	text-align: left;
	padding: 0 0 0 4px;
}
#gnav ul {
	list-style-type: none;
}
#gnav li {
	float: left;
}

/* float hack ---- */
#gnav:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
*html #gnav {	display: inline-block;	}
/* no mac IE \*/
*html #gnav {	height: 1%;	}
#gnav {	display: block;	}
/* */



/* local navi ---------------------------- */
#lnav {
	width: 200px;
	float: left;
	background: url(../images/l_sdw.gif) no-repeat;
	padding: 10px 0 20px 0;
}
#lnav a {
	font-weight: bold;
}

#lnav dl {
	margin: 0 8px;
}
#lnav dt {
	color: #132F5E;
	font-weight: bold;
	background: url(../images/l_line.gif) repeat-x left bottom;
	padding: 6px 0 9px 0;
}
#lnav dt a {
	width: 160px;
	display: block;
	background: url(../images/l_link01.gif) no-repeat 8px 0.5em;
	padding: 0 0 0 24px;
}
#lnav dt.actv {
	background: none;
	padding: 6px 0 0 0;
}
#lnav dt.actv a, #lnav dt span {
	background: url(../images/l_link02.gif) no-repeat 8px 0.5em;
}
#lnav dt span {
	display: block;
	padding: 0 0 0 24px;
}

#lnav dd ul {
	list-style-type: none;
	background: url(../images/l_line.gif) repeat-x left bottom;
	padding: 0 0 9px 0;
}
#lnav dd li {
	background: url(../images/l_link03.gif) no-repeat 0 0.55em;
	padding: 0 0 0 11px;
	margin: 3px 0 0 24px;
}



/* footer ---------------------------- */
#footerWrap {
	width: 100%;
	text-align: center;
	background: url(../images/f_bg.gif);
	border-top: 1px solid #132F5E;
	border-bottom: 1px solid #FFF;
}
#footer {
	width: 728px;
	text-align: left;
	margin: 0 auto;
	padding: 16px 0 42px 0;
}

/* float hack ---- */
#footer:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
*html #footer {	display: inline-block;	}
/* no mac IE \*/
*html #footer {	height: 1%;	}
#footer {	display: block;	}
/* */

#footer ul {
	font-size: 1%;
	line-height: 1%;
}
#footer li {
	display: inline;
	padding: 0 23px 0 0;
}

#footer address {
	text-align: right;
}



/* TOP
--------------------------------------------------------------------------------*/
#topContL {
	width: 556px;
	float: left;
	text-align: left;
}
#topContL .cont {
	width: 524px;
	margin: 18px 0 0 14px;
}
#topContL .cont dl {
	margin:	12px 10px 20px 10px;
}
#topContL .cont dt {
	width: 6.5em;
	font-weight: bold;
}
#topContL .cont dd {
	margin: -1.5em 0 0 6.5em;
}
#topContL .cont iframe {
	width: 504px;
	height: 15em;
	margin:	12px 10px 20px 10px;
}

#topContR {
	width: 212px;
	float: right;
	text-align: left;
	padding: 0 0 24px 0;
}
#topContR .bnrBox {
	width: 208px;
	background: url(../../images/idx_bnr_bg.jpg) no-repeat left bottom;
	padding: 16px 0 0 0;
}
#topContR .bnrBox img {
	margin: 0 0 8px 8px;
}
#topContR .bnrCtct {
	margin: 8px 0 0 8px;
}


/* flash・裏 ---------------------------- */
#flash, #flaArea {
	width: 816px;
	margin: 0 auto;
}

#flash {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 292px;
	width: 816px;
	left: 0px;
	top: 0px;
}
#flaArea {
	position: relative;
}

#flaArea .fltR {
	width: 372px;
	height: 55px;
	background: url(../../images/idx_img02.jpg) no-repeat;
	padding: 188px 0 0 0;
}
#flaArea .bnr01 {
	margin: 0 0 0 8px;
}

#flaArea #gnav {
	width: 788px;
	height: 49px;
	background: url(../../images/idx_gnav_bg.jpg) no-repeat;
	padding: 0 0 0 28px;
}



/* MT index ---------------------------- */
body#mtIdx {
	background: #FFF;
	text-align:	left;
}
body#mtIdx dt {
	width: 6.5em;
	font-weight: bold;
}
body#mtIdx dd {
	margin: -1.5em 0 0 6.5em;
}




