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

/* @name_all dir */

/* 各ディレクトリ以下のページに使用するcssルールはこのファイルに記述 */

h1.officialhead	{
	width:	800px;
	height:	60px;
}

ul.linesel	{
	margin:	0;
	width:	327px;
	height:	20px;
	float:	right;
}

ul.linesel li	{
	display:	inline;
	height:	20px;
	list-style-type:	none;
}

div.officialcont	{
	clear:	both;
	margin:	0px 0px 60px 0px;
	padding-top:	12px;
}

div.officialcont h2	{
	clear:	both;
	margin:	0;
	width:	800px;
	height:	16px;
	padding-bottom:	6px;
	border-bottom:	dotted 1px #dee8f1;
}

div.bannerlist	{
	width:	800px;
	margin:	8px 0px 16px;
}

div.bannerwrapleft	{
	width:	156px;
	height:	126px;
	float:	left;
	margin-bottom:	5px;
}
div.bannerwrap	{
	width:	156px;
	height:	126px;
	float:	left;
	margin-left:	5px;
	margin-bottom:	5px;
}
div.bannerwrapright	{
	width:	156px;
	height:	126px;
	float:	right;
	margin-bottom:	5px;
}

div.banname	{
	background-color:	#e9eff5;
	height:	18px;
	padding:	6px 0px 0px 10px;
}
div.banimage	{
	background-color:	#f8fafc;
	height:	56px;
	padding:	8px 0px 0px 0px;
}

div.banimage img	{
	display:	block;
	margin:	0px auto;
}

div.banlink	{
	background-color:	#f8fafc;
	background-image:	url("../common/imgs/bluedot_right.gif");
	background-repeat:	no-repeat;
	background-position:	4px 5px;
	padding:	4px 1px 0px 16px;
	height:	32px;
}



div.gopagetop	{
margin: 10px 0;
	clear:	both;
	width:	790px;
	text-align:	right;
	padding:	2px 10px 2px 0px;
}

