@charset "utf-8";

/* CSS Document */


/*##################### メイン上部 #####################*/

body {
	background-color: #000000;
	background-image: url(../images/main_bg.gif);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

#container {
	background-color: #FFFFFF;
	width: 870px;
	border:none;
}

#main_contents {
	padding: 0px;
	margin: 0px;
}

#header {
	background-color: #333333;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

#logo {
	width: 200px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sub_menu {
	width:250px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#sub_menu a {
	color: #FFFFFF;
}

#menu {
	width: 870px;
	padding: 0px;
	height: 46px;
	margin-top: 5px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu ul li {
	float: left;
	height: 46px;
}

#menu ul li a {
	float: left;
	display: block;
	height: 46px;
}


/*##################### メイン中央 #####################*/

#main {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 1.4;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 20px;
	min-height:800px;
}

.entry {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 16px;
	padding-left: 10px;
	letter-spacing: 1px;
	display: block;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	border: 4px solid #CCCCCC;
	padding-bottom: 5px;
	background-color: #000000;
	text-align: left;
	font-weight: bold;
	background-image: url(../images/menu_bg1.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 30px;
}

.entry_title {
	color: #FFFFFF;
	padding-left: 8px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F1363A;
	display: block;
	padding-top: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
}

.sub_entry {
	margin-bottom: 15px;
	margin-top: 5px;
	font-size: 14px;
	padding-left: 14px;
	letter-spacing: 1px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
	background-image: url(../images/bg04-11.gif);
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

#current_path {
	padding: 0;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: right;
	letter-spacing: 1px;
	height: 20px;
}

#current_path em {
	color: #003399;
	font-style: normal;
}

#current_path img {
	background-repeat: no-repeat;
}


/*##################### メイン下部 #####################*/

#footer {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	background-image: url(../images/bg04-7.gif);
}

.footer_menu {
	color:#FFFFFF;
	width:100%;
}

.footer_bottom {
	width: 100%;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 5px;
}

.footer_bottom_bnr {
	padding: 10px 0px 10px 0px;
}

.footer_bottom_right {
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

.gotop {
	text-align: right;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;

}

.gotop a {
	color: #FF3399;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
}

.gotop a:hover {
	background-color: #FF3399;
	color: #FFFFFF;
}
