@charset "utf-8";
/* CSS information ///////////////////////////////////////////////////

 author     :author(admin)
 style info :共通（ヘッダー、フッター）

/////////////////////////////////////////////////////////////////// */

/* ---------------------------------------------------------
#contents
    コンテンツ
--------------------------------------------------------- */

/* #mv
--------------------------------------------------------- */
#mv {
	height: 370px;
	padding-left: 1px;
	margin-bottom: 9px;
}
#mv img {
	margin: 0;
}

/* #top
--------------------------------------------------------- */
#top {
	background: url(../img/top/bg.gif) 0 0 repeat-y;
	padding: 9px 0 0 0;
	position: relative;
}
#top #topbg-top {
	position: absolute;
	top: 0;
}

/*#topcontents
---------------------------------------------------------*/
#top #topcontents {
	padding: 0 16px 12px;
	background: url(../img/top/bg-bottom.gif) 0 bottom no-repeat;
}

/* #information
--------------------------------------------------------- */
#information {
	width: 221px;
	float: left;
	background: url(../img/top/newsbg.gif) 0 0 repeat-y;
	font-size: 93%;
}
#information h2 img {
	vertical-align: top;
}
#information dl {
	background: url(../img/top/newsbg-bottom.gif) 0 bottom no-repeat;
	margin: 0;
	padding: 0 13px 20px;
	min-height: 225px;
}
#information dl dt {
	padding: 5px 0 0 25px;
	margin: 0;
}
#information dl dt.link {
	padding-left: 0;
}
#information dl dt a{
	background: url(../img/sqarrow-c.gif) 3% center no-repeat;
	text-decoration: none;
	padding-left: 25px;
}
#information dl dt a:hover{
	background: url(../img/sqarrow-c_on.gif) 3% center no-repeat;
	text-decoration: underline;
	padding-left: 25px;
}
#information dl dt a:visited{
	background: url(../img/sqarrow-c.gif) 3% center no-repeat;
	text-decoration: none;
	padding-left: 25px;
}
#information dl dd {
	padding: 0 0 5px 25px;
	margin: 0;
	background: url(../img/top/newsline.gif) 0 bottom no-repeat;
	line-height: 1.2;
}
#information dl dd a{
	text-decoration: none;
}
#information dl dd a:hover {
	text-decoration: underline;
}
/* #main
--------------------------------------------------------- */
#top #main {
	width: 661px;
	float: right;
}

/* #maincontents
--------------------------------------------------------- */
#top #main #maincontents {
	width: 457px;
	float: left;
}

/* #topbanner
--------------------------------------------------------- */
#top #main #maincontents #topbanner{
	margin: 0;
	padding: 0;
}
#top #main #maincontents #topbanner ul {
	margin: 0;
	padding: 0;
}
#top #main #maincontents #topbanner li {
	float: left;
	margin: 0;
	padding: 0;
}

/* #about
--------------------------------------------------------- */
#top #main #maincontents #digest {
	background: url(../img/top/aboutbg.gif) 0 0 repeat-y;
	padding: 0;
	margin: 5px 0 0;
}
#top #main #maincontents #digest dl{
	margin: 0;
	padding: 3px 30px 0;
}
#top #main #maincontents #digest dl dt {
	font-size: 108%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#top #main #maincontents #digest dl dt a {
	text-decoration: none;
	padding-left: 20px;
	background: url(../img/sqarrow.gif) 0 center no-repeat;
}
#top #main #maincontents #digest dl dt a:hover {
	background: url(../img/sqarrow_on.gif) 0 center no-repeat;
}
#top #main #maincontents #digest dl dd {
	font-size: 93%;
	margin: 0;
	padding: 0 0 10px 20px;
}
#top #main #maincontents #digest dl dd.lastChild {
	padding-bottom: 0;
}
	

#top #main #banner ul {
	margin-top: 4px;
}
/* #fontsizeControl
--------------------------------------------------------- */
#top #main #banner #fontsizeControl {
	background: url(../img/top/bnr-fontsize.gif) 0 0 no-repeat;
}

