@charset "utf-8";
/*アウトライン-----------------*/
#container {
	width: 750px;
	margin: 0px auto 0px auto;
	height: auto;
	line-height: 140%;
	font-size: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A1A1A1;
	border-left-color: #A1A1A1;
	background-color: #FFFFFF;
	text-align: left;
}
/*ヘッダー-----------------*/
#header {
	background-color: #1D2088;
	width: 750px;
}
#header .top { 
	width: 71px;
	height: 19px;
	margin: 0px 10px 0px 0px;
	float: right;
}
#header .top {
	background-image: url(../../images/common/top_on.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#header .top a {
	display: block;
	width:71px;
	height:19px;
}
#header .top a:hover {
	background: none;
}
#header .top a:hover img {
	width: 0;
	height: 0;
}
/*グローバルメニュー-----------------*/
#g_nav {
	height: 44px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	clear: both;
	width: 750px;
}
#g_nav .btn_1 {
	float: left;
	width: 150px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../../images/common/navi_business_on.jpg);
}
#g_nav .btn_1 a {
	background-image: url(../../images/common/navi_business_off.jpg);
	padding-top: 6px;
	padding-left: 18px;
	height: 38px;
	display: block;
	width: 132px;
	color: #3F3B3A;
	text-decoration: none;
	text-decoration: none;
}
#g_nav .btn_1 a:hover {
	background:none;
	color: #3F3B3A;
}
#g_nav .btn_2 {
	float: left;
	width: 150px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../../images/common/navi_program_on.jpg);
}
#g_nav .btn_2 a {
	background-image: url(../../images/common/navi_program_off.jpg);
	padding-top: 6px;
	padding-left: 18px;
	height: 38px;
	display: block;
	width: 132px;
	color: #3F3B3A;
	text-decoration: none;
}
#g_nav .btn_2 a:hover {
	background:none;
	color: #3F3B3A;
}
#g_nav .btn_3 {
	float: left;
	width: 150px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../../images/common/navi_info_on.jpg);
	font-size:11px;
}
#g_nav .btn_3 a {
	background-image: url(../../images/common/navi_info_off.jpg);
	padding-top: 6px;
	padding-left: 18px;
	height: 38px;
	display: block;
	width: 132px;
	color: #3F3B3A;
	text-decoration: none;
}
#g_nav .btn_3 a:hover {
	background:none;
	color: #3F3B3A;
}
#g_nav .btn_4 {
	float: left;
	width: 150px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../../images/common/navi_campinfo_on.jpg);
}
#g_nav .btn_4 a {
	background-image: url(../../images/common/navi_campinfo_off.jpg);
	padding-top: 6px;
	padding-left: 18px;
	height: 38px;
	display: block;
	width: 132px;
	color: #3F3B3A;
	text-decoration: none;
}
#g_nav .btn_4 a:hover {
	background:none;
	color: #3F3B3A;
}
#g_nav .btn_5 {
	float: left;
	width: 150px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../../images/common/navi_about_on.jpg);
}
#g_nav .btn_5 a {
	background-image: url(../../images/common/navi_about_off.jpg);
	padding-top: 6px;
	padding-left: 18px;
	height: 38px;
	display: block;
	width: 132px;
	color: #3F3B3A;
	text-decoration: none;
}
#g_nav .btn_5 a:hover {
	background:none;
	color: #3F3B3A;
}

/*メインアウトライン-----------------*/
#wrapper {
	clear: both;
	background-image: url(../../images/common/back_ground.gif);
	background-repeat: repeat;
	width: 750px;
}
#outline {
	float: left;
	background-color: #FFFFFF;
	width: 540px;
	padding: 0px 0px 0px 20px;
}
/*メイン-----------------*/
#content {
	width: 525px;
}
/*サイドバー-----------------*/
#sidebar {
	height: auto;
	width: 190px;
	float: right;
}
/*サイドバーボタン-----------------*/
#sidebtn {
	width: 190px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A1A1A1;
}
#sidebtn li {
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../../images/common/sidebtn_on.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebtn li a {
	color:#00135D;
	display: block;
	height: 23px;
	padding-top: 7px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../../images/common/sidebtn_off.jpg);
	text-decoration: none;
}
#sidebtn li  a:hover {
	color:#FC7215;
	background:none;
}

/*フッター-----------------*/
#footer {
	clear: both;
	background-color: #1D2088;
	color: #FFFFFF;
	height: 45px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 750px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer .logo {
	float: right;
	margin: 5px 8px 0px 0px;
}
#footer .link {
	float: left;
	margin: 15px 0px 0px 15px;
}
/*ページトップ-----------------*/

.page_top {
	background-image: url(../../images/common/page_top_on.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	float: right;
}
.page_top a {
	display: block;
	width:93px;
	height:45px;
}
.page_top a:hover {
	background: none;
}
.page_top a:hover img {
	width: 0;
	height: 0;
}
/*その他-----------------*/
.indent {
	margin: 5px 0px 10px 40px;
	width: 470px;
}
.under_line_dot {
	background-image: url(../../images/common/dot_deep_blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.under_line_dot_big {
	background-image: url(../../images/common/dot_deep_blue_big.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.under_line_gray {
	background-image: url(../../images/common/under_line_gray.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.blue {
	color: #1D2088;
}
/*その他（テキスト）-----------------*/
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.title {
	color: #1D2088;
	font-size: 14px;
	margin: 20px 0px 10px 0px;
}
.font_14 {
	font-size: 14px;
}
/*その他（背景色）-----------------*/
.bg_light_blue {
	background-color: #EBF6FD;
}

/*その他(余白設定)-----------------*/
.margin_5 {
	margin: 5px 0px 5px 0px;
}
.margin_10 {
	margin: 10px 0px 10px 0px;
}
.margin_15 {
	margin: 15px 0px 15px 0px;
}
.margin_20 {
	margin: 20px 0px 20px 0px;
}
.margin_30 {
	margin: 30px 0px 30px 0px;
}
.padding_5 {
	padding: 5px 0px 5px 0px;
}
.padding_10 {
	padding: 10px 0px 10px 0px;
}
.padding_15 {
	padding: 15px 0px 15px 0px;
}
.padding_20 {
	padding: 20px 0px 20px 0px;
}
.padding_30 {
	padding: 30px 0px 30px 0px;
}
.indent_5 {
	padding: 0px 0px 0px 5px;
}
/*テーブル設定-----------------*/
table {
	border: none;
}
td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: none;
}
td img {
	border: none;
	vertical-align: top;
}
.line_1 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D7D7D7;
	border-left-color: #D7D7D7;
}
.line_2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
}
.line_3 {
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #D7D7D7;
}
.under_line {
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D7D7D7;
	border-right-style: none;
}

