@charset "UTF-8";

/* ************************************************ 
 *	サブページ共通設定
 * ************************************************ */


/* searchのスタイル */

div#top_banner {
	background-image: url(../image/search_bg.gif);
	margin: 0px 20px;
	text-align: center;
	padding-bottom: 10px;
}

/* ぱんくずのスタイル */

div#last {
	text-align: right;
	margin-bottom: 5px;
	width: 690px;
}

/* mainのスタイル */

div#main {
	float: right;
	width: 700px;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 23px;
}

*html#main {
	zoom: 1; /* for IE6 */
}

div#main ul, div#main li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* タイトルスタイル */

div#main .tab_ttl {
	height: 38px;
	background-image: url(../image/tab_ttl.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 9px;
	padding-left: 75px;
	clear: both;
	float: none;
	width: auto;
}

div#main .tab_ttlbottom {
	margin-left: 20px;
	background-image: url(../image/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 10px;
}

/* footerのスタイル */

div#footer {
	color: #EBEEF8;
	background-color: #0000FF;
	background-image: url(../image/footer_bg.gif);
	margin: 0px 20px;
	padding-bottom: 10px;
	border-top: 5px solid #003399;
	background-repeat: repeat-x;
}

div#copy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 15px;
	border-top: 2px solid #FFFFFF;
}

div#footer a:link {
	color: #FFFFFF;
}

div#footer a:visited {
	color: #FFFFFF;
}

div#footer a:hover {
	color: #CC3333;
}

div#footer a:active {
	color: #CC3333;
}

div#footer ul {
	margin: 0px 10px;
}

div#footer li {
	float: left;
	list-style-type: none;
	margin: 2px;
	width: auto;
}

div#catch {
	padding-left: 15px;
}

