@charset "UTF-8";
/* =======================================================================
	CSS information

	file name  :top.css
	version:1.0
	style info :トップページ用。
======================================================================= */
/* import　各ディレクトリのスタイルシートは以下を必ず読み込む
----------------------------------------------------------------------------- */
@import "default.css"; /*リセット、font.css、再定義*/
@import "base.css"; /*サイトの初期設定*/
@import "layout.css"; /*サイトの基本レイアウト*/


/* top
----------------------------------------------------------------------------- */
#container{
	background-image: url('../img/main_bk.gif');
}

#main_wrop{
	border-bottom: 5px solid #89308D;
	background-image: url(../img/main_bottom.jpg);
	padding: 0px 0px 0px;
}

#contents{
	border-top: 10px solid #89308D;
}

#footer{
	border-top: 2px solid #89308D;
}

#contents #main .news{
margin: 25px auto 0px;
width: 513px;
}


#contents #main .news h2{
text-indent: -9999px;
margin-bottom: 25px;
height: 25px;
background-image: url('../img/title_news.gif');
background-repeat: no-repeat;
background-position: left top;
}

#contents #main .news p.date{
padding-top: 10px;
width: 383px;
}

#contents #main .news p.msg{
padding-bottom: 10px;
float: left;
width: 383px;
}

#contents #main .news p.img{
padding-bottom: 10px;
float: right;
width: 120px;
}

#contents #main .news hr{
margin: 0px;
border-top: 1px none #333333;
border-right: 1px none #333333;
border-bottom: 1px dashed #333333;
border-left: 1px none #333333;
clear: both;
height: 0px;
}

#contents #sub{
	margin: 0px;
	padding: 30px 8px 200px;
	float: left;
	width: 155px;
	background-image: url('../img/sub_bk.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#contents #sub h2{
background-image: url('../img/sub_title01.gif');
}

/*
#contents #sub .topics{
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 25px;
}

#contents #sub .topics img{
	margin: 15px 5px 10px;
}


#contents #sub .topics dt{
	background-image: url(../img/navi_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.3em 0.5em;
	padding-left: 1em;
}

#contents #sub .topics dd{
	padding-left: 1em;
	margin-top: 10px;
}
*/
#contents #sub iframe{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	height: 1050px;
	width: 100%;
}

#contents #sub dd{
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url('../img/navi_arrow.gif');
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 86%;
}