@charset "Shift_JIS";

@import "../default.css";

.Main {
	padding:5px 5px 20px 5px;
	border-right: solid 1px #999999;
	background-color:#ffffff;
	width:680px;
}

#pic {
	margin-left:10px;
	font-size:80%;
}

#pic h3 {
	padding-left:3px;
	margin-bottom:10px;
	margin-top:10px;
	border-left: solid 13px #237abf;
	border-bottom: solid 1px #237abf;
	font-size:120%;
	font-weight:bold;
	color:#237abf;
}
.top_h2_2 a {
	display:block;
	width:270px;
	_width:100%;
	height:26px;
	margin-bottom:3px;
	border-left: solid 5px #9A0201;
	background-image: url("images/top_h2_2.gif");
	background-repeat:no-repeat;
	text-indent:-5000em;
}

/* ナビゲーション *************************************************/

#NAV {
	width:678px;
	margin:0px;
	clear:both;
}
#NAV a {
	display:block;
	width:60px;
	height:26px;
	float:left;
	padding:8px 0px 0px 1px;
	margin:0px 2px 0px 0px;
	background-image: url("images/nav.gif"); 
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	text-align:center !important;
	font-weight:none;
	font-size:100%;
	color:#4D4D4D;
}

#NAV a:hover {
	background-image: url("images/nav_sw.gif");
	text-decoration:underline;
	color:#ffffff;
}
#NAV ul {
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
}
#NAV li {
	display:inline;
}
#NAV a#now {
	font-weight:bold;
	text-decoration:underline;
	background-image: url("images/nav_sw.gif"); 
	color:#ffffff;
}

/* ナビバー **************/
#NAV_bar {
	width:678px;
	margin:0px;
	clear:both;
}
#NAV_bar ul {
	width:678px;
	height:20px;
	background-image: url("images/nav_bar_bg.gif"); 
	background-repeat:repeat-x;
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
}
#NAV_bar a {
	display:block;
	height:20px;
	float:left;
	padding:6px 13px 0px 13px;
	text-decoration:none;
	text-align:center !important;
	font-weight:none;
	font-size:85%;
	color:#000000;
}

#NAV_bar a:hover {
	text-decoration:underline;
	color:#000000;
}

#NAV_bar li {
	display:inline;
}
#NAV_bar a#now {
	text-decoration:underline;
	color:#000000;
}

/* コンテンツ　エリア **************/
#LIST dl {
	float:left;
	width:335px;
	margin-bottom:20px;
	border-right:10px solid #fff;
}
#LIST dl dt{
	height:30px;
	background-color:#eee;
	color:#237abf;
	border-left:5px solid #999;
	padding-left:4px;
}

#LIST li {
	width:325px;
	list-style-type:none!important;
	background-image: url("images/li_bg.gif");
	margin-top:5px;
	font-size:85%;
}
#LIST li a{
	text-decoration:none;
}
















