@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	height:100%;
	background-color:#faf4ed;
	background-image:url(../img/bg_image.png);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
}


/*◆◆テキスト関係◆◆*/

h1 a{
	font-size:13px;
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd {
margin:0;
padding:0;
}


/*◆◆画像関係◆◆*/

img{
	border:none;
}

a img {
　border: none;
}

a:hover img {
　border: none;
}




/*◆◆コンテナー◆◆*/
#container{
	margin:0 auto;
	width:915px;
	text-align:left;
	padding-left:35px;
}


/*◆◆ヘッダー◆◆*/
#header{
	padding-top:30px;
}

#header p{
	font-size:13px;
	margin-bottom:5px;
}

.head{
	width:890px;
	margin-bottom:10px;
}

#logo_phone{
	width:880px;
}

#logo{
	float:left;
}

#phone{
	float:right;
}
#phone li{
	float:left;
	list-style:none;
}


#buttom {
	float:right;
	margin-top:-15px;
}

#buttom li{
	width:100px;
	list-style:none;
	float:left;
	margin-right:10px;
}

.sitemap{
}

.otoiawase{
}


/*ナビ*/
#navi{
	margin-bottom:5px\9;
	
}

#navi li{
	float:left;
	list-style:none;
}

#contents-clear{
	clear:both;
}


/*パンくず*/

#pankuzu{
	margin-bottom:5px;
}

#pankuzu li{
	font-size:13px;
	display:inline;
}

#pankuzu li a{
	text-decoration:none;
}


/*◆◆コンテンツ◆◆*/

#contents{
	width:880px;
	}



a{
	color:#333333;
}




a:hover{
	color:#CCCCCC;
}


/*◆◆フッター◆◆*/

#footer{
	width:880px;
}

.footer-img{
	margin-bottom:10px;
}

#footer p{
	text-align:center;
	font-size:12px;
	margin-top:10px;
}

#footer ul{
	text-align:center;
	margin-right:13px;
}

#footer ul a{
	text-decoration:none;
}

#footer li{
	display:inline;
	list-style:none;
	font-size:12px;
}

#footer li a#ss{
	border-left:medium none;
}

#footer li a{
	font-size:12px;
	border-left:solid #cdc6bf 1px;
	margin-left:5px;
	padding-left:10px;
}