/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
border-top:4px solid #FF9000;
background: #F9F7EE;
font-family: Garamond, Georgia, Times, "Times New Roman", serif;
color: #666;
font-size: 15px;
line-height: 18px;
/*background:url(images/bgTop.jpg) repeat-x;*/
}

hr {
border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: dashed; /* 線種 */
   border-color: #ddd; /* 線色 */
   height: 1px; /* 高さ */
   margin:10px 0;
}

em {
font-size:13px;
}
	
/* layout */

#wrapper {
width: 680px;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 5px;
/*-webkit-box-shadow: 0px 0px 6px #777;
-moz-box-shadow: 0px 0px 6px #777;
background:#FFF;*/
}

nav {
width: 940px;
height: 50px;
margin: 0 auto;
background: #384E80;
}

header {
/*position:relative;*/
border-width:1px;
margin:40px auto 0;
width:680px;
height:280px;
background: #FFF url(images/index.jpg) repeat-y;
-webkit-box-shadow: 0px 0px 6px #777;
-moz-box-shadow: 0px 0px 6px #777;
}

#main {
/*width: 940px;*/
margin: 0 auto;
/*background: #FFF url(images/colbg.png) repeat-y;
overflow: hidden;*/
}

#content {
float: left;
/*width: 450px;
margin-left: 15px;*/
}

#sidebar1 {
float: left;
padding-left: 20px;
width: 180px;
}

#sidebar2 {
float: right;
padding-right: 30px;
width: 180px;
}

footer {
/*width: 940px;*/
text-align:center;
margin: 0 auto;
clear: both;
-webkit-box-shadow: 0px 0px 6px #777;
-moz-box-shadow: 0px 0px 6px #777;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
font-family:meiryo;
}

h1 {
font-size:15px;
}

h2 {
border-bottom: 2px dotted #ddd;
color: #2293CF;
}

h3 {color:#990000;}

a:link, a:visited {
color:#384E80;
text-decoration: none;
}

a:hover, a:active {
color: #5F822F;
text-decoration: underline;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 20px;
list-style:none;
background:url("images/mark_li_01.gif") no-repeat scroll 0px 5px;
}

/* nav */

nav .menu {
font-size: 16px;
font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 17px 0 0 20px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: right;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
color: #DCF4F4;
}

/** HEADER */

header h1 {
font-size:2em;
letter-spacing:0;
text-transform:none;
padding:40px 0 20px 0;;
}

header h1 a:link, header h1 a:visited {
text-decoration: none;
color: #384E80;
font-size: 58px;
}

header h1 a:hover { 
text-decoration: underline; 
}

hgroup {
width:400px;
margin:0 auto;
padding-left:260px;
display:block;
}

/** ARTICLES **/

article {
padding: 15px;
margin-bottom:40px;
-webkit-box-shadow: 0px 0px 6px #777;
-moz-box-shadow: 0px 0px 6px #777;
background:#FFF;
}

article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

img.price {
-webkit-box-shadow: none;
-moz-box-shadow: none;

}

.star img {
border: none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
/*margin-left: 24px;*/
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and footer widget blocks */

aside h3 {
color: #5F822F;
font-size: 18px;
}

aside ul {
list-style: inside url(images/arrow.gif);
}

#footer-area {
background: #339966;
color: #DCF4F4;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

footer aside h4 {
color: #DCF4F4;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #DCF4F4;
}

footer a:hover { 
text-decoration: underline; 
}

/* Button */
.links {margin:0 auto;text-align:center;clear:both;}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 28px/100% meiryo, Arial, Helvetica, sans-serif;
	padding: .2em 2em .65em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin:20px 0;
}
.button:link, .button:visited {
	text-decoration: none;
	color:#fff;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.medium {
font-size:24px;
padding:0.5em 1.5em 0.42em
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/**			table
-----------------------------------------*/
table.TablePlan {
	border-style:none;
	width:100%;
	color:#333;
	text-decoration:none;
	font-size:13px;
	/*font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka;
	font-weight:bold;*/
	vertical-align:middle;
	
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

table.TablePlan strong {
	font-weight:bold;
}

table.TablePlan th,
table.TablePlan td {

	padding:8px;
	vertical-align:middle;
		background-color:#fff;	
}
table.TablePlan th {
	width:25.9%;
	font-weight: bold;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	vertical-align:middle;
	
}
table.TablePlan td {
	padding-right: 5px;
	border-left:1px solid #CCC;
	text-align: left;
}

table.TablePlan thead th,
table.TablePlan thead td {
	background-color:#efefef;	
}

table.TablePlan thead th {
	font-weight:bold;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align: left;
	width: 71px;
}

table.TablePlan thead th.cel1 {
	text-align: left;
	border-left: 0;
	width: 160px;
}

#section2-2 table.TablePlan thead th {
	width: 130px;
}
#section2-2 table.TablePlan thead th.cel1 {
	width: 160px;
}

table.TablePlan tbody th {
	/*font-weight: normal;*/
	white-space: nowrap;
		background-color:#efefef;
}
table.TablePlan tbody th,
table.TablePlan tbody td {
	border-top-color:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

table.TablePlan tbody tr.RowFooter th,
table.TablePlan tbody tr.RowFooter td {
	background-color:#F1F1E1;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	font-weight:bold;
}
th.cel4 {
	background-color:#efefef;
	border-left:1px solid #ccc;
}
td.cel4 {
	background-color:#efefef;
}


table {
	clear: both;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
}
table td,
table th {
	vertical-align:top;
}


.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clear {
clear:both;
display:block;
height:0;
overflow:hidden;
visibility:hidden;
width:0;
}

/* ****************************************************

	2. products basic infomation (basicinfo)

***************************************************** */

div#basicinfo
{
	clear:both;
	width:634px;
	font-size:80%;
	/*margin-left:22px;
	margin-bottom:55px;*/
	margin:0 auto 20px;
	background:url(images/bg_basicinfo.gif) repeat-y;
}

div#basicinfo div.top
{
	width:634px;
	background:url(images/top_basicinfo.gif) no-repeat;
}

div#basicinfo div.btm
{
	width:634px;
	padding-bottom:0.3em;
	background:url(images/btm_basicinfo.gif) 0 100% no-repeat;
}

div#basicinfo div.row
{
	clear:left;
	width:630px;
	margin-left:2px;
	background:url(images/line_flat.gif) 0 100% repeat-x;
}

div#basicinfo dl
{
/*	float:left;*/
	position:relative;
	width:314px;
	width:630px;
	margin-left:2px;
	overflow:hidden;
}

div#basicinfo dt
{
	position:absolute;
	padding:0.8em 0;
	padding-left:28px;
	line-height:1.2;
	background:url(images/mark_li_01.gif) 14px 14px no-repeat;
	color:#0074be;
}

div#basicinfo dd
{
	margin-bottom:-1px;
	padding:0.8em 0;
	padding-left:9.6em;
	padding-left:10.6em;
	padding-right:1em;
	background:url(images/line_flat.gif) 0 100% repeat-x;
	color:#4e4e4e;
	line-height:1.2;
}


#graph  {
background-color:#E9F8E2;
height:200px;
margin:0 auto;
padding:11px 0 0 11px;
width:640px;
}
#graph ul {
margin:3px 0 11px;
}
#graph ul li {
display:inline;
float:left;
height:173px;
width:265px;
background:none !important;
}
#graph ul li.right {
display:inline;
float:right;
height:173px;
margin-right:61px;
width:265px;
}
#graph img {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}


#side-section01 {
background:url("images/side_section_footer.jpg") no-repeat scroll left bottom transparent;
height:123px;
margin-bottom:5px;
position:relative;
width:207px;
}
#side-section01 img {
-moz-box-shadow:none;
-webkit-box-shadow:none;
}
#side-section01 a:hover {
text-shadow:none;
background:none;
}
#side-section01 p {
background:url("images/side_section01_bg.jpg") no-repeat scroll left bottom transparent;
height:68px;
margin:0;
padding-left:10px;
padding-right:60px;
text-shadow:none;
font-size:x-small;
}
#side-section01 h3 {
height:45px;
margin:0;
padding:0;
}
.side-more {
bottom:5px;
clear:both;
height:13px;
left:125px;
position:absolute;
width:73px;
}
.side-more a {
background:url("images/more.gif") no-repeat scroll 0 0 transparent;
display:block;
height:13px;
text-indent:-9999px;
width:73px;
}

#side-section02 {
background:url("images/side_section_footer.jpg") no-repeat scroll left bottom transparent;
height:123px;
margin-bottom:5px;
position:relative;
width:207px;
}
#side-section02 img {
-moz-box-shadow:none;
-webkit-box-shadow:none;
}
#side-section02 a:hover {
text-shadow:none;
background:none;
}
#side-section02 p {
background:url("images/side_section02_bg.jpg") no-repeat scroll left bottom transparent;
height:68px;
margin:0;
padding-left:10px;
padding-right:60px;
text-shadow:none;
font-size:x-small;
}
#side-section02 h3 {
height:45px;
margin:0;
padding:0;
}
.postmeta {
margin:30px 35px 0 100px;
overflow:hidden;
text-shadow:1px 1px 1px #F71570;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}

/* --------------------------------------------------
    voice
-------------------------------------------------- */

.voiceWrapper {
    margin:0 auto 40px;
}

.voice {
    /*width: 930px;*/
    margin: 0 auto;
    background: url(images/bg_voice_repeat.jpg) repeat-y;
}

.voice p.voiceTextInfo {
    font-size: 12px;
    text-align: right;
    padding: 0 25px 0;
    line-height: 1.2;
}

.voice h2.voiceTitleUp {
    /*width: 878px;*/
    background: url(images/bg_update.gif) no-repeat 0 50%;
    margin: 0 auto 10px;
    padding-left: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
}

.voice .voiceBox01 {
    /*width: 890px;*/
    margin: 0 0 8px 25px;
}

.voice .voiceBox01 h3 {
    padding: 15px 40px 15px 95px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2 !important;
}

.voice .voiceBox01 h3.blue {
    background: url(images/bg_paper01_title_blue.jpg) no-repeat left 50%;
    padding: 15px 40px 15px 95px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2 !important;
    color: #33B1DB;
}

.voice .voiceBox01 h3.green {
    background: url(images/bg_paper01_title_green.jpg) no-repeat left 50%;
    padding: 15px 40px 15px 95px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2 !important;
    color: #66CC00;
}

.voice .voiceBox01 .voiceBoxInner {
    float: left;
    display: inline;
    width: 437px;
    margin-right: 6px;
    padding-bottom: 2px;
    background: url(images/bg_paper01_bottom.gif) no-repeat bottom;
}

.voice .voiceBox01 .voiceBoxInner img {
    float: left;
}

.voice .voiceBox01 .voiceBoxInner p {
    padding: 10px 20px 20px 170px;
}

.voice .voiceBox01 .voiceBoxInner p span {
    font-weight: bold;
}

.voice .voiceBox02 {
    /*width: 890px;*/
    margin: 0 0 8px 0;
}

.voice .voiceBox02 .voiceBoxInner {
    float: left;
    display: inline;
    width: 215px;
    margin-right: 7px;
    background: url(images/bg_paper02_bottom.gif) no-repeat bottom;
}

.voice .voiceBox02 .voiceBoxInner h3 {
    padding: 14px 16px 10px 68px;
    font-size: 14px;
    line-height: 1.5 !important;
    font-weight: bold;
}

.voice .voiceBox02 .voiceBoxInner h3.pink {
    background: url(images/bg_letter_pink.jpg) no-repeat 9px 50%;
    color: #FC3F69;
}

.voice .voiceBox02 .voiceBoxInner h3.orange {
    background: url(images/bg_letter_orange.jpg) no-repeat 9px 50%;
    color: #FF7300;
	border:none;
}

.voice .voiceBox02 .voiceBoxInner p.voiceTextDot {
    min-height: 150px;
    height: auto !important;
    height: 150px;
    margin: 0 22px 0 16px;
    background: url(images/bg_paper02_dot.gif) repeat;
    line-height: 1.7;
}

.voice .voiceBox02 .voiceBoxInner p.voiceTextName {
    margin: 0 24px 0 18px;
    padding: 10px 0;
    text-align: right;
}

.voice .voiceSecondBg {
    padding-top: 25px;
    background: url(images/bg_voice_second.jpg) no-repeat top;
}

.voice .voiceMore {
    margin: 0 auto 0;
    padding: 7px 0 0;
}

.voice .voiceMore p {
    padding: 12px 25px 15px 0;
    background: url(images/bg_more.gif) no-repeat center top;
    text-align: right;
}

.voice .voiceBack {
    margin: 0 auto 0;
    padding: 7px 0 0;
}

.voice .voiceBack p {
    padding: 12px 25px 15px 0;
    background: url(images/bg_more.gif) no-repeat center top;
    text-align: center;
}

.voice .voiceBacknumber {
    padding: 8px 0 8px;
}

.voice .voiceBacknumber h2 {
    text-align: center;
    margin-bottom: 12px;
}

.voice .voiceBacknumber ul {
    margin: 0 25px;
}

.voice .voiceBacknumber li {
    padding: 3px 0 5px;
    background: #FFF url(images/bg_line_01.jpg) repeat-x bottom;
}

.voice .voiceBacknumber li a {
    padding: 0 10px 0 27px;
    background: url(images/bg_arrow_right.gif) no-repeat 15px 50%;

}

.voice .voiceBacknumber li.last {
    background-image: none;
}

