* {
	color:#666666;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
}

body {
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

h2 {
	font-size: 12px;
	padding-left: 20px;
	color: #666666;
	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: 3px;
	margin: 5px;
}

h4,h4 a {
	color: #666666;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DCDAD6;
}

a {
	color:#666666;
}

a:hover {
	text-decoration: none;
}

hr {
	clear: both;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	text-align:left;
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/base_bg.jpg);
	background-repeat: repeat-y;
}

#wrap {
	width: 790px;
	float: left;
	padding: 5px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:133px;
	float:left;
}

h1 a {
	display: block;
	text-decoration: none;
	width: 800px;
	height: 133px;
	text-indent: -10000px;
	background: url(img/header.jpg);
	
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width:800px;
	height: 31px;
	background-image: url(img/navi_bg.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	text-align: right;
	color: #CCCCCC;
	float:left;
}

  
#nav a {
	color: #666666;

	padding-left: 30px;
	padding-right: 30px;
	font-size: 10px;
	letter-spacing: 0.1em;
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav a:hover {
	color: #FF3333;
}


/*
コンテンツ
-------------------------------------------------------------------*/
#contents {
	width:780px;
	padding: 5px;
}

#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: #629ED5;
	padding-left: 5px;
	color: #484831;
	margin-top: 5px;
	margin-bottom: 5px;
	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: #FF3300;
}

#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: #F0F0F0;
}

table td {
	border-collapse: collapse;
	padding: 5px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F0F0F0;
}

table th {
	border-collapse: collapse;
	background-color: ##F0F0F0;
	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: #F0F0F0;
}

/*
フォーム用
-------------------------------------------------------------------*/

#form {
	background-color: #CEC9B9;
	padding: 10px;
	margin: 10px;
	border: 1px solid #A69C80;
}
.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-color: #F0EFEE;
	background-image: url(img/footter.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D1C3;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	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;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #666666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-image: url(img/foot.jpg);
	background-repeat: repeat-y;
	background-position: top;
	font-size: 10px;
	clear: both;
}

/*
トップページ
-------------------------------------------------------------------*/
strong.cat_tit a {
	font-size: 14px;
	color: #666666;
}
#contents .mark {
	font-size: 12px;
	color: #000000;
	margin-left: -10px;
	margin-right: 3px;
}
#s_table {
	background-color: #D3CCBC;
	border: 1px solid #D3CCBC;
}
#s_table td {
	background: url(img/search_bg.jpg);
}

#side {
	float: left;
	width: 165px;
	margin-left: 1px;

}
#side_menu {
	width: 150px;
	padding: 0px;
	background-color: #FCFCFA;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-top: 4px;
	font-size: 10px;
	text-indent:10px;
	background-image: url(img/sidemenu01.jpg);
	border: 1px solid #CCCCCC;
}
#side_menu li {
	list-style-type: none;
}
#side_menu li a {
	display: block;
	line-height: 20px;
	background-image: url(img/li.jpg);
	text-indent: 35px;
	width: 150px;
	background-repeat: repeat-x;
	font-size: 10px;
}

#side_menu li a:hover {
	background-image: url(img/li_ov.jpg);
}

#side_menu h3 {
	text-indent: -10000px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(img/h3_menu.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 150px;
	padding: 0px;
	margin: 0px;
}
#side_menu ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#side_menu2 {
	width: 150px;
	padding: 0px;
	background-color: #FCFCFA;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 10px;
	text-indent:10px;
	background-image: url(img/sidemenu01.jpg);
	border: 1px solid #CCCCCC;
}
#side_menu2 li {
	list-style-type: none;
}
#side_menu2 li a {
	display: block;
	line-height: 20px;
	background-image: url(img/li.jpg);
	text-indent: 35px;
	width: 150px;
	background-repeat: repeat-x;
	font-size: 10px;
}

#side_menu2 li a:hover {
	background-image: url(img/li_ov.jpg);
}

#side_menu2 h3 {
	text-indent: -10000px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(img/h3_menu.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 150px;
	padding: 0px;
	margin: 0px;
}
#side_menu2 ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#contents_r {
	float: right;
	width: 590px;
	margin-right: 5px;
}
#top_table {
	width: 100%;
	margin-bottom: 10px;
}
#top_table td {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	color: #B9B1A4;
	padding-left: 10px;
}

/*
その他yomi-search流用
-------------------------------------------------------------------*/
#kanri {
	color: #009900;
}
#f_menu table {
	border: 1px solid #C1B9A4;
}
#coment {
	margin-bottom: 5px;
	text-align: left;
}
