@charset "utf-8";

/*   基本設定
----------------------------------------------------*/
body {
	background-color:#444;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #333333;
}

img {
	border-style: none;
}

p {
	margin: 0px;
	padding: 0px;
}

a {
	color: #003388;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #660066;
}

h1 {
	font-size: 11px;
	color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
}

.clear {
	clear: both;
}

.line1 {
	clear: both;
	height: 5px;
	background-image: url(../img/dot1.gif);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

.line2 {
	clear: both;
	height: 5px;
	background-image: url(../img/dot2.gif);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

.line3 {
	clear: both;
	height: 5px;
	background-image: url(../img/dot3.gif);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

.sp {
	height: 10px;
}

/*   全体レイアウト用
----------------------------------------------------*/
#containor {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#header {
	width: 880px;
	background-image: url(../img/back1.jpg);
	background-repeat: repeat-y;
	padding: 10px 60px 5px;
}

#main {
	width: 880px;
	background-image: url(../img/back2.jpg);
	background-repeat: repeat-y;
	padding: 5px 60px;
}

#left {
	width: 165px;
	float: left;
}

#right {
	width: 702px;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #fff;
	padding-bottom: 5px;
	margin-left: 11px;
	margin-bottom: 10px;
}

#submenu {
	clear: both;
	width: 880px;
}

#footer {
	clear: both;
	width: 1000px;
	background-image: url(../img/back1.jpg);
	background-repeat: repeat-y;
}

/*   ヘッダー・メインタイトル用
----------------------------------------------------*/
#head_img {
	margin-bottom: 5px;
}

#top_menu {
	margin-bottom: 10px;
}

#top_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top_menu li {
	margin: 0px;
	padding-right: 10px;
	float: left;
}

#top_menu li#last {
	margin: 0px;
	padding: 0px;
	float: left;
}

/*   サイドメニュー用
----------------------------------------------------*/
.side_btn {
	margin-bottom: 10px;
}

.side_btn2 {
	margin-bottom: 5px;
}

.btn_text {
	font-size: 11px;
	text-align: center;
	margin-bottom: 10px;
}

.side_menu {
	margin-bottom: 5px;
}

.side_menu p {
	font-size: 13px;
	margin-bottom: 4px;

}

.menu_left {
	float: left;
	width: 95px;
}

.menu_right {
	float: left;
	width: 70px;
}

.ichiran_link {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: right;
}

/*   ナビゲーション用
----------------------------------------------------*/
#pan {
	width: 704px;
	height: 20px;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 176px;
}

#pan ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

#pan li {
	float: left;
	background-image: url(../img/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px -3px;
	padding-right: 5px;
	padding-left: 12px;
}

/*   rightメイン用
----------------------------------------------------*/
#right_title {
	margin-bottom: 10px;
}

#right_box {
	width: 662px;
	margin: 12px 20px 0px;
}

/*   サブメニュー用
----------------------------------------------------*/
#go_top {
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
}

#foot_menu {
	float: right;
	font-size: 11px;
	margin-bottom: 10px;
}

#foot_menu ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

#foot_menu li {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-left: 6px;
	margin-right: 6px;
}

#foot_menu li a {
	color: #666;
	text-decoration: none;
}

#foot_menu li a:hover {
	color: #910022;
}

/*   フッター用
----------------------------------------------------*/
#copy {
	width: 1000px;
	font-size: 11px;
	color: #999;
	text-align: center;
	padding-top: 8px;
	margin-bottom: 3px;
}

#foot_link {
	text-align: center;
	padding-bottom: 7px;
}

#foot_link a {
	color: #666;
	text-decoration: none;
}

#foot_link a:hover {
	color: #666;
	text-decoration: underline;
}
