@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gNavi .navi01 a img {
	visibility: hidden;
}

.banner {
	background: url(../img/index/banner.jpg) no-repeat top center ;
	height: 390px;
	border-top: 3px #3a8ce0 solid;
	margin-bottom: 20px;
}

#main {
	width: 962px;
	margin: 0 auto;
}

#main .left {
	float: left;
    width: 653px;
}

#main .right {
	float: right;
    width: 199px;
}

#main .section {
	padding: 35px 39px 39px 39px;
	border: 1px #cdcdcd solid;
	margin-bottom: 50px;
}

#main .section .textInner {
	width: 391px;
	margin-top: 6px;
	padding-left: 2px;
}

#main .section .textInner h2 {
	margin-bottom: 51px;
}

#main .section p {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 2.1;
	margin-bottom: 33px;
}

#main .news_list h2 {
	font-weight:bold;
	line-height:38px;
	height: 38px;
}

#main .news_list {
	margin-bottom:25px;
}
#main .news_list .gray_btm_border{
	position:relative;
}
#main .news_list .rss {
	position:absolute;
	top:10px;
	right:12px;
}
#main .news_list li {
	background-image:url(../img/index/gray_dot.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
}
#main .news_list li p{
	display:table;
	padding:6px 5px;
}
#main .news_list li p a{
	color:#91802e;
}
#main .news_list span {
	display:table-cell;
	vertical-align:middle;
}
#main .news_list .thumb a {
	display:block;
	width:55px;
	height:41px;
	overflow:hidden;
	margin-right:14px;
	background-color:#f1f1f1;
}/* 200904追記 */
#main .news_list .thumb_nolink {
	padding-right:14px;
}
#main .news_list .thumb img{

}
#main .news_list .date {
	white-space:nowrap;
	padding-right:14px;
	width:214px;
	color:#666666;
	font-size:0.85em;
}
#main .news_list .title {
	width:340px;
}
* html .news_list li{
	clear:both;
}
* html .news_list span {
	display:block;float:left;
}
*+html .news_list li{
	clear:both;
}
*+html .news_list span {
	display:block;
	float:left;
}

#main .news_list .gray_btm_border {
	clear:both;
	background-image:url(../img/index/hd_gray_line.gif);
	background-position:0 100%;
	height: 21px;
	background-repeat:no-repeat;
	position:relative;
}

#main .right .grantia_intro2 {
    background-image: url(../img/index/sub_right_box2.gif);
    background-position: 0 100%;
    background-repeat: no-repeat;
    margin: 0 0 12px;
    font-size: 0.85em;
    padding: 0 0 12px;
}

#main .right .grantia_intro2 h2 {}

#main .right .grantia_intro2 p {
    width: 148px;
    margin: 0 auto;
    border: 1px solid #cccccc;
    padding: 12px 9px;
    background-color: #ffffff;
    line-height: 1.6;
}

#ft_gnv {
    clear: both;
    font-size: 0.85em;
    position: relative;
    height: 40px;
}

/*#ft_gnv ul {
    position: absolute;
    bottom: 1px;
    left: 30px;
}

#ft_gnv li {
    float: left;
    padding-bottom: 4px;
}*/

/*#ft_gnv li a {
    display: block;
    float: left;
    padding: 0 10px 0 0;
    margin-right: 10px;
    border-right: 1px solid #e2e2e2;
    color: #333333;
}*/

#ft_gnv .pageTopNew {
    position: absolute;
    right: 80px;
    bottom: 1px;
}
/*#main .news_list .gray_btm_border .text{
	padding:0 4px 3px;
	line-height:32px;
	height:32px;
	font-size:1.15em;
	font-weight:bold;
}
#main .news_list .gray_btm_border .pagetop {
	position:absolute;
	right:0;top:6px;
}*/
#main dl {
	font-size: 1.2em;
}

#main dl dt {
	float: left;
	color: #488cd2;
	padding: 6px 0 14px 42px;
	clear: left;
}

#main dl dd {
	padding: 6px 0 14px 203px;
	margin-bottom: 8px;
	background: url(../img/news/line01.gif) repeat-x left bottom;
}

#main dl dd a {
	text-decoration: underline;
}

#main dl dd a:hover {
	text-decoration: none;
}

