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

/*-- 共通設定 --*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	font-size: 100%;
	font-style: normal;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
}
img{
	border: none;
}
h1{
	font-size: 12px;
	color: #F00;
	margin-bottom: 0px;
}
h2{
	font-size: 16px;
	color: #009;
}

/*-- wrapper --*/

body{
	font-size: small;
	text-align: center;
}

#wrapper{
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

/*-- header --*/

#header{
	width: 900px;
	height: 80px;
	background-color: #FFF;
	position: relative;
}
#header_left{
	float: left;
}
#header_right{
	float: right;
	text-align: right;
	font-size: 14px;
	height: 80px;
	color: #900;
	position: absolute;
	top: 60px;
	right: 10px;
}
#header_right ul li{
	float: left;
	margin-right: 10px;
	display: inline;
}
#header_right ul li a{
	text-decoration: none;
	color: #900;
}
#header_right ul li a:hover{
	text-decoration: none;
	color: #00F;
}

/*-- main_visual --*/

#main_visual{
	width: 900px;
	height: 350px;
	clear: both;
}

/*-- navi --*/

#navi{
	width: 900px;
	height: 50px;
	margin-bottom: 20px;
}
#navi ul li{
	float: left;
	list-style: none;
	width: 180px;
	height: 60px;
}

/*-- left_box --*/

#left_box{
	width: 250px;
	margin-bottom: 20px;
	float: left;
	background-color: #FFF;
	font-size: 16px;
	color: #600;
}
#left_box h2{
	margin-bottom:10px;
}
#left_box ul{
	padding: 0px 10px;
	margin-bottom: 20px;
}
#left_box ul li{
	width: 230px;
	padding: 5px;
	text-indent: 20px;
	background: url(../images/ball_01.gif) no-repeat left center;
	border-bottom: 1px dashed #900;
	line-height: 18px;
	text-align: center;
}
#left_box ul li a{
	display: block;
	width: 230px;
	text-decoration: none;
	color: #600;
	line-height: 18px;
}
#left_box ul li a:hover{
	text-decoration: none;
	color: #00F;
}

/*-- right_box --*/

#right_box{
	width: 650px;
	margin-bottom: 20px;
	float: right;
}
#breadcrumb_navi{
	width: 650px;
	height: 50px;
	margin-left: 20px;
}
#breadcrumb_navi a{
	text-decoration: none;
	color: #900;
}
#breadcrumb_navi a:hover{
	text-decoration: none;
	color: #00F;
}
h3{
	font-size: 24px;
	font-weight: bold;
	border-left-width: 14px;
	border-bottom-width: 6px;
	border-left-style: groove;
	border-bottom-style: ridge;
	text-indent: 10px;
	color: #300;
	font-style: oblique;
}
/*-- ↓↓↓↓↓↓ --*/
#information{
	width: 630px;
	padding: 10px;
}
/*-- ↑↑↑↑↑↑ --*/
/*-- footer --*/

#footer{
	width: 900px;
	/*-- height: 80px; --*/
	margin-bottom: 30px;
	clear: both;
}
#footer_menu{
	text-align: center;
	margin-bottom: 5px;
	color: #900;
}
#footer_menu a{
	text-decoration: none;
	color: #900;
}
#footer_menu a:hover{
	text-decoration: none;
	color: #00F;
}
