@charset "UTF-8";

/* トップページCSS*/




/* ----------------------------------------------------- */
/* ■ボディ定義*/
/* ----------------------------------------------------- */

html{
	text-align:center;
}

body {
	text-align:center;
	line-height:1.5;
	height:auto;
	background-color:#c79f62;
	background-image:url(../main_img/index_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-size: 14px; /* IE */
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#000000;
}

a:link { color: #c8000a; border-bottom: 0px solid;}
a:visited { color: #c8000a; border-bottom: 0px solid;}
a:hover { color: #c8000a; border-bottom: 0px solid;}
a:active { color: #c8000a; border-bottom: 0px solid;}

html>/**/body {
font-size: 14px; /* Except IE */
}

/* ----------------------------------------------------- */
/* ■ループスライダー*/
/* ----------------------------------------------------- */
#loopslider {
	margin: 0 auto;
	width: 950px;
	height: 135px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#loopslider ul {
	height: 135px;
	float: left;
	display: inline;
	overflow: hidden;
}

#loopslider ul li {
	width: auto;
	height: 135px;
	float: left;
	display: inline;
	overflow: hidden;
}


/* 	ClearFixElements */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}


/* ----------------------------------------------------- */
/* ■コンテンツ*/
/* ----------------------------------------------------- */

#contents{
	width:950px;
	height:425px;
	text-align:center;
	margin-top:60px;
	margin-bottom:40px;
}







