@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
.wrapper{
	color:#330000;
	width:750px;
	margin:0 auto;
	padding:0 auto;
}
head{
	width:750px;
	height:150px;
}
a{
	color:#060;
}
p{
	color: #333;
	margin: 10px;
}
h1{
	color:#333;
}
.navi{
	width:750px;
	height:80px;
}
ul{
	text-align:center;
}
li{
	float: left;
	width: 150px;
	height: 80px;
	list-style-position: inside;
	list-style-type: none;
}
.contens_l{
	background-color:#FFF;
	text-align:left;
	width:545px;
	float:left;
	height:350px;
}
h2{
	border-bottom:1px solid;
	border-left: 15px solid;
	border-color:#336600;
}
.contens_r {
	float:right;
	width: 200px;
/*	height:350px;
*/	border-left:solid #030 3px;
}
.day{
	font-weight: bold;
	color:#F96;
}

.foot{
	width:750px;
	background-color:#006600;
	clear:both;
}
.foot p{
	margin-top:10px;
	font-weight:bold;
	text-align:right;
	color:#FFFFFF;
}
.foot a{
	color:#FFFFFF;
	padding:5px 3px;
}
.welcome {
	height:150px;
	width:550px;
	background: url("../images/welcome.jpg") no-repeat right;
}

.news p {
	margin: 15px;
	border-bottom: 1px dotted #363;
}
