@charset "EUC-JP";
* {
	margin:0;
	padding:0;
}

body {
	color:#000000;
	background:#A9C792;
    font-family: Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
    height:100%;
}

p {
    font-family: Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

p.explanation {
	padding: 10px 10px 10px 10px;
    font-family: Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}


img {
	border:none;
    vertical-align: middle;
}

hr{
 color:#808080;
 height:1px;
}


/* リンク */
a:link {  font-style: normal; color: #336633; text-decoration: underline;}
a:active {  font-style: normal; color: red; text-decoration: underline;}
a:visited {  font-style: normal; color: #336633; text-decoration: underline;}
a:hover {  font-style: normal; color: red; text-decoration: underline;}


/* ------------------------------
エリアレイアウト
 ------------------------------ */
/* 全体枠 */
div#base {
	text-align: left;
	background-image:url(images/kagebg.gif);
	background-repeat:repeat-y;
	margin-left:auto;margin-right:auto;
	width: 794px;
}

/* 本文エリア */
div#content_body {
	margin: 0px 40px 0px 40px;
	padding: 5px 20px 20px 20px;
}

/* ------------------------------
 キーワード入力フォーム   
 ------------------------------ */
div#keyword_form {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background:#e0e0e0;
}


/* ------------------------------
ヘッダー タイトル
 ------------------------------ */
#musha_homepage {
    margin:3px 17px 3px 0px;
	padding: 0px 0px 0px 0px;
	text-align:right;
    font-size:92%;
}

/* ヘッダーロゴ画像 */
h1#headerlogo {
    margin:0px 17px 20px 17px;
	padding: 0px 0px 0px 0px;
}

h2.title_h2{
	color: #336699;
	margin: 30px 5px 5px 10px;
	font-size:1.2em;
}



/* ------------------------------
フッター
 ------------------------------ */
.footer_waku {
	margin: 10px 50px 0px 50px;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #996633; 
}

#footer {
    font-size:92%;
	margin: 10px 50px 0px 50px;
	padding: 10px 3px 5px 5px;
	border-top: 1px solid #996633; 
	text-align:right;
    clear: both;
}


/* ------------------------------
ナビゲーションバー
 ------------------------------ */
.navi_bar{
    text-align:right;
    margin: 0px 0px 10px 0px;
    font-size:92%;
}


/* ------------------------------
カテゴリ
 ------------------------------ */
table#category { 
	border-collapse: collapse;
	border: 1px solid #996633; 
	margin: 0px 0px 0px 10px;
}
td.cate_cell, th.cate_cell { 
	border: 1px dashed #996633; 
    vertical-align: middle;
    text-align: left;
}
h3#cate_title { 
	margin: 5px 5px 5px 10px;
	color: #996633;
	font-size:1.2em;
}

td.cate_desc_cell{
	width:180px;
}

p.cate_description{
	width:200px;
	margin: 0px;;
	border: 1px dashed red; 
}


/* ------------------------------
FORM関連
 ------------------------------ */
form {
  margin: 0px;
    font-family: Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}

input, textarea, select, option {
    font-size: 1em; 
    font-family: Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}

/* Firefox用 */
input[type="text"]
{
    height: 1.25em;
    font-family: Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}


/* ------------------------------
詳細検索
 ------------------------------ */
h2#dsearch_headtitle{
	color: #336666;
	font-size:1.5em;
    padding: 20px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    border-top:solid 1px #cccccc;
}

.dsearch_subtitle{
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 0px 0px;
}

/* キーワード入力フォーム */
div#dkeyword_form {
    width:80%;
	margin: 0px 0px 0px 10px;
	padding: 20px 20px 20px 20px;
	background:#e0e0e0;
}

/* ------------------------------
ご利用方法
 ------------------------------ */
h2#usage_title{
	color: #336666;
	font-size:1.5em;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
}

#usage_subtitle{
	font-size:1.3em;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 10px 0px;
}

#usage_explanation {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
    font-family: Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

ol.usage_list {
    margin: 1px 0px 10px 35px;
	line-height: 1.4em;
}

/* ------------------------------
検索結果一覧
 ------------------------------ */
/* 表示情報ボックス */
.disp_box{
  clear: both;
  padding:5px;
  margin: 0px 0px 10px 0px;
  border-top:solid 1px #cccccc;
  border-bottom:solid 1px #cccccc;
  text-align:right;
}

/* 表示切替ボックス */
.disp_mode_box{
  text-align:right;
  margin: 1px 0px 0px 0px;
}

.match_box{
  margin: 5px 0px 20px 0px;
  font-size:92%;
}

/* 一致件数 */
.match_cnt{
  padding:5px 0px 3px 0px;
  float:left;
}

/* 検索キーワード */
.search_keys{
  padding:0px 0px 0px 0px;
  font-size:92%;
}

/* 前次ページボックス */
.page_box{
/*  clear: both; */
  margin: 5px 0px 10px 0px;
  text-align:right;
}

/* ページナビ */
.page_nav{
  border:solid 1px #cccccc;
  float:right;
}

/* 結果一覧アイテムボックス */
.item_box{
  padding: 5px 0px 5px 0px;
  clear: both;
}

/* タイトル */
p.rec_title{
  margin: 0px 5px 0px 0px;
  padding:0px;
  width:550px;
  float:right;
}
/* 画像表示なし */
p.rec_title_simple{
  margin: 0px 5px 0px 0px;
  padding:0px;
  width:650px;
}


/* サムネール */
.thumnail_box{
  border:solid 1px #cccccc;
  margin: 0px 0px 5px 0px;
  padding:5px;
  float:left;
}

/* 内容説明 */
.rec_summary{
  margin: 0px 5px 0px 0px;
  padding:0px 0px 0px 0px;
  line-height: 1.2em; 
  float:right;
  width:550px;
}

/* 画像表示なし */
.rec_summary_simple{
  margin: 0px 5px 0px 0px;
  padding:0px 0px 0px 0px;
  line-height: 1.2em; 
  width:650px;
}



.koumoku{ 
  color:#996633;
}


/* ページング */
#result_paging{
    clear: both;
	font-size:96%;
    margin:0px 0px 0px 0px;
}
#paging{
    text-align:center;
    padding:25px 0px 0px 0px;
}

/* ------------------------------
詳細表示
 ------------------------------ */
h2#detail_headtitle{
	color: #336666;
	font-size:1.5em;
    margin: 0px 5px 5px 15px; 
}

#backtoresult{
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  border-top:solid 1px #cccccc;
  text-align:right;
}

#breadcrumbmenu{
  padding: 15px 0px 0px 0px;
  margin: 0px 0px 25px 0px;
  font-size:92%;
  border-top:solid 1px #cccccc;
  text-align:left;
}

p.detail_explanation {
	padding: 0px 5px 5px 5px;
    font-family: Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}


.fld_id_box{
    width:650px; 
    margin: 5px 5px 5px 15px; 
}

.fld_box{
    width:650px; 
    margin: 5px 5px 5px 15px; 
}

p.fld_title{
    color:#996633;
    font-weight:bold;
    text-align:left; 
}

p.fld_desc{
    width:620px; 
/*    background:#eeeeee;  */
    margin: 5px 5px 5px 20px; 
    padding: 0px 5px 0px 5px; 
    line-height: 1.2em; 
}

.image_listbox{
  margin:5px 4px 5px 4px;
  padding: 5px 10px 10px 10px;
  background:white;
  border:solid 1px #cccccc;
}

/* ------------------------------
詳細画像拡大
 ------------------------------ */
/* 全体枠 */
div#picbase {
	margin-left:auto;margin-right:auto;
}

/* 本文エリア */
div#pic_body {
	margin: 20px 0px 0px 0px;
	padding: 5px 20px 0px 20px;
}

#picclose{
    background:#B7B282; 
    text-align:center;
	margin: 10px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
}

#picfooter {
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 10px 10px;
	text-align:right;
	border-top: 1px solid #996633; 
    clear: both;
}



/* ------------------------------ */
/*
div#waku {
	text-align: left;
	width: 794px;
	height: 100%;
	background-image:url(images/kagebg.gif);
	background-repeat:repeat-y;
	margin: 0px auto;
}

div#photo {
    margin:0px 17px 30px 17px;
	padding: 10px 0px 0px 0px;
}


div#textbox {
  	font-style:normal;
	text-align:left;
    width:640px;
	FONT-SIZE: 12px;
	line-height: 22px; 
	COLOR: #000000;
	padding:25px 0px 25px 77px;
	
}


div#textbox2 {
	padding:12px 30px 12px 30px;
	font-style:normal;
	text-align:left;
    width:700px;
	FONT-SIZE: 12px;
	line-height: 22px; 
	COLOR: #000000;
}

div#textbox2waku {
	margin:0px 0px 0px 47px;
	border-width:1px 0;
	border-color:#000000;
	border-top-style:solid;
	border-bottom-style:solid;
  	width:700px;
}

div#textbox3 {
	padding:12px 0px 0px 15px;
	font-style:normal;
	text-align:left;
    width:auto;
	FONT-SIZE: 12px;
	line-height: 22px; 
	COLOR: #000000;
}



div#textbox3waku {
	margin:10px 0px 0px 47px;
	border-width:1px 0;
	border-color:#000000;
	border-top-style:solid;
	width:700px;
}

div#textbox4 {
	padding:0px 0px 0px 15px;
	font-style:normal;
	text-align:left;
    width:518px;
	FONT-SIZE: 12px;
	line-height: 22px; 
	COLOR: #000000;
}

div#textbox5 {
	padding:0px 0px 35px 15px;
	font-style:normal;
	text-align:left;
    width:700px;
	FONT-SIZE: 12px;
	line-height: 22px; 
	COLOR: #000000;
}

div#textbox5waku {
	margin:0px 0px 0px 47px;
	border-width:1px 0;
	border-color:#000000;
	border-bottom-style:solid;
	width:700px;
}

div#textbox6waku {
	margin:10px 0px 0px 47px;
	border-width:1px 0;
	border-color:#000000;
	border-top-style:solid;
	width:700px;
	text-align:right;
    FONT-SIZE: 12px;
	line-height: 26px; 
}


div#textbox7 {
	padding:30px 0px 20px 60px;
	font-style:normal;
	text-align:left;
    width:730px;
	FONT-SIZE: 14px;
	line-height: 24px; 
	COLOR: #000000;
}

div#copy {
  	font-style:normal;
	text-align:right;
    width:735px;
	FONT-SIZE: 12px;
	line-height: 26px; 
	COLOR: #000000;
	padding:0px 0px 0px 0px;
	
}

.midashi{  FONT-SIZE: 12px; COLOR: #996633}
.midashi2{  FONT-SIZE: 14px; COLOR: #996633}

.menu_table{ border-top: 1px solid #996633;border-bottom: 1px solid #996633; border-left: 1px solid #996633;border-right: 1px solid #996633;margin-left:77px;}
.cha_leftline{ border-left: 1px solid #996633;padding-left:20px;padding-right:10px;FONT-SIZE: 12px; line-height: 22px; COLOR: #000000}
.topbg { background-image: url(images/kagebg.gif);background-repeat:repeat-y;}
.imgtxt_middle{ vertical-align:middle}
.font12_22_000000{  FONT-SIZE: 12px; line-height: 22px; COLOR: #000000}
.font12_22_336633{  FONT-SIZE: 12px; line-height: 22px; COLOR: #336633}
.font14_22_000000{  FONT-SIZE: 14px; line-height: 22px; COLOR: #000000}
.font14_22_336699{  FONT-SIZE: 14px; line-height: 22px; COLOR: #336699}
.font14_24_000000{  FONT-SIZE: 14px; line-height: 24px; COLOR: #000000}
.font14_22_336666{  FONT-SIZE: 14px; line-height: 22px; COLOR: #336666}

.img_right5	{ float:right;margin-left:5px;margin-bottom:5px}

.font12_21_333333{  FONT-SIZE: 12px; line-height: 21px; COLOR: #333333}
.font14_18_000000{  FONT-SIZE: 14px; line-height: 18px; COLOR: #000000}
.font10_16_666666{  FONT-SIZE: 10px; line-height: 16px; COLOR: #666666}

.font18_22_336633{  FONT-SIZE: 18px; line-height: 22px; COLOR: #336633; font-weight:bold}
*/

/* ページごと */
/*
.color_333333{  color: #333333;}
.color_ffffff{  color: #ffffff;}
.color_000000{  color: #000000;}

.title:link {   font-style: normal; line-height: 22px; color: #336666; text-decoration: none;}
.title:visited {   font-style: normal; line-height: 22px; color: #336666; text-decoration: none;}
.title:hover {   font-style: normal; line-height: 22px; color: #336666; text-decoration: underline;}

.menu:link {  font-size: 14px; font-style: normal; line-height: 22px; color: #336633; text-decoration: underline;}
.menu:visited {  font-size: 14px; font-style: normal; line-height: 22px; color: #336633; text-decoration: underline;}
.menu:hover {  font-size: 14px; font-style: normal; line-height: 22px; color: #336633; text-decoration: underline;}

.link_green12:link {  font-size: 12px; font-style: normal; line-height: 22px; color: #336633; text-decoration: underline;}
.link_green12:visited {  font-size: 12px; font-style: normal; line-height: 22px; color: #336633; text-decoration: underline;}
.link_green12:hover {  font-size: 12px; font-style: normal; line-height: 22px; color: #336633; text-decoration: underline;}

.link_greencha12:link {  font-size: 12px; font-style: normal; line-height: 22px; color: #336633; text-decoration: underline;}
.link_greencha12:visited {  font-size: 12px; font-style: normal; line-height: 22px; color: #996633; text-decoration: underline;}
.link_greencha12:hover {  font-size: 12px; font-style: normal; line-height: 22px; color: #996633; text-decoration: underline;}

.link_black12:link {  font-size: 12px; font-style: normal; line-height: 22px; color: #000000; text-decoration: none;}
.link_black12:visited {  font-size: 12px; font-style: normal; line-height: 22px; color: #000000; text-decoration: underline;}
.link_black12:hover {  font-size: 12px; font-style: normal; line-height: 22px; color: #000000; text-decoration: underline;}
*/