@charset "UTF-8";


/* -------------------------------------------------------------------
 基本設定
------------------------------------------------------------------- */

/* 基本フォント -------------------- */

body {
	color: #333333;
	font-family: "メイリオ", Osaka, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.7em;
}

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

address,em {
	font-style: normal;
}

* html body {
	font-size: 85%;
}
*:first-child + html body {
	font-size: 85%;
}


/* 基本タグ -------------------- */

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background: url(../img/bg_body.png) repeat-x top;
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
}


/* 基本テキストリンク -------------------- */

a {
	text-decoration: underline;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #333333;
}


/* -------------------------------------------------------------------
 float解除
------------------------------------------------------------------- */

br.clr /* テスト用 */ {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* -------------------------------------------------------------------
 レイアウト枠
------------------------------------------------------------------- */

div#wrap {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

div#ct-area {
	width: 858px;
	padding: 0px 22px 40px 20px;
	background: url(../img/bg_contents.png) repeat-y;
}

div#ct-left {
	width: 640px;
	float: left;
}

div#ct-right {
	width: 200px;
	float: right;
}


/* -------------------------------------------------------------------
 ヘッダー
------------------------------------------------------------------- */

div#hd {
	background: url(../img/head.png) no-repeat;
}

div#hd .logo{
	width: 900px;
	height: 170px;
}

div#hd .logo a{
	display: block;
	width: 900px;
	height: 170px;
	text-indent: -9999px;
}


/* -------------------------------------------------------------------
 コンテンツ
------------------------------------------------------------------- */

div#ct-left .title{
	padding: 10px 0px 5px 5px;
	background: url(../img/bg_title.png) repeat-x bottom #FFFFFF;
	font-size: 130%;
	font-weight: bold;
}

div#ct-left .title02{
	margin-bottom: 20px;
	padding: 0px 3px;
	background: #EDA7DE;
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
}

div#ct-left .location{
	margin-bottom: 10px;
	padding: 0px 3px;
	background: #EFEFEF;
}

div#ct-left .entry-box{
	width: 640px;
	margin: 10px 0px 55px 0px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

div#ct-left .entry-box p{
	margin-bottom: 8px;
}

div#ct-left p.page-top{
	padding-top: 5px;
	text-align: right;
}

div#ct-left p.next-link{
	margin-top: 20px;
	text-align: center;
}


/* 問い合わせバナー -------------------- */

div.btn-contact{
	width: 511px;
	height: 115px;
	margin: 35px 0px 0px 65px;
	background: url(../img/btn_contact.png) no-repeat;
	position: relative;
	clear: both;
}

div.btn-contact dl{
	text-indent: -9999px;
}

div.btn-contact p{
	position: absolute;
	top: 14px;
	right: 16px;
}


/* -------------------------------------------------------------------
 右側コンテンツ
------------------------------------------------------------------- */

div#ct-right dl{
	margin-bottom: 30px;
}

div#ct-right dl dt{
	margin-bottom: 5px;
	padding: 0px 3px;
	background: #EDA7DE;
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
}

div#ct-right dl dt.sesond{
	margin-top: 20px;
}

div#ct-right dl dd ul li{
	margin-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
}

div#ct-right dl dd p{
	margin-top: 10px;
	line-height: 120%;
}

div#ct-right p.bn{
	margin-bottom: 10px;
}


/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */

div#ft {
	width: 860px;
	height: 62px;
	padding: 0px 20px 0px 20px;
	clear: both;
	background: url(../img/bg_ft.png) no-repeat;
	color: #FFFFFF;
}

div#ft P{
	padding: 23px 0px 0px 0px;
	font-size: 90%;
	text-align: right;
}



