@charset "euc-jp";

/*
============== default.css=================

format
basiclayout
font
link
hack

font-size Adjustment
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=========================================
*/


/* =format
---------------------------------------- */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,
th,td {    
	margin:0;   
	padding:0;   
} 

body {
	font-size: 12px;
}

html[xmlns*=""] body:last-child {
	font-size: 12px;
}

/* legacy IE */
* html body {
	font-size: 80%;
}

/* IE7 */
*:first-child + html body {
	font-size: 80%;
}


* {
	font-size:100%;
}

table {  
	border-collapse:collapse;   
	border-spacing:0;   
} 

fieldset,img {    
	border:0;   
} 

address,caption,cite,code,dfn,em,strong,th,var {  
	font-style:normal;   
	font-weight:normal;   
} 

ol,ul {  
	list-style:none;   
} 

caption,th {  
	text-align:left;   
} 

h1,h2,h3,h4,h5,h6,p,ul,li {  
	font-size:100%;   
	font-weight:normal;  
	color:#505050; 
} 

q:before,q:after {  
	content:'';   
} 

abbr,acronym { 
	border:0;   
}  

hr {
	display:none;
}

img {
	vertical-align:bottom;
	border:none;
}

/* =flg
---------------------------------------- */

/* =form
---------------------------------------- */
.submit {
	text-align:center;
}

/* =effect
---------------------------------------- */
.none {
	display:none;
}

.fclr {
	clear:both;
}

.textStrong {
	font-weight:bold;
}

.textBorderLine {
	text-decoration:underline;
}

.textAttention  {
	color:#990000;
	font-weight:bold;
}

.mT_10 {
	margin-top:-10px;
}

.mT10 {
	margin-top:10px;
}

.mT15 {
	margin-top:15px;
}

.mT20 {
	margin-top:20px;
}

.mR10 {
	margin-right:10px
}

.mR20 {
	margin-right:20px
}

.mR30 {
	margin-right:30px
}

.mT30 {
	margin-top:30px;
}

.mB10 {
	margin-bottom:10px;
}

.mB20 {
	margin-bottom:20px;
}

.mB30 {
	margin-bottom:30px;
}

/* =hack
---------------------------------------- */
div {
    zoom:1;/*for IE 5.5-7*/
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*
============== font.css =================

=========================================
*/

/* =font
---------------------------------------- */
p,li,dt,dd,th,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size:12px;*/
	color:#454545;
	line-height:200%;
}

*html p,li,dt,dd {
/*	font-size:77%;*/
	color:#454545;
	line-height:200%;
}

*+html p,li,dt,dd {
/*	font-size:77%;*/
	color:#454545;
	line-height:200%;
}

/* =flg
---------------------------------------- */
ul.pageTop {
	clear:both;
	text-align:right;
	margin:10px 10px 0 0;
	padding-left:15px;
}

/* =link
---------------------------------------- */
a:link,
a:visited,
a:active {
	color:#0072FF;
	text-decoration:underline;
}

a:hover {
	color:#0072FF;
	text-decoration:underline;
}

/*
============ layout.css =================

=========================================
*/


/*
=========================================

basiclayout

=========================================
*/


/* =basiclayout
---------------------------------------- */
body {
	text-align: center;
	background:url(images/bgi_body.gif);
}

div#wrap {
	width:808px;
	margin:26px auto 0px auto;
	text-align: left;
}

div#headerArea {
	position:relative;
}

div#screen {
	clear:both;
	padding:50px 14px 14px 10px;
}

div#subArea {
	float:left;
	margin-top:3px;
	width:198px;
}

div#mainArea {
	float:right;
	margin-top:3px;
	width:606px;
	background:url(images/bgr_mainarea_m.gif) repeat-y left top;
}

div#footerArea {
	clear:both;
	text-align:right;
}

/* =top
---------------------------------------- */

/* =bgr
---------------------------------------- */
div.headerAreaTop {
	background:url(images/bgr_header_t.gif) no-repeat left top;
}

div.headerAreaMiddle {
	background:url(images/bgr_header_m.gif) repeat-y left top;
}

div.headerAreaBottom {
	background:url(images/bgr_header_b.gif) no-repeat left bottom;
}

div.mainAreaTop {
	background:url(images/bgr_mainarea_t.gif) no-repeat left top;
}

div.mainAreaBottom {
	background:url(images/bgr_mainarea_b.gif) no-repeat left bottom;
}

div.subAreaTop {
	background:url(images/bgr_subarea_t.gif) no-repeat left top;
}

div.subAreaMiddle {
	background:url(images/bgr_subarea_m.gif) repeat-y left top;
}

div.subAreaBottom {
	background:url(images/bgr_subarea_b.gif) no-repeat left bottom;
}

div.greenBox {
	float:left;
	width:237px;
	background:url(images/bgr_service_m.gif) repeat-y left top;
}

div.greenBoxTop {
	background:url(images/bgr_service_t.gif) no-repeat left top;
}

div.greenBoxBottom {
	background:url(images/bgr_service_b.gif) no-repeat left bottom;
}

/* headerArea
---------------------------------------- */
div#headerArea h1 {
	position:absolute;
	top:12px;
	left:21px;
}

div#headerArea ul.returnTop { 
	position: absolute;
	width: 120px;
	left: 260px;
	top: 18px;
}

div#fontChange {
	position:absolute;
	top:16px;
	right:251px;
	width:161px;
	height:26px;
	background:url(images/bgi_fontchange.gif) no-repeat left top;
}

div#fontChange ul {
	padding-left:108px;
}

div#fontChange ul li {
	float:left;
	padding-top:3px;
	padding-right:6px;
}

div#fontChange ul li.middleSize a {
	display:block;
	width:20px;
	height:20px;
	background:url(images/btn_font_01_o.gif) no-repeat left top;
}

div#fontChange ul li.largeSize a {
	display:block;
	width:20px;
	height:20px;
	background:url(images/btn_font_02.gif) no-repeat left top;
}

div#headerNavi {
	position:absolute;
	top:16px;
	right:14px;
}

div#headerNavi ul li {
	float:left;
}

div#headerNavi ul li.headerNaviRight img {
	padding-left:10px;
}

/* =mainArea
---------------------------------------- */
div.mainAreaInner {
	padding:17px 10px 17px 17px;
}

div#topContent.mainAreaInner {

}

div.mainAreaInner dt {
	margin-top:10px;
	padding-left:10px;
	font-weight:bold;
	background:url(images/flg_arrow_02.gif) no-repeat left 50%;
}

div.mainAreaInner dt a {
	text-decoration:none;
}

div.mainAreaInner dt a:hover {
	text-decoration:underline;
}

div.mainAreaInner dd a {
	color:#666 !important;
	text-decoration:underline;
}

div#topContent.mainAreaInner h2 {
	display: block;
	margin-bottom: 15px;
}

div#topContent.mainAreaInner dl.article-category {
	width: 570px;
	display: inline-block;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

div#topContent.mainAreaInner dl.article-category:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

div#topContent.mainAreaInner dl.article-category dt {
	margin: 0;
	padding-left:10px;
	font-weight:bold;
	background:url(images/flg_arrow_02.gif) no-repeat left 50%;	
}

div#topContent.mainAreaInner dl.article-category dt img {
	vertical-align: middle;
}

div#topContent.mainAreaInner dl.article-category dd.category {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	background: none;
}

div#topContent.mainAreaInner dl.article-category dt.category a,
div#topContent.mainAreaInner dl.article-category dt.category a:link {
	color: #227800 !important;
}

ul.topDetailList {
	clear: both;
	margin-top:25px;
	width: 580px;
	display: inline-block;
}

ul.topDetailList:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

ul.topDetailList li {
	display: block;
	float: left;
	width: 275px;
	text-align:right;
}

ul.topDetailList li a {
	color:#FF8A00;
}



/* =subArea
---------------------------------------- */
div#subArea ul.globalNavi {
	padding:20px 0 15px 22px;
}

div#subArea ul.globalNavi li {
	padding-bottom:10px;
}

div#subArea ul.globalNavi li.globalNaviEnd {
	margin-top:-10px;
}

*html div#subArea ul.globalNavi li.globalNaviEnd {
	margin-top:0px;
}

body:last-child:not(:root:root) div#subArea ul.globalNavi li.globalNaviEnd {
	margin-top:0px;
}

div#subArea ul.bnrArea {
	padding:14px 0 14px 15px;
}

div#subArea div.subAreaBottomContents {
	padding:18px 0 16px 17px;
}

div#subArea div.subAreaBottomContents dl {
	width:165px;
}

div#subArea div.subAreaBottomContents dd {
	font-weight:bold;
	margin-top:5px;
	padding:0px 0px 0px 10px;
	background:url(images/flg_arrow.gif) no-repeat left 7px;
	border-bottom:1px dotted #ADADAD;
}

div#subArea div.subAreaBottomContents dd.bottomContentsEnd {
	margin-bottom:5px;
	border:none;
}

div#subArea div.subAreaBottomContents dd a {
	color:#0072FF;
}

div#subArea div.subAreaBottomContents ul.rssBnr {
	padding:0 0 12px 30px
}

/* =second
---------------------------------------- */

/* =mainArea
---------------------------------------- */
div.mainAreaInnerSecond {
	padding:17px 10px 17px 17px;
}

div.mainAreaInnerSecond h2 {
	margin-bottom:15px;
}

div.mainAreaInnerSecond h3#firstLine {
	padding:0 0 15px 0;
}

div.mainAreaInnerSecond h3 {
	clear:both;
	padding:25px 0px 15px 0px;
}

div.mainAreaInnerSecond h4,
div.mainAreaInnerSecond p {
	padding:5px 10px;
}

div.mainAreaInnerSecond02 {
	padding:17px 10px 17px 17px;
}

div.mainAreaInnerSecond02 h2 {
	margin-bottom:10px;
}

div.mainAreaInner h2.category-name {
	height: 40px;
	padding: 5px 0 11px 13px !important;
	color: #227800;
	font-size: 20px;
	font-weight: bold;
	background: url(images/ttl_h2_category.gif) no-repeat 0 0;
}

div.mainAreaInner h2.archives-title {
	height: 40px;
	padding: 5px 0 11px 13px !important;
	color: #227800;
	font-size: 20px;
	font-weight: bold;
	background: url(images/ttl_h2_category.gif) no-repeat 0 0;
}


div.mainAreaInnerSecond02 h3#firstLine {
	padding:0 0 10px 0;
}

div.mainAreaInnerSecond02 h3 {
	clear:both;
	padding:5px 0px 10px 0px;
}

div.mainAreaInnerSecond02 h3.secondLine {
	clear:both;
	padding:25px 0px 0px 0px;
}

div.mainAreaInnerSecond02 h4 {
	clear:both;
	padding:25px 0px 10px 0px;
}

/* =mainArea movein
---------------------------------------- */
ul.imgList {
	padding:5px 10px;
}

ul.imgList li {
	padding-bottom:10px;
}

div.arrowArea {
	clear:both;
	padding:10px 0px;
	text-align:center;
}

div.orangeBox {
	float:left;
	margin:10px 0 0 30px;
	width:167px;
	background:url(images/bgi_orangebox.gif) no-repeat left bottom;
	border:1px solid #FFA800;
}

div.orangeBoxLeft {
	float:left;
	width:370px;
}

table.priceTable {
	margin-left:10px;
	width:545px;
}

table.priceTable caption {
	padding:0 0 10px 10px;
	font-weight:bold;
/*	font-size:12px;*/
	color:#454545;
}

*html table.priceTable caption {
	padding:0 0 10px 0px;
}

table.priceTable th {
	padding:5px;
/*	font-size:12px;*/
	text-align:center;
	font-weight:bold;
	color:#454545;
	background-color:#D2F4C3;
	border:1px solid #A7DD91;
}

table.priceTable td {
	padding:5px;
	/*	font-size:12px;*/
	text-align:right;
	border:1px solid #A7DD91;
}

table.priceTable td.green {
	text-align:left;
	background-color:#F1FFEA;
}

table.priceTable td.greenEnd {
	text-align:left;
	background-color:#EAF4FF;
}

table.priceTable tr.endCell {
	background-color:#EAF4FF;
}

table.priceTable tr.endCell td {
	font-weight:bold;
}

/* =mainArea facility
---------------------------------------- */
ul.catchList {
	margin:0px;
	padding-left:5px;
}

ul.catchList li {
	float:left;
}

ul.catchList li.catchRight {
	margin-left:10px;
}

div.facilityPicBox {
	float:right;
	margin-right:30px;
	width:170px;
}

*html div.facilityPicBox {
	margin-right:15px;
}

div.facilityPicBoxLeft {
	float:left;
	width:345px;
}

div.facilityPicBoxP {
	clear:both;
	float:right;
}

table.areaMapTable {
	margin-bottom:20px;
}

table.areaMapTable td {
	padding:10px 0px;
	text-align:center;
	border-bottom:1px dotted #A3A3A3;
}

table.areaMapTable td img {
	padding-bottom:5px;
}

table.areaMapTable td.areaMapLeft {
	padding-right:13px;
}

table.areaMapTable td.areaMapRight {
	padding-left:10px;
	border-left:1px dotted #A3A3A3;
}

div.accessBoxRight {
	float: left;
	width: 251px;
	text-align: center;
}

div.accessBoxLeft {
	float: left;
	margin-right: 5px;
	width: 305px;
}

/* =mainArea news
---------------------------------------- */
div.newsWrap {
	clear:both;
	overflow:auto;
}

div.newsWrap dl.newsList dt {
/*	font-size:14px;*/
	font-weight:bold;
	color:#0072FF;	
}

div.newsWrap dl.newsList dd {
/*	font-size:14px;*/
	font-weight:bold;
	margin-bottom:10px;
}

div.newsWrap dl.article-category {
	width: 570px;
	display: inline-block;
}

div.newsWrap dl.article-category:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

div.newsWrap dl.article-category dd.title {
	font-weight: bold;
}

div.newsWrap img {
	display: block;
	float: left;
	margin-right:10px;
}

div.newsWrap p {
	width: auto;
	float:left;
	margin-bottom: 30px;
}

div.newsWrap div.article-footer {
	margin-bottom: 20px;
}

div.newsWrap div.article-footer,
div.newsWrap div#article-options {
	clear: both;
}

div.newsWrap div#article-options {
	padding: 10px 0;
	border-top: 1px solid #CCCCCC;
}

div.newsWrap div#article-options div#trackback-form li.trackback-form-url input {
	width: 250px;
}

div.newsWrap div#article-options div#trackback-form li.trackback-form-submit {
	display: none;
}

div.newsWrap div#article-options div#comments-list.article-option {
	margin: 20px 0;
	padding: 10px 0;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

div.newsWrap div#article-options div#comments-list.article-option h3,
div.newsWrap div#article-options div#comment-form.article-option h3 {
	font-weight: bold;
}

tr.input-facemark {
	display: none;
}

tr.input-comment-body textarea {
	width: 250px;
	height: 80px;
}

/* =mainArea service
---------------------------------------- */
div.serviceWrap {
	padding:0 5px 0 10px;
}

div.serviceContentsWrap {
	margin-top:15px;
}

ul.serviceThmList {
	float:right;
	padding-right:5px;
}

ul.serviceThmList li {
	float:left;
}

ul.serviceThmList li.serviceThmListRight {
	margin-left:10px;
}

div.greenBox p {
	padding:5px 10px;
}

div.serviceBoxWrap {
	overflow:auto;
	border-bottom:1px dotted #A3A3A3;
}

div.serviceBoxWrapBottom {
	padding:5px 10px 10px 0px;
}

p.BoxTtl {
/*	font-size:14px;*/
	font-weight:bold;
	color:#FF8A17;
}

p.bottomParts {
	padding-bottom:25px;
}

div.serviceBoxLeft {
	float:left;
	width:271px;
	padding:5px 10px 10px 0px;
	border-right:1px dotted #A3A3A3;
}

div.serviceBoxLeft img {
	float:right;
	padding-left:10px;
}

div.serviceBoxRight {
	float:left;
	width:271px;
	padding:5px 0 10px 10px;
}

div.serviceBoxRight img {
	float:right;
	padding-left:10px;
}

ul.bnrList {
	clear:both;
}

ul.bnrList li {
	padding:20px 0px;
}

img.fRight {
	float:right;
	padding-right:22px;
}

/* =subArea
---------------------------------------- */
div#subArea ul.globalNaviChild {
	margin:5px 0 0 10px;
}

div#subArea ul.globalNaviChild li {
	/*	font-size:12px;*/
	margin:0;
	padding:0px 0px 0px 10px;
	background:url(images/flg_arrow_02.gif) no-repeat left 50%;
}

div#subArea ul.globalNavi li ul.globalNaviChild li a {
	color:#0072FF;	
}

/* =footerArea
---------------------------------------- */
div#footerArea address {
	padding-top:10px;
/*	font-size:12px;*/
	color:#666666;
}



/*
livedoor unique tag disable*/
div#ad,
div.adHeader,
dl.article-tags,
li.article-author,
li.article-tool-box,
div.autopagerize_page_element abbr,
div.autopagerize_page_element dl.article-category dt,
div.autopagerize_page_element dl.article-category dd.article-category,
div.autopagerize_page_element li.article-comment-count,
div.autopagerize_page_element li.article-trackback-count,
div.article-footer ul.article-post li {
	display: none;
}


/*
category page preferense */
div.article-header {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #CCCCCC;
}

div.article-footer {
	margin: 0 0 20px 0;
}


/*
plugins */
div.sidetitlebody {
	width: 160px;
	margin: 10px 0;
	padding-top: 5px;
	border-top: 1px dotted #CCCCCC;
}

div.sidetitlebody div.sidetitle {
	font-weight: bold;
	color: #227800;
}

div.side div.sidebody {
	margin: 0 0 5px 0;
	padding:0px 0px 0px 10px;
	background:url(images/flg_arrow_02.gif) no-repeat left 50%;
}


div.pager-inner div.index-navigator-outer ul.index-navigator li,
div.pager-inner div.index-navigator-outer ul.index-navigator li ol.paging-number,
div.pager-inner div.index-navigator-outer ul.index-navigator li ol.paging-number li,
div.pager-inner div.index-navigator-outer ul.index-navigator li.paging-next {
	text-align: right !important;
	display: inline !important;
	margin-right: 10px !important;
}