body {
	margin: 0;
	padding: 0;

	font: normal 13px sans-serif;
	color:#353535;
	background-color:white;
}
img {border:0; vertical-align:top; text-align:left;}


hr{
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: gray; /* 線色 */
   height: 1px; /* 高さ */
}
p{
padding:5px 3px;
margin:5px 3px;
line-height:160%;

}


#content-wrap {
	clear: both;
	width: 800px;
	padding: 0;
	margin: 0px auto 0px auto;
}
#wrap {
	width: 860px;
	background: #fff url(images/bg.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 800px;
	padding: 0; 
	margin: 0px auto 0px auto;
}


p, blockquote, ul, ol {
	line-height: 150%;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

a {
	color: #F49500;
	color:deepskyblue;
}

a:hover {
	text-decoration: none;
}


#message{

background-color:#000000;
color:#FFFFFF;
height:18px;
padding:3px 10px;
}
#message .right{
float:right;
width:250px;
color:#FFF;
text-align:right;
}
#message .left{
float:left;
width:500px;

}
/* Header */

#header {
	width: 800px;
	height: 80px;
	margin: 0 auto;
	background:#FFF url(images/head.jpg) 0 0 repeat-x;
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 15px 0 0 0;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 0;
	font-size: 22px;
}

#wakuh1 {
	float: left;
	padding: 15px 0 0 20px;
	margin:0;
	font-size: 10px;
	width:520px;
}

#wakuh2 {
	float: right;
	text-align: right;
	padding: 15px;
	margin:0;
	width:220px;
	font-size:smaller;


}
/* Menu */

#menu {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding:0;
	background:#FFF url(images/menu/menu01.jpg) 0 0 repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 24px 0 24px;
	background: url(images/menu/menu03.gif) no-repeat;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu img {
vertical-align: middle;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}
/* Content */

#content {
	width: 800px;
	margin: 0 auto 20px auto;
	padding: 0;
	background: #FFFFFF url(images/menu/img04.jpg) repeat-x left bottom;
}



/* Posts */

#posts {
	float: right;
	width: 520px;
	background: url(images/col_separate_wr.gif) repeat-y;
	padding-left: 15px;
}

#posts h1 {
	margin: 5px 0 0 0;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
	padding: 5px 0 15px 0; 	
}


#posts h2 {
	margin-top: 5px;
	font: Bold 110% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
	padding: 5px 0 5px 24px; 	
	border-bottom: 1px dotted #EFF0F1;
	background:  url(images/p.gif) no-repeat 3px 50%;	

}

#posts h3 {
	margin-top: 5px;
	font: Bold 100% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
	padding: 5px 0 5px 24px; 	
	border-bottom: 1px solid #EFF0F1;
	background:  url(images/red.gif) no-repeat 3px 50%;
	text-transform: none;
}


/*
#posts ul li{
	list-style-image: url(images/bullet.gif);
}


#posts li{
	margin: 5px 5px 5px 5px;
	padding: 10px 5px 10px 5px;
	list-style: none;
	border-bottom:1px dashed gray;

}
*/
#bullet ul{
    list-style:none;
    width:510px;
	padding:3px;
	margin:3px;
}
#bullet li{
    list-style:none;
    padding:5px 0 5px 30px;
	margin:5px;
    background:url(images/bullet.gif) no-repeat center left;
	border-bottom:1px dashed gray;
}

#triangle ul{
    list-style:none;
    width:490px;
	padding:3px;
	margin:3px;
}
#triangle li{
    list-style:none;
    padding:0 0 0 30px;
	margin:0;
    background:url(images/triangle.gif) no-repeat center left;
}

/* start - table */
#posts table {
	border-collapse: collapse;
	margin: 10px 5px 10px 5px;	
}
#posts th strong {
	color: #fff;
}
#posts th {
	background: #F49500;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid lightsalmon;
	border-bottom: solid 2px #FFF;
}
#posts tr {
	height: 30px;
}
#posts td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
#posts td.first,th.first {
	border-left: 0px;
}
#posts tr.row-a {
	background: #F8F8F8;
}
#posts tr.row-b {
	background: #fff;
}

img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
/* Links */

#links {
	float: left;
	width: 180px;
	padding-right: 10px;

}

#links table {
	border-collapse: collapse;
	margin: 10px 5px 10px 5px;
}

#links th {


}
#links tr {

}
#links td {
	padding:2px 2px 2px 2px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 5px;
	
}

#links li li {
	padding: 2px 2px;
	background: url(images/img06.gif) repeat-x left bottom;
	
}



#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}


#case01 dl {  
border:1px solid #999;  
width:500px;  
}  
#case01 dt {  
float:left;  
width:100px;  
padding:5px 0 5px 10px;  
clear:both;  
font-weight:bold;  
}  
#case01 dd {  
width:370px;  
margin-left:100px;  
padding:5px 5px 5px 10px;  
border-left:1px solid #999;
}  

/* Footer */


#bottom
{
width:100%;
color:white;
margin:0;
text-align:center;
padding:10px 0px 0 0px;
background-color: cornflowerblue;
font-size:12px;

}

.botom_wrap{
width:700px;
margin:0 auto;
}

#bottom UI{
line-height:1em;
padding:0;
margin:0;

}
#bottom LI{
font:osaka,MS PfSfVfbfN,arial,helvetica,sans-serif;
padding:0 5px 0 5px;
margin:0;
color:white;
display: inline;
font-size:12px;
border-right: 1px white solid;
}

#bottom LI a{
text-decoration: none;
font-size:12px;
color:white;
padding:0;
margin:0;

}

#bottom LI a:hover{
padding:0;
margin:0;
color:white;
text-decoration: underline;
}

#foot{
padding:10px;

}

.white {color: #FFFFFF}
.gray {color: #666666}

.line_x{ background:url(images/line_x.gif) 0 30px repeat-x; height:60px;}

table#table-01 {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: silver;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: white;
    text-align: center;
    white-space: nowrap;
}

#rightmenu {
	text-align:left;

	font-size:12px;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}


#rightmenu h3 {
	font-size:12px;
	color:#555;
	margin: 0;
	padding: 10px 5px 5px 10px;
	background: #F6F6FD url(images/menu-item_dt_bg.gif) repeat-y 0 100%;
}

#rightmenu ul {
	margin: 0;
	padding: 0;
	list-style-image : url(images/bullet.gif);	
}

#rightmenu LI{
	margin: 5px 5px 5px 35px;
	padding: 10px 5px 10px 5px;
	/*list-style: none;*/
	border-bottom:1px dashed gray;

}


#rightmenu  {
	/*border-top: 3px solid blue;*/
	margin: 0;
}
#rightmenu .section ul {
	margin: 0;
	padding: 0;
	list-style-image : url(images/pdf_icon_s.gif)
}

#rightmenu .section h2 {
	margin-left: 1px;
	padding: 2px 2px 2px 2px;
	background: #F6F6FD url(images/sub-content_h2_bg.gif) repeat-x 0 100%;
	font-weight: bold;
}
#rightmenu .content{
padding:5px;
margin:5px;
}

#main2
{
	font-size:12px;
	text-align:left;
	margin: 5px;
	padding: 5px;
	line-height: 200%;
	width: 770px;
	float: left;

}
#main2 h1
{
	font-size:16px;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
}
#main
{
	font-size:12px;
	text-align:left;
	margin: 10px;
	padding: 10px;
	line-height: 200%;
	width: 530px;
	float: left;

}
#main h1
{
	font-size:16px;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
}

#main h2 {
	padding: 6px 0 8px 17px;
	background: url(images/h2_bg.gif) no-repeat 0 100%;
	font-size: 115%;
}
#main h3 {
	padding: 2px 0 3px 25px;
	font-size: 105%;
}
#main h4 {
	font-size: 105%;
}
/*#main P {
	margin: 3px 10px 3px 10px;
	padding: 10px;;
}*/
#main .section {
	margin: 10px;;
}
#maintxt
{
	font-size:12px;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	line-height: 200%;
	background-color:white;

}

#maintxt p{
	padding: 10px 20px 10px 20px;

}

#maintxt h4{
	color: #CA0000;

}

#maintxt li{ list-style-position: outside; } 

.necessary{

color: orangered;
	font-weight: bold;

}
input, select, textarea {
font-size: 100%;
}
a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
}



.policy dt {
       float: left;
       width: 5em;
	   padding:5px;
	   font-weight:bold;
}
.policy dd {
       margin-left: 5em;
	   padding:5px;
}

.policy dl {
       margin-left: 10px;
	   padding:0;
}

#profile dt {
       float: left;
       width: 14em;
	   padding:5px;
	   font-weight:bold;
}
#profile dd {
       margin-left: 14em;
	   padding:5px;
}

#profile ul {
       margin-left: 10px;
	   padding:0;
}

.separate {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(../images/line_dot_01.gif) repeat-x 0 100%;
}

.mail{
padding:5px;

}
.coral{
background-color:#ff6347;
line-height:14px;
    border: 1px #dc143c solid;
	color:#FFFFFF;
	padding:10px;
	margin:0px;

}



img.vertical1 { vertical-align: baseline; }
img.vertical2 { vertical-align: top; }
img.vertical3 { vertical-align: middle; }
img.vertical4 { vertical-align: bottom; }
img.vertical5 { vertical-align: text-top; }
img.vertical6 { vertical-align: text-bottom; }

/*----------------------------*/
/* paddin&margin */
/*----------------------------*/
.paddin-bottom5px{padding-bottom: 5px;}
.paddin-bottom10px{padding-bottom: 10px;}
.paddin-bottom15px{padding-bottom: 15px;}
.paddin-height5px{padding: 5px 0;}
.paddin-height10px{padding: 10px 0;}
.paddin-height15px{padding: 15px 0;}
.paddin-height20px{padding: 20px 0;}
.paddin-height20px-right{padding: 20px 0px 20px 395px;}
.paddin0-margin0{padding:0;margin:0;}
.paddin0-margin5{padding:0;margin:5px;}
.paddin0-margin10{padding:0;margin:10px;}
.paddin0-margin15{padding:0;margin:15px;}
.paddin0-margin20{padding:0;margin:20px;}
.paddin5-margin0{padding:5px;margin:0;}
.paddin10-margin0{padding:10px;margin:0;}
.paddin15-margin0{padding:15px;margin:0;}
.paddin20-margin0{padding:20px;margin:0;}
.paddin5-margin5{padding:5px;margin:5px;}
.paddin10-margin10{padding:10px;margin:10px;}
.paddin15-margin15{padding:15px;margin:15px;}
.paddin20-margin20{padding:20px;margin:20px;}

/*----------------------------*/
/* Title decoration box */
/*----------------------------*/
.box-on {float: left; min-width: 0.3em; margin-right: 0.2em; padding: 0px 0.2em 0px 0.3em;}
.box-off {display: none;}
/* html box-on {width: 1%;} /* IE6-Hack for min-width. Also compliant with IE7-Beta2 */ */

/*-----------------------------*/
/* Horizontal alignments */
/*-----------------------------*/
.align-left {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align: center;}
/*------------------*/
/* border */
/*------------------*/
.bor-dott-red{border:dotted #FF0000;}
.bor-bottom-gray{border-bottom:1px gray solid}
.bor-top-gray{border-top:1px gray solid}
.bor-top-bottom-gray{border-top:1px gray solid;border-bottom:1px gray solid}
/*------------------*/
/* Text size */
/*------------------*/
.txt-size01 {font-size:8px;}
.txt-size02 {font-size:9px;}
.txt-size03 {font-size:10px;}
.txt-size04 {font-size:11px;}
.txt-size05 {font-size:12px;}
.txt-size06 {font-size:13px;}
.txt-size07 {font-size:14px;}
.txt-size08 {font-size:15px;}
.txt-size09 {font-size:16px;}
.txt-size10 {font-size:17px;}


.txt-size20 {font-size:20px;}
.txt-size21 {font-size:21px;}
.txt-size22 {font-size:22px;}
.txt-size23 {font-size:23px;}
.txt-size30 {font-size:30px;}
.txt-size35 {font-size:35px;}
.txt-size40 {font-size:40px;}



.txt-smaler {font-size:smaller;}

.txt-larger {font-size:larger;}
.txt-smaler-letter-space {font-size:smaller;
letter-spacing:-2px;
padding-right:10px;}
/*------------------*/
/* Text colors */
/*------------------*/
.txt-white {color: rgb(255,255,255);}
.txt-black {color: rgb(0,0,0);}

.txt-grey01 {color: rgb(242,242,242);}
.txt-grey02 {color: rgb(230,230,230);}
.txt-grey03 {color: rgb(217,217,217);}
.txt-grey04 {color: rgb(204,204,204);}
.txt-grey05 {color: rgb(191,191,191);}
.txt-grey06 {color: rgb(178,178,178);}
.txt-grey07 {color: rgb(153,153,153);}
.txt-grey08 {color: rgb(127,127,127);}
.txt-grey09 {color: rgb(89,89,89);}
.txt-grey10 {color: rgb(51,51,51);}

.txt-yellow01 {color: rgb(254,252,232);}
.txt-yellow02 {color: rgb(253,249,201);}
.txt-yellow03 {color: rgb(253,246,185);}
.txt-yellow04 {color: rgb(252,243,162);}
.txt-yellow05 {color: rgb(251,239,139);}
.txt-yellow06 {color: rgb(250,236,116);}
.txt-yellow07 {color: rgb(249,233,93);}
.txt-yellow08 {color: rgb(249,230,69);}
.txt-yellow09 {color: rgb(248,227,46);}
.txt-yellow10 {color: rgb(247,224,23);}

.txt-blue01 {color: rgb(238,237,249);}
.txt-blue02 {color: rgb(222,220,242);}
.txt-blue03 {color: rgb(205,202,236);}
.txt-blue04 {color: rgb(189,185,229);}
.txt-blue05 {color: rgb(172,167,223);}
.txt-blue06 {color: rgb(155,149,217);}
.txt-blue07 {color: rgb(139,132,210);}
.txt-blue08 {color: rgb(122,114,204);}
.txt-blue09 {color: rgb(106,97,197);}
.txt-blue10 {color: rgb(89,79,191);}

.txt-green01 {color: rgb(237,246,229);}
.txt-green02 {color: rgb(220,238,204);}
.txt-green03 {color: rgb(202,229,178);}
.txt-green04 {color: rgb(185,220,153);}
.txt-green05 {color: rgb(167,211,127);}
.txt-green06 {color: rgb(149,203,102);}
.txt-green07 {color: rgb(132,194,76);}
.txt-green08 {color: rgb(114,185,51);}
.txt-green09 {color: rgb(97,177,25);}
.txt-green10 {color: rgb(79,168,0);}
.txt-red {color:red;}
.txt-red01 {color: rgb(252,235,233);}
.txt-red02 {color: rgb(248,216,211);}
.txt-red03 {color: rgb(245,196,188);}
.txt-red04 {color: rgb(242,177,166);}
.txt-red05 {color: rgb(238,157,144);}
.txt-red06 {color: rgb(235,137,122);}
.txt-red07 {color: rgb(232,118,100);}
.txt-red08 {color: rgb(229,98,77);}
.txt-red09 {color: rgb(225,79,55);}
.txt-red10 {color: rgb(222,59,33);}

/*-------------------------*/
/* Background colors */
/*-------------------------*/
.bg-white {background-color: rgb(255,255,255);}
.bg-black {background-color: rgb(0,0,0);}

.bg-grey01 {background-color: rgb(242,242,242);}
.bg-grey02 {background-color: rgb(230,230,230);}
.bg-grey03 {background-color: rgb(217,217,217);}
.bg-grey04 {background-color: rgb(204,204,204);}
.bg-grey05 {background-color: rgb(191,191,191);}
.bg-grey06 {background-color: rgb(178,178,178);}
.bg-grey07 {background-color: rgb(153,153,153);}
.bg-grey08 {background-color: rgb(127,127,127);}
.bg-grey09 {background-color: rgb(89,89,89);}
.bg-grey10 {background-color: rgb(51,51,51);}

.bg-yellow01 {background-color: rgb(254,252,232);}
.bg-yellow02 {background-color: rgb(253,249,201);}
.bg-yellow03 {background-color: rgb(253,246,185);}
.bg-yellow04 {background-color: rgb(252,243,162);}
.bg-yellow05 {background-color: rgb(251,239,139);}
.bg-yellow06 {background-color: rgb(250,236,116);}
.bg-yellow07 {background-color: rgb(249,233,93);}
.bg-yellow08 {background-color: rgb(249,230,69);}
.bg-yellow09 {background-color: rgb(248,227,46);}
.bg-yellow10 {background-color: rgb(247,224,23);}

.bg-blue01 {background-color: rgb(238,237,249);}
.bg-blue02 {background-color: rgb(222,220,242);}
.bg-blue03 {background-color: rgb(205,202,236);}
.bg-blue04 {background-color: rgb(189,185,229);}
.bg-blue05 {background-color: rgb(172,167,223);}
.bg-blue06 {background-color: rgb(155,149,217);}
.bg-blue07 {background-color: rgb(139,132,210);}
.bg-blue08 {background-color: rgb(122,114,204);}
.bg-blue09 {background-color: rgb(106,97,197);}
.bg-blue10 {background-color: rgb(89,79,191);}

.bg-green01 {background-color: rgb(237,246,229);}
.bg-green02 {background-color: rgb(220,238,204);}
.bg-green03 {background-color: rgb(202,229,178);}
.bg-green04 {background-color: rgb(185,220,153);}
.bg-green05 {background-color: rgb(167,211,127);}
.bg-green06 {background-color: rgb(149,203,102);}
.bg-green07 {background-color: rgb(132,194,76);}
.bg-green08 {background-color: rgb(114,185,51);}
.bg-green09 {background-color: rgb(97,177,25);}
.bg-green10 {background-color: rgb(79,168,0);}

.bg-red01 {background-color: rgb(252,235,233);}
.bg-red02 {background-color: rgb(248,216,211);}
.bg-red03 {background-color: rgb(245,196,188);}
.bg-red04 {background-color: rgb(242,177,166);}
.bg-red05 {background-color: rgb(238,157,144);}
.bg-red06 {background-color: rgb(235,137,122);}
.bg-red07 {background-color: rgb(232,118,100);}
.bg-red08 {background-color: rgb(229,98,77);}
.bg-red09 {background-color: rgb(225,79,55);}
.bg-red10 {background-color: rgb(222,59,33);}

/*---------------------------*/
/* Bottom border colors */
/*---------------------------*/
.line-box {border-bottom: solid 1px rgb(200,200,200); padding-bottom: 15px; margin: 0px 0px 15px 0px;}

.line-white {border-bottom: solid 1px rgb(255,255,255); padding-bottom: 2px; margin: 0px 0px 1px 0px;}
.line-black {border-bottom: solid 1px rgb(0,0,0); padding-bottom: 2px; margin: 0px 0px 1px 0px;}

.line-grey01 {border-bottom: solid 1px rgb(242,242,242); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey02 {border-bottom: solid 1px rgb(230,230,230); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey03 {border-bottom: solid 1px rgb(217,217,217); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey04 {border-bottom: solid 1px rgb(204,204,204); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey05 {border-bottom: solid 1px rgb(191,191,191); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey06 {border-bottom: solid 1px rgb(178,178,178); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey07 {border-bottom: solid 1px rgb(153,153,153); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey08 {border-bottom: solid 1px rgb(127,127,127); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey09 {border-bottom: solid 1px rgb(89,89,89); padding-bottom: 2px; margin-bottom: 1px;}
.line-grey10 {border-bottom: solid 1px rgb(51,51,51); padding-bottom: 2px; margin-bottom: 1px;}

.line-yellow01 {border-bottom: solid 1px rgb(254,252,232); padding-bottom: 2px; margin-bottom: 1px;}
.line-yellow02 {border-bottom: solid 1px rgb(253,249,201); padding-bottom: 2px; margin-bottom: 1px;}
.line-yellow03 {border-bottom: solid 1px rgb(253,246,185); padding-bottom: 2px; margin-bottom: 1px;}
.line-yellow04 {border-bottom: solid 1px rgb(252,243,162); padding-bottom: 2px; margin-bottom: 1px;}
.line-yellow05 {border-bottom: solid 1px rgb(251,239,139); padding-bottom: 2px; margin-bottom: 1px;}
.line-yellow06 {border-bottom: solid 1px rgb(250,236,116); padding-bottom: 2px; margin-bottom: 1px;}
.line-yellow07 {border-bottom: solid 1px rgb(249,233,93); padding-bottom: 2px; margin-bottom: 1px;}
.line-yellow08 {border-bottom: solid 1px rgb(249,230,69); padding-bottom: 2px; margin-bottom: 1px;}
.line-yellow09 {border-bottom: solid 1px rgb(248,227,46); padding-bottom: 2px; margin-bottom: 1px;}
.line-yellow10 {border-bottom: solid 1px rgb(247,224,23); padding-bottom: 2px; margin-bottom: 1px;}

.line-blue01 {border-bottom: solid 1px rgb(238,237,249); padding-bottom: 2px; margin-bottom: 1px;}
.line-blue02 {border-bottom: solid 1px rgb(222,220,242); padding-bottom: 2px; margin-bottom: 1px;}
.line-blue03 {border-bottom: solid 1px rgb(205,202,236); padding-bottom: 2px; margin-bottom: 1px;}
.line-blue04 {border-bottom: solid 1px rgb(189,185,229); padding-bottom: 2px; margin-bottom: 1px;}
.line-blue05 {border-bottom: solid 1px rgb(172,167,223); padding-bottom: 2px; margin-bottom: 1px;}
.line-blue06 {border-bottom: solid 1px rgb(155,149,217); padding-bottom: 2px; margin-bottom: 1px;}
.line-blue07 {border-bottom: solid 1px rgb(139,132,210); padding-bottom: 2px; margin-bottom: 1px;}
.line-blue08 {border-bottom: solid 1px rgb(122,114,204); padding-bottom: 2px; margin-bottom: 1px;}
.line-blue09 {border-bottom: solid 1px rgb(106,97,197); padding-bottom: 2px; margin-bottom: 1px;}
.line-blue10 {border-bottom: solid 1px rgb(89,79,191); padding-bottom: 2px; margin-bottom: 1px;}

.line-green01 {border-bottom: solid 1px rgb(237,246,229); padding-bottom: 2px; margin-bottom: 1px;}
.line-green02 {border-bottom: solid 1px rgb(220,238,204); padding-bottom: 2px; margin-bottom: 1px;}
.line-green03 {border-bottom: solid 1px rgb(202,229,178); padding-bottom: 2px; margin-bottom: 1px;}
.line-green04 {border-bottom: solid 1px rgb(185,220,153); padding-bottom: 2px; margin-bottom: 1px;}
.line-green05 {border-bottom: solid 1px rgb(167,211,127); padding-bottom: 2px; margin-bottom: 1px;}
.line-green06 {border-bottom: solid 1px rgb(149,203,102); padding-bottom: 2px; margin-bottom: 1px;}
.line-green07 {border-bottom: solid 1px rgb(132,194,76); padding-bottom: 2px; margin-bottom: 1px;}
.line-green08 {border-bottom: solid 1px rgb(114,185,51); padding-bottom: 2px; margin-bottom: 1px;}
.line-green09 {border-bottom: solid 1px rgb(97,177,25); padding-bottom: 2px; margin-bottom: 1px;}
.line-green10 {border-bottom: solid 1px rgb(79,168,0); padding-bottom: 2px; margin-bottom: 1px;}

.line-red01 {border-bottom: solid 1px rgb(252,235,233); padding-bottom: 2px; margin-bottom: 1px;}
.line-red02 {border-bottom: solid 1px rgb(248,216,211); padding-bottom: 2px; margin-bottom: 1px;}
.line-red03 {border-bottom: solid 1px rgb(245,196,188); padding-bottom: 2px; margin-bottom: 1px;}
.line-red04 {border-bottom: solid 1px rgb(242,177,166); padding-bottom: 2px; margin-bottom: 1px;}
.line-red05 {border-bottom: solid 1px rgb(238,157,144); padding-bottom: 2px; margin-bottom: 1px;}
.line-red06 {border-bottom: solid 1px rgb(235,137,122); padding-bottom: 2px; margin-bottom: 1px;}
.line-red07 {border-bottom: solid 1px rgb(232,118,100); padding-bottom: 2px; margin-bottom: 1px;}
.line-red08 {border-bottom: solid 1px rgb(229,98,77); padding-bottom: 2px; margin-bottom: 1px;}
.line-red09 {border-bottom: solid 1px rgb(225,79,55); padding-bottom: 2px; margin-bottom: 1px;}
.line-red10 {border-bottom: solid 1px rgb(222,59,33); padding-bottom: 2px; margin-bottom: 1px;}

/* table */


table.separateBox {
	border-collapse: separate;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-spacing: 0;
	background: #FFF;
	margin: 10px 0;
	font-size:12px;
}
table.separateBox th {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	background-color:lavender;
	padding: 3px 5px;
	line-height: 1.3;
	color:#696969;
	margin:0;
}
table.separateBox td {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	padding: 3px 5px;
	line-height: 1.3;
	margin:0;
}

table.separateshipBox {
	border-collapse: separate;
	border-spacing: 0;
	background: #FFF;
	margin: 10px 0;
	font-size:11px;
}
table.separateshipBox th {
	background-color:lavender;
	padding: 2px 5px;
	line-height: 1.3;
	color:#696969;
	margin:0;
}
table.separateshipBox td {
	padding: 2px 5px;
	line-height: 1.3;
	margin:0;
}
.price {font-size:16px;
font-weight:bold;
background-color: rgb(248,227,46);
padding:3px 10px;
margin:10px 0;


}

.sisetu_left {
	float: left;
	padding: 0px;
	margin:-15px;
	font-size: 10px;
	width:130px;
}

.sisetu_right {
	float: left;
	padding: 0px;
	margin:0;
	width:140px;
	font-size: 10px;


}
.image_space{
padding:0 10px;

}

.boxA {
 width:530px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 padding-bottom:15px;

}

.boxB {
 width:265px;
 float:left;
}

.boxC {
 width:265px;
 float:right;
 text-align:right;
}