@charset "utf-8";
/* ===================================================================
CSS information

 file name  :import.css
 author     :hirakawa(admin)
 style info :各cssファイル読み込み用
=================================================================== */

/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
}
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;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background: #FFF;
	color: #333;
	font-size: small;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IE6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* 共通のスタイル指定(ヘッダー、フッター)
----------------------------------------------------------- */
/* ===================================================================
CSS information

 file name  :module.css
 author     :hikasawa(admin)
 style info :共通（ヘッダー、フッター）
=================================================================== */

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}

#header h2 {
	margin: 0 auto;
	padding: 80px 10px 10px;
	float:left;
}

p#inquiry {
	float:right;
	position:relative;
	top:5px;
}

p#tel {
	float:right;
	position:relative;
	top:5px;
	right:1px;
	border-right:1px #ccc solid;
	padding-right:1px;
}

#header dl {
    margin-top: 30px;
	float:right;
}

#header dt {
    margin: 0 0 0 30px;
}

#header dd	 {
}


/* -----------------------------------------------------------
	#siteSearch
		サイト検索
----------------------------------------------------------- */
/* 
#header #siteSearch {
    float: right;
    clear: both;
}
 */

/* #gNav
----------------------------------------------------------- */
ul#gNav{
	margin:0;
	padding:0;
    	clear: both;
	text-align: center;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url(img/bgOFF_black.gif) repeat-x top left;
	border-bottom:4px solid #000;
	border-top:1px solid #041c46;
	}

ul#gNav li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	}

ul#gNav li a{
	display:block;
	float:left;
	color:#a0632c;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url(img/bgDIVIDER_black.gif) no-repeat top right;
	}

ul#gNav li a:hover{
	background:transparent url(img/bgHOVER_black.gif) no-repeat top right;
	}

ul#gNav li a.current,ul#gNav li a.current:hover{
	color:#fff;
	background:transparent url(img/bgON_black.gif) no-repeat top right;
	}

/* #utilityNav
----------------------------------------------------------- */
#utilityNav {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

#utilityNav li {
	display: inline;
}

/* #mainbanner
----------------------------------------------------------- */
#mainbanner {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}


/* all style
----------------------------------------------------------- */
/* ===================================================================
CSS information

 file name  :style.css
 author     :hirakawa (admin)
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
}

a:link {
        color:#666;  
}

a:visited {
        color:#666;  
}

a:hover {
	text-decoration: none;
}

a:active {
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

/* 外部リンクは別窓用の指定 */
.externalIcon {
	padding-left: 5px;
	vertical-align: middle;
}

/* clearfix */
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*----------------------------------------------------
	#navSkip (NavigationSkip)
----------------------------------------------------*/
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	float: left;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: left;
	width: 640px;
/*	background: #EEE; */
/*	border-style: solid; */
/*	border-color: #BCD2E6; */
/*	border-size: 1px; */
/*	border-width: 1px; */
}

.pad8 {
	padding: 8px;
    margin: 0 0 10px 0;
}

#main table,#main ol,#main ul,#main dl,#main blockquote,#main pre,#main p {
	margin-bottom: 1em;
}

p {
	padding: 0 8px 0;
}

#main a {
	margin: 1em;
}

/*----------------------------------------------------
	content3Nav
		一覧
----------------------------------------------------*/
#main h3 {  
    clear:both;  
    padding:10px 15px;  
    font-size: 120%;
    letter-spacing:.2em;  
    background: url(img/orb_gray.png) no-repeat 0 50%;
    border-bottom: 1px solid #666666;
    margin: 0 0 20px 0;
}

#main .content3Nav {  
    position:relative;  
}  
#main .content3Nav a {  
    position:absolute;  
    top:-65px;  
    right:10px;  
    padding:0 5px 0 18px;  
    background:#fff url(img/list_b.gif) no-repeat 5px .5em;  
    color:black;  
}  
#main .content3Nav a:hover {  
    text-decoration:none;  
}  

/*----------------------------------------------------
	blog
		カテゴリーアーカイブ・エントリーアーカイブ
----------------------------------------------------*/
#blog {
    width: 600px;
    overflow: hidden;
    font-size: 12px;
    line-height: 140%;
    text-align: left;
}

#categorytitle h2 {
    clear :both;
    font-size: 20px;
    color: #041c46;
    padding: 7px 0 7px 5px;
    margin: 0 0 10px 0;
}

#entry h2{
    font-size: 16px;
    color: #041c46;
    border-left: solid 10px #041c46;
    padding: 5px;
    margin: 5px 0 10px 0;
}

#categorydata ul {

}

/*----------------------------------------------------
	daihyo
		asano挨拶
----------------------------------------------------*/
#main #daihyo {  
	background:transparent url(img/daihyo.gif) no-repeat bottom right;
}  

/*----------------------------------------------------
	daihyo_r
		tatsumi挨拶
----------------------------------------------------*/
#main #daihyo_r {  
	background:transparent url(img/img_rlcstuff01.jpg) no-repeat bottom right;
}  

/*----------------------------------------------------
	#duihua
		対談
----------------------------------------------------*/
#main .duihua a {
    float: left;
    display: block;
    width: 600px;
    height: 100px;
    border: 0;
    background-position : center center ;
    margin: 0 0 10px 0;
    text-decoration:none;
    padding: 0;
}  

/*----------------------------------------------------
	#menulogo
		体験記
----------------------------------------------------*/
#main .menulogo a {  
    display: block;
    width: 600px;
    height: 100px;
    border: 0;
    background:#fff url(img/challenge_a.jpg) no-repeat;
    background-position : center center ;
    margin: 0 0 10px 0;
    text-decoration:none;
}  
#main .menulogo span {
    visibility: hidden;
}
#main .menulogo a:hover {  
    background:#fff url(img/challenge_b.jpg) no-repeat;  
    background-position : center center ;
}  

/*----------------------------------------------------
	#ss
		観光案内
----------------------------------------------------*/
#main .ss a {
    float: left;
    display: block;
    width: 300px;
    height: 100px;
    border: 0;
    background-position : center center ;
    margin: 0 0 10px 0;
    text-decoration:none;
}  

/*----------------------------------------------------
	#qa
		中国Q&A
----------------------------------------------------*/
#main .qa a {
    float: left;
    display: block;
    width: 600px;
    height: 50px;
    border: 0;
    background-position : center center ;
    margin: 0 0 10px 0;
    text-decoration:none;
    padding: 0;
}  

/*----------------------------------------------------
	blockquote
		引用
----------------------------------------------------*/
   /* エラー用 */  
    div.alert {  
        background-color:#FFEFEF;  
        margin:0 1em 1em 1em; 
        padding:10px;  
        color:#C25338;  
        border:1px solid #D4440D;  
        line-height:1.5;  
        clear:both;  
        background-repeat:no-repeat;  
        background-position:5px 5px;  
    }  
    div.alert span {  
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/cancel_48.png', sizingMethod='scale');  
        width:48px; height:48px;  
        position:relative;  
        top:-5px; left:-5px;  
        display:block;  
        text-indent:-9999px;  
        float:left;  
    }  
    html>body div.alert { background-image:url("img/cancel_48.png"); }  
    html>body div.alert span { visibility:hidden; }  
    /* OK用 */  
    div.accepted {  
        background-color:#e2ffaa;  
        border-color:#76CC0B;  
        color:#3A9805;  
    }  
    div.accepted span {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/accepted_48.png', sizingMethod='scale'); }  
    html>body div.accepted { background-image:url("img/accepted_48.png"); }  
    html>body div.accepted span { visibility:hidden; }  
    /* 警告用 */  
    div.warning {  
        background-color:#ffff80;  
        border-color:#E5A500;  
        color:#CC7600;  
    }  
    div.warning span {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/warning_48.png', sizingMethod='scale'); }  
    html>body div.warning { background-image:url("img/warning_48.png"); }  
    html>body div.warning span { visibility:hidden; }  
  
    /* original */  
.quo {
        margin:1em; 
        padding:10px 10px 10px 60px;  
        border-width:2px;  
        border-style:dotted;  
        border-color:#041c46;  
        color:#666;  
        background:#eee url("img/dora.jpg") no-repeat 5px bottom;  
        line-height:1.5;  
    }  

   /* misc style */  
.clear_b{
	clear:both;
}

/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
img {
	border: none;
	}
	

#sub {
	float: right;
	width: 200px;
}

#subbox1 {
	background: #EEF;
	border-style: solid;
	border-color: #041c46;
	border-size: 1px;
	border-width: 1px;
}

#subbox1 h4 {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#subbox1 h4 a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#subbox1 h4 a:link, #subbox1 h4 a:visited {
	color: #eee;
	display: block;
	background:  url(img/menu.gif);
	padding: 8px 0 0 10px;
	}
	
#subbox1 h4 a:hover {
	color: #fff;
	background:  url(img/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}

#subbox1 h5 {
	margin: 0;
	padding: 8px 5px 8px 30px;
	background: url(img/button.png) no-repeat 10px .8em;
	border-bottom: 1px dotted #DAD7D4;	
	}

#subbox1 h5 a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	}	
	
#subbox1 h5 a:link, #subbox1 h5 a:visited {
	color: #111;
	}
	
#subbox1 h5 a:hover {
	color: #333;
	}

.subwidget {
    margin-top: 10px;
    padding:5px; 
}

.widget-content {
}

.bm {
    width:200px; 
    float:left;
    height:60px; 
    padding:5px; 
    background-color:#ffffff; 
    border:0px solid #333333;
    }

#gadget {
    width:200px; 
    height:380px; 
    float:left;
    padding:5px; 
    background-color:#ffffff; 
    border:0px solid #333333;
    }

.osusume {
 width: 580px;
 border: solid 2px #CDCDCD;
 font-size: 12px;
 line-height: 140%;
 margin: 10px 0 10px 0;
 padding: 10px;
}
.osusume img {
 float: left;
 padding-right: 10px;
}
.osusume p{
 font-size: 14px;
 color: #808080;
 margin: 0;
}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
    clear: both;
	width: 860px;
	margin: 0 auto;
	text-align: center;
}

#footer ul {
}

#footer ul li {
	font-size:8px;
	display: inline;
}

#footer .elcsite ul li {
	font-size:10.5px;
	display: inline;
}

#footer ul li.firstChild,
#footer ul li:first-child {
}

#footer address {
    font-style: normal;
	text-align: center;
}



/* print style - 印刷用スタイル
----------------------------------------------------------- */
/* ===================================================================
CSS information

 file name  :print.css
 author     :hirakawa (admin)
 style info :印刷用
=================================================================== */
@media print {

/*
#sub {
	display: none;
}
*/



}

/* thickbox
----------------------------------------------------------- */
/* ===================================================================
CSS information

 file name  :thickbox.css
 author     :hirakawa (admin)
 style info :
=================================================================== */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*ワシントンイン 20081128 by hana
---------------------------------------------*/
.washingtoninn {
        margin:1em; 
        padding:10px 10px;  
        border-width:2px;  
        border-color:#041c46;  
        color:#666;  
        background:#eee;  
        line-height:1.5;  
        font-size: 12px;
    }  

