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

body {
	/* -webkit-text-size-adjust: 100%;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	color: #333;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

h1, h2, h3, h4, h5, h6{
	text-align:center;}



/*　ヘッダー　*/
div.head{
	width:100%;
	min-width:1029px;
}


#head_textarea{
	width:1029px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;}
	
	
	
#logo{
	float:left;
	width:190px;
}


#head_tel{
	float:right;
	font-size:110%;
	font-weight:bold;
	margin-top:20px;}

/*　ヘッダー　*/



/*　　ヘッダーナビ開始　　*/

div.navi{
	width:100%;
	float:left;
	margin-bottom:10px;
	min-width:1029px;
}

#navi_area{
	width:1010px;
	margin-left:auto;
	margin-right:auto;}
	

#navi_area ul{
	margin:0px;
	padding:0px;
	list-style:none;}
	
	
#navi_area li{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;}	


#pan{
	float: left;
	color: #C93;
	font-size: 80%;
}


#pan a{	color: #C93;
}

/*　コンテンツ開始　*/

div.main_container{
	width:100%;
	float:left;
	clear:both;
	min-width:1029px;
	
	}
	
	
.main_content {
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-top:20px;
	*zoom: 1; 
}	

div.side_btn{
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;}



.top_link{
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
	
	

/* お問い合わせ　*/

h3.toiawase_tit{
	width: 100%;
	float: left;
	height: 25px;
	background-color: #960;
	padding-left: 30px;
	color: #FFF;
	text-align: left;
	font-size: 100%;
	padding-top: 5px;
	margin-top: 50px;
}


dl.toiawase{
	width:100%;
	margin-top:10px;
	margin-left:20px;
	float:left;}
	
	
.toiawase dt{
	float:left;}
	
	
.toiawase dd{
	float:left;
	margin-left:50px;}
	
	
	
/*　top左コンテンツ　*/
div.left_contentu{
	width:700px;
	float:left;
	margin-top:10px;
}








/*　top右コンテンツ　*/


div.right_contentu{
	width:300px;
	float:right;
	margin-top:10px;
}


div.fb_area{
	float:left;
	margin-top:20px;
	margin-bottom:20px;}
	
	
	
	
	
.font_red{
	color:#F00;}	
	
	
.border_cha{
	width: 700px;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #963;
	border-right-color: #963;
	border-bottom-color: #963;
	border-left-color: #963;
}	
	
	
	/*　フッター　*/
	
	
div.foot{
	width: 100%;
	min-width: 1029px;
	float: left;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}


#footer_textarea{
	width: 1029px;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	color: #666;
}


.foot ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
.foot li{
	float:left;
	margin-right:40px;
}

p.copyright{
	text-align:center;
	margin-top:50px;
	margin-bottom:5px;
	color:#999;
	float:left;
	width:100%;}
