@charset 'UTF-8';
@import url(navi.css);

/*---------------------------------------------------------------------------
	body
---------------------------------------------------------------------------*/
/* CSS */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color : #ffffff;
	background: url(../img/parts/body_bg.jpg) 0 115px repeat-x;
	color: #666666;
	font-size: 0.9em;
}

#wrapper {
	width: 950px;
	margin: auto;
	text-align: left;
	padding: 0px;
	border: 0px;
}



img {
	border : none;
}
a:link {
	text-decoration: none;
	color: #C1A265;
}

a:visited {
	color: #766138;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #766138;
}




/* -----------------------------------------------------------------------------
>> Header
----------------------------------------------------------------------------- */

#header {
	height: 125px;
	line-height:1;
}


h1  {
	margin : 18px 0 0px 0;
	float: left;
}



/*---------------------------------------------------------------------------
	Main Visual
---------------------------------------------------------------------------*/
#mainvis {
	width: 640px;
}





/*---------------------------------------------------------------------------
	Content Layout
---------------------------------------------------------------------------*/
#content {
	clear: both;
	width: 950px;
	margin-top: 50px;
	zoom : 100%;
}
#content:after {
	content: "."; 
	display: block; 
	clear: both;
	height: 0;
	visibility: hidden;
}



#contentLeft {
	width: 300px;
	float: left;
}


#contentRight {
	width: 640px;
	float: right;
}





/* -------------------------------------------------------------------
	Footer
------------------------------------------------------------------- */

#footer {
	clear : both;
	width : 950px;
	margin: 15px 0;
	background : url(../img/parts/footerin_bg.gif) repeat-x;
	color: #DDDDDD;
	zoom : 100%;
}
#footer:after {
	content: "."; 
	display: block; 
	clear: both;
	height: 0;
	visibility: hidden;
}



/*----------- Footer Copyright -----------*/
#footer-copy {
	float: right;
	font-size: 11px;
	text-align: right;
	color: #666666;
	padding-top: 2px;
}



/*---------------------------------------------------------------------------
	misc
---------------------------------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom : 100%;
}


p{
	margin-bottom: 1em;
	line-height: 1.6;
	font-size: 0.9em;
}
p.txt08 {
	font-size: 0.8em;
	line-height:1.8;
}

h3 {
	color: #FF6600;
	font-size: 1em;
	font-weight: bold;
	background:transparent url(../img/parts/h3_bg01.jpg) left bottom repeat-x scroll;
	text-indent: 10px;
	clear: both;
}


h3.reg {
	line-height: 1;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	margin: 16px 0 20px 0;
	padding-bottom: 7px;
	background: url(../img/parts/h3_bg.gif) no-repeat left bottom;
}

h4 {
	margin-top: 20px;
	padding-left: 40px;
	background:transparent url(../img/parts/h4_bg01.gif) 20px center no-repeat scroll;
}

.left {
	float: left;
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}

.date {
	margin-left: 6px;
	font-size: 12px;
	color: #7DA5C8;
	font-weight: normal;
}


/*--- Go to PageTop ---*/
.gotop {
	clear:both;
	float:right;
	margin-right:4px;
	margin-bottom: 30px;
}
.gotop a {
	background:transparent url(../img/btn/btn_gotop.jpg) no-repeat scroll right top;
	display:block;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	width:126px;
}
.gotop a:hover {
	background:transparent url(../img/btn/btn_gotop.jpg) no-repeat scroll right -12px;
}




/* ================================================================ *
	
	Block Parts
	
 * ================================================================ */
 
.blk01 {
 	clear: both;
	zoom: 100%;
 }
.blkl01:after {
	content: "."; 
	display: block; 
	clear: both;
	height: 0;
	visibility: hidden;
}

/*----------- Left contact Bnr  -----------*/
.btn-contactL {
	margin-top: 140px;
	margin-bottom: 20px;
}


/*----------- Content Item -----------*/
.cont-item {
	margin-left: 35px;
	width: 630px;
}
.cont-item h3 {
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #333333;
	text-indent: 50px;
}
.h3sub {
	font-size: 0.7em;
	padding-left: 10px;
}


.cont-item p {
	font-size: 0.8em;
	line-height: 1.5;
	margin-left: 20px;
}
.cont-item blockquote {
	border: 1px solid #C8C8C8;
	margin: 20px 0 10px 20px;
	padding: 10px 15px;
}
.cont-item blockquote p {
	padding-top: 8px;
}

/*----------- Content Item Photo -----------*/
.photo {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #C8C8C8;
	float:right;
	margin:0 0 5px 15px;
	padding:5px;
}
img {
	border:medium none;
}

/*----------- Left ADD Box -----------*/
.addbox {
	color:#666666;
	font-size: 12px;
	line-height:1.2;
	margin-top:80px;
	padding:0 0 0px 0px;
	width: 260px;
}
.addbox em {
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.addbox span a {
	background:transparent url(../img/btn/btn_inq01.jpg) no-repeat scroll 0 0;
	display:block;
	height:28px;
	width:143px;
	overflow:hidden;
	text-indent: -9999px;
}
.addbox span a:hover {
	background-position: 0px -28px;
}


/*--- テーブルスタイル01 ---*/ 

 .table300 {
 	width: 100%;
	border-collapse: collapse;
	font-size: 0.9em;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 20px;
 }
 .table300 th {
 	background-color: #CAAF7B;
	color: #000000;
	text-align: center;
	font-weight: normal;
	padding: 3px;
 }
 .table300 td {
	padding: 3px;
	text-align: left;
	color: #666666;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1.6;
 }
 .table300 tr.pref {
 	border-bottom: 1px solid #AAAAAA;
	background-color: #EFEFEF;
}
 
 
/*--- テーブルスタイル02 ---*/ 

 .table200-1 {
 	width: 320px;
	border-collapse: collapse;
	border-bottom: 1px solid #CCCCCC;
	margin: 20px 0 40px;
	line-height: 1.8;
 }
 .table200-1 th {
 	background-color: #CAAF7B;
	color: #000000;
	text-align: center;
	font-weight: normal;
	padding: 3px;
	font-size: 0.8em;
 }
 .table200-1 td {
	padding: 3px;
	text-align: left;
	color: #666666;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	font-size: 0.8em;
 }
  .table200-1 td.td200 {
  	width: 200px;
}
  .table200-1 td.td120 {
  	width: 120px;
	white-space: nowrap;
}
 .table200-1 tr.pref {
 	border-bottom: 1px solid #AAAAAA;
	background-color: #EFEFEF;
}
 
/*--- お申し込みフォームへ ---*/ 

.trialform-btn a {
	background:transparent url(../img/btn/btn_inq03.jpg) no-repeat scroll 0 0;
	display:block;
	height:28px;
	width: 243px;
	overflow:hidden;
	text-indent: -9999px;
	margin-left: 30px;
}
.trialform-btn a:hover {
	background-position: 0px -28px;
}

 
/*---------------------------------------------------------------------------
	FONT
---------------------------------------------------------------------------*/
.font-att {
	font-size: 1em;
	color: #FF0000;
}
/*--- Attention 1  ---*/
.attention1 {
	font-size: 0.7em;
	color: #FF0000;
	padding: 1em 1em 2em 1em;
	line-height: 1.2;
}
/*--- Attention 2 ---*/
.attention2 {
	color: #FF0000;
	padding: 0em 0em 0em 0em;
	line-height: 1.2;
}



/*---------------------------------------------------------------------------
	Page Navi
---------------------------------------------------------------------------*/


/*----------- リスト表示 -----------*/

#list-layout {
	text-align: center;
}

/*------------------------------------------------------------
	表示件数とページ数の設定
------------------------------------------------------------*/
.num-item {
	font-size : 1em;
}



.num-item ul {
	margin : 2em 0 0px;
	font-size : 0.9em;
}
.num-item li {
	float : left;
	margin : 0 0 30px 10px;
	list-style : none;
}
.num-item a{
	text-decoration : underline;
	color : #86c34a;
}
.now {
	background : #86c34a;
}
.num-item .now a{
	color : #ffffff;
	padding : 5px;
}



/*--- ページ送り ---*/
div.pagination {
	clear:both;
	margin-top: 30px;
}
div.quotes {
	margin:3px 0 30px 0;
	padding:3px;
	text-align:center;
	font-size: 0.8em;
}
div.quotes a {
	background-color: #F7F7F6;
	border:1px solid #D7D7D7;
	color:#AAAAAA;
	margin-right:3px;
	padding: 0px 5px;
	text-decoration:none;
}
div.quotes a:hover, div.quotes a:active {
	border:1px solid #A0A0A0;
	margin-right:3px;
	padding: 0px 5px;
	text-decoration:none;
}
div.quotes span.current {
	background-color: #CAAF7B;
	border:1px solid #CAAF7B;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:3px;
	padding: 0px 5px;
}
div.quotes span.disabled {
	border:1px solid #F3F3F3;
	color:#CCCCCC;
	margin-right:3px;
	padding: 0px 5px;
}



/* ================================================================ *
	
	更新ページ
	
 * ================================================================ */

h3.news {
	font-size: 1.4em;
	font-weight: 400;
	color: #000000;
	margin: 12px 0 20px;
	background: url(../img/parts/h3_bg.gif) no-repeat left bottom;
	text-indent: 0;
}


.right-block {
	clear:both;
	float:right;
	margin:0 0 5px 15px;
	width:225px;
}



