* {
	color:#DDDDDD;
	padding:0;
	font-size: 12px;
	line-height: 150%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
}

body {
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;

}

h2 {
	font-size: 14px;
	padding-left: 20px;
	color: #000000;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 3px;
	margin-left: 3px;
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
	clear: both;
}

h4 {
	padding-left: 5px;
	margin: 5px;
}

h4,h4 a {
	color: #8BB4C9;
	line-height: 16px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #77A6BF;
	margin-left: 20px;
	margin-top: 10px;
}

a {
	color:#6B8D9E;
}

a:hover {
	text-decoration: none;
	color: #55BCE8;
}

hr {
	clear: both;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}

.small{
	font-size:10px;
}
/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/base_bg.jpg);
	background-repeat: repeat-y;

}

#wrap {
	width: 790px;
	_width: 800px;
	float: left;
	padding: 5px;
	background-color: #3E474C;
	background-image: url(img/wrap_bg.jpg);
	background-repeat: no-repeat;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:80px;
	background-image: url(img/header.jpg);
}

h1 a {
	display: block;
	text-decoration: none;
	width: 300px;
	height: 75px;
	text-indent: -10000px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width:785px;
	_width: 800px;
	height: 30px;
	background-image: url(img/navi_bg.jpg);
	line-height: 25px;
	text-align: left;
	color: #333333;
	padding-left: 15px;
}

  
#nav a {
	color: #CED3D9;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	letter-spacing: 0.1em;
	background-image: url(img/nav_mark.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
}

#nav a:hover {
	color: #86D5FF;
	background-image: url(img/nav_mark_ov.gif);
	background-repeat: no-repeat;
	background-position: right;
}


/*
コンテンツ
-------------------------------------------------------------------*/
#contents {
	width:780px;
	padding: 5px;
	float: left;
}

#contents #pan {
	padding: 5px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 20px;
	margin-left: 25px;
	line-height: 20px;
}

#contents h3 {
	font-size: 12px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6B9CB4;
	padding-left: 5px;
	color: #67ADCF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 13px;
	line-height: 16px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	padding-bottom: 2px;
}


#contents .chui {
	font-size: 10px;
	color: #0099FF;
}

#contents .no_line {
	background-image: none;
}

/*リストマージン
----------------------------------------------- */

#contents ul {
	margin-left: 25px;
}

#contents ol {
	margin-left: 35px;
}

#contents ol p {
	margin-left: 10px;
}

#contents ol h3 {
	margin-left: -15px;
}



/*テーブル
----------------------------------------------- */

table {
	border-collapse: collapse;
	margin-bottom: 10px;
	background-color: #333333;
}

table td {
	border-collapse: collapse;
	padding: 5px;
	text-align: left;
}

table th {
	border-collapse: collapse;
	background-color: #ECEAE3;
	line-height: 25px;
	color: #67726E;
	letter-spacing: 0.2em;
}
.td_h {
	color: #444444;
	background-image: url(img/td_h.jpg);
	background-position: center;
	padding-left: 10px;
}
.td_m {
	text-align: center;
	background-color: #F7F2EC;
}

/*
フォーム用
-------------------------------------------------------------------*/

.form {
	background-color: #333333;
	padding: 10px;
	margin: 10px;
	border: 1px solid #000000;
}
.link_tag {
	background-color: #DEDACF;
	text-align: center;
	padding: 10px;
	border: 1px solid #B3B0A7;
	margin: 10px;
}


/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
	background-image: url(img/footter.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	color: #EEEEEE;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
#f_menu table {
	border: 1px solid #000000;
	background-color: #202020;
}
#f_menu #foot_div {
	color: #999999;
	margin-bottom: 5px;
	font-size: 9px;
}
#f_menu table td {
	text-align: left;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	display: block;
	background-image: url(img/add.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 10px;
	clear: both;
	line-height: 30px;
}

/*
トップページ
-------------------------------------------------------------------*/
strong.cat_tit a {
	font-size: 12px;
	color: #719DB5;
	background-image: url(img/top_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

#s_table {
	border: 1px solid #000000;
}
#s_table td {
	background-color: #222222;
}

/*
サイドmenu
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 165px;
	margin-left: 5px;
	border: 1px solid #000000;
	background-image: url(img/td_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #333333;
}
#side .side_menu {
	width: 150px;
	padding: 4px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 10px;
}
#side .side_menu li {
	list-style-type: none;
}
#side .side_menu li a {
	display: block;
	line-height: 18px;
	background-image: url(img/li.jpg);
	text-indent: 25px;
	width: 150px;
	background-repeat: repeat-x;
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#side .side_menu li a:hover {
	background-image: url(img/li_ov.jpg);
}

#side .side_menu h3 {
	text-indent: -10000px;
	border-bottom-style: solid;
	background-image: url(img/h3_menu.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 150px;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#side .side_menu ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#contents_r {
	float: left;
	width: 590px;
	padding-left: 10px;
}
#top_table {
	width: 100%;
	margin-bottom: 10px;
}
#top_table td {
	color: #B9B1A4;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(img/td_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #000000;
}

/*
その他
-------------------------------------------------------------------*/
#kanri {
	color: #009900;
}

#coment {
	margin-bottom: 5px;
	margin-top: 15px;
}

#f_menu div a {
	color: #CCCCCC;
	font-size: 10px;
}
#top_table small a {
	font-size: 10px;
}
#side .side_menu td {
	padding: 1px;
}
input {
	color: #333333;
	line-height: 100%;
}
select {
	color: #333333;
}
option {
	color: #333333;
}
