@charset "utf-8";
/*
Theme Name:SEOWP
Theme URI: http://www.seowp.jp/
Version: 1.0
Description: Fixed 2 column right sidebar theme - Design #1
Author: ETNET Co., Ltd.
Author URI: http://www.etnet.co.jp/
Tags: fixed width, two columns, right
*/


/*
	GENERAL STYLES
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body				{ line-height: 1; }
ol, ul				{ list-style-image:none; list-style-type:none; list-style-position:outside; }
blockquote, q		{ quotes: none; }
blockquote:before,
blockquote:after,
q:before, q:after	{ content: ''; content: none; }
:focus				{ outline: 0; }
ins					{ text-decoration: none; }
del					{ text-decoration: line-through; }
table				{ border-collapse: collapse; border-spacing: 0; }

/*
	LAYOUT TOOLS
*/
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; font-size: 1px;line-height:1px;}
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }

/*
	PRINT TOOLS
*/
.page-break 		{ page-break-before: always; }

/*
	TYPOGRAPHIC TOOLS
*/
.error				{ border: 1px solid #fb4343; padding: 3px; color: #fb4343; }
.warning			{ border: 1px solid #d4ac0a; padding: 3px; color: #d4ac0a; }
.success			{ border: 1px solid #149b0d; padding: 3px; color: #149b0d; }
.callOut			{ font-size: 125%; font-weight: bold; }
.strikeOut			{ text-decoration: line-through; }
.underline			{ text-decoration: underline; }
.resetTypeStyle		{ font-weight: normal; font-style: normal; font-size: 100%; 
					  text-decoration: none; background-color: none; word-spacing: normal; 
					  letter-spacing: 0px; text-transform: none; text-indent: 0px; }

/* 
	STYLING EXTRAS
*/
/*
a[href^="mailto"]	{ background: url(images/emailIcon.png) left center no-repeat; padding-left: 10px; }
a[href~=".pdf"]		{ background: url(images/pdfIcon.png) left center no-repeat; padding-left: 10px; }
a.button			{ color: black; border: 1px solid black; padding: 3px; }
	a.button:hover	{ background: black; color: white; }
.transpBlack		{ background: url(images/transpBlack.png); }
*/

/*
	DISPLAY VALUES
*/
.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden; }

/*
	CAPTIONS
*/
.aligncenter,
div.aligncenter		{ display: block; margin-left: auto; margin-right: auto; }
.wp-caption			{ border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px;
					  margin:0 10px 10px 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px;
					  -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img		{ margin: 0; padding: 0; border: 0 none; }
.wp-caption
p.wp-caption-text	{ font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }

/*
	IMAGES
*/
p img				{ padding: 0; max-width: 100%; border:1px solid #C9C9C9; }
img.centered		{ display: block; margin-left: auto; margin-right: auto; }
img.aligncenter		{ display: block; margin-left: auto; margin-right: auto; text-align:center; }
img.alignright		{ padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft		{ padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright			{ float: right; }
.alignleft			{ float: left; }

/*
	CLEARFIX
*/
div					{ zoom:1; } /*for IE 5.5-7*/
div:after			{ content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }/*for modern browser*/

/*****************************************************************************/

/*
	ORIGINAL
*/
table				{ border:1px solid #C9C9C9; margin:10px auto; }
table th			{ background: #EEEEEE; border:1px solid #C9C9C9; font-weight:bold; padding:4px; text-align:center; }
table td			{ background: #FFFFFF; border:1px solid #C9C9C9; padding:4px; }
blockquote			{ text-align: left; padding:10px; margin:20px; border-left: 10px solid #0a0c0d; }
blockquote p		{ margin:.4em 0 .4em 0; }
blockquote ul		{ margin:10px 20px; text-align:justify; }
blockquote ul li	{ list-style-type:disc; list-style-position:outside; background:#FFFFFF; margin:0 0 5px 15px; vertical-align:top; }
.imedisabled		{ ime-mode: disabled; }
.input				{ border:1px solid #CCCCCC; padding:2px 4px; }
.textarea			{ border:1px solid #CCCCCC; padding:2px 4px; }
.note				{ border:1px solid #CCCCCC; background: #EEEEEE; margin:10px; }
.entry-body .note p	{ margin:10px; }
.entry-body .note ul li,
.entry-body .note ol li { background:#EEEEEE; }
.more-link			{ }
.bold				{ font-weight:bold; }

body				{ margin:0; padding:0; border:0; width:100%; line-height:1.3em;
					  font-size:0.9em; background:#EEEEEE; text-align:center; }
a					{ color:#FF3300; text-decoration:underline; }
a:hover				{ text-decoration:none; }
h1, h2, h3,
h4, h5, h6			{ margin:.8em 0 .2em 0; padding:0; }
p					{ margin:.4em 0 .8em 0; padding:0; }
img					{ margin:10px 0 5px; }

#container			{ position:relative; width:950px; margin:0 auto; padding:0; border:0;
					  background: url(images/frame.png) repeat-y center; }

/*
	HEADER
*/
#headerbox			{ width:930px; margin:0 auto; padding:30px 0 0; }
#header				{ position:relative; width:930px; height:240px; color:#FFFFFF;
					  background:#FFFFFF url(images/header_bg.jpg) no-repeat; margin:0; padding:0; text-align:right; }
#header h1			{ font-size:1.2em; margin:0; padding:10px 20px 0 0; }
#header p			{ margin:0 0 0 410px; padding:0 20px 0 0; width:500px; text-align:right; }
#header h2			{ font-size:1.2em; position:absolute; bottom:10px; right:20px; }
#header h3			{ margin:0 0 0 20px; padding:0; position:absolute; top:140px; left:20px; font-weight:normal;
					  color:#FFFFFF; width:300px; text-align:left; }
#header img			{ margin:0 0 0 15px; padding:0; position:absolute; top:60px; left:10px; }
* html body #header img {behavior: expression(IEPNGFIX.fix(this)); }
#header a			{ color:#FFFFFF; }
#header a:hover		{ background:none; }
#header h2 a:hover	{ color:#fff; background:#0a0c0d; text-decoration:none; }

/*
	TOP HEADER
*/
#top_header				{ position:absolute; top:0px; right:10px; text-align:right; background:#FFFFFF; width:930px;  }
#top_header ul			{ list-style-type: none; margin:5px 15px; }
#top_header ul li		{ display:inline; border-right:1px solid #999999; padding: 0 10px; }
#top_header ul li.last	{ border-right:0; }
#top_header ul li a		{ color:#0a0c0d; }

/*
	NAVIGATION
*/
#navi				{ background:#FFFFFF; position:absolute; top:290px; left:25px; width:900px;
					  margin:0 auto; padding:0; height:35px; overflow:hidden; }
#navi ul			{ width:900px; height:35px; position:relative; background:url(images/navi.gif); margin:0; padding:0; }
#navi ul li			{ float:left; }
#navi ul li a		{ position:absolute; top:0; margin:0; padding:0; display:block; height:35px;
					  background:url(images/navi.gif) no-repeat; text-indent:-9999px; overflow:hidden; }
#navi ul li#navi1 a	{ left:0px; width:116px; background-position:0 0; }
#navi ul li#navi2 a	{ left:116px; width:99px; background-position:-116px 0; }
#navi ul li#navi3 a	{ left:215px; width:98px; background-position:-215px 0; }
#navi ul li#navi4 a	{ left:313px; width:124px; background-position:-313px 0; }
#navi ul li#navi5 a	{ left:437px; width:98px; background-position:-437px 0; }
#navi ul li#navi6 a	{ left:535px; width:99px; background-position:-535px 0; }
#navi ul li#navi7 a	{ left:634px; width:113px; background-position:-634px 0; }
#navi ul li#navi8 a	{ left:747px; width:153px; background-position:-747px 0; }
#navi ul li#navi1 a:hover	{ background-position:0 -35px; }
#navi ul li#navi2 a:hover	{ background-position:-116px -35px; }
#navi ul li#navi3 a:hover	{ background-position:-215px -35px; }
#navi ul li#navi4 a:hover	{ background-position:-313px -35px; }
#navi ul li#navi5 a:hover	{ background-position:-437px -35px; }
#navi ul li#navi6 a:hover	{ background-position:-535px -35px; }
#navi ul li#navi7 a:hover	{ background-position:-634px -35px; }
#navi ul li#navi8 a:hover	{ background-position:-747px -35px; }
#navi ul li#navi1 a.current	{ background-position:0 -35px; }
#navi ul li#navi2 a.current	{ background-position:-116px -35px; }
#navi ul li#navi3 a.current	{ background-position:-215px -35px; }
#navi ul li#navi4 a.current	{ background-position:-313px -35px; }
#navi ul li#navi5 a.current	{ background-position:-437px -35px; }
#navi ul li#navi6 a.current	{ background-position:-535px -35px; }
#navi ul li#navi7 a.current	{ background-position:-634px -35px; }
#navi ul li#navi8 a.current	{ background-position:-747px -35px; }

/*
	CONTAINER
*/
#colmask			{ clear:both; width:930px; margin:0 10px 0; overflow:hidden; padding-top:55px; background:#FFFFFF; text-align:left; }
#contents_wrapper	{ width:690px; float:left; padding:20px 0;}
#contents			{ margin:0 15px; }

/*
	ENTRY
*/
.entry				{ margin:0 0 20px 0; text-align:center; line-height: 1.5em; }
.entry h2			{ font-size:1.2em; background: url(images/h2-bg.gif) no-repeat center top; margin:0;
					  color:#FFFFFF; height:42px; line-height:42px; padding:0 10px 10px 40px; overflow:hidden; text-align:justify; }
.entry h2 a			{ color:#FFFFFF; }
.entry h2 a:hover	{ background:none; }
.entry h2.pagetitle	{ background: url(images/h2-bg-pagetitle.gif) no-repeat center top; }
.entry h2.cart		{ background: url(images/h2-bg-cart.gif) no-repeat center top; }
.entry p.exerpt		{ border:1px dotted #0a0c0d; padding:10px; margin:10px; text-align:left; }
.entry-body 		{ text-align:center; }
.entry-body p		{ margin:1.0em 1.2em 1.2em 1.2em; text-align:left; }
.entry-body blockquote p {margin:0;}
.entry-body ul		{ margin:10px 20px; text-align:left; }
.entry-body ol		{ margin:10px 20px; text-align:left; }
.entry-body dl		{ margin:10px 20px; text-align:left; }
.entry-body dl dt	{ font-weight:bold;}
.entry-body dl dd	{ margin:0 20px 10px;}
.entry-body ul li	{ list-style-type:disc; list-style-position:outside; background:#FFFFFF; margin:0 0 10px 25px; vertical-align:top; }
.entry-body ol li	{ list-style-type:decimal; list-style-position:outside; background:#FFFFFF; margin:0 0 10px 25px; }
.entry-body h3 {background: url(images/h3-bg.gif) no-repeat center top; padding:0 10px; margin:25px 10px 10px; color:#FFFFFF; height:32px; line-height:32px; overflow:hidden; text-align:justify; clear:both; }
.entry-body h4 {background: url(images/h4-bg.gif) no-repeat center top; padding:0 10px; margin:25px 10px 10px; color:#FFFFFF; height:32px; line-height:32px; overflow:hidden; text-align:justify; clear:both; }
.entry-body h5 {background: url(images/h5-bg.gif) no-repeat center top; padding:0 10px; margin:25px 10px 10px; color:#FFFFFF; height:32px; line-height:32px; overflow:hidden; text-align:justify; clear:both; }
.entry-body h6 {background: url(images/h6-bg.gif) no-repeat center top; padding:0 10px; margin:25px 10px 10px; color:#FFFFFF; height:32px; line-height:32px; overflow:hidden; text-align:justify; clear:both; }
.entry-footer {text-align:right;}

ul.tags { text-align:right;}
ul.tags li {float:right; background:url(images/tag.gif) no-repeat left center; padding-left:18px; margin-left:5px;}
span.datetime {background:url(images/datetime.gif) no-repeat left center; padding-left:18px;}
span.category {background:url(images/category.gif) no-repeat left center; padding-left:18px;}
span.author {background:url(images/author.gif) no-repeat left center; padding-left:18px;}
span.rss {background:url(images/rss_feed.gif) no-repeat left center; padding-left:22px;}

div.post_navi {background:#EEEEEE; border:1px solid #0a0c0d; margin-top:-10px;}
div.post_previous {float:left; width:45%; margin:10px 0 10px 10px;}
div.post_next {float:right; width:45%; text-align:right; margin:10px 10px 10px 0;}

div.breadcrumb {margin-bottom:15px;}

div.related_posts {}
div.related_posts_head {line-height:2em; margin:0 0 10px 0; padding:3px 10px; background:#EEEEEE; font-weight:bold;}
ul.st-related-posts {background:#FFFFFF; position:relative; margin-left:15px;}
ul.st-related-posts li {padding-left: 25px; margin:0; background:#FFFFFF url(images/post.gif) no-repeat;}
div.related_posts {margin:30px 0;}

div.adv1 {
	background:#EEEEEE;
	margin:30px 20px;
	padding:0 10px;
	border:1px solid #0a0c0d;
	border-bottom:2px solid #0a0c0d;
	border-right:2px solid #0a0c0d;
}

#searchform {text-align:center; padding:10px 0; background:#EEEEEE}
.comment {margin:30px 0;}
.comment p {padding-left:15px;}
.nocomments {display:none;}
.comments-head {line-height:2em; background:#EEEEEE; margin:0 0 10px 0; padding:3px 10px;}
.comment-footer {margin:-5px 0 20px 0;}

.ddsg-wrapper ul			{ margin:5px 10px; }
.ddsg-wrapper ul li			{ list-style-image:none; list-style-type:none; }
.ddsg-wrapper ul li			{ margin-left:20px; background:#FFFFFF url(images/post.gif) no-repeat;padding-left: 25px;}

ul.archive li {list-style-image:none; list-style-type:none; background:#EEFDDC url(images/post.gif) no-repeat;padding-left: 25px;}

.wpcf7-form .input1			{ border:1px solid #CCCCCC; padding:2px 4px; width:150px; }
.wpcf7-form .input2			{ border:1px solid #CCCCCC; padding:2px 4px; width:300px; }
.wpcf7-form .textarea		{ border:1px solid #CCCCCC; padding:2px 4px; width:500px; height:200px; }

/*
	SIDEBAR
*/
.sidebar					{ float:right; padding-top:20px; }
.sidebar ul					{ height: auto !important; height: 1%; }
li.box						{ margin:0 15px 20px 15px; width:210px; background:#EEEEEE; }
li.box p					{ margin:.4em .6em .8em .6em; }
li.box h3					{ padding:5px 0; text-align:center; margin:0; color:#FFFFFF;
							  background:#FFFFFF url(images/sidebar-title.gif) no-repeat top; }
li.box h3 a					{ color:#FFFFFF; }
li.box ul					{ margin: 10px 6px; }
li.box ul li				{ padding-left: 20px; margin:0 0 5px 0;}
li.box ul li ul				{ margin-left: -10px; }
li.box ul li				{ background: #EEEEEE url(images/post.gif) no-repeat;}
li.box ul li.comment		{ background:url(images/comment.gif) no-repeat; }
li.box ul li.cat-item		{ background:#EEEEEE url(images/category.gif) no-repeat; }
li.box ul li.hometab		{ background:url(images/home.gif) no-repeat; }
li.box ul li.sitemap-page	{ background:url(images/sitemap.gif) no-repeat; }
li.box ul li.contact-page	{ background:url(images/contact.gif) no-repeat; }
li.box ul.st-tag-cloud li	{ background:url(images/tag.gif) no-repeat; }
li.box div.st-tag-cloud		{ margin:.4em 1em .8em 1em; }

/*
	FOOTER
*/
#footer						{ background:#0a0c0d url(images/footer_bg.png) repeat-x top; clear:both; color:#FFFFFF;
							  margin:0 auto; padding:20px 0; position:relative; text-align:right; width:930px; }
#footer	a					{ color:#FFFFFF; }
#footer a:hover				{ background:#FFFFFF; color:#0a0c0d; line-height:1;}
#footer ul					{ list-style-type: none; margin: 10px 10px; }
#footer ul li				{ display:inline; border-right:1px solid #666666; padding: 0 10px; }
#footer ul li.last			{ border-right:0; }
#footer h3					{ margin:0 20px; padding:0;}
#footer img					{ position:absolute; top:16px; left:20px; margin:0; padding:0; }
#footer img a				{ text-decoration:none; }
* html body #footer img		{ behavior: expression(IEPNGFIX.fix(this)); }

/*
	OTHERS
*/
table.comparison			{ width:600px; margin:0 auto 30px; }
table.comparison th,
table.comparison td			{ padding:7px; }
table.comparison tbody th	{ text-align:left; }
table.comparison tbody th span	{ margin-left:20px; }
table.comparison tbody td	{ text-align:center; }
table.comparison tfoot td	{ text-align:center; }

ul.net_shop_admin_product_list li { width:100%;}
ul.net_shop_admin_product_list h3 { background: url(images/h3-bg.gif) no-repeat center top; padding:0 10px; margin:10px 10px; color:#FFFFFF; height:32px; line-height:32px; overflow:hidden; }
ul.net_shop_admin_product_list h3 a { color:#FFFFFF; }

.recommend					{ margin: 10px auto; overflow:hidden; }
.recommend dl				{ float: left; margin:10px 17px; text-align: center; width:120px; }
.recommend dl dt			{ text-align:center; }
.recommend dl dt img		{ border: 1px solid #cfcfcf; }

.wp-pagenavi {text-align:center; line-height:2em;}

.wp-pagenavi a,
.wp-pagenavi a:link			{ padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none;
							  border: 1px solid #0a0c0d; color: #0a0c0d; background-color: #FFFFFF; }
.wp-pagenavi a:visited		{ padding: 2px 4px 2px 4px;	margin: 2px; text-decoration: none;
							  border: 1px solid #0a0c0d; color: #0a0c0d; background-color: #FFFFFF; }
.wp-pagenavi a:hover		{ border: 1px solid #0a0c0d; color: #FFFFFF; background-color: #0a0c0d; }
.wp-pagenavi a:active		{ padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none;
							  border: 1px solid #0a0c0d; color: #0a0c0d; background-color: #FFFFFF; }
.wp-pagenavi span.pages		{ padding: 2px 4px 2px 4px;	margin: 2px 2px 2px 2px; color: #EaEcCd; }
.wp-pagenavi span.current	{ padding: 2px 4px 2px 4px;	margin: 2px; font-weight: bold;
							  border: 1px solid #EaEcCd; color: #EaEcCd; background-color: #FFFFFF; }
.wp-pagenavi span.extend	{ padding: 2px 4px 2px 4px; margin: 2px; border: 1px solid #EaEcCd;
							  color: #EaEcCd; background-color: #FFFFFF; }

.business-calendar				{ background: #CACACA; border-collapse: collapse; color: #000000; 
								  font-size: 11px; margin: 0 20px -1px; padding: 0; text-align: center; float:left; width:200px; }
.business-calendar caption		{ border-top: 1px solid #CACACA; border-left: 1px solid #CACACA; border-right: 1px solid #CACACA;
								  margin: 0; padding: 3px; text-align: center; }
.business-calendar th			{ background: #EEEEEE; border: 1px solid #CACACA; font-weight: normal; padding: 3px; }
.business-calendar td			{ background: #FFFFFF; border: 1px solid #CACACA; margin: 0; padding: 3px; }
.business-calendar .today		{ background: #EAEAEA; }
.business-calendar .saturday	{ color: #0000FF; }
.business-calendar .holiday		{ color: #FF0000; }
.business-calendar-desc			{ margin: 5px; }
