@charset "utf-8";
/*--------------------------------------
  Universal selector
---------------------------------------*/

* {
margin:0px;
padding:0px;
}

/*--------------------------------------
  base Module
---------------------------------------*/

body {
	text-align:center;
	font-size:90%;
	font-family:"ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif, Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0px 0px 0px 0px;
	padding:0px;
	border-top-width: 5px;
	border-top-color: #339933;
	border-top-style: solid;
}

p {
line-height: 1.3em;
}

#top_image {
	margin: 0 0 0 0;
	font-size: 0px;
	float:right;
}

h1, h2, h3, h4, h5, h6 {
font-size:1em;
font-weight:normal;
}

img {
border:0px;
}

a {
color:#3C5388;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

a:visited {
	color: #7C358E;
}

/*---------------------------------
   container
---------------------------------*/
#container {
	width: 900px;
	text-align:left;
	padding:0px;
	margin:0px auto 15px auto;
}

/*---------------------------------
   header
---------------------------------*/
#header {
width: 900px;
background-color:#FFFFFF;
margin: 0px auto 0px auto;
}

#header #midashi {
width: 900px;
background-color:#FFFFFF;
font-size:1em;
font-weight:normal;
text-align:right;
padding:0 0 5px 0;
margin:3px auto 10px auto;
border-bottom:#CCCCCC solid 1px;
}

#header #title h1 {
display:none;
}

#header #title p {
display:none;
}

/*--- sub_menu01 ---*/
#header #sub_menu01 {
width:900px;
height:27px;
background-image:url(image/sub_menu01.jpg);
}

#header #sub_menu01 ul{
/*width:360px;*/
/*height:25px;*/
padding:0px 0 0 0;
margin:0 5px 0 0px;
display:block;
float: right;
}

#header #sub_menu01 li{
/*-- ボタン画像のとき設定　width:90px; --*/
/*height:25px;*/
float:left;
padding:0px;
margin:0px;
display:block;
clear: right;
}

#header #sub_menu01 li span {
margin:6px 0 0 0;
display:block;
}

#header #sub_menu01 li a {
/*height:25px;*/
display:block;
background-repeat:no-repeat;
background-position:0 0;
/*text-indent:-9999px;*/
overflow:hidden;
}

#header #sub_menu01 li a:hover {
/*background-position:0 -25px;*/
/*text-indent:-9999px;*/
overflow:hidden;
}

/*
#header #sub_menu01 li#menu_a5_basename, #header #sub_menu01 li#menu_a5_basename a {background-image:url(image/sub_a5_basename.gif);}
#header #sub_menu01 li#menu_a6_basename, #header #sub_menu01 li#menu_a6_basename a {background-image:url(image/sub_a6_basename.gif);}
*/

/*---------------------------------
   side_bar_a
---------------------------------*/
#side_bar_a {
	width: 206px;
	padding:0 0 0 0;
	margin: 15px 0 35px 0px;
	text-align:center;
	float:left;
}

#side_bar_a ul {
margin:0 0 5px 5px;
}

#side_bar_a p {
padding: 0px;
margin:0 5px 10px 10px;
}

#side_bar_a img {
text-align: center;
margin:0px auto 0px auto;
}

#side_bar_a h2 {
padding:0px;
margin:0 0 10px 9px;
}


/*--- main_menu01 ---*/
#side_bar_a #main_menu01 {
width:206px;
margin:0 auto 0 auto;
text-align:left;
background-image:url(image/menu_bg.gif);
background-repeat:no-repeat;
}

#side_bar_a #main_menu01 ul,
#side_bar_a #main_menu02 ul {
width:206px;
padding:0px;
margin:0 0px 0px 0px;
display:block;
}

#side_bar_a #main_menu01 li {
	width:206px;
	height:42px;
	text-indent:30px;
	padding:0px 0px 0px 0px;
	margin:0px 0 0 0;
	background-repeat:no-repeat;
	display:inline;
}

#side_bar_a #main_menu01 li span {
	margin:14px 0 0 3px;
	display:block;
}

#side_bar_a #main_menu01 li a {
	height:42px;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px;
	background-image:url(image/side_bar_a_menu01_btn.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	overflow:hidden;
}

/*#side_bar_a #main_menu01 li a:hover {
	background-image:url(image/side_bar_a_menu01_btn.gif);
	padding:0px 0px 0px 0px;
	background-position:-206px 0px;
	text-indent:-9999px;
	overflow:hidden;
}*/

/*　ボタンが画像の場合使用*/
#side_bar_a #main_menu01 li#menu_info,
#side_bar_a #main_menu01 li#menu_info a,
#side_bar_a #main_menu01 li#menu_info a:hover  {
	background-image:url(image/menu_info.gif);
}

#side_bar_a #main_menu01 li#menu_area,
#side_bar_a #main_menu01 li#menu_area a,
#side_bar_a #main_menu01 li#menu_area a:hover  {
	background-image:url(image/menu_area.gif);
}

#side_bar_a #main_menu01 li#menu_faq,
#side_bar_a #main_menu01 li#menu_faq a,
#side_bar_a #main_menu01 li#menu_faq a:hover  {
	background-image:url(image/menu_faq.gif);
}

#side_bar_a #main_menu01 li#menu_flow,
#side_bar_a #main_menu01 li#menu_flow a,
#side_bar_a #main_menu01 li#menu_flow a:hover  {
	background-image:url(image/menu_flow.gif);
}

#side_bar_a #main_menu01 li#menu_dl,
#side_bar_a #main_menu01 li#menu_dl a,
#side_bar_a #main_menu01 li#menu_dl a:hover  {
	background-image:url(image/menu_dl.gif);
}

/*--- main_menu01-sub  ---*/
#side_bar_a #main_menu01 li ul {
	width:206px;
	padding:0px;
	margin:0 0px 8px 0px;
	text-align:left;
	display:block;
}

#side_bar_a #main_menu01 li li {
	height:24px;
	padding: 0px 0 0 0;
	text-indent:40px;
	margin:0px;
	display:inline;
	background-image:url(image/side_bar_a_menu01_sub_btn.gif);
}

#side_bar_a #main_menu01 li li span {
margin:2px 0 0 0;
}

#side_bar_a #main_menu01 li li a {
height:24px;
display:block;
padding:0px 0px 0px 0px;
margin:0px;
text-indent:-9999px;
overflow:hidden;
}

/*#side_bar_a #main_menu01 li li a:hover {
background-image:url(image/side_bar_a_menu01_sub_btn.gif);
padding:0px 0px 0px 0px;
margin:0px;
background-position:-200px 0px;
text-indent:-9999px;
overflow:hidden;
}*/

/*　ボタンが画像の場合使用*/
#side_bar_a #main_menu01 li li#menu_gaiyou,
#side_bar_a #main_menu01 li li#menu_gaiyou a  {
	background-image:url(image/menu_gaiyou.gif);
}
#side_bar_a #main_menu01 li li#menu_gaiyou a:hover  {
	background-image:url(image/menu_gaiyou_f2.gif);
}

#side_bar_a #main_menu01 li li#menu_madori,
#side_bar_a #main_menu01 li li#menu_madori a {
	background-image:url(image/menu_madori.gif);
}
#side_bar_a #main_menu01 li li#menu_madori a:hover  {
	background-image:url(image/menu_madori_f2.gif);
}

#side_bar_a #main_menu01 li li#menu_setubi,
#side_bar_a #main_menu01 li li#menu_setubi a  {
	background-image:url(image/menu_setubi.gif);
}
#side_bar_a #main_menu01 li li#menu_setubi a:hover  {
	background-image:url(image/menu_setubi_f2.gif);
}

#side_bar_a #main_menu01 li li#menu_cost,
#side_bar_a #main_menu01 li li#menu_cost a  {
	background-image:url(image/menu_cost.gif);
	height:30px;
}
#side_bar_a #main_menu01 li li#menu_cost a:hover  {
	background-image:url(image/menu_cost_f2.gif);
	height:30px;
}

#side_bar_a #main_menu01 li li#menu_map,
#side_bar_a #main_menu01 li li#menu_map a  {
	background-image:url(image/menu_map.gif);
}
#side_bar_a #main_menu01 li li#menu_map a:hover  {
	background-image:url(image/menu_map_f2.gif);
}
#side_bar_a #main_menu01 li li#menu_areamap,
#side_bar_a #main_menu01 li li#menu_areamap a  {
	background-image:url(image/menu_areamap.gif);
}
#side_bar_a #main_menu01 li li#menu_areamap a:hover  {
	background-image:url(image/menu_areamap_f2.gif);
}
#side_bar_a #main_menu01 li li#menu_access,
#side_bar_a #main_menu01 li li#menu_access a  {
	background-image:url(image/menu_access.gif);
	height:30px;
}
#side_bar_a #main_menu01 li li#menu_access a:hover  {
	background-image:url(image/menu_access_f2.gif);
	height:30px;
}


#side_bar_a #main_menu02 {
width:206px;
margin:35px auto 0 auto;
text-align:left;
background-image:url(image/menu_bg.gif);
background-repeat:no-repeat;
}

#side_bar_a #main_menu02 li {
	width:206px;
	height:26px;
	text-indent:-9999px;
	padding:0px 0px 0px 0px;
	margin:0px 0 0 0;
	background-repeat:no-repeat;
	display:inline;
}

#side_bar_a #main_menu02 li span {
	margin:14px 0 0 3px;
	display:block;
}

#side_bar_a #main_menu02 li a {
	height:26px;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px;
	background-image:url(image/side_bar_a_menu01_btn.gif);
	background-repeat:no-repeat;

	background-position:0 0;
	text-indent:-9999px;
	overflow:hidden;
}

#side_bar_a #main_menu02 li#menu_aisatu,
#side_bar_a #main_menu02 li#menu_aisatu a {
	background-image:url(image/menu_aisatu.gif);
}
#side_bar_a #main_menu02 li#menu_aisatu a:hover  {
	background-image:url(image/menu_aisatu_f2.gif);
}


#side_bar_a #main_menu02 li#menu_link,
#side_bar_a #main_menu02 li#menu_link a  {
	background-image:url(image/menu_link.gif);
}
#side_bar_a #main_menu02 li#menu_link a:hover  {
	background-image:url(image/menu_link_f2.gif);
}
#side_bar_a #main_menu02 li#menu_pp,
#side_bar_a #main_menu02 li#menu_pp a  {
	background-image:url(image/menu_pp.gif);
	height:29px;
}
#side_bar_a #main_menu02 li#menu_pp a:hover  {
	background-image:url(image/menu_pp_f2.gif);
	height:29px;
}
/*---------------------------------
   content
---------------------------------*/
#content {
	width: 670px;
	padding: 0px;
	margin: 0px;
	float: right;
}

#content h2 {
background-image:url(image/midashi_h2.gif);
color:#FFFFFF;
font-size:1em;
padding:10px 0px 0 0;
margin:0 0 10px 0;
text-indent:10px;
}

#content h4 {
margin:0 0 3px 0;
}

#content p {
	padding: 0px;
	margin:0 8px 0.5em 8px;
	line-height: 1.8em;
}

#content #category {
	width: 655px;
	margin:0 0 0 auto;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear:both;
}

#content #topic_path {
	padding:0px;
	margin:15px 0 0px 0;
	font-size: 0.9em;
}

/* top_information */
#content #information {
margin:0 0 10px 0;
}

/*dl.info*/

dl.info {
	line-height: 1.;
	border-bottom: 1px solid #DFDFDF;
	margin: 6px 0;
	padding: 0 0 6px 0;
}

dl.info dt {
	background-image:url(image/mark_yazirusi.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 18px;
	display: inline;
	margin: 0 10px 0 5px;
}

dl.info dd {
	display: inline;
	margin: 0;
}



/* top_content01 */
#content #top_content01 {

}


/* top_content02 */
#content #top_content02 {
margin:0 0 15px 0;
clear:both;
}

#content #top_content02 ul {
padding:0px;
margin:0px;
display:block;
}

#content #top_content02 li {
width:120px;
padding:0px;
margin:8px 2px 0 3px;
display:block;
}

#content #top_content02 img {
margin:0 auto 8px auto;
display:block;
}

#content #category #top_content01 h3 {
	height:22px;
	font-size:1em;
	font-weight:bold;
	color:#444444;
	background-image:url(image/midashi_h3.jpg);
	background-repeat:repeat-x;
	text-indent:16px;
	padding:9px 0 0 0;
	margin:0 0 5px 0px;
}


/* category module */
#content .entry {
/* background-image:url(image/cut_512px.gif); */　/*　エントリー毎の区切り線　*/
background-position:bottom;
	background-repeat:no-repeat;
	padding:0 0 15px 0;
	margin:0 0 13px 5px;
}

#content #category h2 {
	height:36px;
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
	background-image:url(image/midashi_h2.jpg);
	background-repeat:repeat-x;
	text-indent:15px;
	padding:21px 0 0 0;
	margin:10px 0px 10px 0px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-position: left center;
	clear: both;
}

#content #category h3 {
	height:22px;
	font-size:1em;
	font-weight:bold;
	color:#444444;
	background-image:url(image/cat_h3.gif);
	background-repeat:no-repeat;
	text-indent:20px;
	padding:2px 0 0 0;
	margin:0 0 5px 0px;
}

#content #category h4 {
height: 20px;
font-size:1.0em;
font-weight:bold;
color:#444444;
background-image:url(image/midashi_h4.gif);
background-repeat:no-repeat;
background-position:left center;
text-indent:25px;
padding:7px 0 0 0;
margin:0 0 5px 0px;
}

/*---------------------------------
   each content　各カテゴリーの個別設定
---------------------------------*/
#category_faq #content #category h3 {
	height:22px;
	font-size:1em;
	font-weight:bold;
	color:#003300;
	text-indent:18px;
	padding:2px 0 0 0;
	margin:0 0 10px 0px;
	background-image: url(image/checkbox_g.gif);
	background-repeat: no-repeat;
}

/* category Works */
/*#category_works #content {
}

#category_works #content h3 {
display:none;
}

#category_works #content img {
margin:0 10px 15px 0;
float:left;
}

#category_works #content p {
margin:0.1em 0 1em 0;
font-size:90%;
}

#category_works #content div {
clear:both;
}

#category_works #content .entry {
background-image:url(image/cut_512px.gif);
background-position:bottom;
background-repeat:no-repeat;
padding:0 0 4px 0;
}
*/

/* category Staffsyoukai 短いエントリーの羅列時にタイトル<h3>を表示しない */
/*
#category_staff #content {
}

#category_staff #content h3 {
display:none;
}

#category_staff #content img {
margin:0 10px 20px 0;
float:left;
}

#category_staff #content p {
margin:3px 0 0 0;
font-size:90%;
}

#category_staff #content div {
height:115px;
clear:both;
}
*/

/* category contact　特定の部分を表示させない */
/*
#category_contact #side_bar_a #m_bg {
display:none;
}
*/

/*---------------------------------
   side_bar_b
---------------------------------*/

/*#side_bar_b {
width: 244px;
float: right;
padding:0px;
margin:0 0px 0 0px;
}

#side_bar_b h2 {
padding:0px;
margin:0px 0px 10px 3px;
}

#side_bar_b p {
padding:0px;
margin:0 20px 10px 17px;
}
*/

/*---------------------------------
   footer
---------------------------------*/
#footer {
	border-top:#CCCCCC solid 1px;
	margin:0px auto 0px auto;
	clear:both;
	background-image: url(image/footer_back.gif);
	background-repeat: repeat-x;
	height: 72px;
}
#footer_in {
	margin:5px auto auto auto;
	width: 900px;
	color:#333333;
	text-align: left;
	padding: 5px;
}


#footer p {
	font-size:80%;
	margin:10px 0 0 10px;
}

#footer ul {
}

#footer li {
list-style-type:none;
background-image: url(image/mark_yazirusi.gif);
background-repeat:no-repeat;
background-position:left center;
padding: 0px;
margin:10px 15px 0 0; 
text-indent :20px;
float:right;
clear:both;
}

/*---------------------------------
   side_form
---------------------------------*/
#side_bar_a input {
width:145px;
}

#side_bar_a textarea {
width:145px;
}

/*---------------------------------
   tool
---------------------------------*/
#tool {
text-align:center;
}

#tool table {
text-align:left;
margin:5px auto 5px auto;
padding:0px;
}



/*---------------------------------
   decoration
---------------------------------*/
.text_red {
color:#CC0000;
}

.text_blue {
color:#0033CC;
}

.text_left {
text-align:left;
}

.text_right {
text-align:right;
font-size:0.8em;
}

.text_center {
text-align:center;
}


.font_10px {
font-size:10.5px;
}

.box_center {
margin:0 auto 0 auto;
}

.text_ans {
	color:#FFFFFF;
	background-color: #336600;
	border-bottom-color: #666666;
	padding: 2px;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
}
/*--------------------------------------
	Table Module		
---------------------------------------*/

table {
	background-color: #dddddd;
	margin: 0.5em 0;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #8D928D;
}

caption {
	display: none;
}

td,th {
	color: #333333;
	padding : 0.2em 0.5em;
	border-width:0 1px 1px 0;
	border-style: solid;
	border-color: #8D928D;
}

th {
	font-weight: normal;
	color: #444444;
	background-color: #F0F0F0;
}

td {
	color: #444444;
	background-color: white;
}

/* table in table */
td table,{
	background-color: #FFFFFF;
	margin: 0;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #FFFFFF;
}


td td,td th {
	color: #333333;
	padding : 0px 0.5em 0.2em 0px ;
	border-width:0 1px 1px 0;
	border-style: solid;
	border-color: #FFFFFF;
}

td th {
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
}

td td {
	color: #333333;
	background-color: white;
}

/* table other */
#other table {
	background-color: #FFFFFF;
	margin: 0.5em 0;
	border-width: 0 0 0 0;
	border-style: dotted;
	border-color: #8D928D;
}

#other caption {
	display: none;
}

#other td,#other th {
	color: #333333;
	padding : 0.4em 0.5em;
	border-width:0 0 1px 0;
	border-style: dotted;
	border-bottom-color:#CCCCCC ;
}

#other th {
	font-weight: normal;
	color: #444444;
	background-color: #FFFFFF;
}

#other td {
	color: #444444;
	background-color: white;
}

div.gmap {
	float: right;
	width: 368px;
	height: 308px;
}

p.s {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 10pt;
	line-height: 1.2em;
	margin:10px 0px;
}
#content p.ss {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 9pt;
	margin:3em 8px 0.5em 20px;
}

div.naikan_box {
	clear: both;
	width:650px;
}

div.naikan_box_k {
	margin: 6px 0px 6px 8px;
	float: left;	
}
ul {
	margin: 5px 3px 5px 25px;
}

li {
	list-style-type:square;
	padding: 0px;
	margin:5px 0px 0 15px;
	text-indent :15px;
}
