@charset "UTF-8";
/* -----------------------------------------------------------
	CSS Information
	File name: home.css
	Author: mitsume
	Style Info: home
----------------------------------------------------------- */

#home {
}

#home #head_logo {
	padding: 10px 0 0 15px;
}

/* main_top
----------------------------------------------------*/

#home #main_viss {
	position:absolute;
	width:300px;
	height:250px;
	background:#1a5589;
	left:15px;
	top:72px;
	z-index:1000;
}

/* contents
----------------------------------------------------*/

#home #contents {
	padding:240px 0 0;
}

#home #main_cont {
	float:right;
	width:635px;
}

#home #main_body {
	width:auto;
	background:none;
	padding:0 0 20px;
}

#home .home_topics {
	background:#FFF;
	padding:5px 10px;
	margin:0 0 10px;
	border:1px #CCC solid;
	overflow:hidden;
}

#home .home_topics li {
	float:left;
	background:url(../images/sankaku_blue.gif) no-repeat left center;
	padding:2px 10px 0 15px;
}

#home .infoBox {
	background:#FFF;
	border:1px #CCC solid;
	margin-bottom:20px;
	position:relative;
}

#home .infoBox .info_rss {
	position:absolute;
	right:15px;
	top:20px;
}

#home .infoBox h2 {
	padding: 0 0 13px;
	border-bottom:1px #CCC solid;
}
#home .infoBox .infoBox_in {
	padding:0 20px 10px;
}
#home .infoBox .infoBox_in dl {
	margin: 0;
	float: left;
	border-bottom:1px #000 dotted;
	width: 100%;
}
#home .infoBox .infoBox_in dl dt {
	margin: 10px 0;
	float: left;
}
#home .infoBox .infoBox_in dl dd {
	margin: 10px 0;
	float: left;
	margin-left:20px;
}
#home .infoBox .infoBox_in dl dd:last-child {
	width: 400px;
}
#home .infoBox .detail {
	padding:8px 0 0;
}

#home #main_body .detail a {
	background:url(../images/sankaku_blue.gif) no-repeat left center;
	padding:0 0 0 15px;
	text-decoration:none;
}

#home #main_body .detail a:hover {
	text-decoration:underline;
}

#home #main_body .infoBox h2 {
	color:#333;
	font-size: 14px;
	padding:0 0 5px 18px;
	margin: 15px 0 10px 0;
}

#home #main_body h2 {
	color: #333;
	margin: 20px 0 8px 0;
	color:#1A5589;
}

#home .spanbox_l {
	float:left;
	width:310px;
	background:#FFF;
	overflow:hidden;
}
#home .spanbox_l dl,
#home .spanbox_r dl {
	margin: 5px 0 0;
	width: 100%;
	float: left;
	border-bottom:1px #000 dotted;
	font-size: 11px;
}
#home .spanbox_l dl dt,
#home .spanbox_r dl dt {
	margin: 5px 0;
	float: left;
}
#home .spanbox_l dl dd,
#home .spanbox_r dl dd {
	margin: 5px 0;
	float: right;
}

#home .spanbox_r {
	float:right;
	width:310px;
	background:#FFF;
	overflow:hidden;
}

#home .spanbox_l h3,
#home .spanbox_r h3 {
	margin:0;
	border:none;
	padding:0;
	line-height:100%;
}

#home .spanbox_l .span_inb,
#home .spanbox_r .span_inb {
	margin:0;
	padding:5px 10px 5px;
	border:1px #CCC solid;
}

#home .spanbox_l .detail,
#home .spanbox_r .detail {
	padding: 8px 0 3px;
}



/* side_bar
----------------------------------------------------*/
#home #side_bar {
	float:left;
	width:300px;
	padding:0 0 0 15px;
}

#home #side_bar .side_menu {
	padding:0 0 5px;
	margin:0 0 10px;
	background:url(../images/top_sub_bar_side_menu_bk.png) no-repeat center bottom;
}

#home #side_bar .menu li a {
	font-size: 14px;
}
#home #side_bar .menu {
	padding:0 0 5px;
	margin:0 0 10px;
	background:url(../images/top_sub_bar_side_menu_bk.png) no-repeat center bottom;
}

#home #side_bar .menu .menu_sub {
margin: 0px 15px 0 0;
float: right;
position: relative;
z-index: 100;
color: #999;
font-family: Helvetica, Georgia, Verdana, Geneva, sans-serif;
font-size: 14px;
font-style: italic;
font-weight: lighter;
}
#home #side_bar .menu .menu_sub a {
color: #999;
text-decoration: none;
}
#side_bar .side_bt li a h3 {
	line-height: 18px;
}


/* home_bg
----------------------------------------------------*/
#home #home_bg {
	background: url(../images/top_mainimg.png) no-repeat center bottom;
	width: 1120px;
	height: 300px;
	position: absolute;
	top: -87px;
	left: -70px;
	z-index: -10;
}

/* slider
----------------------------------------------------*/
#home #slider {
	background: url(../images/slider_bg.png) no-repeat center bottom;
	width: 300px;
	height: 250px;
	position: absolute;
	top: -20px;
	left: 15px;
	z-index: 30;
}
#home #slide_img {
	width: 260px;
	height: 217px;
	position: absolute;
	top: -3px;
	left: 35px;
	z-index: 20;
}
#home #slide_l {
	background: url(../images/slide_l.jpg);
	width: 20px;
	height: 41px;
	position: absolute;
	top: 85px;
	left: 26px;
	z-index: 100;
}
#home #slide_r {
	background: url(../images/slide_r.jpg);
	width: 20px;
	height: 41px;
	position: absolute;
	top: 85px;
	left: 285px;
	z-index: 100;
}



/* rss
----------------------------------------------------*/
h2.span_title{
	position:relative;
}

.rss_left{
    position: absolute;
    top: 10px;
    left: 247px;
}

.rss_right{
    position: absolute;
    top: 10px;
    right: 0;
}