@charset "UTF-8";
/************************************************
*Reset*
************************************************/
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, blockquote, cite, q, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
/************************************************
*clearfix*
************************************************/
div:after, .clearfix:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
/* exlude IE6 \*/
* html .clearfix {
	height: 1%
}
.clearfix {
	display:block;
}
/* end IE6 */

/************************************************
*全体の設定*
************************************************/
/* 画像 */
img {
	vertical-align: top;
	border-style: none;
}
/* 強調 */
strong {
	color: #ff6600;
	background-color: transparent;
}
/* 強調 */
em {
	font-style: normal;
	font-weight:bold;
	color: #333333;
	background-color: transparent;
}
/* 非表示 */
.none {
	display: none;
}
/* 区切り */
hr {
	clear: both;
	display: none;
}
/* リンク枠 */
a {
	outline:none;
}
/************************************************
*レイアウト*
************************************************/
body {
	text-align: center;
	padding: 0;
	margin: 0;
}
div#header {
	text-align: center;
	min-width: 980px;
}
div.wrap {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	min-width: 980px;
}
div#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
div#main {
	width: 620px;
	float: left;
}
div#sub {
	width: 300px;
	float: right;
}
div#footer {
	text-align: center;
	min-width: 980px;
}
/************************************************
*body*
************************************************/
body {
	font-family: Helvetica, Verdana, sans-serif;
	border-top: solid 1px #009933;
	color: #333333;
	line-height: 1.5;
}
/************************************************
*header*
************************************************/
/* ヘッダー */
div#header {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	color: #333333;
	clear: both;
}
div#header div.inner {
	border-bottom: solid 1px #009933;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	_width: 966px;
	_padding-left: 3px;
}
/* ヘッダー ロゴ */
div#header div.logo-left {
	margin: 0;
	float: left;
}
div#header div.logo-right {
	text-align: right;
	margin-top: 5px;
	float: right;
}
div.logo-right p, h1 {
	font-size: 81.25%;
	color: #333333;
	text-align: right;
	display:inline;
}
div.logo-right ul {
	margin: 20px 0 20px 0;
	list-style-type:none;
	text-align: right;
}
div.logo-right li {
	margin: 0;
	padding: 0;
	display:inline;
}



/************************************************
*slides*
************************************************/
#imagemain {
	margin: 20px 0 30px 0;
	padding: 0px;
	width: 960px;
	height: 200px;
	float: right;

}
/************************************************
*container*
************************************************/

div.wrap {
	color: #333333;
	border-bottom: solid 1px #009933;
	margin-top:20px;
}
div.wrap_inner {
	background-color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

/************************************************
*main*
************************************************/

div#main {
	font-size: 87.5%;
	color: #333333;
	line-height: 1.4;
}
div#main div.inner {
	margin: 0 20px 20px 0;
}
/* mainリンク色 */
a:link {
	color: #009933;
	text-decoration: underline;
	background-color: transparent;
}
a:link:hover {
	text-decoration: underline;
	color: #F60;
	background-color: transparent;
}
a:link:active {
	text-decoration: underline;
	color: #F60;
	background-color: transparent;
}
a:visited {
	text-decoration: underline;
	color: #336600;
	background-color: transparent;
}
a:visited:hover {
	text-decoration: underline;
	color: #F60;
	background-color: transparent;
}
/* リンク訪問済みクリック時 */
a:visited:active {
	text-decoration: underline;
	color: #F60;
	background-color: transparent;
}
/* main見出し */

div#main h2.entry {
	color: #009933;
	font-size: 197%;
	font-weight: bold;
	padding:0 0 0 0;
	margin-top: 0px;
	margin-bottom: 68px;
	clear: both;
}
div#sub h2 {
	font-size: 131%;
	font-weight: bold;
	border-bottom: solid 1px #009933;
	color: #009933;
	padding: 0px 5px 5px 0px;
	margin: 0px;
	clear: both;
}
h3 {
	font-weight: bold;
	line-height: 1.3;
}
h3.entry-h3 {
	color: #009933;
	font-size: 153.9%;
	border-bottom: solid 1px #009933;
	line-height: 1.3;
	padding: 0;
	margin: 20px 0;
	clear: both;
}
h4 {
	font-size: 131%;
	color:#009933;
	font-weight: bold;
	margin:50px 0 20px 0;
}
/* mainソーシャルブックマーク */
.share {
	clear: both;
	margin: 10px 0 10px -40px !important;
}
#share li {
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 5px;
}
#sns-attention {
	padding: .5em 5px;
}
/* mainリンクマークつき */

.linklist {
	padding:5px 0px 4px 20px;
	margin-left:10px;
	background-image: url("img/icon_linklist.png");
	background-position:center left;
	background-repeat:no-repeat;
}
.clear {
	clear: both;
	margin:0;
}
.clear hr {
	display:none;
}
/* パンくず */
ul.path {
	font-size: 77%;
	padding:0 5px 0 0;
	margin:0;
}
ul.path li {
	margin-right: 5px;
	display: inline;
}
ul.path li a {
	background-image: url(img/icon_path.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
	text-decoration: none !important;
}
/* main 段落 */
div#main p {
	margin-bottom: 1em;
	line-height:1.4;
	font-size: 100%;
}
/* main 上へ */
.up {
	clear:both;
	margin:0 0 0 580px;
}
div#main .text-s {
	font-size: 85.71%;
}
/* 投稿者情報 */
div#main p.posted {
	font-size: 85.71%;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
}
div#main blockquote {
	color: #333333;
	background-color: transparent;
	border-width: 6px;
	border-style: solid;
	border-color: #ccc;
	padding: 10px 10px 0px 10px;
	margin-bottom: 15px;
	clear: both;
}
/* 整形済みテキスト */
div#main pre {
	color: #333333;
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #DBDBDB;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
	overflow: scroll;
}
div#main dl {
	margin-bottom: 1em;
}

/* 記事一覧 */
.entries-list {
	clear:both;
	margin-bottom:20px;
}
.entries-list ul {
	border-top: 1px solid #cccccc;
	padding: 0;
	margin: 10px 0;
}
.entries-list li {
	display: block;
	float:left;
	width:605px;
	border-bottom: 1px solid #cccccc;

	padding: 10px 10px 10px 5px;
	margin-bottom:10px ;
	zoom:1; /* Should be IE only */
}
.entries-list li.bl-hot {
	background-color:#ffff;
}
.entries-list li.bl-hover {
	background-color:#eaeaea;
}
.entries-list h3, .entries-list h3 a {
	margin:0 !important;
	color: #333;
}
.entries-list p {
	line-height: 1.2;
	margin-bottom:0 !important;
}

/* 情報表示用 */
.info1 {
	width: 600px;
}
.info1 dl {
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
}
.info1 dl dt {
	clear: both;
	margin: 0;
	padding: 7px 0 5px 2px;
	width: 12em;
	font-weight: bold;
}
.info1 dl dd {
	padding: 7px 5px 5px 14em;
	margin-left: 0;
	margin-top: -2.1em;
	margin-bottom: -1px;
	line-height: 1.4em;
	border-bottom: 1px solid #999;
}
.info2 {
	width: 600px;
}
.info2 dl {
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
}
.info2 dl dt {
	clear: both;
	margin: 0;
	padding: 7px 0 5px 2px;
	width: 20em;
	font-weight: bold;
}
.info2 dl dd {
	padding: 7px 5px 5px 20em;
	margin-left: 0;
	margin-top: -2.1em;
	margin-bottom: -1px;
	line-height: 1.4em;
	border-bottom: 1px solid #999;
}
/* 画像 */
div#main img {
	margin: 0px;
}
/* 写真ギャラリー */
.gallery {
	margin: 10px 0 20px 0;
	text-align: center;
}
.gallery a {
	border: 6px solid #666;
	margin-right: 11px !important;
	margin-bottom: 11px !important;
	float:left;
}
.gallery a:hover {
	border-color: #cc0000;
}
/* 画像左配置 */
div#main img.image-left10, div#sub img.image-left10 {
	float: left;
	margin: 0 10px 0 0;
}
div#main img.image-left10-2, div#sub img.image-left10-2 {
	float: left;
	margin: 0 10px 20px 0;
}
div#main img.image-left20, div#sub img.image-left20 {
	float: left;
	margin: 0 20px 20px 0;
}
/* 画像中央配置 */
div#main img.image-center10, div#sub img.image-center10 {
	margin: 0 0 10px 0;
	text-align: center;
}
div#main img.image-center20, div#sub img.image-center20 {
	margin: 0 0 20px 0;
	text-align: center;
}
/* 画像右配置 */
div#main img.image-right10 {
	float: right;
	margin: 0 0 0 10px;
}
div#main img.image-right10-1 {
	float: right;
	margin: 0 0 10px 10px;
}
div#main img.image-right10-2 {
	float: right;
	margin: 0 0 20px 10px;
}
div#main img.image-right20 {
	float: right;
	margin: 0 0 20px 20px;
}
/* MT画像左配置 */
div#main img.mt-image-left {
	float: left;
	margin: 0 10px 10px 0;
	background: url(img/bg_shadow.gif) no-repeat right bottom;
	padding: 8px 13px 13px 8px;
	border-left: 1px solid #efefef;
	border-top: 1px solid #f3f3f3;
}
/* MT画像中央配置 */
div#main img.mt-image-center {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
	background: url(img/bg_shadow.gif) no-repeat right bottom;
	padding: 8px 13px 13px 8px;
	border-left: 1px solid #efefef;
	border-top: 1px solid #f3f3f3;
}
/* MT画像右配置 */
div#main img.mt-image-right {
	float: right;
	margin: 0 0 10px 10px;
	background: url(img/bg_shadow.gif) no-repeat right bottom;
	padding: 8px 13px 13px 8px;
	border-left: 1px solid #efefef;
	border-top: 1px solid #f3f3f3;
}
/* 続き */
div#main textarea {
	width: 500px;
	margin-bottom: 10px;
}
div#main input, div#main textarea {
	font-size: 100% !important;
}
div#main label {
	margin-bottom: 0.8em;
	width: 15em;
	float: left;
	clear: both;
	white-space: nowrap;
}
/* サイトマップ */
div#main ul li.home {
	list-style-type: none;
}
div#main ul.tree {
	margin: 0 0 0 1.5em!important;
	padding: 0!important;
	list-style: none!important;
}
div#main ul.tree ul {
	margin: 0 0 0 2em!important;
	padding: 0!important;
}
div#main ul.tree li {
	margin: 0!important;
	padding: 0 0 0 16px!important;
	background-image: url(img/tree_lst.png);
	background-repeat: no-repeat!important;
	list-style: none!important;
}
div#main ul.tree li.tree_end {
	background-image: url(img/tree_end.png);
	list-style: none;
}
/************************************************
*sub*
************************************************/
div#sub {
	font-size: 87.5%;
	line-height: 1.4;
}
div#sub div.inner {
	margin-bottom: 20px;
}
/* コンテンツリスト */
.pagelist {
	clear:both;
	margin-bottom: 40px;
}
.pagelist ul {
	padding: 0;
	margin: 0;
}
.pagelist li {
	display: block;
	float:left;
	font-size: 87.5%;
	border-bottom: 1px solid #009933;
	zoom:1; /* Should be IE only */
}
.pagelist li {
	width:280px;
	_width:300px;
	padding: 10px;
	background-color:#F5F5E5;
}
.pagelist h3, .pagelist h3 a {
	margin:0 !important;
	color: #009933;
}
.pagelist p {
	margin:5px 0 0 0 !important;
}
.pagelist li.bl-hot {
	background-color:#F5F5E5;
}
.pagelist li.bl-hover {
	background-color:#fff;
}
/* コンテンツリスト2 */
.pagelist2 {
	clear:both;
	margin-bottom:40px;
}
.pagelist2 ul {
	padding: 0;
	margin: 0;
}
.pagelist2 li {
	background: url(img/icon_linklist.png) no-repeat 5px center;
	font-size: 87.5%;
	display: block;
	float:left;
	border-bottom: 1px solid #009933;
	zoom:1; /* Should be IE only */
}
.pagelist2 h3, .pagelist2 h3 a {
	text-decoration: none !important;
	font-weight: normal;
	color: #333;
}
.pagelist2 li {
	width:270px;
	_width:300px;
	padding: 0px 5px 0px 25px;
}
.pagelist2 li.bl-hot {
	background-color:#fff;
}
.pagelist2 li.bl-hover {
	background-color:#F5F5E5;
}
/* 自社サイト */
.banner {
	margin-top:10px;
}
/************************************************
*footer*
************************************************/
div#footer {
	background-color: #fff;
	background-image: url(img/bg_footer.png);
	background-position: right bottom;
	background-repeat: repeat-x;
	margin:0 auto;
	font-size: 87.5%;
	border-bottom: solid 10px #009933;
	clear: both;
}
div#footer div.inner {
	margin:0 auto 80px auto;
	_padding-bottom:80px;
	padding-top: 20px;
	width: 960px;
}

div#footer .ftlist {
	text-align: left;
	margin:0 50px 0 0;
	float:left;
}
div#footer h3 {
	border-bottom: 1px solid #009933;
	color: #009933;
	margin: 0;
	padding: 0 0 5px 0;
}
div#footer .ftlist ul {
	padding: 0;
	margin: 0;
}
div#footer .ftlist li {
	width:245px;
	_width:285px;
	padding: 5px 5px 5px 25px;
	list-style-type: none;
	background: url(img/icon_linklist.png) no-repeat 2px center;
	font-size: 87.5%;
	display: block;
	border-bottom: 1px solid #009933;
}
div#footer .ftlist a, div#footer .ftlist a:link:hover {
	text-decoration: none;
}

div#footer .log {
	float:right;
}

div#footer .log-text {
	clear: both;
	font-size: 87.5%;
	padding:15px 0;
}
div#footer .log-text a, div#footer .log-text a:link:hover {
	text-decoration: none;
}
.table1 {
	border-collapse: collapse;
	width: 600px;
	font-size: 100%;
	margin: 0 0 10px 0;
	border-top: 1px solid #999;
	float:left;
}
.table1 th {
	font-weight:bold;
	text-align: left;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #FFEEDD;
	padding: 10px 5px;
	line-height: 110%;
}
.table1 td {
	padding: 10px 5px;
	border-bottom: 1px solid #999;
	background-color: #F5F5E5;
}
.table1 td.en, .table1 th.en {
	font-size: 62.5%;
}
.table1 td.price {
	text-align: right;
}
.table1 .common {
	color: #666;
	font-size: 82.5%;
	font-weight:normal;
	padding-right:.5em;
}
.table1 img {
	padding-right:5px;
	_margin-right:5px;
	padding-top:5px;
}
.table1 tbody tr:hover td {
	background-color: #F5F5E5;
}


.table2 {
	border-collapse: collapse;
	width: 400px;
	font-size: 100%;
	text-align: center;
	margin: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #ededed;
	float:left;
	table-layout: fixed;
}
.table2 th {
	font-weight:normal;
	font-size: 90%;

	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #ededed;
	background-color: #F5F5E5;
	padding: 5px 5px;
	line-height: 110%;
}
.table2 td {
	font-weight:bold;
	font-size: 120%;
	padding: 5px 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #ededed;
	background-color: #fff;
}

.table2 img {
	padding-right:5px;
	_margin-right:5px;
	padding-top:5px;
}
