/*
Design by Lip Group
http://www.fu-zo-ku.com/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ","Meiryo","MS Gothic", sans-serif;
	font-size: 13px;
	text-align: center;
	color: #333333;
	background:#fefff3;
}

h1, h2, h3 {
	margin: 0;
	font-size: 1em;
}

p {
	margin: 0;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* New */

#news {
	width:780px;
	height:250px;
	margin:0 5px 0 5px;
	padding:3px;
	text-align:left;
	border-bottom:1px solid #bbb;
	overflow:auto;
}
#news dl.itemBox {
	height:auto;
	margin:5px 0;
	padding:3px 0 10px 0;
	border-bottom:1px solid #bbb;
}

#news dt {
	margin-bottom:5px;
}
#news dt a {
	font-size:14px;
	font-weight:bold;
	color:#58B647;
}

#news dt a:hover {
	font-size:14px;
	font-weight:bold;
	color:#73d840;
}

#news dd p {
	margin:3px 0 8px 0;
	line-height:1.3;
}

#news dd p.text{
font-size:11px;
}

#news dd p span.time{
padding:1px 3px;
margin-right:5px;
color:#fff;
}

#news dd p.next{
float:right;
}

#news dd p.next a{
text-align:left;
background:url(../images/btn_top_next.gif) no-repeat;
height:25px;
width:120px;
display:block;
}

#news dd p.next a:hover{
background:url(../images/btn_top_next.gif) no-repeat;
}

#news dd p a{
color:#58b647;
font-weight:bold;
}

#news dd p a:hover{
color:#fff;
text-decoration:none;
background:#58b647;
}

#news dd p.text .colorGreen{
margin-top:8px;
display:block;
}

#news dd p.photo {
	float:left;
	width:80px;
	height:107px;
	margin:0 10px 5px 0;
	border:1px solid #58B647;
}

/* Clear */

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearBoth {
	clear: both;
}


