@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgetsh

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #0f0f0f url('http://www.e-onestop.jp/wp-content/uploads/2010/08/bg.png') repeat-y;
                     background-position: center;
	color: #fff;
	text-align: center;
	}

#page {
	
	border: 0px solid #959596;
	text-align: left;
	}

#header {
	background-color: #0f0f0f;
height:130px;
	}
.logo{
	margin:10px 10px 13px 10px;
}

#headerimg 	{

	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #ffffff;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	background-color: #0f0f0f;
border: 1px solid #ddd;
}
/*青*/
.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h1 {
                      text-indent: -9999px;
  	font-size: 0.1em;
	}
#home {
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	overflow: hidden;
	padding-top: 0px;
	}

#headerimg .description {
	text-indent: -9999px;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.4em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
                     background:#0f0f0f;
border-left:1px solid #000000;
border-bottom:1px solid #000000;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #00BFFF;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;

	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}

#page {
	background-color: #0f0f0f;
	margin: 0px auto;
	padding: 0;
	width: 960px;
	border: 0px solid #959596;
	}

#header {
	background-color: #0f0f0f;
	margin: 0 0 0 0px;
	padding: 0;
	}

#headerimg {
	margin: 0;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 30px 20px 30px;
	margin: 0px 0 0;
	width: 530px;
                     background-color: #0f0f0f;
	}

.widecolumn {
	padding: 10px 30px 20px 50px;
	margin: 0 0 0 0px;
	width: 695px;
	background-color: #ffffff;
	}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.line{
text-align:center;
}
#footer {
	background: #0f0f0f;
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
	}

#footer p {
	background-color:#8f2d02;
	margin: 0;
	text-align: center;
	color:#0f0f0f;
	}
#footer ul{
	text-align:right;
	margin:15px 10px 15px 0;
}
#footer li{
	display: inline;
}
#footer li a:hover{
color:#d64100;
} 
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}
/*ページ*/
h2 {
	color:#d64100;
	margin: 30px 10px 10px 10px;
	border-bottom: 1px dashed #434343;
	text-align:left;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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
	}
img.line2top{
margin-top:-10px;
margin-left:60px;
width:465px;
height:2px;
}
img.line2bottom{
margin-top:-20px;
width:520px;
height:2px;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	background: #0f0f0f;
	padding: 5px 0 10px 10px;
	margin-left: 590px;
	width: 165px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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: 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 {
       color: #0f0f0f;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
#navi {
	background: #ffffff url('images/navi.gif') no-repeat bottom center;
	height: 30px;
	width: 960px;
	}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


.spo {
        margin-top: 20px;
        margin-bottom: 20px;
	background: #ddd ;
      height: 120px;
	width: 450px;
	border: 1px solid #ddd;
}
.hyou-out {
        margin-top: 20px;
	background: #e1e1e1 url('images/gra.gif')  repeat-x;
	width: 670px;
	border: 1px solid #ddd;
}
.hyou-in {
	background: #ffffff ;
	width: 658px;
	border: 1px solid #ddd;
        margin-top: 15px;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 20px;
}
p.hikaku {
	font-size: 2em;
	line-height: 1.0em;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: left;
}
.waku1 {
	border: 1px solid #ddd;
  	text-align: center;     
        vertical-align: middle; 
        padding: 5px;
        width: 40px;
}
.waku2 {
	border: 1px solid #ddd;
  	text-align: center;     
        vertical-align: middle; 
        padding: 5px;
}
.waku3 {
	border: 1px solid #ddd;
  	text-align: left;     
        vertical-align: middle; 
        padding: 5px;
}
.waku4 {
	border: 1px solid #ddd;
  	text-align: left;     
        vertical-align: top; 
        padding: 5px;
}
.waku5 {
	border: 1px solid #ddd;
  	text-align: left;     
        vertical-align: top; 
        padding: 5px;
}
table {
      border-collapse: collapse;
     border-spacing: 0px;
}
#bigcolunm {
     border: 0px #0f0f0f solid;
     border-collapse: collapse;
     border-spacing: 0px;
        width: 960px;
background-color: #0f0f0f ;
}
#leftcolumn {
border-top:0px solid #ffffff;
     width: 185px;
	background-color: #0f0f0f;
  	text-align: left;     
        vertical-align: top; 
}
#rightcolumn {
        vertical-align: top; 
        width: 775px;
　　　float:right;
background-color: #0f0f0f;
}
/*blog_top*/
#rightcolumn2 {
        vertical-align: top; 
        width: 775px;
        background: url('images/dblog2.gif') no-repeat top left;
background-color: #0f0f0f;
}
#sidebar-left {
        padding: 0px 5px 0 5px;
        margin-left: 0px;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
}
.glay {
        width: 774px;
        height: 50px;
	background-color: #0f0f0f;
     border: 0px;
     padding: 0px;
}
.btn_blog {
        width: 186px;
        height: 50px;
	background-color: #ffffff;
     border: 0px;
     padding: 0px;
}
.top {
        padding-top: 0px;
        padding-left: 1px;
        margin-left: 0px;
	border-left: 1px solid #ffffff;
	background-color: #ffffff;
        border-collapse: collapse;
        border-spacing: 0px;
}
.top-main {
        padding-top: 50px;
        padding-left: 100px;
}
ul.vert-one { margin: 0; padding: 0; list-style-type: none; display: block; 
font: bold font-size:100% Helvetica, Verdana, Arial, sans-serif;line-height:300%;
width:170px;
 font-size: 13px;
}

/*left_sidebar_line*/
ul.vert-one li{margin:0;padding:0;border-top:1px ridge #282828;
border-bottom:1px ridge #282828;}

/*left_sidebar_nover*/
ul.vert-one li a{display:block;text-decoration:none;color:#fff;
background:#0f0f0f url("http://www.e-onestop.jp/wp-content/uploads/2010/08/left_nover.png") no-repeat 0px 5px;padding:0 0 0 10px;width:160px;}

/*left_sidebar_hover*/
ul.vert-one li a:hover{
background:#000000 url("http://www.e-onestop.jp/wp-content/uploads/2010/08/left_hover2.png") no-repeat 0px 5px;}

ul.vert-one li a.current,ul.vert-one li a.current:hover{
background:#930 url("images/vert-one_arrow.gif") no-repeat 0px 15px;}

.col{
margin:0;
padding:0;
border-top:1px ridge #282828;
border-bottom:1px ridge #282828;
}

.col a{display:block;text-decoration:none;color:#fff;
background:#ffffff url("http://www.e-onestop.jp/wp-content/uploads/2010/08/left_nover.png") no-repeat 0px 5px;padding:0 0 0 10px;width:160px;}

.col a:hover{
background:#0f0f0f url("http://www.e-onestop.jp/wp-content/uploads/2010/08/left_hover2.png") no-repeat 0px 5px;}

.col a.current,ul.vert-one li a.current:hover{
background:#930 url("images/vert-one_arrow.gif") no-repeat 0px 15px;}

.blogtop {
    margin-top: 100px;
}
.toptop {
        margin-top: 30px;
        margin-bottom: 30px;
}
.toptop2 {
        margin-top: 30px;
        margin-bottom: 30px;
}
.clear { 
  clear:both
}
.shin {
        color: #0f0f0f;
        vertical-align: top; 
        margin-top: 30px;
        margin-bottom: 30px;
	background-color: #ffffff;
}
.shin-bun {
        margin: 0px;
        padding: 0px 20px 20px 20px;
        	font-size: 0.8em;
}
.shin-title {
       color: red;
	line-height: 1em;
  	text-align: center;    
        	font-size: 1.3em;
        padding-top: 30px;
        padding-bottom: 0px;
}
.shousai {
	line-height: 1em;
  	text-align: center;    
        	font-size: 1.0em;
        padding-top: 20px;
        padding-bottom: 20px;
}
.title-red {
       color: red;
	line-height: 1em;
        	font-size: 1.4em;
}
.title-yellow {
       color: yellow;
	line-height: 1em;   
        	font-size: 1.6em;
}
.douga {

}
.youtube {
  padding-top: 30px;
}
.setumei {
        vertical-align: top; 
  padding-top: 30px;
  padding-left: 30px;
}

/*menu-start*/
.arrowlistmenu{
width: 160px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font:14px Arial;
color: white;
background: black url('http://www.e-onestop.jp/wp-content/uploads/2010/08/blog_bgo.png') repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
margin-top:-1px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url('http://www.e-onestop.jp/wp-content/uploads/2010/08/titlebar-active.png');
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #dbdbdb;
background: url('http://www.e-onestop.jp/wp-content/uploads/2010/08/arrowbullet_dummy.png') no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px dotted #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #dbdbdb;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #dbdbdb;
background-color: #353535;
}
/*menu-end*/

#contact a{
margin-top:10px;
margin-bottom:10px;
display:block;
width:160px;
height:84px;
line-height:50px;
text-decoration:none;
background:url("http://www.e-onestop.jp/wp-content/uploads/2010/08/contact.png") no-repeat;
text-align:center;
}

#contact a:hover{
color:orange; 
background:url("http://www.e-onestop.jp/wp-content/uploads/2010/08/contact2.png") no-repeat;
}

#contact2 a{
margin-top:10px;
margin-bottom:10px;
display:block;
width:500px;
height:56px;
line-height:50px;
text-decoration:none;
background:url("http://www.e-onestop.jp/wp-content/uploads/2010/11/cont1.png") no-repeat;
text-align:center;
}

#contact2 a:hover{
color:orange; 
background:url("http://www.e-onestop.jp/wp-content/uploads/2010/11/cont2.png") no-repeat;
}



#blog_bn a{
margin-top:10px;
margin-bottom:10px;
display:block;
width:160px;
height:60px;
line-height:50px;
text-decoration:none;
background:url("http://www.e-onestop.jp/wp-content/uploads/2010/08/owner_blog.png") no-repeat;
text-align:center;}

#blog_bn a:hover{
color:orange; 
background:url("http://www.e-onestop.jp/wp-content/uploads/2010/08/blogbanner2.jpg") no-repeat;
}

.taleled td{
text-align:center;
border:5px solid #4c4c4c;
}
.taleled{
table-layout: fixed;
text-align:center;
width:530px;
}

link.taillink {
color:#ffffff;
}
/*表示切り替え*/
#content1 { display:block; }
#content2 { display:none; }
#content3 { display:none; }
#content4 { display:none; }
#content5 { display:none; }
#content6 { display:none; }

.h3title{
margin-top:30px;
margin-bottom:10px;
color:#d64100;
border-bottom:1px double #3f3f3f;
font-size:20px;
}
.rei{
color:#d46331;
margin-bottom:-20px;
margin-left:5px;
}
.other{
text-align:right;
}
.tail{
border:1px solid #e2808f;
text-align:center;
}
.tail td.center{
border:1px solid #e2808f;
text-align:center;
width:190px;
}
.tail td.left{
border:1px solid #e2808f;
text-align:left;
width:150px;
}
.head{
border:1px solid #88dcff;
text-align:center;
}
.head td.center{
border:1px solid #88dcff;
text-align:center;
width:165px;
}
.head td.center2{
border:1px solid #88dcff;
text-align:center;
}
.head td.left{
border:1px solid #88dcff;
text-align:left;
width:200px;
}
.sonota{
border:1px solid #e7823c;
text-align:center;
}
.sonota td.center{
border:1px solid #e7823c;
text-align:center;
width:330px;
}
.sonota td.center2{
border:1px solid #e7823c;
text-align:center;
}
.sonota td.left{
border:1px solid #e7823c;
text-align:left;
width:200px;
}
.color{
background:#1a1a1a;
}
.fontcolor{
color:#d64100;
}
font.contact{
color:#d64100;
font-size:12px;
font-weight:bold;
vertical-align:top;
}


table.table{
text-align:left;
width:450px;
}

table.table2{
text-align:left;
width:450px;
border-bottom:1px solid #b5b5b5;
border-left:1px solid #b5b5b5;
border-right:1px solid #b5b5b5;
}

.jj{
width:100px;
}
.takin{
table-layout: fixed;
width:450px;
}
.title{
border-top:1px solid #b5b5b5;
border-left:1px solid #b5b5b5;
border-right:1px solid #b5b5b5;
}
td.me{
border:1px solid #e7823c;
}
td.me2{
border:1px solid #e2808f;
}
.shoukai{
margin: 0 15px 15px 15px;
}
.sen{
border-bottom: 1px dashed #434343;
margin:10px 10px 30px 10px
}
.twi{
border:1px solid #000000;
}
.rei1{
	border:3px solid #666;
	width:500px;
                     margin-top:20px;
	
}
.rei1 tr{
	border:3px solid #666;
}
.rei1 td{
	border:1px solid #666;
	text-align:center;
                     width:160px;
                     border-left:3px solid #666;
                     border-right:3px solid #666;
                     vertical-align:top;
}
.shashu{
	text-align:center;
	color:#0ff;
	font-size:12px;
}
.gurei{
	text-align:center;
	color:#10d;
	font-size:12px;
}
.comment{
	font-size:12px;
	text-align:left;
}
.spage{
	font-size:12px;
	text-align:right;
}
.rei2{
	border:3px solid #666;
	width:520px;
                     margin-top:10px;	
}
.rei2 tr{
	border:3px solid #666;
}
.rei2 td{
	border:1px solid #666;
	text-align:center;
                     border-left:3px solid #666;
                     border-right:3px solid #666;
                     vertical-align:top;
}
.kaku{
font-size:12px;
}

.voice{
border:1px solid #e7823c;
margin:10px 0 0 0 ;
}

#meteorpattan{
width:500px;
text-align:center;
}
#meteorsub{
width:200px;
}

/*問い合わせのみ
----------------------------------*/
.contacttop{
border:1px solid #5d5d5d;
width:430px;
}
.tableleft{
height:30px;
width:100px;
border:1px solid #5d5d5d;
background:#191919;
color:#d64100;
font-size:12px;
font-weight:bold;
text-align:left;
}
.tableright{
border:1px solid #5d5d5d;
text-align:left;
}
.select{
width:280px;
border:1px solid #ff5353;

}
#text{
width:280px;
height:14px;
font-size:12px;
border:1px solid #ff7e00;
}
#nen{
width:60px;
height:16px;
font-size:12px;
text-align:right;
}
.kasen{
border:1px dotted #00000;
}

.sousin{
width: 80px;
height: 30px;
border: 0;
background: url(https://www.e-onestop.jp/wp-content/uploads/2010/08/contact1.png) no-repeat 0 0;

}

/*ご注文の流れ
---------------------------------------*/
.chu h3{
border-bottom:#ffffff dashed 2px;
margin-bottom:5px;
font-size:25px;
}

/*バナー
---------------------------------------*/
.banner{
margin-top:10px;
margin-bottom:10px;
}
/*new
---------------------------------------*/
#new{
border-bottom:1px dotted #990000;
border-top:1px dotted #990000;
margin-top:10px;
}