@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  { 
	margin: 0;
	padding: 0;
	border:0px;
	/*vertical-align: baseline;*/
	/*background: transparent;*/
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 175%;
	background-image: url(../../images/bg_slit.png);
	background-repeat: repeat;
}

a{
	color: #36F;
	text-decoration: none;
}
a:hover{
	color: #3399cc;
	text-decoration: underline;
}

.post h3 a{
	color: #333;
	text-decoration: none;
}

/*ページ識別*/
#top,#summary,#living{}
/**/
#wrap-shadow {
	background-image: url(../../images/bg_shadow.png);
	background-repeat: repeat-y;
	width: 814px;
	margin-right: auto;
	margin-left: auto;
}

#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	/*background-image: url(../../images/bg_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
#top #header {
	line-height:100%;
	height: 450px;
	overflow: hidden;
}
#summary #header,#living #header,#exchange #header,#salon #header,#link #header,#news #header,#sitemap #header {
	line-height:100%;
	height: 97px;
	overflow: hidden;
}

/*サイトタイトル*/
h1 {
}
#top h1 img {
	position: relative;
	z-index: 1;
	left: 30px;
	top: -435px;
}
#summary h1 img,#living h1 img,#exchange h1 img,#salon h1 img,#link h1 img,#news h1 img,#sitemap h1 img {
	position: relative;
	z-index: 1;
	left: 30px;
	top: -84px;
}
h1 span {
	display: none;
}

/*ページタイトル*/
h2{
	height: 59px;
	width: 800px;
	margin-bottom: 30px;
	}
	h2 span{
	display: none;
	}
	
/*知る*/
#summary h2.pagetitle{
	background-image: url(../../images/title_page_summary.png);
	background-repeat: no-repeat;
}
/*暮らす*/
#living h2.pagetitle{
	background-image: url(../../images/title_page_living.png);
	background-repeat: no-repeat;
}
/*体験交流*/
#exchange h2.pagetitle{
	background-image: url(../../images/title_page_exchange.png);
	background-repeat: no-repeat;
}
/*サロン*/
#salon h2.pagetitle{
	background-image: url(../../images/title_page_salon.png);
	background-repeat: no-repeat;
}
/*リンク*/
#link h2.pagetitle{
	background-image: url(../../images/title_page_link.png);
	background-repeat: no-repeat;
}
/*お知らせ*/
#news h2.pagetitle{
	background-image: url(../../images/title_page_news.png);
	background-repeat: no-repeat;
}
/*サイトマップ*/
#sitemap h2.pagetitle{
	background-image: url(../../images/title_page_sitemap.png);
	background-repeat: no-repeat;
}
h3 {
}
a.livingbtnbox {
	/*width: 354px;*/
	width: 323px;
	margin-left: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #CCC;
	text-decoration: none;
	display: block;
	color: #333;
}
a:hover.livingbtnbox {
	border: 1px solid #09F;
}
.livingbtnbox h3{
	font-size: 115%;		
}
.livingbtnbox img{
	text-decoration: none;
}
.livingbtnbox p {
	margin-left: 90px;
	color: #333;
	text-decoration: none;
}
/*IE6用ハック*/
a.livingbtnbox {
	_margin-left: 15px;
	_margin-right: 5px;
}
/*カテゴリページ用*/
.excerptbox {
	margin: 30px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #CCC;
}
.excerptbox h3 a{
	color: #333;
	text-decoration: none;
}
.excerptbox h3 a:hover{
	color: #333;
	text-decoration: underline;
}
.excerptbox .thum img{
	margin: 5px 15px 5px 0px;
}
.excerptbox p{
	margin-bottom:0em;
}

/*移住者インタビュー*/
.interviewbox {
	margin: 30px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #CCC;
}
.interviewbox img{
	margin: 5px 15px;
}
.interviewbox .thum img{
	margin: 5px 15px 5px 0px;
}
.interviewbox p{
	margin-bottom:1em;
}
.interviewbox h4{
	text-align: right;
	margin-bottom: 15px;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.interviewbox h5{
	font-size: 16px;
}

/*WordPress記事の写真アライン用*/
img.alignleft{
	display: inline;
	float:left;
}
img.alignright{
	display: inline;
	float:right;
}
img.aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
/*ヘッダー要素*/
#main-ph,#sub-ph {
	z-index: 0;
	position: relative;
	left: 0px;
	top: 0px;
}
#main-navi {
	z-index: 2;
	position: relative;
	top: -66px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	text-align: center;
	width: 656px;
}

#top #main-navi {
	width: 563px;
}

#main-navi ul{
list-style-type:none;
}
#main-navi li{
float:left;
margin-left:1px;
}
#main-navi span {
	text-indent: -9999px;
	display: none;
}
#main-navi .toppage a{
	background-image: url(../../images/navi_00.png);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 93px;
}
#main-navi .shiru a{
	background-image: url(../../images/navi_01.png);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 49px;
}
#main-navi .kurasu a{
	background-image: url(../../images/navi_02.png);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 212px;
}
#main-navi .taiken a{
	background-image: url(../../images/navi_03.png);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 107px;
}
#main-navi .salon a{
	background-image: url(../../images/navi_04.png);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 135px;
}
#main-navi .link a{
	background-image: url(../../images/navi_05.png);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 53px;
}
#main-navi .toppage a:hover,#main-navi .shiru a:hover,#main-navi .kurasu a:hover,#main-navi .taiken a:hover,#main-navi .salon a:hover,#main-navi .link a:hover{
	background-position: 0px -25px;
}
/*本文、記事周り*/
.cont-navi{
	text-align: center;
	background-image: url(../../images/centerslit.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 30px;
	margin-left: 30px;
}
.postcontent{
	margin-top: 15px;
}
.postdate{
	font-size: 90%;
	color: #999;
}
.nav-previous{
	width:350px;
	float: left;
	text-align: right;
}
.nav-next{
	width:350px;
	float: right;
	text-align: left;
}

/*汎用要素*/
.midashi1 {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #F60;
	padding-left: 6px;
	font-size: 130%;
	color: #333;
}
.honbun {
	margin-top: 1em;
	margin-left:14px;
}
.contbox {
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.boxgrayline {
	background-color: #f4f4f4;
	border: 1px solid #CCCCCC;
}

.linkarrow a {
	text-decoration: none;
	color: #333333;
	background-image: url(../../images/arrow_linkpoint_off.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-right: 9px;
	display: block;
	background-position: left center;
	overflow: hidden;
}
.linkarrow a:hover {
	background-image: url(../../images/arrow_linkpoint_on.png);
	text-decoration: underline;
}
.linktotop a {
	text-decoration: none;
	color: #333333;
	background-image: url(../../images/arrow_linkpoint_off.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-right: 9px;
	display: block;
	background-position: left center;
	overflow: hidden;
}
.linktotop a:hover {
	background-image: url(../../images/arrow_linkpoint_on.png);
	text-decoration: underline;
}
.boxbtn{
	margin: 10px 15px 15px 0px;
	padding: 5px;
	border: 1px solid #CCC;
}
.dlhorizontal {
	line-height:1.75em;
	margin-top: 1em;
	margin-left: 14px;
}
.dlhorizontal dt{
	font-weight: bold;
	float:left;
	width:80px;
}
.dlhorizontal dd{
}
.datedisp{
	font-size: 90%;
	color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*汎用要素テーブル*/
.tbl-1{
	border-collapse:collapse;
	border-color:#CCC;
	
}
.tbl-1 tr.odd{
	background-color: #fff;	
}
.tbl-1 tr.even{
	background-color: #f6f6f6;	
}
.tbl-1 td{
	padding: 3px;
}

/*インデックスページ*/
#sub-copy {
	margin-top: 30px;
	margin-bottom: 30px;
}
#main-copy{
	background-image: url(../../images/main_copy.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 24px;
	width: 512px;
}
.boxmidashi-oshirase {
	background-color: #FFFFFF;
	background-image: url(../../images/midashi_oshirase.png);
	height: 35px;
	width: 454px;
	text-indent: -9999px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.boxmidashi-whatsnew {
	background-color: #FFFFFF;
	background-image: url(../../images/midashi_koushin.png);
	height: 35px;
	width: 77px;
	text-indent: -9999px;
	margin-bottom: 15px;
}
.boxmidashi-toiawase {
	background-color: #FFFFFF;
	background-image: url(../../images/midashi_toiawase.png);
	height: 35px;
	width: 198px;
	text-indent: -9999px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.boxmidashi-twitter {
	background-color: #FFFFFF;
	background-image: url(../../images/midashi_twitter.png);
	height: 35px;
	width: 198px;
	text-indent: -9999px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*リンクリスト TOPページのwpタイトル取得部分*/
.linklist dl{
	list-style-type: none;
	margin-top: 12px;
	margin-bottom: 30px;
}
.linklist dt{
	color: #666666;
	margin-top:0.5em;
}
.linklist dd{
	margin-left:0.7em;
}

.linklist dd a {
	text-decoration: none;
	color: #333333;
	background: url(../../images/arrow_linkpoint_off.png) no-repeat 0px 0.3em;
	padding-left: 18px;
	display: block;
	overflow: hidden;
}
.linklist dd a:hover {
	background-image: url(../../images/arrow_linkpoint_on.png);
	text-decoration: underline;
}


/*リンクリスト*/
.linklist ul{
	list-style-type: none;
	margin-top: 12px;
	margin-bottom: 30px;
}
.linklist .linklisttitle {
	font-weight: bold;
	margin-bottom: 0px;
}
.linklist li{
	margin-bottom: 0.6em;
	line-height: 100%;
}
.linklist li a {
	text-decoration: none;
	color: #333333;
	background-image: url(../../images/arrow_linkpoint_off.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	display: block;
	background-position: left top;
	overflow: hidden;
}
.linklist li a:hover {
	background-image: url(../../images/arrow_linkpoint_on.png);
	text-decoration: underline;
}
.linklist li .date{
	color: #666666;
	margin-right: 1em;
}
.linklist li .subject{
	display: block;
	width: 434px;
	line-height: 160%;
	margin-top: 2px;
}
/*更新情報リスト*/
.whatsnewlist ul{
	list-style-type: none;
	margin-top: 12px;
	margin-bottom: 30px;
}
.whatsnewlist .linklisttitle {
	font-weight: bold;
	margin-bottom: 0px;
}
.whatsnewlist li{
	margin-bottom: 0.1em;
}
.whatsnewlist li .date{
	color: #666666;
	margin-right: 1em;
	font-size: 0.8em;
}
.whatsnewlist li a {
	text-decoration: none;
	color: #333333;
	background-image: url(../../images/arrow_linkpoint_off.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	display: block;
	background-position: left center;
	overflow: hidden;
}
.whatsnewlist li a:hover {
	background-image: url(../../images/arrow_linkpoint_on.png);
	text-decoration: underline;
}
.contact-male a {
	background-image: url(../../images/mail_off.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 38px;
	display: block;
	text-decoration: none;
	color: #333333;
}
.contact-male a:hover{
	background-image: url(../../images/mail_on.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	text-decoration: underline;
}
/*サイトマップ等のリスト*/
dl.explaim-linklist{
	margin-top: 30px;
	margin-bottom: 30px;
}
dl.explaim-linklist dt{
	font-weight:bold;
}
dl.explaim-linklist dt a{
	text-decoration: none;
	color: #333333;
	background-image: url(../../images/arrow_linkpoint_off.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	display: block;
	background-position: left center;
	overflow: hidden;
}
dl.explaim-linklist dt a:hover{
	background-image: url(../../images/arrow_linkpoint_on.png);
	text-decoration: underline;
}
dl.explaim-linklist dd{
	margin-left: 18px;
	margin-bottom: 15px;
}
/*フッター*/
#footer {
	margin-top: 15px;
	clear: both;
}
#footer #navi-footer {
	text-align: right;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 100%;
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #FFcc00;
}
#footer #navi-footer a{
	text-decoration: none;
	color: #666666;
}
#footer #navi-footer a:hover{
	text-decoration: underline;
}
#footer #copyrights {
	font-size: 12px;
	text-align: right;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
	color: #FFFFFF;
	background-color: #FF9E03;
}

