@charset "Shift_JIS";
body{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,hr{
	margin:0;
	padding:0;
}
blockquote,li,dt,dd{
	margin:0;
	padding:0;
}
li{
	list-style:none;
}

/* ==== link ==== */
a:link{
	color:#9B1A1A;
	text-decoration:none;
}

a:visited{
	color:#9B1A1A;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;;
}


/* ==== top-contents ==== */
#top-contents{
	width:618px; height:185px;
	background:url("../common/line_bg.gif") left bottom repeat-x;
	background-color:#FFFFFF;
}
#top-contents h2{
	float:left;
	margin-right:3px;
	width:220px;
}
#top-kanban{
	width:395px; height:163px;
	float:left;
}

/* ==== top-contents2 ==== */
#top-contents2{
	width:618px;
	clear:both;
	overflow: hidden;
	background-color:#DBF0C4;
}

/* ==== left-contents ==== */
#left-contents{
	width:390px;
	padding-top:10px;
	padding-right:10px;
	float:left;
	background-color:#FFFFFF;
}

/* ==== left-osusume ==== */
#left-osusume{
	width:386px;
	padding:1px;
	border:solid 1px #31402A;
	margin-bottom:10px;
}
#left-osusume-box{
	margin:10px 10px 0;
	padding-bottom:10px;
	width:366px;
}
#left-osusume-box img{
	margin-right:5px;
}
#left-osusume-box h5{
	background:url("../img/osusume_box_ti.gif") no-repeat;
	height:26px;
	font-size:14px;
	padding-top:6px;
	padding-left:18px;
}
#left-osusume-box p{
	font-size:13px;
	width:246px;
	color:#333333;
	line-height:150%;
}
#left-osusume-box .button{
	height:35px;
}
#left-osusume-box .line{
	background:url("../img/line_bg2.gif") repeat-x;
	height:3px;
}



/* ==== left-news ==== */
#left-news{
	width:386px;
	padding:1px;
	border:solid 1px #31402A;
	margin-bottom:15px;
}
#left-news ul{
	margin:10px;
}
#left-news li{
	font-size:13px;
	color:#9B1A1A;
	line-height:150%;
	padding-left:12px;
	background:url(../img/news_mark.gif) no-repeat 0 3px;
}
#left-news li .day{
	font-size:11px;
	color:#333333;
}


/* ==== right-contents ==== */
#right-contents{
	width:198px;
	float:left;
	padding:10px 10px 15px;
}
#right-contents img{
	margin-bottom:10px;
}



