@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-family: "meiryo","メイリオ","ヒラギノ角ゴ Pro W3","HiraginoKaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
	-webkit-text-size-adjust: 100%;
	min-width:950px;

}


* html div#container{
	height: 100%;
	overflow: auto;
}

#container{
	width:100%;
	background-image:url(../img/base/back.jpg); 
}

#contents_wrap{
	width:950px;
	height:100%;
	margin:0 auto;
}

#title{
	margin:0;
	bottom:1px;
	font-size:0.7em;
	color:#000;
}

#contents{
	background-color:#fff;
	height:100%;
	margin:0 auto;
	padding:25px;
}


/* body 部*/
.title_bar{
	width:880px;
	height:50px;
	background-image:url(../img/base/title_bar.jpg);
	display: inline-block;
	
}

.title_bar2l{
	width:880px;
	height:80px;
	background-image:url(../img/base/title_bar2l.jpg);
	display: inline-block;
	
}
.title_bar2{
	width:430px;
	height:50px;
	background-image:url(../img/base/title_bar2.jpg);
	display: inline-block;
	
}

.title_txt{
	height:50px;
	padding-left:15px;
	font-size:1.6em;
	color: #fff;
	line-height: 50px;
	text-shadow: 1px 1px 2px #666; 
}
.title_txt2l{
	height:80px;
	padding-top:0.5em;
	padding-left:15px;
	font-size:1.6em;
	color: #fff;
	line-height: 30px;
	text-shadow: 1px 1px 2px #666; 
}
.clear {
	width:100%;
	clear: both;
	height:1px;
}

.maru{
    color: #F996BD;
    height: auto;
}

#cont_title{
	width:880px;
	height:40px;
	line-height:0.4;
	margin:30px auto 0;
	font-size:1.9em;
	font-weight:bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #C13368;
	text-shadow: 2px 2px 4px #666; 

}

#cont_border{
	width:880px;
	height:5px;
	background-image:url(../img/base/cont_border.png);
	display: inline-block;
	
}

#foot_tel{
	width:880px;
	height:93px;
	margin:0 auto;
}

.popup{
	width:16px;
	height:16px;
	background-image:url(../img/base/popupicon.gif);
	display:inline-block;
	}
/* header部 */
#header{
	width:100%;
	height:150px;
	background-image:url(../img/base/back.jpg);
	margin:0 auto 20px;
	position:relative;
}

#head_img{
	position:absolute;
	left:35px;
	top:30px;
	width:577px;
	height:115px;
}

#head_add{
	position:absolute;
	right:15px;
	top:10px;
	font-size:0.9em;
	font-weight:bold;
	letter-spacing:2px;
	line-height:1;
}

#head_tel{
	position:absolute;
	right:10px;
	bottom:2px;
}


ul.nav {
	width: 900px;
	height:50px;
	border:0;
	padding:0;
	margin:0;
	margin-bottom:10px;
	font-size:16px;
	list-style:none;
}

ul.nav li {
	width:150px;
	height:50px;
	border:0;
	padding:0;
	margin:0;
	display: inline-block;
}

.nav1 a, .nav2 a, .nav3 a, .nav4 a, .nav5 a, .nav6 a{
	width: 150px;
	height: 50px;
	display: block;
	text-indent: -9999px;
}

.nav1 a{
	background: url("../img/base/nav1.jpg") no-repeat;
}

.nav2 a{
	background: url("../img/base/nav2.jpg") no-repeat;
}

.nav3 a{
	background: url("../img/base/nav3.jpg") no-repeat;
}
.nav4 a{
	background: url("../img/base/nav4.jpg") no-repeat;
}

.nav5 a{
	background: url("../img/base/nav5.jpg") no-repeat;
}

.nav6 a{
	background: url("../img/base/nav6.jpg") no-repeat;
}

.nav1 a:hover, .nav2 a:hover, .nav3 a:hover, .nav4 a:hover, .nav5 a:hover, .nav6 a:hover {
	background-position: 0 -50px;
}

/* footer部 */
#footer hr{
	 border-top: 2px solid #CE326E;}

#footer_wrap{
	width:950px;
	margin:0 auto;
	font-size:0.75em;
}

#footer0a{
	width:500px;
	float:left;
	margin-bottom:10px;
}

#footer0a a{
	color:#000;
}

#footer0a a:hover{
	color:#333;
}

#footer0b{
	width:350px;
	margin-bottom:5px;
	float:right;
	text-align: right;
	display:inline-block;
}

#footer1{
	width:370px;
	float:left;
	margin-bottom:10px;
}

#footer2{
	width:370px;
	float:right;
	text-align:right;
	margin-bottom:10px;
}
