/* CSS Document */
/* charset */
@charset "utf-8";
/* -=-=-=-=-=-=-=-=-=-=-=- 構成 -=-=-=-=-=-=-=-=-=-=-=- */

/* index */

#contents {
	width: 100%;
	padding: 0px;
}

h3.new {
	border-bottom: 1px solid #c00;
}

div.ban_list {
	margin: 10px 10px 5px 20px;
	float: right;
}

div.ban_list h4 {
	text-align: center;
	padding: 3px;
	background-color: #900;
	border-bottom: 3px solid #600;
	width: auto;
	margin: 0px 0px 10px 0px;
}

div.ban_list p {
	clear: both;
	width: auto;
	font-size: 10px;
}

div.ban_list dl {
	clear: both;
}

div.ban_list dl dt {
	float: left;
	background-color: #900;
	font-weight: bold;
	color: #fff;
	width: 100px;
	margin: 0px 5px 5px 0px;
	padding: 23px 0px 0px 0px;
	text-align: center;
	height: 38px;
	border-bottom: 3px solid #600;
}

div.ban_list dl dd {
	float: left;
	width: auto;
	margin: 0px 0px 5px 5px;
	width: 598px;
	padding: 3px;
	border: 1px solid #900;
	background-image: url(../img/global/mesh.gif);
}

div.special_menu { /* 年別メニュー */
	width: 200px;
	float: right;
	border: 1px solid #900;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	background-image: url(../img/global/stripe.gif);
}

div.special_menu h4 {
	text-align: center;
	padding: 3px;
	background-color: #900;
	border-bottom: 3px solid #600;
	width: auto;
	margin: 0px;
}

div.special_menu ul {
	margin:  5px;
	padding: 5px;
	border: 1px solid #900;
	background-color: #fff;
}

div.special_menu ul li a {
	width: 100%;
	display: block;
}

.topagetop {
	width: 960px;
	clear: both;
	text-align: right;
	padding: 10px 0px; 
}

/* -=-=-=-=-=-=-=-=-=-=-=- 詳細 -=-=-=-=-=-=-=-=-=-=-=- */

/* グローバルナビポジション */

#global_position ul li#special_position {
	background-color: #f90;
/*
	background-image: url(../img/global/stripe.gif);
	background-repeat: repeat;
*/
}

h4 { /* h4 */
	background-color: transparent;
	width: 100%;
	height: auto;
	text-indent: 0px;
	border: none;
	background: none;
}

