@charset "utf-8";
/* CSS Document */

html,body {
	height: 100%;
	min-height:100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
}

#wrapper{
	height:100%;
}

#wrapper2{
}

#header{
	background:url(../images/header_bg2.jpg) repeat-x left top;
	height:50px;
	position:fixed;
	top:0;
	width:100%;
	min-width:100%;
	z-index:200;
}

#header2{
	background:url(../images/header_bg2.jpg) repeat-x left top;
	height:50px;
	position:fixed;
	top:0;
	width:100%;
	min-width:100%;
	z-index:200;
	_position:absolute;
}

#header_a{
	background:url(../images/header_bg_a.jpg) repeat-x left top;
	height:50px;
	position:fixed;
	top:0;
	width:100%;
	min-width:100%;
	z-index:200;
}

#header_b{
	background:url(../images/header_bg_b.jpg) repeat-x left top;
	height:50px;
	position:fixed;
	top:0;
	width:100%;
	min-width:100%;
	z-index:200;
}

#header_c{
	background:url(../images/header_bg_c.jpg) repeat-x left top;
	height:50px;
	position:fixed;
	top:0;
	width:100%;
	min-width:100%;
	z-index:200;
}

#header_d{
	background:url(../images/header_bg_d.jpg) repeat-x left top;
	height:50px;
	position:fixed;
	top:0;
	width:100%;
	min-width:100%;
	z-index:200;
}

#header_inner{
	background:url(../images/header_bg2.jpg) repeat-x left top;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#logo{
	width:170px;
	height:29px;
	float:left;
	margin-top:10px;
}

#logo h1{
	width:100%;
	height:100%;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(../images/logo_shimamura.jpg);
}

#logo2{
	width:97px;
	height:40px;
	float:left;
	margin-top:3px;
}

#logo2 h1{
	width:100%;
	height:100%;
	background-position:left center;
	background-repeat:no-repeat;
	background-image:url(../images/logo_birthday.jpg);
}

#logo3{
	width:177px;
	height:40px;
	float:left;
	margin-top:3px;
}

#logo3 h1{
	width:100%;
	height:100%;
	background-position:left center;
	background-repeat:no-repeat;
	background-image:url(../images/logo_chambre.jpg);
}

#logo4{
	width:72px;
	height:39px;
	float:left;
	margin-top:3px;
}

#logo4 h1{
	width:100%;
	height:100%;
	background-position:left center;
	background-repeat:no-repeat;
	background-image:url(../images/logo_divalo.jpg);
}

#logo h1 a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-5000px;
}

#logo2 h1 a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-5000px;
}

#logo3 h1 a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-5000px;
}

#logo4 h1 a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-5000px;
}

#header_btn{
	float:right;
	width:570px;
	height:40px;

	

}

.header_btn_bg{
	background-image:url(../images/bg_btn.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}


#header_btn_l{
	float:left;
	width:424px;
	margin-top:4px;
	padding-top:4px;
	text-align:left;
	overflow:hidden;
	height:40px;
	
}

#header_btn_l a{
	float:left;
	display:inline-block;
	margin:0 3px;
	_margin:0 2px;
}

#header_btn_r{
	/*
	padding-top:8px;
	padding-left:6px;
	margin-top:3px;
	*/
	height:40px;
	float:right;
	width:146px;
	overflow:hidden;

	/* background:url(../images/header_line2.gif) no-repeat left center; */
}

#header_btn_r a{
	float:left;
	/* margin-left:7px; */
	display:inline-block;
}

#content{
	height:93%;
	width:100%;
    min-height: 93%;
	padding-top:50px;
}

#content2{
	padding-top:50px;
	padding-bottom:30px;
}

#content_top{
	width:100%;
}

#content_left{
	position:absolute;
	left:0;
	z-index:100;
	height:93%;
	min-height:93%;
	width:150px;
}

#content_left2{
	position:fixed;
	left:0;
	top:50%;
	z-index:100;
	width:150px;
	margin-top:-100px;
	/*
	_position:absolute;
	_top:250px;
	_margin-top:0px;
	*/
}

#content_inner{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

body > #content {
    height: auto;
}

.flier_info{
	font-size:12px;
	line-height:150%;
	color:#000000;
	margin-top:20px;
	font-weight:700;
}

.flier_info2{
	font-size:12px;
	line-height:250%;
	color:#000000;
	font-weight:700;
	width:500px;
	margin:0px auto;
	margin-top:280px;
	text-align:center;
}

#flier_content{
	padding-top:30px;
	padding-bottom:10px;
}

.flier_box{
	width:470px;
	float:left;
}
/*
.flier_pic{
	padding-left:20px;
	padding-right:30px;
	padding-top:5px;
}
*/

.flier_pic{
	padding-top:5px;
	width:371px;
	margin:0px auto;
	display:block;
}

.flier_pic_inner{
	float:left;
	text-align:center;
}

.flier_pic_inner a{
	color:#333333;
}

a.pic_border{
	padding:4px;
	display:block;
	border:1px solid #b5b5b6;
	margin-bottom:6px;
	margin:1px;
}

a.pic_border:hover{
	border:2px solid #FF0000;
	margin:0px;
}

.flier_target{
	padding-top:6px;
	clear:both;
}


.flier_table th{
	text-align:center;
}

.target_main{
	color:#c90436;
	font-size:12px;
	font-weight:normal;
}

.target_name{
	text-align:center;
	color:#FFFFFF;
	background-color:#c90436;
	padding:4px;
}

.flier_date{
	font-size:16px;
	background:url(../images/date_bg.jpg) no-repeat center top;
	display:block;
	height:22px;
	padding-top:3px;
	font-weight:700;
	width:450px;
	color:#FFFFFF;
	text-align:center;
	margin:0px auto;
	display:block;
}
/*
.info_area{
	width:950px;
	position:absolute;
	background:url(../images/area_bg.png) repeat;
	top:-100px;
	z-index:10;
	clear:both;
	left:50%;
	margin-left:-475px;
}
*/

.info_area{
	width:600px;
	height:300px;
}

#header_wrapper{
	width:100%;
	min-width:100%;
}

.info_area_inner{
	padding:30px 25px 20px 25px;
	width:550px;
	height:250px;
	background-color:#FFFFFF;
	/*background:url(../images/light_bg.gif) no-repeat center center;*/
	overflow:auto;
	color:#333333;
}

.detail_l{
	float:left;
	width:65px;
}

.detail_l img{
	margin-bottom:5px;
}

.detail_r{
	float:left;
	padding-left:10px;
	width:440px;
}

.detail_l2{
	width:115px;
}

.detail_r2{
	width:540px;
}

.detail_r p{
	line-height:140%;
	font-size:12px;
}

.detail_r2 p{
	line-height:180%;
	font-size:12px;
	font-weight:bold;
}

.info_area_detail{
	padding:15px 0px 0px 10px;
	display:block;
	min-height:190px;
}

.btn_close{
	clear:both;
	float:right;
}

img.b_n{
	border:none;
}

#zooma{
	width:100%;
	height:93%;
}

#pre_form{
	width:950px;
	margin:0px auto;
}

#pre_form form{
	width:610px;
}

#pre_form h2{
	margin:15px 0px;
}




