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

body {
	background-image: url(../images/background.png);
}
#container {
	background-color: #FFF;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	width: 1134px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	position: relative;
	top: -9px;
}
#header{
	position: relative;
	left: 70px;
}
#contents{
	position: relative;
	left: 70px;
	width:980px;
}

/*navi1(目的別誘導)*/
#navi1_logo{
	height: 117px;
	width: 212px;
	float: left;
}
#navi1_title{
	height: 33px;
	width: 767px;
}
#navi1{
	height: 80px;
	width: 1000px;
	padding-top:5px;
}
.txtField{
	float:left;
	position: relative;
	top: 1px;
	margin-left: 30px;
	width: 160px;	
}
#navi1 .txt{
	background-image: url(../images/top_listamark_3.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	text-indent: 8px;
	margin: 5px;
	font-size: 12px;
	padding-top: 0px;
		
}

/*navi2*/
#navi2_logo{
	height: 152px;
	width: 980px;
}
#navi2  {
	position: relative;
	top: -16px;
	left: -40px;
}
#navi2 li {
	height: 52px;
	display: block;
	overflow: hidden;
	text-indent:-9999px;
	float: left;
	
}
#alt1 {
	width: 170px;
	background-image: url(../images/navi2_1st.jpg);
}
#alt2 {
	width: 227px;
	background-image: url(../images/navi2_2nd.jpg);
}
#alt3 {
	width: 213px;
	background-image: url(../images/navi2_3rd.jpg);
}
#alt4 {
	width: 199px;
	background-image: url(../images/navi2_4th.jpg);
}
#alt5 {
	width: 171px;
	background-image: url(../images/navi2_5th.jpg);
}

/*フッター*/
#Link{
	font-size: 12px;
	float:left;
	color: #666;
	margin-left:60px;
	margin-top:20px;
}
#Link a:link,#Link a:visited {
	color:#666;
}

#Link a:hover,#Link a:active {
	color:##666;
	text-decoration:underline;
}
#footer{
	background-image: url(../images/footer.jpg);
	height: 121px;
	width: 1134px;
	clear: both;
}


/*その他*/
#board{
	background-image: url(../images/haikei1.jpg);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	margin-top: 50px;
	margin-bottom: 20px;
	padding-top: 50px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
	overflow:hidden;
	
}
#section{
	position:relative;
	left: -70px;
}
h1{
	position:absolute;
	left: 110px;
	top: 15px;
	font-size: 24px;
	color: #666;
}
#sidebar{
	position: relative;
	left: 5px;
	top: 20px;
	text-align: left;
	float:left;
	width: 260px;	
}
#sidebar a:link,#sidebar a:visited {
	color:#599100;
}

#sidebar a:hover,#sidebar a:active {
	color:#599100;
	text-decoration:underline;
}

a:link,a:visited {
	text-decoration:none;
}

#sidebar p{
	line-height: 18px;
	font-size:13px;
	letter-spacing: 0px;
	
}

.store_btn{
	float:right; position:relative; left:-180px; top:-140px; padding:0px; border:0px;
}


