@charset "utf-8";

/* ---------- reset ---------- */

* {
	margin:0;
	padding:0;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body {
	text-align:center;
	background:#ffffff url(http://www.relax-nagomi.jp/img/body_bg.jpg) repeat-x left top;
	color: #666666;
	font-family: sans-serif;
}

#main-container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: transparent;
}

a {
	text-decoration:none;
	color:#017DA7;
}
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


a:hover {
	color:#017DA7;
	text-decoration: underline;
	background-color: #ffffff;
}

/* ---------- body_end ---------- */

#main-content {
	background-color: none;
	width: 565px;
	float: right;
	text-align: left;
	margin-top: 15px;
}

/* ---------- header ---------- */

#header {
	text-align: left;
	width: 800px;
	height: 250px;
}

#header img {
	float: left;
	border: none;
}

#head-module p {
	float: right;
	text-align: left;
	font-size: 60%;
}

#head-module p a {
}

/* ---------- header_end ---------- */

/* ---------- search ---------- */
.site-search{
	claer: both;
	background: transparent url("img/search-bg.gif") no-repeat top left;
	padding: 5px 0px;
	text-align:left;
	color:#ffffff;
}

.site-search form {
	margin-left: 600px;
}

.site-search label {
	text-decoration: none;
	font-size: 60%;
}
.site-search #search {border:1px solid #999999; width:120px; font-size:80%; color:#999999;}

.site-search input.submit {
	 position: relative;
	 top: 4px;
	 left: 0px;
}

/* ---------- search_end ---------- */

/* ---------- banner ---------- */

#banner {
	display:block;
	width:800px;
}

#banner h1 {
	text-align: left;
	color: #5ebfff;
	font-size:16px;
	font-weight: bold;
	position: relative;
	left: 0px;
	padding-left: 5px;
	letter-spacing: 0.03em;
}

#banner a { color:#017DA7;}

#banner a:hover {
	color:#5ebfff;
	background: transparent;
}

#banner h2 {
	text-align:left;
	color: #333333;
	font-size: 80%;
	font-weight: normal;
	position: relative;
	left: 0px;
	padding-left: 5px;
}

/* ---------- banner_end ---------- */

/* ---------- main ---------- */
/* ---------- content ---------- */

.content-head {
	width:565px;
	background: #ffffff url(img/content-head.gif) no-repeat left top;
	padding-top: 28px;
}

.content {
	margin:10px 0 30px 0;
}

.content p {
	font-size:12px;
	line-height:140%;
	margin-bottom:5px;
	}
	
.content p.navi { font-size:80%;line-height:100%;margin-bottom:5px; }

.category-title {
	border-bottom:1px solid #cccccc;
	padding-bottom:2px;
	margin-bottom:20px;
	margin-top:10px;
	}
	
.category-title p {
	background: transparent url(img/title-bg.gif) no-repeat top left;
	font: bold 90% #666666 "ＭＳ ゴシック";
	letter-spacing: 0.08em;
	vertical-align: middle;
	padding: 3px 0 3px 15px; 
	line-height:100%;
}

.content h1{
	background: #cccccc url(img/title_h1.gif)  no-repeat left top;
	color:#666666;
	font-size:90%;
	padding: 10px 3px 10px 20px;
	margin-bottom:10px;
}

.content h2{
	background: transparent url(img/title_h2.gif)  no-repeat center left;
	color:#26759e;
	font-size:90%;
	padding: 8px 5px 6px 27px;
	margin-bottom:20px;
}

.content h2 a {
	color:#3354ff;
	background-color: transparent;
}

.content h3{
	background: transparent url(img/title_h3.gif) no-repeat left top;
	color: #666666;
	font-size:12px;
	padding: 8px 5px 5px 5px;
	margin-bottom: 20px;
	border-bottom: solid 1px #2E83FF;
}

.content h4{
	background: transparent url(img/title_h4.gif) no-repeat left top;
	color: #666666;
	font-size:12px;
	padding: 4px 5px 4px 15px;
	margin-bottom:10px;
	border-bottom: solid 1px #2E83FF;
}

.content h5{
	background: transparent url(img/title_h5.gif) no-repeat center left;
	color: #666666;
	font-size:80%;
	padding-left: 20px;
	margin-bottom: 10px;
}

.content h6{
	background: transparent url(img/title_h6.gif) no-repeat center left;
	color: #666666;
	font-size:80%;
	padding-left: 20px;
	margin-bottom: 10px;
}

.entry {  }

.entry-header a {
	background-color: transparent;
}

.entry-header a:hover {
	background-color: transparent;
}

.entry-body a {
	text-decoration: none;
}

.entry-info {
	background:url(img/entry_info_bg.gif) no-repeat;
	margin-top:10px;
	padding: 5px 0 20px 0;
}

.entry-info ul { list-style-type: none; }

.entry-info li {
	color:#666666;
	font-size:70%;
	display:inline;
	margin-right: 5px;
}

#content-head {
	display:block;
	background: #ffffff url(img/content-head.gif) no-repeat top left;
	width:565px;
	height:17px;
}

.content blockquote {
	font-size:80%;
	padding: 10px ;
	margin: 10px 0;
	background: transparent url(img/blockquote-bg.gif) repeat-y center center;
	border-top: solid 1px #4894FF;
	border-bottom: solid 1px #4894FF;
}

.search {
	padding-top: 1px;
}

/* ---------- content_end ---------- */

/* ---------- sidebar ---------- */

#sidebar {
	width:202px;
	float:left;
	text-align:center;
	margin-top: 15px;
}
#sidebar img
{
        margin:7px auto;
        
}
#sidebar a img
{
        border-style:none;
}

.info h3 {
	font-size: 2px;
	text-indent: -7000em;
	background: transparent url(img/info.gif) no-repeat top left;
	width: 202px;
	height: 24px;
	margin-top: 15px;
}

.info img {
	margin-top: 8px;
}

.info p {
	margin-top: 8px;
	font-size: 60%;
	text-align: left;
	line-height: 150%;
}

.syndicate {
	margin-bottom: 10px;
}

.syndicate h3 {
	font-size: 2px;
	text-indent: -7000em;
	background: transparent url(img/link.gif) no-repeat top left;
	width: 202px;
	height: 24px;
	margin-top: 15px;
}

.syndicate a {
	text-decoration: none;
	font-size: 2px;
	display: block;
	width: 186px;
	height: 41px;
	text-indent: -7000em;
	background: transparent url(img/rss-syndi.gif) no-repeat left top;
	margin:8px 10px 0px 10px;
}

.syndicate a:hover {
	background: transparent url(img/rss-syndi.gif) no-repeat left bottom;
}

.powered {
	margin-bottom: 15px;
}

.powered li{
	font-size:70%;
}

.powered ul {
	list-style: none;
}

/* ---------- main-menu ---------- */

.main-menu {
	background: transparent url(img/main-menu-btm.gif) no-repeat left bottom;
	width: 202px;
	padding-bottom: 16px;
}

.main-menu h3 {
	font-size: 2px;
	display: block;
	width: 202px;
	height: 39px;
	text-indent: -7000em;
	background: transparent url(img/main-menu3.gif) no-repeat top left;
	margin: 0px;
}

.main-menu ul {
	list-style-type: none;
}

.main-menu li {
	text-align: left;
	padding: 0 2px 2px 2px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.main-menu ul li a {
	font-size: 80%;
	color: #666666;
	display: block;
	background: transparent url(img/menu-btn-out.gif) no-repeat top left;
	border-bottom: 2px solid #4FCCF8;
	vertical-align: middle;
	padding: 12px 5px 8px 30px;
}
.main-menu li a:hover {
	text-decoration: none;
	color:#017DA7;
	background: transparent url(img/menu-btn-over.gif) no-repeat top left ;
	border-bottom: 2px solid #4894FF;
	vertical-align: middle;
	padding: 12px 5px 8px 30px;
}

.main-menu-btm {
	font-size: 2px;
	display: block;
	width: 202px;
	height: 16px;
	text-indent: -7000em;
	background: transparent url(img/main-menu-btm.gif) no-repeat top left;
	margin: 0px;
}

/* ---------- main-menu_end ---------- */
/* ---------- left_end ---------- */

/* ---------- footer ---------- */

.footer {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #D9D9D9;
	background:#ffffff url(http://www.relax-nagomi.jp/img/footer_bg.jpg) repeat-x left bottom;
}

.footer p {
	text-align: center;
	font-size: 80%;
	padding: 10px 0 20px 5px;
}

/* ---------- footer_end ---------- */

/* ---------- news ---------- */

.content h3.whats-new-tit {
	font-size: 2px;
	text-indent: -7000em;
	background: transparent url(img/blogtitle.jpg) no-repeat top left;
	height:35px;
	border:none;
	margin-bottom:10px;
	padding:0;
}

.new-txt {
	margin-bottom: 1px;
}

.new-txt p {
	background: transparent url(img/whatnewlist.gif) no-repeat top left;
	padding: 3px 4px 4px 15px;
	font-size:12px;
}

div.news-box
{
        width:565px;
	margin-bottom:20px;
	padding-bottom:10px;
	border:1px solid #ccc;
}

div.news-box-inner ul
{
	list-style-type:none;
	width:565px;
}

div.news-box-inner li
{
	line-height:150%;
	list-style-position:outside;
	display:block;
}

/* ---------- news_end ---------- */

/* ---------- sub-menu ---------- */

#sub-menu {
	padding-bottom:17px;
	background: transparent url(img/subtit-shadow.gif) repeat-x bottom left;
	margin-bottom:5px;
}

#sub-menu h3 { display:none; }
#sub-menu ul { list-style:none; }
#sub-menu li {
	display: inline;
	margin: 2px 15px 2px 0;
}

#sub-menu li a {
	background:url(img/subtit-mark-out.gif) no-repeat center left;
	text-decoration: none;
	padding-left:15px;
	white-space: nowrap;
	font-size: 80%;
}

#sub-menu li a:hover {
	color:#017DA7;
	background:url(img/subtit-mark-over.gif) no-repeat center left;
	text-decoration:underline;
}

/* ---------- sub-menu_end ---------- */

/* ---------- trackback ---------- */

#trackback-url {
	border:1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

fieldset { margin-top:20px; }

legend {
	font-size:80%;
}

#comment-author {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-email {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-url {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-text {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-preview,#comment-post,#comment-cancel  {
	width:100px;
	font-size:80%;
}

#comments-open-data ul { list-style-type: none; }

ul.comments-open-footer  {
	padding-top: 15px;
}

.comments-open-footer li {
	display:inline;
	list-style-type: none;
	margin-right: 15px;
}

.comments-post label {
	font-size:80%;
	margin:10px 0;
}

.cclicense { margin:10px 0px;padding:3px; border:1px solid #999BB4;background:#D3D5FA;}

.cclicense p { font-size:60%; }

/* ---------- comment_end ---------- */

/* ---------- archive_list ---------- */

.archive-list {
	margin:0px;
	padding:10px;
	background-color: #EBF3FF;
	border-top:1px solid #4894FF;
	border-bottom:1px solid #4894FF;
	list-style: none;
}

.archive-list-item {
	font-size:80%;
	color: #4894FF;
	margin:0px;
	padding:3px 0px;
	border-bottom:1px solid #4894FF;
}

/* ---------- archive_list_end ---------- */

/* ---------- archive_list_end ---------- */

#comment-box {
	padding: 10px 0 20px 0;
	margin-left: 30px;
}

.comments-post-content {
	margin-bottom: 30px;
}
/* ---------- archive_list_end ---------- */

.search-result {
margin-bottom:15px;
}

/* --------- lib -------------------- */

div#lib
{
        width:202px;
        font-size:80%;
        text-align:left;
        background-color:#e2f3ff;
        margin:10px auto;
		border:1px solid #5ebfff;
}
div#lib-inner
{
        padding:5px;
}

/* -------------------------------- */

/* -------- qr -------------------- */

div#qr{
        width:202px;
        font-size:80%;
        text-align:left;
        margin:10px auto;      
}
div#qr img
{
         margin-left:40px;
         text-align:center;
}

/* --------- option -------------------- */
.img-left{
	float:left;
	margin:0 20px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #2E83FF;
	}

.mgb-10 {
    margin-bottom:10px;
	}

.mgb-20 {
    margin-bottom:20px;
	}

.pdl-20 {
	padding-left:20px;
	}

.clear {
	clear:both;
	}

a img {
	border:none;
	}

/* --------- table -------------------- */
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	color:#666;
	font-size:12px;
	}
	
table.tbl-normal th{
	padding:5px;
	text-align:left;
	line-height:130%;
	font-weight:bold;
	border:1px solid #666;
	}
	
table.tbl-normal td{
	padding:5px;
	text-align:left;
	line-height:140%;
	border:1px solid #666;
	}

table.tbl-normal2 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	color:#666;
	font-size:12px;
	}
	
table.tbl-normal2 td{
	padding:5px;
	text-align:left;
	line-height:140%;
	}

table.tbl-cam {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	color:#666;
	font-size:12px;
	border:1px solid #cccccc;
	}

table.tbl-cam th{
	padding:5px;
	text-align:left;
	font-weight:bold;
	border-bottom:3px solid #4c95ff;
	background:#ebf3ff;
	}
	
table.tbl-cam td{
	padding:5px;
	text-align:left;
	line-height:140%;
	}

table.tbl-price {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	color:#666;
	font-size:12px;
	}
	
table.tbl-price th{
	padding:5px;
	text-align:left;
	line-height:130%;
	font-weight:bold;
	border:1px solid #666;
	}
	
table.tbl-price td{
	padding:5px;
	text-align:center;
	line-height:140%;
	border:1px solid #666;
	}

.font12 {
	font-size:12px;
	}

.backcolor {
	background-color: #CAE4FF;
	}

.border-gray {
	border-bottom:1px solid #666;
	}

/* --------- form -------------------- */
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	width:90%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	}

table.tbl-form th{
	padding:5px;
	text-align:left;
	}

table.tbl-form {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	color:#666;
	font-size:12px;
	}

#btn {
	width:100px;
	}
	
table.tbl-form td{
	padding:5px;
	text-align:left;
	}

div.form-box {
	border:1px solid #ccc;
	padding:5px;
	width:545px;
	margin:10px 0 0 8px;
	}

/* --------- category -------------------- */
.entry-box {
	margin-bottom:20px;
	}

div.point {
	background-color:#D7D7D7;
	margin-bottom:20px;
	}
	
p.coupon-title {
	font-size:14px;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	margin-bottom:20px;
	color:#3354ff;
	}
	
div#coupon {
	border:1px solid #2E83FF;
	margin-bottom:5px;
	width:545px;
	margin-left:10px;
	}
	
div.link-box ul {
	font-size:12px;
	list-style:none;
	}
	
div.link-box ul li {
	margin-bottom:12px;
	padding-left:25px;
	background:url(img/subtit-mark-out.gif) no-repeat 10px 3px;
	height:15px;
	line-height:15px;
	}