@charset "utf-8";

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

.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}
.mb60{margin-bottom: 60px!important;}
.mb80{margin-bottom: 80px!important;}

/* ▼ 01.BASE FONT ▼ */


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

/* ▼ 02.LINK SETTING ▼ */

a{
	outline: none;
}

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-image: url(../images/common/bg.jpg);
}


#container {
	width: 970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-repeat: repeat-y;
}


#contents{
	clear: both;
	overflow: visible;
	padding-top: 0;
	padding-bottom: 0;
	width: 960px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/common/con_bg.jpg);
	background-repeat: repeat-y;
}


/* ▼ 04: HEADER ▼ */

#header {
	width: 970px;
	height: 183px;
	position: relative;
}

#header h1{
	position: absolute;
	font-weight: normal;
	font-size: 75%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	color: #FFF;
	left: 15px;
}


/* ▼ 05: MAIN IMAGE ▼ */

#keyvisual{
	margin-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/common/con_bg.jpg);
	background-repeat: repeat-y;
}


/* ▼ 06: GLOBAL NAVIGATION ▼ */

#gnav{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/common/con_bg.jpg);
}

#gnav ul{
	position: relative;
	background: url(../images/common/bg_gnav.gif) no-repeat top left;
	width: 960px;
	height: 30px;
	margin-right: 5px;
	margin-left: 5px;
}

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

}

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

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

}

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


#gnav_01{
	left: 0;
}

#gnav_02{
	left: 104px;
}

#gnav_03{
	left: 205px;
}

#gnav_04{
	left: 333px;
}

#gnav_05{
	left: 436px;
}


#gnav_06{
	left: 538px;
}
#gnav_07 {
	left: 686px;
}
#gnav_08 {
	left: 847px;
}




#gnav1{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/common/con_bg.jpg);
}

#gnav1 ul{
	position: relative;
	width: 960px;
	height: 30px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../images/common/bg_gnav2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

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

}

#gnav1 li a{
	position: absolute;
	display: block;
	width: 120px;
	height: 30px;
}

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

}

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


#gnav1_01{
	left: 0;
}

#gnav1_02{
	left: 120px;
}

#gnav1_03{
	left: 240px;
}

#gnav1_04{
	left: 360px;
}

#gnav1_05{
	left: 480px;
}

#gnav1_06{
	left: 600px;
}
#gnav1_07 {
	left: 720px;
}
#gnav1_08 {
	left: 840px;
}



/* ▼ 07: MAIN CONTENTS ▼ */

#main{
	width: 520px;
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.single-body{
    overflow: hidden;
}

.single-body img{
    width: 100%;
    height: auto;
}


/* ▼ 08: SIDEBAR ▼ */

#sideLeft,
#sideRight{
	width: 200px;
	padding-top: 20px;
}

#sideLeft,
#sideRight{
	float: left;
}

#sideRight{
	float: right;
}
#sideRight .right_bana {
	width: 194px;
	margin-left: 5px;
	margin-right: 1px;
	margin-bottom: 10px;
}

.left_bana input[type="text"]{
    display: block;
    width: 194px;
    margin: 8px 0;
}

.left_bana input[type="submit"]{
    display: block;
    margin: 0 auto;
    padding: 3px 5px;
}



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


#snav{
	margin: 0 0 30px 0;
	
}
#sideLeft .left_bana {
	width: 194px;
	margin-left: 1px;
	margin-right: 5px;
	margin-bottom: 10px;
}

#sideLeft .left_bana2 {
	margin-right: 5px;
	margin-bottom: 10px;
	width: 190px;
	margin-left: 4px;
}

#sideLeft .menu_shingu {
	background-image: url(../images/common/left_bg.jpg);
	width: 200px;
	background-repeat: no-repeat;
}
#sideRight .menu_shingu2 {
	background-image: url(../images/common/right_bg.jpg);
	width: 200px;
	background-repeat: no-repeat;
}

#sideLeft .menu_shingu .menu_shingu_list {
	margin-left: 5px;
	margin-right: 10px;
	padding-top: 10px;
}
#sideRight .menu_shingu2 .menu_shingu_list2 {
	margin-left: 7px;
	margin-right: 10px;
	padding-top: 10px;
	width: 193px;
	background-color: #f8f0e0;
}
#sideRight .menu_shingu2 .menu_shingu_list2 .betyu {
	width: 165px;
	margin-left: 14px;
	margin-bottom: 15px;
}


#sideLeft .menu_shingu .menu_shingu_list .calendar {
	margin-left: 8px;
}

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

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

#snav li a{
	display: block;
	height: 26px;
	width: 193px;
}

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


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

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

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

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

#snav_05{
	background: url(../images/common/snav_o05.gif) no-repeat top left;
}




.light_orenge{ color:#FFC488;}
.litle {
	font-size: 9px;
	clear: both;
}
.nedan {
	font-size: 12px;
	clear: both;
	font-weight: bolder;
	color: #ff0000;
}
.meisyo {
	font-size: 13px;
	clear: both;
	font-weight: bolder;
}
.meisyo3 {
	font-size: 14px;
	clear: both;
	font-weight: bolder;
}

.meisyo2 {
	font-size: 13px;
	clear: both;
	font-weight: bolder;
	color: #FFF;
}


.nedan2 {
	font-size: 15px;
	clear: both;
	font-weight: bolder;
	color: #990000;
}





/* -- aside menu -- */

#sideLeft .menu_shingu_list ul,
#sideRight .menu_shingu_list ul{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

#sideLeft .menu_shingu_list ul li,
#sideRight .menu_shingu_list ul li{
	background: url(../images/common/bg_aside_list.gif) no-repeat top left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	width: 185px;
}

#sideLeft #aside ul,
#sideRight #aside ul{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

#sideLeft #aside ul li,
#sideRight #aside ul li{
	background: url(../images/common/bg_aside_list.gif) no-repeat top left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	width: 185px;
}



/* ▼ 09: FOOTER ▼ */

#footer {
	clear: both;
	background-image: url(../images/common/footer.jpg);
	height: 190px;
	width: 960px;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
#footer_menu {
	padding-top: 30px;
	font-size: x-small;
}
#footer_copy {
	padding-top: 80px;
	font-size: x-small;
}




/*▼ 10: CLEAR FIX ▼ */

/*▼ 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 ▼ */

h3{
	margin: 0 0 10px 0;
}

h4{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #963;
	font-size: 15px;
	font-weight: bold;
	color: #930;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	clear: both;

}
h5 {
	margin: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}


.section{
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 0;
}
.section .adobe {
	width: 520px;
	margin-bottom: 20px;
	clear: both;
	float: left;
}
.section .adobe .adobe1 {
	float: right;
	width: 90px;
}
.section .adobe .adobe2 {
	float: left;
	width: 420px;
}


.section .hyou {
	width: 520px;
	font-size: 11px;
	padding-bottom: 30px;
}
.section .hyou .hyou1 {
	text-align: center;
	float: left;
	width: 100px;
}
.section .hyou .hyou2 {
	text-align: center;
	float: left;
	width: 100px;
	margin-left: 5px;
}
.section .hyou .hyou3 {
	text-align: center;
	float: left;
	width: 100px;
	margin-left: 5px;
}
.section .hyou .hyou4 {
	text-align: center;
	float: left;
	width: 100px;
	margin-left: 5px;
}
.section .hyou .hyou5 {
	text-align: center;
	float: left;
	width: 100px;
	margin-left: 5px;
}
.section .price {
	width: 520px;
}
.section .price .price1 {
	float: left;
	width: 210px;
}
.section .price .price1 .price1_1 {
	float: left;
	width: 100px;
}
.section .price .price1 .price1_2 {
	float: right;
	width: 100px;
}

.section .price .price2 {
	float: right;
	width: 300px;
}
.section .daihyo {
	width: 520px;
}
.section .daihyo .daihyo1 {
	float: left;
	width: 100px;
}
.section .daihyo .daihyo2 {
	float: right;
	width: 400px;
}
.section .shingubi {
	width: 520px;
}
.section .shingubi .shingubi1 {
	float: left;
	width: 150px;
}
.section .shingubi .shingubi2 {
	float: right;
	width: 350px;
}








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

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


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

.to_pagetop{
	text-align: right;
	width: 520px;
	background-color: #F0C;
}

.to_pagetop ul{
	width: 170px;
	float: right;
	
}

.to_pagetop li{
	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: 520px;
}



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

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

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

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


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

.left_float{
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 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: 250px;/* ---テキスト領域の幅を確定する --- */
}


/*▼ 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: 250px;/* ---テキスト領域の幅を確定する --- */
}

/*▼ 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: 250px;/* ---テキスト領域の幅を確定する --- */
}

/*▼ 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: 124px;
	
	height: auto !important;
	
}

.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: 168px;
	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 8px 0 0;
}

.third .element_02{
	float: right;
}

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

.half .element_01,
.half .element_02{
	width: 250px;

	height: auto !important;

}

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

.half .element_01{
	float: left;
}

.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: 255px;
	min-height: 130px;/* 領域の高さを揃える */
	height: auto !important;
	height: 130px;	/* 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: 120px;
}


.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;
}


table.list{
	border: 1px solid #999;
}
.list th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #9a5009;
	color: #FFF;
}
.list td{
	border: 1px solid #CCC;
	padding: 2px;
}


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

}
