/*ページ全体*/
body{
	margin:0px;
	padding:0px;
	background-image:url("../images/bodybg.jpg");
	background-repeat:repeat-x;
	text-align:center;
}
a:link{
	color:#333333;
}
a:visited{
	color:#333333;
}
a:hover{
	color:#666600;
	background-color:#E8E8E8;
}
a:active{
	color:#FF6600;
}

#wrapper{
	width:800px;
	height:600px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
}

.hr{
	border-color:#7C7C3F;
	border-bottom-style:double;
}

h1{
    font-size:1.0em;
	margin-top:30px;
	text-align:center;
}

/*------------contactsコンテンツCSS-------------------*/

#guidance{
	float:left;
	background-color:#FFFFFF;
	height: auto;
	width: 800px;
	color:#000000;
	padding: 0px;
	margin:0;
	text-align:center;
}

p{
    font-size:0.9em;
}
ul#tittle {
    margin:0px;
    text-align:center;
	font-size:1.2em;
    list-style-type:none;
    color:#171717;
}


.textbox{
margin:20px auto;
height:auto;
width:740px;
text-align:left;
}


