@charset "UTF-8";
/* CSS Document */


/*左エリア設定
------------------------------------------------------------*/


/*====== sub エリア ======*/
#contents #contentsL #sub {
	float: left;
	width: 230px;
}


/*-- subLink1,2,3,4 --*/
#contents #contentsL #sub .subLink1,
#contents #contentsL #sub .subLink2,
#contents #contentsL #sub .subLink3,
#contents #contentsL #sub .subLink4 {
	height: 80px;
	width: 200px;
	margin-bottom: 20px;
}
#contents #contentsL #sub .subLink1 a,
#contents #contentsL #sub .subLink2 a,
#contents #contentsL #sub .subLink3 a,
#contents #contentsL #sub .subLink4 a {
	display:block;
	text-indent:-9999px;
	height:80px;
	padding:0;
	margin:0px;
	overflow:hidden;
}
#contents #contentsL #sub .subLink1 a{
	background:url(/common/img/subLink1.jpg) no-repeat 0 0;
	width:200px;
}
#contents #contentsL #sub .subLink1 a:hover
{
	background:url(/common/img/subLink1.jpg) no-repeat 0 -80px;
}

#contents #contentsL #sub .subLink2 a{
	background:url(/common/img/subLink2.jpg) no-repeat 0 0;
	width:200px;
}
#contents #contentsL #sub .subLink2 a:hover
{
	background:url(/common/img/subLink2.jpg) no-repeat 0 -80px;
}

#contents #contentsL #sub .subLink3 a{
	background:url(/common/img/subLink3.jpg) no-repeat 0 0;
	width:200px;
}
#contents #contentsL #sub .subLink3 a:hover
{
	background:url(/common/img/subLink3.jpg) no-repeat 0 -80px;
}
#contents #contentsL #sub .subLink4 a{
	background:url(/common/img/subLink4.jpg) no-repeat 0 0;
	width:200px;
}
#contents #contentsL #sub .subLink4 a:hover
{
	background:url(/common/img/subLink4.jpg) no-repeat 0 -80px;
}



/*====== main エリア ======*/
#contents #contentsL #main {
	float: right;
	width: 440px;
}


/*-- 新着情報 --*/
#main .new h2 {
	background: url(/common/img/title/t_new.gif) no-repeat;
	height: 21px;
	width: 425px;
	padding-left: 15px;
	font-size: 115%;
	font-weight: 500;
	overflow: hidden;
	position: relative;
	padding-top: 9px;
	line-height: 1em;
	margin-bottom: 10px;
	color: #2a2a2a;
}
#main .new dl{
	width:440px;
	height: 110px;
	margin:0px;
	padding:0px;
	overflow:auto;
}
#main .new dl dt{
	color:#ff8400;
	font-size: 84%;
	background: url(/common/img/new_dt_bg.gif);
	height: 22px;
	width: 400px;
	padding-left: 22px;
	padding-top: 8px;
}
#main .new dl dd{
	margin:-21px 0px 0px 110px;
	color:#424242;
	font-size: 84%;
	height: 22px;
}
#main .new dl dd a:link{
	text-decoration:underline;
	color:#4D82C4;
}

#main .new dl dd a:hover{
	text-decoration:underline;
	color:#FF6600;
}



/*-- ニュースリリース --*/
#main .news h3 {
	background: url(/common/img/title/t_news.gif) no-repeat;
	height: 21px;
	width: 425px;
	padding-left: 15px;
	font-size: 115%;
	font-weight: 500;
	overflow: hidden;
	position: relative;
	padding-top: 9px;
	line-height: 1em;
	margin-bottom: 10px;
	color: #2a2a2a;
}
#main .news {
	width: 440px;
	margin-top: 30px;
}
#main .news dl{
	width:440px;
	height: 70px;
	margin:0px;
	padding:0px;
	overflow:auto;
}
#main .news dl dt{
	color:#a8bb81;
	font-size: 84%;
	background: url(/common/img/news_dt_bg.gif);
	height: 22px;
	width: 400px;
	padding-left: 22px;
	padding-top: 8px;
}
#main .news dl dd{
	margin:-22px 0px 0px 110px;
	color:#424242;
	font-size: 84%;
	height: 22px;
}
#main .news dl dd a:link{
	text-decoration:underline;
	color:#4D82C4;
}

#main .news dl dd a:hover{
	text-decoration:underline;
	color:#FF6600;
}




/*右エリア設定
------------------------------------------------------------*/


/*-- ハトムギ --*/
#contentsR .hatomugi {
	background: #f6f9f5 url(/common/img/ph_hatomugi.jpg) no-repeat 120px 40px;
	width: 200px;
	margin-top: 20px;
	position: relative;
	padding-bottom: 3px;
}
#contentsR .hatomugi p {
	line-height: 1.5em;
	width: 110px;
	font-size: 90%;
	padding: 5px;
}
#contentsR .hatomugi h4 {
	background: url(/common/img/t_hatomugi.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 200px;
}



/*  Clearfix
---------------------------------------------------------- */

#sub:after,
#main:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

#sub,
#main{
	display: inline-block;
}

/*\*/
* html #sub,
* html #main {
	height: 1%;
}

#sub,
#main {
	display: block;
}
/**/
