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

/*
GNAV
--------------------------------------------*/
#gNav{
	padding-bottom:13px;
	background:url(../img/common/bg_gNav01.jpg) repeat-x;
}

/*
MAINING
--------------------------------------------*/
#maining{
	background:url(../img/top/maining.jpg) no-repeat center top;
	height:490px;
	line-height:2000px;
	overflow:hidden;
	clear:both;
}

/*
MAIN
--------------------------------------------*/
#main .main_inner{
	padding:25px 15px 15px 25px;
}
#main .h2{
	width:148px;
	text-align:center;
	float:left;
	margin-bottom:20px;
}
#main .h2 h2{
	margin-bottom:15px;
}
#main dl{
	width:457px;
	float:right;
}
#main dl dt{
	margin-bottom:10px;
	padding:0 5px;
}
#main dl dt img{
	vertical-align:bottom;
	margin-right:10px;
}
#main dl dd{
	border-bottom:1px dotted #CCC;
	margin-bottom:15px;
	padding:0 5px 10px;
}
#main .news, #main .introduction{
	overflow:hidden;
	padding-bottom:10px;
}
/*news*/
#main .news{
	margin-bottom:25px;
}
#main .news dt{
	font-weight:bold;
	font-size:90%;
}
#main dl a{
	text-decoration:none;
}
#main dl a:hover{
	text-decoration:underline;
}
#main .news p{
	width:457px;
	float:right;
}

#main .introduction dl dt img{
	display:block;
	float:left;
	margin:0 0 15px 0;
}
#main .introduction dl dt .date{
	float:right;
	width:320px;
}
#main .introduction dl dd{
	clear:both;
}