@charset "utf-8";

/* ===================================================================
CSS information

 file name  :top.css
 style info :トップ用css
=================================================================== */

body{
		background:url(../images/top/gnavibg.jpg) repeat-x;
}
ul#gnavi {
	margin-bottom:0px;
}

/*=======================================================*/
/* mainimage
/*=======================================================*/
#mainimage {
	text-align:center;
	padding-bottom:20px;
}

/*=======================================================*/
/* 右カラム
/*=======================================================*/
h2 {
	margin-bottom: 20px;
}
h3 {
	font-size:160%;
	font-weight: bold;
	margin-bottom: 10px;
}
h3.h3flow {
	font-size:160%;
	font-weight: bold;
	padding-bottom:5px;
	border-bottom:#999 1px solid;
	margin-bottom: 10px;	
}
h3.h3flow a{
	text-decoration:none;
	color:#333;
}
#message {
	background: url(../images/top/messagebg.jpg) right no-repeat;
    min-height:250px; 
    height:auto !important; 
    height:250px;
	margin-bottom: 20px;
}
#message p{
	width: 420px;
}
#flow {
	margin-bottom: 40px;
	overflow: hidden;
}
#flow img {
	float:left;
}
#topics {
	clear: both;
    overflow: hidden;
}
.topicsbox {
	width: 324px;
	margin-right: 23px;
	margin-bottom: 30px;
	float: left;
	border: 1px #ccc solid;
	background: url(../images/top/topicsbg.gif) no-repeat bottom right;
	padding: 10px;
}
.topicsbox2 {
	width: 324px;
	margin-bottom: 30px;
	float: left;
	border: 1px #ccc solid;
	background: url(../images/top/topicsbg.gif) no-repeat bottom right;
	padding: 10px;
}
.topicsbox ul li{
	background-image: url(../images/common/ico02.gif);
	background-repeat: no-repeat;
	background-position: 1px 0.6em;
	padding:1px 0 0 18px;
}
.topicsbox2 ul li{
	background-image: url(../images/common/ico02.gif);
	background-repeat: no-repeat;
	background-position: 1px 0.6em;
	padding:1px 0 0 18px;
}
#feed {
	width: 715px;
	clear: both;
	overflow: hidden;
}
#feed dl{
    margin:  0;
    padding:  0;
}
#feed dt {
    clear: left;
	float: left;
    width: 10em;
    padding: 10px 0.5em;
}
#feed dd {
    margin-left: 0;
    padding: 10px 0.5em 10px 10em;
	border-bottom: 1px dotted #CCC;
	line-height: 1.6em;
}
