@charset "UTF-8";
/* CSS Document */
/*-----------------------------basis layout*/
.all {
	padding: 10px;
}


/*---------head----------*/

div.head {
z-index: 10;
height: 20px; width: 100%;
background: url(../img/logo.jpg) left top no-repeat #fff;

}
/*--------------------menu1---------------*/
div.menuBox {
display: none;
}


/*---------------------main-------------*/
div.main{
	margin-top: 50px;
}
#content{

	}
ul.content_ul {


}
ul.content_ul li {
	}
div.box {
	display: block;
	margin-right: 100px;
	width: 500px;
	margin-bottom: 50px;
	/* height: 600px; */
}
div.box a {
color: #333333;
text-decoration:underline;
}
div.box a:hover{
color: #999999;
text-decoration:none;
}
div.reserve {
display: none;
}
div.box h1{
	margin-bottom: 20px;
}
div.box p{
	line-height: 14px;
	margin-bottom: 10px;
}
