@charset "utf-8";

/*==========================================
File name: base.css
Editors: itprobe_zezaidoji
Last Editor: itprobe_zezaidoji
Date: 2010.02.02
========================================== */


/* ▼ 01.BASE FONT ▼ */


body {
	color: #535353;
	font-family: Meiryo, "メイリオ","Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
	font-size: 12pt;
	line-height: 1.5;
}

/* ▼ 02.LINK SETTING ▼ */

a{
	outline: none;
	color: #333333;
}

a,a:link {
	text-decoration: underline;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a.current,
a:active,
a:focus {
}


/* ▼ 03: BASE LAYOUT ▼ */

html{
	text-align: center;
	width: 100%;
}



body {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url(../images/common/body_bg.jpg) repeat-x;
}


#container {
	width: 904px;
	margin: 0 auto 10px auto;
	background: url(../images/common/container_bg.jpg) repeat-y;
}


#contents{
	clear: both;
	width: 904px;
	overflow: visible;
	padding-bottom: 10px;
	background: url(../images/common/container_end.jpg) no-repeat bottom left;
}

#contents_upper{
	background: url(../images/common/upper_contents_bg.jpg) no-repeat top left;
	padding: 40px 0 10px 0;
}


/* ▼ 04: HEADER ▼ */

#header {
	width: 904px;
	height: 110px;
	position: relative;
}

#header h1{
	position: absolute;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 75%;
	left: 10px;
}


/* ▼ 05: MAIN IMAGE ▼ */

#keyvisual{
	padding: 5px 2px 0 2px;
	background: #FFF;
}


/* ▼ 06: GLOBAL NAVIGATION ▼ */

#gnav{
	margin: 0 0 0 0;
}

#gnav ul{
	position: relative;
	background: url(../images/common/gnav_bg.jpg) no-repeat top left;
	width: 904px;
	height: 51px;
}

#gnav li{
	list-style-type: none;
	display: inline;

}

#gnav li a{
	position: absolute;
	display: block;
	height: 51px;
}

#gnav li a:hover{
	background-color: transparent;

}

#gnav li a:hover img{
	visibility: hidden;
}


#gnav_01{
	left: 0;
}

#gnav_02{
	left: 152px;
}

#gnav_03{
	left: 302px;
}

#gnav_04{
	left: 452px;
}

#gnav_05{
	left: 602px;
}

#gnav_06{
	left: 752px;
}

/* ▼ 07: MAIN CONTENTS ▼ */
#main_top{
    width: 840px;
    float: left;
    padding: 0 0 10px 20px;
}

#main_top p{
    font-size: 11pt;
}


#main{
    width: 840px;    /* 720px → 840px */
    float: left;
    padding: 0 0 10px 42px;
}


/* ▼ 08: SIDEBAR ▼ */

#side{
	padding: 0 0 0 10px;
	width: 135px;
	float: left;
	
}

#side .side_banner_01{
	margin: 0 0 10px 0;
}

/* --- SIDE MENU --- */


#snav{
	margin: 0 0 10px 0;
	
}


#snav ul{
	width: 135px;
	position: relative;
}

#snav li{
	list-style-type: none;
	height: 50px;
	width: 135px;
	margin: 0 0 0 0;
}

#snav li a{
	display: block;
	height: 40px;
	width: 135px;
}

#snav a:hover img{
	visibility: hidden;
}


#snav_01{
	background: url(../images/common/snav_o01.jpg) no-repeat top left;
}

#snav_02{
	background: url(../images/common/snav_o02.jpg) no-repeat top left;
}

#snav_03{
	background: url(../images/common/snav_o03.jpg) no-repeat top left;
}

#snav_04{
	background: url(../images/common/snav_o04.jpg) no-repeat top left;
}


/* -- aside menu -- */

#side #aside ul{
	margin: 0 0 10px 0;
}

#side #aside ul li{
	margin: 0 0 0 0;
}

/* ▼ 09: FOOTER ▼ */

#footer {
	clear: both;
	height: 150px;
	background: url(../images/common/footer_bg.jpg) repeat-x;
	width: 100%;
}

#footer_body{
	position: relative;
	margin: 0 auto;
	width: 904px;
	height: 120px;
}

#footer_link{
	width: 450px;
	font-size: 10px;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 15px;
}

#footer_link a{
	text-decoration: none;
}

#footer_link a:hover{
	text-decoration: underline;
}


address{
	font-size: 10px;
	right: 10px;
	color: #333333;
}


/*▼ 10: CLEAR FIX ▼ */

.clear{
	clear: both;
}


/* modern browsers */

.clearfix:after,
.fBox:after,
div#header:after,
div#footer:after,
div#contents:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */

.clearfix,
.fBox,
div#header,
div#footer,
div#contents{
	display: inline-block;
}

/* legacy IE */

* html .clearfix,
* html .fBox,

* html div#footer,
* html div#contents{
	height: 1%;
}

.clearfix,
.fBox,
div#header,
div#footer,
div#contents{
	display: block;
}


/* ▼ 10: COMMON STYLE ▼ */

h2{
	margin: 0 0 -10px 0;
	padding: 0 0 0 0;
	border-top: dotted 1px #9A3334;
	font-size: 1.2em;
	clear: both;
}

h3{
	margin: 0 0 10px 0;
}

h4{
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	color: #9A3334; 
	border-bottom: solid 1px #9A3334;
	font-size: 1.3em;

}

h5{
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	border-bottom: dotted 1px #9A3334;
	font-size: 1.2em;
	clear: both;
}

h6{
	margin: 0 0 0 0;
}

.section{
	clear: both;
	margin: 0 0 15px 0;
	overflow: hidden;
}

.section p{
	margin: 0 0 10px 0;
}


/* --- ぱんくずナビ --- */

#breadcrumbs{
	text-align: left;
	margin: 0 0 10px 0;
}


/* --- このページのトップへ戻る --- */

.to_pagetop{
	position: relative;
}


.to_pagetop li{
	position: absolute;
	right: 0;
	padding: 0 0 0 20px;
	background: url(../images/common/to_pagetop.gif) no-repeat 0 50%;
}



/* ▼▼▼ メインコンテンツのレイアウトに関する設定　ここから ▼▼▼ */

/* ---要素配置領域の決定 --- */

.left_block,.left_float,.left_under_float_block,
.left_clear,.center_clear,.right_clear,
.right_block,.right_float,.right_under_float_block,
.left_under,.center_under,.right_under,

.center_clear .element,.center_under .element,
.quarter,.third,.half,.half_left_block,.half_right_block

{
		width: 820px;    /* 665px → 820px */
}



/*▼ type01 :画像左・テキスト右・回りこみ無し ▼*/

.left_block{
	margin: 0 0 25px 0;
	
}

.left_block img{
	float: left;
	margin: 0 0 0 0;
}

.left_block p{
	float: left;
	width: 575px;/* ---テキスト領域の幅を確定する --- */
}


/*▼ type02 :画像左・テキスト右・回りこみ有 ▼*/

.left_float{
	margin: 0 0 25px 0;
}

.left_float img{
	float: left;
	margin: 0 10px 10px 0;
}


/*▼ type03 :画像左下・テキスト回りこみ ▼*/

.left_under_float_block{
	margin: 0 0 25px 0;
}

/* --- 下部（まわりこみになる範囲) --- */
.left_under_float_block .element img{
	float: left;
	margin: 10px 0 0 0;
}

.left_under_float_block .element p{
	float: right;
	width: 390px;/* ---テキスト領域の幅を確定する --- */
}


/*▼ type04 :上段画像左寄せ　下段テキスト ▼*/

.left_clear{
	margin: 0 0 25px 0;
}

.left_clear .element img{
	float: left;
	margin: 0 0 10px 0;
}

.left_clear p{
	clear: both;
}


/*▼ type05 :上段画像中央寄せ　下段テキスト ▼*/

.center_clear{
	margin: 0 0 25px 0;
}

.center_clear .element{
	text-align: center;
	margin: 0 0 10px 0;
}

.center_clear p{
	clear: both;
}

/*▼ type06 :上段画像右寄せ　下段テキスト ▼*/

.right_clear{
	margin: 0 0 25px 0;
}

.right_clear .element img{
	float: right;
	margin: 0 0 10px 0;
}

.right_clear p{
	clear: both;
}

/*▼ type07 :画像右・テキスト左・回りこみ無し ▼*/

.right_block{
	margin: 0 0 30px 0;
}

.right_block img{
	float: right;
	margin: 0 0 0 0;
}

.right_block p{
	float: left;
	margin: 0 0 0 0;
	width: 650px;    /* ---テキスト領域の幅を確定する --- */
}

/*▼ type08 :画像右・テキスト左・回りこみ有 ▼*/

.right_float{
	margin: 0 0 25px 0;
}

.right_float img{
	float: right;
	margin: 0 0 10px 10px;
}


/*▼ type09 :画像左下・テキスト回りこみ ▼*/

.right_under_float_block{
	margin: 0 0 0 0;
}

/* --- 下部（まわりこみになる範囲) --- */
.right_under_float_block .element img{
	float: right;
	margin: 10px 0 25px 0;
}

.right_under_float_block .element p{
	float: left;
	width: 390px;/* ---テキスト領域の幅を確定する --- */
}

/*▼ type10 :上段テキスト　下段画像左寄せ ▼*/

.left_under{
	margin: 0 0 25px 0;
}

.left_under p{
	clear: both;
}

.left_under .element img{
	float: left;
	margin: 10px 0 5px 0;
}

/*▼ type11 :上段テキスト　下段画像中央寄せ ▼*/

.center_under{
	margin: 0 0 25px 0;
}


.center_under p{
	clear: both;
}

.center_under .element{
	text-align: center;
	margin: 10px 0 5px 0;
}

/*▼ type12 :上段テキスト　下段画像右寄せ ▼*/

.right_under{
	margin: 0 0 25px 0;
}


.right_under p{
	clear: both;
}

.right_under .element img{
	float: right;
	margin: 10px 0 5px 0;
}


/*▼ type13 :領域　横4つ ▼*/

.quarter .element_01,
.quarter .element_02{
	width: 164px;
	min-height: 200px;/* 領域の高さを揃える */
	height: auto !important;
	height: 200px;	/* min-heightに揃える */
}

.quarter .element_01 img,
.quarter .element_02 img{
	margin: 0 0 10px 0;
}

.quarter .element_01{
	float: left;
	margin: 0 8px 0 0;
}

.quarter .element_02{
	float: right;
}

/*▼ type14 :領域　横3つ ▼*/

.third .element_01,
.third .element_02{
	width: 252px;
	min-height: 200px;/* 領域の高さを揃える */
	height: auto !important;
	height: 200px;	/* min-heightに揃える */
}

.third .element_01 img,
.third .element_02 img{
	margin: 0 0 10px 0;
}

.third .element_01{
	float: left;
	margin: 0 10px 0 0;
}

.third .element_02{
	float: right;
}

/*▼ type15 :領域　横2つ ▼*/

.half .element_01,
.half .element_02{
	width: 330px;
	min-height: 100px;/* 領域の高さを揃える */
	height: auto !important;
	height: 100px;	/* min-heightに揃える */
}

.half .element_01 img,
.half .element_02 img{
	margin: 0 0 10px 0;
}

.half .element_01{
	float: left;
	margin: 0 10px 0 0;
}

.half .element_02{
	float: right;
}


/*▼ type16 :領域 横2つ 画像左・テキスト右 ▼*/
/*▼ type17 :領域 横2つ テキスト左・画像右 ▼*/

.half_left_block .element_01,
.half_left_block .element_02,
.half_right_block .element_01,
.half_right_block .element_02{
	width: 865px;
	min-height: 150px;/* 領域の高さを揃える */
	height: auto !important;
	height: 150px;	/* min-heightに揃える */
}

.half_left_block .element_01 p,
.half_left_block .element_02 p,
.half_right_block .element_01 p,
.half_right_block .element_02 p{
	width: 170px;
}


.half_left_block .element_01,
.half_right_block .element_01{
	float: left;
	margin: 0 10px 0 0;
}

.half_left_block .element_02,
.half_right_block .element_02{
	float: right;
}

/* 画像左・テキスト右 */

.half_left_block .element_01 img,
.half_left_block .element_02 img{
	float: left;
}


.half_left_block .element_01 p,
.half_left_block .element_02 p{
	float: right;
}


/* テキスト左・画像右 */

.half_right_block .element_01 img,
.half_right_block .element_02 img{
	float: right;
}


.half_right_block .element_01 p,
.half_right_block .element_02 p{
	float: left;
}

@media print{
	
#footer{
	display: none;
}

}
