@charset "utf-8";

/*
CSS information
	FileName    : index.css
	Description : index用
	Version     : 1.0.0 (20100607)
	Author      : szk
*/


/* グローバルナビゲージョン
==========================================================*/

#gNavi {}
#dNaviWrapper {}


/* トップイメージ
==========================================================*/
#container {
 position: relative;
}

#contents {
	padding-top: 0px;
/*	background: url(../images/bg_top.jpg) no-repeat center top; */
}



/* トピックス
==========================================================*/

#topics {
	clear: both;
}
#topics .shell {
	background: url(../images/ico_topic.gif) no-repeat 40px 4px;
	position: relative;
	padding: 6px 0 0 0;
}

#topics .archive {
	text-align: right;
	padding: 0 40px 24px 0;
	clear: both;
}
#topics .archive p {
	padding: 0;
	line-height: 1.2;
	font-size: 86%;
	display: inline;
}
#topics .archive p a{
  padding: 0 0 0 12px;
  background: url(../common/img/arrow_02.gif) 3px 3px no-repeat;
}

dl.news {
	margin-left: 115px;
	clear: both;
	font-size: 93%;
	line-height: 1.5;
}
dl.news dt {
	width: 5em;
	float: left;
	overflow: hidden;
}
dl.news dd {
	margin-left: 8px;
	max-width: 800px;
	padding-bottom:6px;
	float: left;
}
dl.news span {
	font-size: 0;
}
