@charset "utf-8";
/* CSS Document */

/**************************************************
*
*	homepage template base.css
*
*	maincolor #727272
*
**************************************************/

/* Common
------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	/*color: #727272;*/ /* ← 初期設定*/
	color: #323232
}

*html body {
	text-align: center;
}

/* Element
------------------------------------------*/
h1 {
	text-align: right;
	font-size: 80%;
	padding: 10px 5px 0px 0px;

}

h2 {
	height: 30px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	line-height: 30px;
	font-weight: bold;
	/*color: #727272;*/ /* ← 初期設定*/
	letter-spacing: 0.15em;
}

#contents-p2 #left-col h2 {
	height: 30px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	line-height: 30px;
	font-weight: bold;
	/*color: #727272;*/ /* ← 初期設定*/
	letter-spacing: 0.15em;
}

#contents-p3 h2 {
	height: 30px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	line-height: 30px;
	font-weight: bold;
	/*color: #727272;*/ /* ← 初期設定*/
	letter-spacing: 0.15em;
}

h3,
#contents-p2 #right-col h3 {
	height: 30px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	line-height: 30px;
	font-weight: bold;
	/*color: #727272;*/ /* ← 初期設定*/
	letter-spacing: 0.15em;
}
#contents-p1 #left-col h2,
#contents-p2 #right-col h2,
#contents-p1 #left-col h3,
#contents-p2 #right-col h3 {
	height: 30px;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 10px 0px;
	line-height: 30px;
	font-weight: bold;
	/*color: #727272;*/ /* ← 初期設定*/
	letter-spacing: 0.15em;
	text-align: center;
}

#contents-p1 #right-col h3,
#contents-p2 #left-col h3 {
	height: 30px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	line-height: 30px;
	font-weight: bold;
	/*color: #727272;*/ /* ← 初期設定*/
	letter-spacing: 0.15em;
}


#contents-p3 h3 {
	height: 30px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	line-height: 30px;
	font-weight: bold;
	/*color: #727272;*/ /* ← 初期設定*/
	letter-spacing: 0.15em;
}

h4 {
	height: 57px;
	width: 210px;
	line-height: 57px;
	font-weight: bold;
	/*color: #727272;*/ /* ← 初期設定*/
	text-align: center;
}

p {
	font-size: 90%;
	padding: 0px 0px 5px;
	/*color: #727272;*/ /* ← 初期設定*/
	line-height: 1.6em;
}

/* Layout
------------------------------------------*/
#wrapper {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 800px;
	margin-top: 10px;
	background: #fff;
}

#contents-p1,
#contents-p2,
#contents-p3 {
	width: 800px;
	background: #fff;
	overflow: hidden;
}

#contents-p1 #right-col {
	width: 570px;
	float: right;
	margin: 0px 0px 0px 0px;
	display: inline;
}

#contents-p1 #left-col {
	width: 210px;
	float: left;
	margin: 0px 0px 0px 0px;
	display: inline;
}

#contents-p2 #left-col {
	width: 570px;
	float: left;
	margin: 0px 0px 0px 0px;
	display: inline;
}

#contents-p2 #right-col {
	width: 210px;
	float: right;
	margin: 0px 0px 0px 0px;
	display: inline;
}

.box {
	margin: 0px 0px 15px 0px;
}

/* header
------------------------------------------*/
#header #logo {
	float: left;
	margin: 5px;
}

#header #information {
	float: right;
	margin: 0px 0px 5px 0px;
}

#header-nav ul {
	clear: both;
	height: 54px;
	/*line-height: 54px;*/
	line-height: 1.2;
	padding: 0px 10px;
	list-style: none;
	letter-spacing: 0.2em;
	overflow: hidden;
}

#header-nav li {
	float: left;
}

#header-nav ul li a {
	display: block;
	padding: 20px 10px 5px 10px;
	text-decoration: none;
}

#header-nav ul li a:focus {
	outline: none;
}

#top-img {
	width: 800px;
	height: 250px;
	margin: 10px 0px;
}

/* crumb（パンくず）
------------------------------------------*/
#crumb {
	width: 780px;
	margin: 5px auto 0;
	overflow: hidden;
}

#crumb ul li {
	float: left;
	margin: 0 5px 0 0;
}

#crumb ul {
	color: #7b7b7b;
	font-size: 80%;
}

#crumb ul li a:hover {
	text-decoration: none;
}

/* sub-menu
------------------------------------------*/
#sub-menu {
	margin-bottom: 20px;
	background: #fafafa;
}

#sub-menu ul li a {
	text-decoration: none;
	color: #727272;
	display: block;
	border-bottom: 1px dotted #999999;
	background: url(/img/themed/s00002/submenu_arrow.gif) 3px center no-repeat;
	padding: 5px 0px 5px 20px;
	zoom: 1;
}

#sub-menu a:hover {
	color: #fff;
	background: #bdb5aa url(/img/themed/s00002/submenu_arrow2.gif) 4px center no-repeat;
}

/*************** ▼パターン１ デフォルト▼ ***************/

/* パターン１（デフォルト）
right-col（モデュール OPEN_HOURS 部分）
------------------------------------------*/
#contents-p1 #right-col .open_hours-center .box {
	width: 550px;
	height: auto;
	padding: 10px;
}

#contents-p1 #right-col .open_hours-center .box .oh_month {
	float: left;
	width: 185px;
	margin: 0px 0px 10px 60px;
}

#contents-p1 #right-col .open_hours-center .box .oh_month table {
	width: 100%;
}

#contents-p1 #right-col .open_hours-center .box .oh_month caption {
	color: #404040;
	padding: 0px 0px 0px 5px;
	border-left: 2px solid #404040;
	margin-bottom: 4px;
}

#contents-p1 #right-col .open_hours-center .box .oh_month table td {
	text-align: center;
	padding: 1px;
	border: 5px solid #fff;
}

#contents-p1 #right-col .open_hours-center .box .oh_month .oh_header_sunday {
	color: #f00;
}

#contents-p1 #right-col .open_hours-center .box .oh_desc {
	clear: both;
	margin: 0px auto;
}

#contents-p1 #right-col .open_hours-center .box .oh_desc td {
	padding: 3px;
}


/* パターン１（デフォルト）
right-col（モデュール NEWS 部分）
------------------------------------------*/
#contents-p1 #right-col .news-center {
	width: 570px;
}

#contents-p1 #right-col .news-center .box {
	padding: 10px;
}

#contents-p1 #right-col .news-center .box dt {
	clear: left;
	float: left;
	margin: 0.7em 0 0.7em 0;
	padding: 0px 0px 0px 5px;
}

#contents-p1 #right-col .news-center .box dd {
	padding: 0.7em 0 0.7em 7.5em;
}

/* パターン１（デフォルト）
right-col（モデュール NEWS_SCROLL 部分）
------------------------------------------*/
#contents-p1 #right-col .news_scroll-center {
	padding: 0px 0px 0px 0px;
}

#contents-p1 #right-col .news_scroll-center .box {
	width: 548px;
	height: 150px;
	padding: 10px;
	overflow: auto;
}

#contents-p1 #right-col .news_scroll-center dt {
	font-weight: bold;
	padding: 7px 0px 3px 0px;
}

#contents-p1 #right-col .news_scroll-center dd {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 15px;
}

/* パターン１（デフォルト）
right-col（モデュール ARTICLE 部分）
------------------------------------------*/
#contents-p1 #right-col .article-center {
	padding: 0px 0px 0px 0px;
}

#contents-p1 #right-col .article-center .box {
	width: 550px;
	height: auto;
	padding: 10px;
}

#contents-p1 #right-col .article-center h3 {
	background: none;
	font-weight: 200;
	letter-spacing: 0.1em;
	padding: 4px 0px 2px 10px;
	margin: 15px 0px 10px 0px ;
	_margin: 15px -17px 10px 0px ;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 120%;
	line-height: 1em;
}

#contents-p1 #right-col .article-center .box p {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0;
	line-height: 1.6;
	font-size: 100%;
}

#contents-p1 #right-col .article-center .box img {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/* パターン１（デフォルト）
right-col（モデュール ARTICLE 部分）※
------------------------------------------*/
#contents-p1 #right-col .nostyle-center {
	padding: 0px 0px 0px 0px;
}

#contents-p1 #right-col .nostyle-center .box {
	width: 550px;
	height: auto;
	padding: 10px;
}

#contents-p1 #right-col .nostyle-center h3 {
	background: none;
	font-weight: 200;
	letter-spacing: 0.1em;
	padding: 4px 0px 2px 10px;
	margin: 15px 0px 10px 0px ;
	_margin: 15px -17px 10px 0px ;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 120%;
	line-height: 1em;
}

#contents-p1 #right-col .nostyle-center .box p {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0;
	line-height: 1.6;
	font-size: 100%;
}

#contents-p1 #right-col .nostyle-center .box img {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

/* パターン１（デフォルト）
right-col（モデュール COMPANY_INFO 部分）
------------------------------------------*/
#contents-p1 #right-col .company_info-center {
	padding: 0px 0px 0px 0px;
}

#contents-p1 #right-col .company_info-center table {
	width: 568px;
}

#contents-p1 #right-col .company_info-center table th {
	width: 120px;
	padding: 10px;
	letter-spacing: 0.1em;
}

#contents-p1 #right-col .company_info-center table td {
	padding: 10px;
	line-height: 1.5;
}

/* パターン１（デフォルト）
right-col（モデュール CONTACT 部分）
------------------------------------------*/
#contents-p1 #right-col .contact-center {
	padding: 0px 0px 0px 0px;
}

#contents-p1 #right-col .contact-center table {
	width: 568px;
	margin: 10px 0px;
}

#contents-p1 #right-col .contact-center table th {
	width: 120px;
	padding: 10px;
	letter-spacing: 0.1em;
}

#contents-p1 #right-col .contact-center table td {
	padding: 10px;
	line-height: 1.5;
}

#contents-p1 #right-col .contact-center table td textarea {
	height: 200px;
}

#contents-p1 #right-col .contact-center p {
	margin: 5px;
}

#contents-p1 #right-col .contact-center .inner-table {
	border: none;
	width: auto;
}

#contents-p1 #right-col .contact-center .inner-table td {
	padding: 0px;
	border: none;
	width: 200px;
	text-align: left;
}

/* パターン１（デフォルト）
right-col（モデュール FAQ 部分）
------------------------------------------*/
#contents-p1 #right-col .faq-center {
	padding: 0px 0px 0px 0px;
}

#contents-p1 #right-col .faq-center .box {
	width: 548px;
	_width: 568px;
	padding: 10px;
	line-height: 1.4;
}

#contents-p1 #right-col .faq-center dt {
	padding: 7px 0px 3px 0px;
	margin: 3px 0px 3px 5px;
}

#contents-p1 #right-col .faq-center dd {
	margin: 15px 0px 15px 5px;
	padding: 0px 0px 15px 0px;
}

/* パターン１（デフォルト）
left-col-p1（モデュール FREE_BOX 部分）
------------------------------------------*/
#contents-p1 #left-col .free_box-left {
	padding: 0px 0px 20px 0px;
}

#contents-p1 #left-col .free_box-left .box {
	width: 200px;
	margin: 15px 0px 0px 0px;
	padding: 0px 5px 10px 5px;
}

#contents-p1 #left-col .free_box-left p {
	margin: 0px 0px 0px 0px;
	font-size: 100%;
}

#contents-p1 #left-col .free_box-left td {
	line-height: 1.6;
}


/* パターン１（デフォルト）
right-col（モデュール BLOG 部分）
------------------------------------------*/
#contents-p1 #right-col .blog-center {
	padding: 0px 0px 20px 0px;
}
#contents-p1 #right-col .blog-center h2 {
	clear: both;
}

#contents-p1 #right-col .blog-center .box {
	width: 550px;
	margin: 15px 0px 30px 0px;
	padding: 0px 10px 10px 10px;
}

#contents-p1 #right-col .blog-center .box .blog-cate {
	width: 550px;
	margin: 0px 0px 0px 0px;
	font-size: 80%;
	border-bottom: 1px solid #454545;
}

#contents-p1 #right-col .blog-center .box .blog-content {
	font-size: 100%;
	line-height: 1.6;
	margin: 20px 0px 20px 0px;
}

#contents-p1 #right-col .blog-center .box .blog-com {
	/*float: right;
	width: 275px;*/
	font-size: 90%;
	text-align: right;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #313131;
	line-height: 1.6;
}

/*right-col（モデュール BLOG コメント投稿一覧 部分）
------------------------------------------*/
#contents-p1 #right-col .blog-center .comment-box {
	clear: both;
}

#contents-p1 #right-col .blog-center .comment-box .comment-form {
}

#contents-p1 #right-col .blog-center .comment-box .comment-form .title {
	clear: both;
	font-size: 110%;
	height: 20px;
	margin: 15px 0px;
	color: #fff;
	background: #888;
	line-height: 1.9em;
	text-indent: 1em;
}

#contents-p1 #right-col .blog-center .comment-box .comment-form .comment {
	clear: both;
	padding: 10px 10px 10px;
	border-bottom: 1px solid #666;
}

#contents-p1 #right-col .blog-center .comment-box .comment-form .comment-info {
	/*width: 300px;*/
	margin: 5px 0px 30px 0px;
	font-size: 85%;
	text-align: right;
}

/*right-col（モデュール BLOG コメント投稿フォーム 部分）
------------------------------------------*/
#contents-p1 #right-col .blog-center .comment-box .comment-post {
	clear: both;
	background: #e6e6e6;
	border: 1px solid #333;
	padding: 10px;
}

#contents-p1 #right-col .blog-center .comment-box .comment-post-box {
	margin: 0 auto;
}

#contents-p1 #right-col .blog-center .comment-box .comment-post-box input,
#contents-p1 #right-col .blog-center .comment-box .comment-post-box textarea {
	border: thin solid #b0b0b0;
}

#contents-p1 #right-col .blog-center .comment-box .comment-post-box p.title {
	margin: 10px 0px 0px;
	padding: 0;
}

#contents-p1 #right-col .blog-center .comment-box .comment-post-box p.s-img {
	margin: 5px 0px 0px;
}

#contents-p1 #right-col .blog-center .comment-box .comment-post-box p.s-img img {
	border: 1px solid #888;
}

#contents-p1 #right-col .blog-center .comment-box .comment-post-box .comment-area{
	width: 400px;
	height: 150px;

}

#contents-p1 #right-col .blog-center .comment-box .comment-post .submit {
	width: 50px;
	margin: 15px auto 0px;
}

#contents-p1 #right-col .blog-center .comment-box .comment-post .submit input {
	cursor: pointer;
}

/* パターン１（デフォルト）
left-col（sub-menu部分）
------------------------------------------*/
#contents-p1 #left-col #sub-menu {
	width: 210px;
}

#contents-p1 #left-col #sub-menu ul {
	width: 192px;
	_width: 201px;
	margin: 5px 0px 9px 9px;
	_margin: 5px 0px 9px 0px;
}

/*************** ▲パターン１デフォルト終了▲ ***************/



/*************** ▼パターン１反転用▼ ***************/


/* パターン１（デフォルト）
left-col（モデュール OPEN_HOURS 部分）
------------------------------------------*/
#contents-p1 #left-col .open_hours-left .box {
	width: 190px;
	height: auto;
	padding: 10px;
}

#contents-p1 #left-col .open_hours-left .box .oh_month {
	width: 185px;
	margin: 0px auto 40px;
}

#contents-p1 #left-col .open_hours-left .box .oh_month table {
	width: 100%;
}

#contents-p1 #left-col .open_hours-left .box .oh_month caption {
	color: #404040;
	padding: 0px 0px 0px 5px;
	border-left: 2px solid #404040;
	margin-bottom: 4px;
}

#contents-p1 #left-col .open_hours-left .box .oh_month table td {
	text-align: center;
	padding: 1px;
	border: 5px solid #fff;
}

#contents-p1 #left-col .open_hours-left .box .oh_month .oh_header_sunday {
	color: #f00;
}

#contents-p1 #left-col .open_hours-left .box .oh_desc {
	clear: both;
	margin: -30px auto 0;
}

#contents-p1 #left-col .open_hours-left .box .oh_desc td {
	padding: 3px;
}

/* パターン１（反転）
left-col（モデュール NEWS 部分）
------------------------------------------*/
#contents-p1 #left-col .news-left {
	width: 210px;
}

#contents-p1 #left-col .news-left .box {
	padding: 10px;
}

#contents-p1 #left-col .news-left .box dt {
	margin: 0.7em 0 0.2em 0;
	padding: 0px 0px 0px 0px;
}

#contents-p1 #left-col .news-left .box dd {
	padding: 0.2em 0 0.7em 0em;
}

/* パターン１（反転）
left-col（モデュール NEWS_SCROLL 部分）
------------------------------------------*/
#contents-p1 #left-col .news_scroll-left {
	padding: 0px 0px 0px 0px;
}

#contents-p1 #left-col .news_scroll-left .box {
	width: 188px;
	height: 150px;
	padding: 10px;
	overflow: auto;
}

#contents-p1 #left-col .news_scroll-left dt {
	font-weight: bold;
	padding: 7px 0px 3px 0px;
}

#contents-p1 #left-col .news_scroll-left dd {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 15px;
}

/* パターン１（反転）
left-col（モデュール ARTICLE 部分）
------------------------------------------*/
#contents-p1 #left-col .article-left {
	padding: 0px 0px 0px 0px;
}

#contents-p1 #left-col .article-left .box {
	width: 190px;
	height: auto;
	padding: 10px;
}

#contents-p1 #left-col .article-left h3 {
	background: none;
	font-weight: 200;
	letter-spacing: 0.1em;
	padding: 4px 0px 2px 10px;
	margin: 10px 0px 10px 0px ;
	/margin: 10px -17px 10px 0px ;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 120%;
	line-height: 1em;
}

#contents-p1 #left-col .article-left .box p {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.6;
	font-size: 100%;
}

/* パターン１（反転）
left-col（モデュール ARTICLE 部分）※
------------------------------------------*/
#contents-p1 #left-col .nostyle-left {
	padding: 0px 0px 0px 0px;
}

#contents-p1 #left-col .nostyle-left .box {
	width: 190px;
	height: auto;
	padding: 10px;
}

#contents-p1 #left-col .nostyle-left h3 {
	background: none;
	font-weight: 200;
	letter-spacing: 0.1em;
	padding: 4px 0px 2px 10px;
	margin: 10px 0px 10px 0px ;
	/margin: 10px -17px 10px 0px ;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 120%;
	line-height: 1em;
}

#contents-p1 #left-col .nostyle-left .box p {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.6;
	font-size: 100%;
}

/* パターン１（反転）
left-col（モデュール CONTACT 部分）
------------------------------------------*/
#contents-p1 #left-col .contact-left {
	padding: 0px 0px 0px 0px;
}

#contents-p1 #left-col .contact-left table {
	width: 208px;
	margin: 15px 0px;
}

#contents-p1 #left-col .contact-left table th {
	width: 100px;
	padding: 10px;
	letter-spacing: 0.1em;
}

#contents-p1 #left-col .contact-left table td {
	padding: 10px;
	line-height: 1.5em;
}

#contents-p1 #left-col .contact-left table td input {
	width: 100px;
}

#contents-p1 #left-col .contact-left table td textarea {
	height: 200px;
	width: 100px;
}

#contents-p1 #left-col .contact-left p {
	margin: 5px;
}

#contents-p1 #left-col .contact-left .inner-table {
	border: none;
	width: auto;
}

#contents-p1 #left-col .contact-left .inner-table td {
	padding: 0px;
	border: none;
	/width: 200px;
	text-align: left;
}

/* パターン１（反転）
left-col（モデュール FAQ 部分）
------------------------------------------*/
#contents-p1 #left-col .faq-left {
	padding: 0px 0px 0px 0px;
}

#contents-p1 #left-col .faq-left .box {
	width: 188px;
	/width: 208px;
	padding: 10px;
	line-height: 1.4;
}

#contents-p1 #left-col .faq-left dt {
	padding: 7px 0px 3px 0px;
	margin: 3px 0px 3px 5px;
}

#contents-p1 #left-col .faq-left dd {
	margin: 15px 0px 15px 5px;
	padding: 0px 0px 15px 0px;
}

/* パターン１（反転）
right-col（モデュール FREE_BOX 部分）
------------------------------------------*/
#contents-p1 #right-col .free_box-center {
	padding: 0px 0px 20px 0px;
}

#contents-p1 #right-col .free_box-center .box {
	width: 550px;
	margin: 15px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}

#contents-p1 #right-col .free_box-center p {
	margin: 0px 0px 0px 0px;
	font-size: 100%;
}

#contents-p1 #right-col .free_box-center td {
	line-height: 1.6;
}

/* パターン１（反転）
left-col（モデュール BLOG 部分）
------------------------------------------*/
#contents-p1 #left-col .blog-left {
	padding: 0px 0px 20px 0px;
}

#contents-p1 #left-col .blog-left h2 {
	clear: both;
}

#contents-p1 #left-col .blog-left .box {
	width: 190px;
	margin: 15px 0px 30px 0px;
	padding: 0px 10px 10px 10px;
}

#contents-p1 #left-col .blog-left .box .blog-cate {
	width: 190px;
	margin: 0px 0px 0px 0px;
	font-size: 80%;
	border-bottom: 1px solid #454545;
}

#contents-p1 #left-col .blog-left .box .blog-content {
	font-size: 100%;
	line-height: 1.6;
	margin: 20px 0px 20px 0px;
}

#contents-p1 #left-col .blog-left .box .blog-com {
	/*float: right;
	width: 275px;*/
	font-size: 90%;
	text-align: right;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #313131;
	line-height: 1.6;
}

/*left-col（モデュール BLOG コメント投稿一覧 部分）
------------------------------------------*/
#contents-p1 #left-col .blog-left .comment-box {
	clear: both;
}

#contents-p1 #left-col .blog-left .comment-box .comment-form {
}

#contents-p1 #left-col .blog-left .comment-box .comment-form .title {
	clear: both;
	font-size: 110%;
	height: 20px;
	margin: 15px 0px;
	color: #fff;
	background: #888;
	line-height: 1.9em;
	text-indent: 1em;
}

#contents-p1 #left-col .blog-left .comment-box .comment-form .comment {
	clear: both;
	padding: 10px 10px 10px;
	border-bottom: 1px solid #666;
}

#contents-p1 #left-col .blog-left .comment-box .comment-form .comment-info {
	/*width: 300px;*/
	margin: 5px 0px 30px 0px;
	font-size: 85%;
	text-align: right;
}

/*left-col（モデュール BLOG コメント投稿フォーム 部分）
------------------------------------------*/
#contents-p1 #left-col .blog-left .comment-box .comment-post {
	clear: both;
	background: #e6e6e6;
	border: 1px solid #333;
	padding: 10px;
}

#contents-p1 #left-col .blog-left .comment-box .comment-post-box {
	margin: 0 auto;
}

#contents-p1 #left-col .blog-left .comment-box .comment-post-box input,
#contents-p1 #left-col .blog-left .comment-box .comment-post-box textarea {
	border: thin solid #b0b0b0;
	width: 130px;
}

#contents-p1 #left-col .blog-left .comment-box .comment-post-box p.title {
	margin: 5px 0px 0px;
	padding: 0;
}

#contents-p1 #left-col .blog-left .comment-box .comment-post-box p.s-img {
	margin: 5px 0px 0px;
}

#contents-p1 #left-col .blog-left .comment-box .comment-post-box p.s-img img {
	border: 1px solid #888;
	width: 178px;
}

#contents-p1 #left-col .blog-left .comment-box .comment-post-box .comment-area{
	width: 170px;
	height: 150px;

}

#contents-p1 #left-col .blog-left .comment-box .comment-post p.submit {
	width: 50px;
	margin: 15px auto 0;
}

#contents-p1 #left-col .blog-left .comment-box .comment-post .submit input {
	cursor: pointer;
	width: 50px;
}


/*▼保留*/
/* パターン１（反転）
left-col-p1（モデュール BLOG 部分）処理中
------------------------------------------*/
#contents-p1 #left-col .blog-left {
	padding: 0px 0px 20px 0px;
}

#contents-p1 #left-col .blog-left .box {
	width: 200px;
	margin: 15px 0px 0px 0px;
	padding: 0px 5px 10px 5px;
}

#contents-p1 #left-col .blog-left p {
	margin: 0px 0px 0px 0px;
	font-size: 100%;
}

#contents-p1 #left-col .blog-left td {
	line-height: 1.6;
}


/*************** ▲パターン１反転用終了▲ ***************/



/*************** ▼パターン２ デフォルト▼ ***************/

/* パターン２（デフォルト）
left-col（モデュール OPEN_HOURS 部分）
------------------------------------------*/
#contents-p2 #left-col .open_hours-left .box {
	width: 550px;
	height: auto;
	padding: 10px;
}

#contents-p2 #left-col .open_hours-left .box .oh_month {
	float: left;
	width: 185px;
	margin: 0px 0px 10px 60px;
}

#contents-p2 #left-col .open_hours-left .box .oh_month table {
	width: 100%;
}

#contents-p2 #left-col .open_hours-left .box .oh_month caption {
	color: #404040;
	padding: 0px 0px 0px 5px;
	border-left: 2px solid #404040;
	margin-bottom: 4px;
}

#contents-p2 #left-col .open_hours-left .box .oh_month table td {
	text-align: center;
	padding: 1px;
	border: 5px solid #fff;
}

#contents-p2 #left-col .open_hours-left .box .oh_month .oh_header_sunday {
	color: #f00;
}

#contents-p2 #left-col .open_hours-left .box .oh_desc {
	clear: both;
	margin: 0px auto;
}

#contents-p2 #left-col .open_hours-left .box .oh_desc td {
	padding: 3px;
}

/* パターン２（デフォルト）
left-col（モデュール NEWS 部分）
------------------------------------------*/
#contents-p2 #left-col .news-left {
	width: 570px;
}

#contents-p2 #left-col .news-left .box {
	padding: 10px;
}

#contents-p2 #left-col .news-left .box dt {
	clear: left;
	float: left;
	margin: 0.7em 0 0.7em 0;
	padding: 0px 0px 0px 5px;
}

#contents-p2 #left-col .news-left .box dd {
	padding: 0.7em 0 0.7em 7.5em;
	border-bottom: 1px dotted #555;
}

/* パターン２（デフォルト）
left-col（モデュール NEWS_SCROLL 部分）
------------------------------------------*/
#contents-p2 #left-col .news_scroll-left {
	padding: 0px 0px 0px 0px;
}

#contents-p2 #left-col .news_scroll-left .box {
	width: 548px;
	/width: 568px;
	height: 150px;
	padding: 10px;
	overflow: auto;
}

#contents-p2 #left-col .news_scroll-left dt {
	font-weight: bold;
	padding: 7px 0px 3px 0px;
}

#contents-p2 #left-col .news_scroll-left dd {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 15px;
}

/* パターン２（デフォルト）
left-col（モデュール ARTICLE 部分）
------------------------------------------*/
#contents-p2 #left-col .article-left {
	padding: 0px 0px 0px 0px;
}

#contents-p2 #left-col .article-left .box {
	width: 550px;
	height: auto;
	padding: 10px;
}

#contents-p2 #left-col .article-left h3 {
	background: none;
	font-weight: 200;
	letter-spacing: 0.1em;
	padding: 4px 0px 2px 10px;
	margin: 15px 0px 10px 0px ;
	/margin: 15px -17px 10px 0px ;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 120%;
	line-height: 1em;
}

#contents-p2 #left-col .article-left .box p {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0;
	line-height: 1.6;
	font-size: 100%;
}

#contents-p2 #left-col .article-left .box img {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/* パターン２（デフォルト）
left-col（モデュール ARTICLE 部分）※
------------------------------------------*/
#contents-p2 #left-col .nostyle-left {
	padding: 0px 0px 0px 0px;
}

#contents-p2 #left-col .nostyle-left .box {
	width: 550px;
	height: auto;
	padding: 10px;
}

#contents-p2 #left-col .nostyle-left h3 {
	background: none;
	font-weight: 200;
	letter-spacing: 0.1em;
	padding: 4px 0px 2px 10px;
	margin: 15px 0px 10px 0px ;
	/margin: 15px -17px 10px 0px ;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 120%;
	line-height: 1em;
}

#contents-p2 #left-col .nostyle-left .box p {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0;
	line-height: 1.6;
	font-size: 100%;
}

#contents-p2 #left-col .nostyle-left .box img {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

/* パターン２（デフォルト）
left-col（モデュール COMPANY_INFO 部分）
------------------------------------------*/
#contents-p2 #left-col .company_info-left {
	padding: 0px 0px 0px 0px;
}

#contents-p2 #left-col .company_info-left table {
	width: 568px;
}

#contents-p2 #left-col .company_info-left table th {
	width: 120px;
	padding: 10px;
	letter-spacing: 0.1em;
}

#contents-p2 #left-col .company_info-left table td {
	padding: 10px;
	line-height: 1.5;
}

/* パターン２（デフォルト）
left-col（モデュール CONTACT 部分）
------------------------------------------*/
#contents-p2 #left-col .contact-left {
	padding: 0px 0px 0px 0px;
}

#contents-p2 #left-col .contact-left table {
	width: 568px;
	margin: 10px 0px;
}

#contents-p2 #left-col .contact-left table th {
	width: auto;
	padding: 10px;
	letter-spacing: 0.1em;
}

#contents-p2 #left-col .contact-left table td {
	padding: 10px;
	line-height: 1.5;
}

#contents-p2 #left-col .contact-left table td input{
	margin: 5px 0px 0px 0px;
}

#contents-p2 #left-col .contact-left table td textarea {
	height: 200px;
}

#contents-p2 #left-col .contact-left p {
	margin: 5px;
}

#contents-p2 #left-col .contact-left .inner-table {
	border: none;
	width: auto;
}

#contents-p2 #left-col .contact-left .inner-table td {
	padding: 0px;
	border: none;
	width: 200px;
	text-align: left;
}

/* パターン２（デフォルト）
left-col（モデュール FAQ 部分）
------------------------------------------*/
#contents-p2 #left-col .faq-left {
	padding: 0px 0px 0px 0px;
}

#contents-p2 #left-col .faq-left .box {
	width: 548px;
	/width: 568px;
	padding: 10px;
	line-height: 1.4;
}

#contents-p2 #left-col .faq-left dt {
	padding: 7px 0px 3px 0px;
	margin: 3px 0px 3px 5px;
}

#contents-p2 #left-col .faq-left dd {
	margin: 15px 0px 15px 5px;
	padding: 0px 0px 15px 0px;
}

/* パターン２（デフォルト）
right-col（モデュール FREE_BOX 部分）
------------------------------------------*/
#contents-p2 #right-col .free_box-center {
	padding: 0px 0px 20px 0px;
}

#contents-p2 #right-col .free_box-center .box {
	width: 200px;
	margin: 15px 0px 0px 0px;
	padding: 0px 5px 10px 5px;
}

#contents-p2 #right-col .free_box-center p {
	margin: 0px 0px 0px 0px;
	font-size: 100%;
}

#contents-p2 #right-col .free_box-center td {
	line-height: 1.6;
}

/* パターン１（デフォルト）
right-col（モデュール BLOG 部分）
------------------------------------------*/
#contents-p2 #right-col .blog-center {
	padding: 0px 0px 20px 0px;
}
#contents-p2 #right-col .blog-center h2 {
	clear: both;
}

#contents-p2 #right-col .blog-center .box {
	width: 550px;
	margin: 15px 0px 30px 0px;
	padding: 0px 10px 10px 10px;
}

#contents-p2 #right-col .blog-center .box .blog-cate {
	width: 550px;
	margin: 0px 0px 0px 0px;
	font-size: 80%;
	border-bottom: 1px solid #454545;
}

#contents-p2 #right-col .blog-center .box .blog-content {
	font-size: 100%;
	line-height: 1.6;
	margin: 20px 0px 20px 0px;
}

#contents-p2 #right-col .blog-center .box .blog-com {
	/*float: right;
	width: 275px;*/
	font-size: 90%;
	text-align: right;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #313131;
	line-height: 1.6;
}

/*right-col（モデュール BLOG コメント投稿一覧 部分）
------------------------------------------*/
#contents-p2 #right-col .blog-center .comment-box {
	clear: both;
}

#contents-p2 #right-col .blog-center .comment-box .comment-form {
}

#contents-p2 #right-col .blog-center .comment-box .comment-form .title {
	clear: both;
	font-size: 110%;
	height: 20px;
	margin: 15px 0px;
	color: #fff;
	background: #888;
	line-height: 1.9em;
	text-indent: 1em;
}

#contents-p2 #right-col .blog-center .comment-box .comment-form .comment {
	clear: both;
	padding: 10px 10px 10px;
	border-bottom: 1px solid #666;
}

#contents-p2 #right-col .blog-center .comment-box .comment-form .comment-info {
	/*width: 300px;*/
	margin: 5px 0px 30px 0px;
	font-size: 85%;
	text-align: right;
}

/*right-col（モデュール BLOG コメント投稿フォーム 部分）
------------------------------------------*/
#contents-p2 #right-col .blog-center .comment-box .comment-post {
	clear: both;
	background: #e6e6e6;
	border: 1px solid #333;
	padding: 10px;
}

#contents-p2 #right-col .blog-center .comment-box .comment-post-box {
	margin: 0 auto;
}

#contents-p2 #right-col .blog-center .comment-box .comment-post-box input,
#contents-p2 #right-col .blog-center .comment-box .comment-post-box textarea {
	border: thin solid #b0b0b0;
}

#contents-p2 #right-col .blog-center .comment-box .comment-post-box p.title {
	margin: 5px 0px 0px;
	padding: 0;
}

#contents-p2 #right-col .blog-center .comment-box .comment-post-box p.s-img {
	margin: 5px 0px 0px;
}

#contents-p2 #right-col .blog-center .comment-box .comment-post-box p.s-img img {
	border: 1px solid #888;
}

#contents-p2 #right-col .blog-center .comment-box .comment-post-box .comment-area{
	width: 400px;
	height: 150px;

}

#contents-p2 #right-col .blog-center .comment-box .comment-post .submit {
	width: 50px;
	margin: 15px auto 0px;
}

#contents-p2 #right-col .blog-center .comment-box .comment-post .submit input {
	cursor: pointer;
}

/* パターン２（デフォルト）
right-col（sub-menu部分）
------------------------------------------*/
#contents-p2 #right-col #sub-menu {
	width: 210px;
}

#contents-p2 #right-col #sub-menu ul {
	width: 192px;
	margin: 5px 0px 9px 9px;
}

/*************** ▲パターン２デフォルト終了▲ ***************/



/*************** ▼パターン２ 反転▼ ***************/

/* パターン２（反転）
right-col（モデュール OPEN_HOURS 部分）
------------------------------------------*/
#contents-p2 #right-col .open_hours-center .box {
	width: 190px;
	height: auto;
	padding: 10px;
}

#contents-p2 #right-col .open_hours-center .box .oh_month {
	width: 185px;
	margin: 0px auto 40px;
}

#contents-p2 #right-col .open_hours-center .box .oh_month table {
	width: 100%;
}

#contents-p2 #right-col .open_hours-center .box .oh_month caption {
	color: #404040;
	padding: 0px 0px 0px 5px;
	border-left: 2px solid #404040;
	margin-bottom: 4px;
}

#contents-p2 #right-col .open_hours-center .box .oh_month table td {
	text-align: center;
	padding: 1px;
	border: 5px solid #fff;
}

#contents-p2 #right-col .open_hours-center .box .oh_month .oh_header_sunday {
	color: #f00;
}

#contents-p2 #right-col .open_hours-center .box .oh_desc {
	clear: both;
	margin: -30px auto 0;
}

#contents-p2 #right-col .open_hours-center .box .oh_desc td {
	padding: 3px;
}

/* パターン２（反転）
right-col（モデュール NEWS 部分）
------------------------------------------*/
#contents-p2 #right-col .news-center {
	width: 210px;
}

#contents-p2 #right-col .news-center .box {
	padding: 10px;
}

#contents-p2 #right-col .news-center .box dt {
	margin: 0.7em 0 0.2em 0;
	padding: 0px 0px 0px 0px;
}

#contents-p2 #right-col .news-center .box dd {
	padding: 0.2em 0 0.7em 0em;
}

/* パターン２（反転）
right-col（モデュール NEWS_SCROLL部分）
------------------------------------------*/
#contents-p2 #right-col .news_scroll-center {
	padding: 0px 0px 0px 0px;
}

#contents-p2 #right-col .news_scroll-center .box {
	width: 188px;
	/width: 208px;
	height: 150px;
	padding: 10px;
	overflow: auto;
}

#contents-p2 #right-col .news_scroll-center dt {
	font-weight: bold;
	padding: 7px 0px 3px 0px;
}

#contents-p2 #right-col .news_scroll-center dd {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 15px;
}

/* パターン２（反転）
right-col（モデュール ARTICLE 部分）
------------------------------------------*/
#contents-p2 #right-col .article-center {
	padding: 0px 0px 0px 0px;
}

#contents-p2 #right-col .article-center .box {
	width: 190px;
	height: auto;
	padding: 10px;
}

#contents-p2 #right-col .article-center h3 {
	background: none;
	font-weight: 200;
	letter-spacing: 0.1em;
	padding: 4px 0px 2px 10px;
	margin: 10px 0px 10px 0px ;
	/margin: 10px -17px 10px 0px ;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 120%;
	line-height: 1em;
}

#contents-p2 #right-col .article-center .box p {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.6;
	font-size: 100%;
}

/* パターン２（反転）
right-col（モデュール ARTICLE 部分）※
------------------------------------------*/
#contents-p2 #right-col .nostyle-center {
	padding: 0px 0px 0px 0px;
}

#contents-p2 #right-col .nostyle-center .box {
	width: 190px;
	height: auto;
	padding: 10px;
}

#contents-p2 #right-col .nostyle-center h3 {
	background: none;
	font-weight: 200;
	letter-spacing: 0.1em;
	padding: 4px 0px 2px 10px;
	margin: 10px 0px 10px 0px ;
	/margin: 10px -17px 10px 0px ;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 120%;
	line-height: 1em;
}

#contents-p2 #right-col .nostyle-center .box p {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.6;
	font-size: 100%;
}

/* パターン２（反転）
right-col（モデュール CONTACT 部分）
------------------------------------------*/
#contents-p2 #right-col .contact-center {
	padding: 0px 0px 0px 0px;
}

#contents-p2 #right-col .contact-center table {
	width: 208px;
	margin: 15px 0px;
}

#contents-p2 #right-col .contact-center table th {
	width: 100px;
	padding: 10px;
	letter-spacing: 0.1em;
}

#contents-p2 #right-col .contact-center table td {
	padding: 10px;
	line-height: 1.2;
}

#contents-p2 #right-col .contact-center table td input {
	width: 100px;
}

#contents-p2 #right-col .contact-center table td textarea {
	height: 200px;
	width: 100px;
}

#contents-p2 #right-col .contact-center p {
	margin: 5px;
}

#contents-p2 #right-col .contact-center .inner-table {
	border: none;
	width: auto;
}

#contents-p2 #right-col .contact-center .inner-table td {
	padding: 0px;
	border: none;
	/width: 200px;
	text-align: left;
}

/* パターン２（反転）
right-col（モデュール FAQ 部分）
------------------------------------------*/
#contents-p2 #right-col .faq-center {
	padding: 0px 0px 0px 0px;
}

#contents-p2 #right-col .faq-center .box {
	width: 188px;
	/width: 208px;
	padding: 10px;
	line-height: 1.4;
}

#contents-p2 #right-col .faq-center dt {
	padding: 7px 0px 3px 0px;
	margin: 3px 0px 3px 5px;
}

#contents-p2 #right-col .faq-center dd {
	margin: 15px 0px 15px 5px;
	padding: 0px 0px 15px 0px;
}

/* パターン２（反転）
left-col（モデュール FREE_BOX 部分）
------------------------------------------*/
#contents-p2 #left-col .free_box-left {
	padding: 0px 0px 20px 0px;
}

#contents-p2 #left-col .free_box-left .box {
	width: 550px;
	margin: 15px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}

#contents-p2 #left-col .free_box-left p {
	margin: 0px 0px 0px 0px;
	font-size: 100%;
}

#contents-p2 #left-col .free_box-left td {
	line-height: 1.6;
}

/* パターン２（反転）
left-col（モデュール BLOG 部分）
------------------------------------------*/
#contents-p2 #left-col .blog-left {
	padding: 0px 0px 20px 0px;
}
#contents-p2 #left-col .blog-left h2 {
	clear: both;
}

#contents-p2 #left-col .blog-left .box {
	width: 550px;
	margin: 15px 0px 30px 0px;
	padding: 0px 10px 10px 10px;
}

#contents-p2 #left-col .blog-left .box .blog-cate {
	width: 550px;
	margin: 0px 0px 0px 0px;
	font-size: 80%;
	border-bottom: 1px solid #454545;
}

#contents-p2 #left-col .blog-left .box .blog-content {
	font-size: 100%;
	line-height: 1.6;
	margin: 20px 0px 20px 0px;
}

#contents-p2 #left-col .blog-left .box .blog-com {
	/*float: right;
	width: 275px;*/
	font-size: 90%;
	text-align: right;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #313131;
	line-height: 1.6;
}

/*left-col（モデュール BLOG コメント投稿一覧 部分）
------------------------------------------*/
#contents-p2 #left-col .blog-left .comment-box {
	clear: both;
}

#contents-p2 #left-col .blog-left .comment-box .comment-form {
}

#contents-p2 #left-col .blog-left .comment-box .comment-form .title {
	clear: both;
	font-size: 110%;
	height: 20px;
	margin: 15px 0px;
	color: #fff;
	background: #888;
	line-height: 1.9em;
	text-indent: 1em;
}

#contents-p2 #left-col .blog-left .comment-box .comment-form .comment {
	clear: both;
	padding: 10px 10px 10px;
	border-bottom: 1px solid #666;
}

#contents-p2 #left-col .blog-left .comment-box .comment-form .comment-info {
	/*width: 300px;*/
	margin: 5px 0px 30px 0px;
	font-size: 85%;
	text-align: right;
}

/*left-col（モデュール BLOG コメント投稿フォーム 部分）
------------------------------------------*/
#contents-p2 #left-col .blog-left .comment-box .comment-post {
	clear: both;
	background: #e6e6e6;
	border: 1px solid #333;
	padding: 10px;
}

#contents-p2 #left-col .blog-left .comment-box .comment-post-box {
	margin: 0 auto;
}

#contents-p2 #left-col .blog-left .comment-box .comment-post-box input,
#contents-p2 #left-col .blog-left .comment-box .comment-post-box textarea {
	border: thin solid #b0b0b0;
}

#contents-p2 #left-col .blog-left .comment-box .comment-post-box p.title {
	margin: 5px 0px 0px;
	padding: 0;
}

#contents-p2 #left-col .blog-left .comment-box .comment-post-box p.s-img {
	margin: 5px 0px 0px;
}

#contents-p2 #left-col .blog-left .comment-box .comment-post-box p.s-img img {
	border: 1px solid #888;
}

#contents-p2 #left-col .blog-left .comment-box .comment-post-box .comment-area{
	width: 400px;
	height: 150px;

}

#contents-p2 #left-col .blog-left .comment-box .comment-post .submit {
	width: 50px;
	margin: 15px auto 0px;
}

#contents-p2 #left-col .blog-left .comment-box .comment-post .submit input {
	cursor: pointer;
}

/*************** ▲パターン２ 反転終了▲ ***************/



/*************** ▼パターン３▼ ***************/

/* パターン３（デフォルト）
content（モデュール OPEN_HOURS 部分）
------------------------------------------*/
#contents-p3 .open_hours-center .box {
	width: 780px;
	height: auto;
	padding: 10px;
}

#contents-p3 .open_hours-center .box .oh_month {
	float: left;
	width: 185px;
	margin: 0px 0px 10px 133px;
}

#contents-p3 .open_hours-center .box .oh_month table {
	width: 100%;
}

#contents-p3 .open_hours-center .box .oh_month caption {
	color: #404040;
	padding: 0px 0px 0px 5px;
	border-left: 2px solid #404040;
	margin-bottom: 4px;
}

#contents-p3 .open_hours-center .box .oh_month table td {
	text-align: center;
	padding: 1px;
	border: 5px solid #fff;
}

#contents-p3 .open_hours-center .box .oh_month .oh_header_sunday {
	color: #f00;
}

#contents-p3 .open_hours-center .box .oh_desc {
	clear: both;
	margin: 0px auto;
}

#contents-p3 .open_hours-center .box .oh_desc td {
	padding: 3px;
}


/* パターン３
/* content（モデュール NEWS 部分）
------------------------------------------*/
#contents-p3 .news-center {
	width: 800px;
}

#contents-p3 .news-center .box {
	padding: 10px;
}

#contents-p3 .news-center .box dt {
	clear: left;
	float: left;
	margin: 0.7em 0 0.7em 0;
	padding: 0px 0px 0px 5px;
}

#contents-p3 .news-center .box dd {
	padding: 0.7em 0 0.7em 7.5em;
}

/* パターン３
content（モデュール NEWS_SCROLL部分）
------------------------------------------*/
#contents-p3 .news_scroll-center {
	padding: 0px 0px 0px 0px;
}

#contents-p3  .news_scroll-center .box {
	width: 778px;
	/width: 758px;
	height: 150px;
	padding: 10px;
	overflow: auto;
}

#contents-p3 .news_scroll-center dt {
	font-weight: bold;
	padding: 7px 0px 3px 0px;
}

#contents-p3  .news_scroll-center dd {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 15px;
}

/* パターン３
content（モデュール ARTICLE 部分）
------------------------------------------*/
#contents-p3 .article-center {
	padding: 0px 0px 0px 0px;
}

#contents-p3 .article-center .box {
	width: 780px;
	/width: 800px;
	height: auto;
	padding: 10px;
}

#contents-p3 .article-center h3 {
	background: none;
	font-weight: 200;
	letter-spacing: 0.1em;
	padding: 4px 0px 2px 10px;
	margin: 15px 0px 10px 0px ;
	/margin: 15px -17px 10px 0px ;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 120%;
	line-height: 1em;
}

#contents-p3 .article-center .box p {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0;
	line-height: 1.6;
	font-size: 100%;
}

#contents-p3 .article-center .box img {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/* パターン３
content（モデュール ARTICLE 部分）※
------------------------------------------*/
#contents-p3 .nostyle-center {
	padding: 0px 0px 0px 0px;
}

#contents-p3 .nostyle-center .box {
	width: 780px;
	/width: 800px;
	height: auto;
	padding: 10px;
}

#contents-p3 .nostyle-center h3 {
	background: none;
	font-weight: 200;
	letter-spacing: 0.1em;
	padding: 4px 0px 2px 10px;
	margin: 15px 0px 10px 0px ;
	/margin: 15px -17px 10px 0px ;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 120%;
	line-height: 1em;
}

#contents-p3 .nostyle-center .box p {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0;
	line-height: 1.6;
	font-size: 100%;
}

#contents-p3 .nostyle-center .box img {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

/* パターン３
content（モデュール COMPANY_INFO 部分）
------------------------------------------*/
#contents-p3 .company_info-center {
	padding: 0px 0px 0px 0px;
}

#contents-p3 .company_info-center table {
	width: 778px;
}

#contents-p3 .company_info-center table th {
	width: 120px;
	padding: 10px;
	letter-spacing: 0.1em;
}

#contents-p3 .company_info-center table td {
	padding: 10px;
	line-height: 1.5;
}

/* パターン３（デフォルト）
content（モデュール CONTACT 部分）
------------------------------------------*/
#contents-p3 .contact-center {
	padding: 0px 0px 0px 0px;
}

#contents-p3 .contact-center table {
	border: 1px solid #fefefe;
	width: 798px;
	margin: 10px 0px;
}

#contents-p3 .contact-center table th {
	width: auto;
	padding: 10px;
	letter-spacing: 0.1em;
}

#contents-p3 .contact-center table td {
	padding: 10px;
	line-height: 1.5;
}

#contents-p3 .contact-center table td textarea {
	width: 550px;
	height: 200px;
}

#contents-p3 .contact-center p {
	margin: 5px;
}

#contents-p3 .content-center input {
	align: center;
}

#contents-p3 .contact-center .inner-table {
	border: none;
	width: auto;
}

#contents-p3 .contact-center .inner-table td {
	padding: 0px;
	border: none;
	width: 200px;
	text-align: left;
}

/* パターン３（デフォルト）
content（モデュール FAQ 部分）
------------------------------------------*/
#contents-p3 .faq-center {
	padding: 0px 0px 0px 0px;
}

#contents-p3 .faq-center .box {
	width: 778px;
	/width: 778px;
	padding: 10px;
	line-height: 1.4;
}

#contents-p3 .faq-center dt {
	padding: 7px 0px 3px 0px;
	margin: 3px 0px 3px 5px;
}

#contents-p3 .faq-center dd {
	margin: 15px 0px 15px 5px;
	padding: 0px 0px 15px 0px;
}

/* パターン３（デフォルト）
content（モデュール FREE_BOX 部分）
------------------------------------------*/
#contents-p3 .free_box-center {
	padding: 0px 0px 20px 0px;
}

#contents-p3 .free_box-center .box {
	width: 758px;
	/width: 778px;
	margin: 15px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}

#contents-p3 .free_box-center p {
	margin: 0px 0px 0px 0px;
	font-size: 100%;
}

#contents-p3 .free_box-center td {
	line-height: 1.6;
}

/*************** ▲パターン３ 終了▲ ***************/


/*▼▼▼▼▼▼▼▼▼▼ オンラインショップ設定 START ▼▼▼▼▼▼▼▼▼▼*/
/* レイアウトＡ
/* right-col（モデュール SHOP 部分）
------------------------------------------*/
#contents-p1 #right-col .shop-center h3 {
	color: #760000;
}

#contents-p1 #right-col .shop-center {
	width: 570px;
	padding: 0px;
}

/*
#contents-p1 #right-col .shop-center a.view-cart {
	margin: 0px 0px 0px 5px;
	display: block;
	text-indent: -9999px;
	width: 206px;
	height: 32px;
	overflow:hidden;
	outline:none;
	background: url(/img/themed/show_cart_btn.gif) 0px 0px no-repeat;
}
*/

#contents-p1 #right-col .shop-center .view-cart {
	margin: 0px 0px 10px 5px;
	display: block;
	text-indent: -9999px;
	width: 206px;
	height: 32px;
	overflow: hidden;
	outline: none;
	border: none;
	background: url(/img/themed/show_cart_btn.gif) 0px 0px no-repeat;
}

#contents-p1 #right-col .shop-center input.view-cart {
	margin: 0px 0px 10px 5px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 206px;
	height: 32px;
	overflow: hidden;
	outline: none;
	border: none;
	background: url(/img/themed/show_cart_btn.gif) 0px 0px no-repeat;
}

#contents-p1 #right-col .shop-center a.view-cart:hover {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

#contents-p1 #right-col .shop-center .box {
	clear: both;
	/*margin: 5px 10px;
	padding: 10px;*/
	/*border: 1px solid #dedede;*/
	overflow: hidden;
}

#contents-p1  #right-col .shop-center .cart {
	width: 200px;
	height: 30px;
	overflow: hidden;
}

#contents-p1  #right-col .shop-center .cart-select {
	float: left;
}

#contents-p1  #right-col .shop-center .add-cart {
	float: right;
	cursor: pointer;
	text-indent: -9999px;
	text-align: left;
	width: 130px;
	border: none;
	height: 24px;
	display: block;
	background: url(/img/themed/cart_add_btn.gif) 0px 0px no-repeat;
}

#contents-p1  #right-col .shop-center .cart p.no-stock {
	font-size: 0.8em;
	margin: 0px 0px 0px 60px;
	letter-spacing: 0;
	color: #f00;
}

*+html:first-child body #contents-p1  #right-center .shop-left .add-cart {
	padding-left: 300px; /*適当*/
}

#contents-p1  #right-col .shop-center .paging {
	/*width: 150px;
	margin: 0 auto;
	text-align: center;*/
	margin: 10px;
}

#contents-p1  #right-col .shop-center .paging .current-page {
	font-weight: bold;
	color: #ce0000;
	margin: 0px 4px 0px 2px;
}

#contents-p1  #right-col .shop-center .paging a {
	margin: 0px 2px;
}

/* レイアウトＡ
left-col（モデュール SHOP 部分）
------------------------------------------*/
#contents-p1 #left-col .shop-left {
	padding: 0px;
}

#contents-p1 #left-col .shop-left .box {
	margin: 5px 0px 20px 0px;
	padding: 10px;
	border: 1px solid #dedede;
	overflow: hidden;
}

#contents-p1 #left-col .shop-left li.a-parent {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
}

#contents-p1 #left-col .shop-left li.a-parent a {
	padding: 0px 0px 0px 1em;
	text-decoration: none;
	background: url(/img/themed/item_arrow.gif) 0px 0px no-repeat;
}

#contents-p1 #left-col .shop-left li.a-child {
	text-decoration: none;
	padding: 0px 0px 0px 2em;
}

#contents-p1 #left-col .shop-left li.a-child a {
	text-decoration: none;
	background: url(/img/themed/item_arrow.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 1em;
}

#contents-p1 #left-col .shop-left li.a-sun {
	text-decoration: none;
	padding: 0px 0px 0px 4em;
}

#contents-p1 #left-col .shop-left li.a-sun a {
	text-decoration: none;
	background: url(/img/themed/item_arrow.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 1em;
}


/* copyright
------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	font-size: 10px;
	margin: 20px 0px 20px 0px;
	padding-bottom: 0px;
}

/* tinymce　の各テンプレート使用時の設定
template_01（商品紹介など（左に画像　右にテキスト））
------------------------------------------*/
table.template-01 {
}

table.template-01 td.right-content {
	padding: 0px 10px;
	vertical-align: top;
}

/* tinymce　の各テンプレート使用時の設定
template_02（商品紹介など（左に画像　右にテキスト））
------------------------------------------*/
table.template-02 {
}

table.template-02 td.left-content {
	padding: 0px 10px;
	vertical-align: top;
}

/* tinymce　の各テンプレート使用時の設定
template_04（商品紹介など（左に画像（4枚）　右にテキスト））
------------------------------------------*/
table.template-04 {
	margin: 0px;
	padding: 0px;
}

table.template-04 td.left-img {
	width: 200px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	vertical-align: top;
}

table.template-04 td.left-img img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

table.template-04 td.right-content {
	padding: 5px 0px 0px 5px;
	vertical-align: top;
	line-height: 1.4;
}

/*
staff（商品紹介など（左に画像　右にテキスト））
------------------------------------------*/
table.template-staff {
}

table.template-staff td.right-title {
	padding: 0px 10px;
	vertical-align: top;
	height: 15px;
}

table.template-staff td.right-name {
	padding: 0px 10px;
	vertical-align: top;
	height: 25px;
}

table.template-staff td.right-content {
	padding: 0px 10px;
	vertical-align: top;
}

/* tinymce　の各テンプレート使用時の設定
shop_div_01（商品一覧表示（1列4商品）div）
------------------------------------------*/
.item-box {
	width: 540px;
	margin: 5px auto 30px;
	overflow: hidden;
}

.item-box .left-item {
	width: 120px;
	float: left;
	margin-left: 5px;
}

.item-box .right-item {
	width: 120px;
	float: left;
	margin-left: 14px;
	_margin-left: 6px;
}

.item-box .item-inner-box {
	width: 120px;
}

* html .item-box .item-inner-box .item-img,
* html .item-box .item-inner-box .item-title {/* IE 6 */
	display:inline;
	zoom:1;
}

*:first-child+html .item-box .item-inner-box .item-img,
*:first-child+html .item-box .item-inner-box .item-title {/* IE 7 */
	display:inline;
	zoom:1;
}

.item-box .item-inner-box .item-img {
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: center;
	border: 4px #daf0ef solid;
}

#contents-p1 #right-col .item-box .item-inner-box .item-img img {
	max-width: 100px;
	max-height: 100px;
	border: 1px solid #222;
	margin: 5px;
}

.item-box .item-inner-box .item-img a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

.item-box .item-inner-box .item-title {
	width: 120px;
	margin: 5px 0px 4px 0px;
	font-size: 80%;
	/*display: table-cell;
	vertical-align: top;
	border: 1px solid #f00;*/
}

.item-box .item-inner-box .item-quantity {
	font-size: 80%;
}

.item-box .item-inner-box .item-price {
	margin: 8px 0px 0px 0px;
	color: #f00;
}

/* tinymce　の各テンプレート使用時の設定
shop_table_01（商品一覧表示（1列4商品））
------------------------------------------*/
table.item-table {
	border-spacing: 5px 5px;
	border-collapse: separate;
}

.item-table td {
	width: 130px;
	padding: 0px 5px;
}

.item-table span {
	line-height: 1.2;
}

.item-table .price {
	color: #f00;
	display: block;
	margin: 4px 0px 10px 0px;
}

.item-table td.img {
	text-align: center;
	border: 1px #E3E3E3 solid;
    border-width: 1px;
}

.item-table td.img img {
	/*width: 100px;*/
	max-width: 100px;
	max-height: 100px;
	border: 1px solid #222;
}

* html .item-table td.img img {
	width:100px;
	height: 100px;
}

/* Misc
------------------------------------------*/
.non-disp {
	display: none;
}

/* 入力項目の説明欄の例の文字色 */
.example {
	margin: 3px 0px;
	color: #666;
	font-weight: bold;
}

.contact-description {
	margin: 3px 0px;
	color: #666;
	font-weight: bold;
}

.char {
	color: #880000;
	font-size: 90%;
	font-weight: normal;
	margin: 0px 0px 2px 15px;
}

/* 入力項目の必須（※）の色 */
.must {
	color: #e00;
	font-weight: normal;
	padding: 0px 0px 0px 2px;
}

/* IME-modeはマックでうまく動作しないため一時保留 */
/* IMEオン （日本語入力モード） */
/*
.ime-on {
	ime-mode: active;
}
*/

/* IMEオフ （半角入力モード） */
/*
.ime-off {
	ime-mode: inactive;
}
*/
.submit-button {
	text-align: center;
}


/* ▼▼▼▼▼▼▼▼▼▼▼ 「お問い合わせ」送信完了画面 ▼▼▼▼▼▼▼▼▼▼▼ */
.mail-result {
	text-align: center;
	font-weight: bold;
	color: #c00;
	padding: 10px;
	border: 2px solid #ffd0ba;
	background: #fff7ec;
}

.mail-result .text {
	padding: 0px 0px 0px 2em;
	background: url(/img/themed/warning01.gif) left center no-repeat;
}


.mail-result .error-text {
	font-weight: normal;
	font-size: 0.9em;
	margin: 0px 1em;
}

