/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

.dot {
background:url("images/dotline.gif") repeat-x scroll left bottom;
margin-bottom:40px;
padding-bottom:20px;
}
.pagecondarea  {
border:3px solid #F4DFA7;background-color:#FFF8E5;padding:4px;
}

body {
line-height: 1;
font: 13px/1.67 "Helvetica Neue", "Helvetica", "Arial", sans-serif;
color: #545454;
line-height: 18px;
/*background:url(images/bgTop.jpg) repeat-x;
background:url("images/body_bg01.gif") repeat;*/
background:url("images/bg.jpg") repeat-x scroll left top transparent;
margin:0 auto;
}

hr {
border-width: 1px 0px 0px 0px; /* 太さ */
border-style: dashed; /* 線種 */
border-color: #BBE38E; /* 線色 */
height: 1px; /* 高さ */
margin:10px 0;
}
	
/* layout */

#wrapper {
width: 750px;
margin: 40px auto;
padding:0 15px;
-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:0 auto;
width:810px;*/
height:260px;
z-index:1;
background: #FFF url(images/header.jpg) repeat-y;
}

#main {
/*width: 940px;*/
margin: 0 auto;
/*background: #FFF url(images/colbg.png) repeat-y;*/
overflow: hidden;
}

#content {
float: left;
width: 580px;
/*margin-left: 15px;*/

background:#FFF;
}

#sidebar1 {
float: left;
margin:0 20px 0 0;
width: 150px;
font-size:15px !important;
background:#FFF;
text-align: center;
}

#sidebar2 {
float: right;
padding-right: 30px;
width: 180px;
}

footer {
/*width: 940px;*/
text-align:center;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
}

h1 {
font-size:15px;
}

h2 {
/*border-bottom: 2px dotted #BBE38E;
color: #2293CF;*/
background-color:#FFDE00;
font-size:15px;
font-weight:bold;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
background:url("images/title_bg.gif") repeat-x scroll left top;
margin:0 0 10px 0;
padding:2px 0 0 10px;
height:27px;
}

h3 {color:#F41150;font-size:13px;margin-bottom:10px;}

a:link, a:visited {
color:#545454;
text-decoration: none;
}

a:hover, a:active {
color: #fff;
text-decoration: underline;
}

p {
margin-bottom: 18px;
}

li {
font-size:13px;
padding:5px 5px 5px 10px;
/*background:none repeat scroll 0 0 #EDEDED;*/
}

/* 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 {
position:absolute;
margin: -30px 0 0 -15px;
padding: 0;
line-height: normal;
/*float: left;*/
font-weight:bold;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}

header h1 a:link, header h1 a:visited {
text-decoration: none;
color: #384E80;
font-size: 58px;
}

header h1 a:hover { 
text-decoration: underline; 
}

/** ARTICLES **/

article {
margin:  0 0 20px;
}

article img {
border: 1px solid #ccc;
margin:0 0 10px;
}

.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;
}



.alignleft, img.alignleft {
display: inline;
float: left;

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: #333;
font-size: 15px;
margin:0 0 10px;
}

aside ul {
text-align: left;
/*list-style: inside url(images/arrow.gif);*/
background: #FFF8E5;
color:#F41150;
}

#footer-area {
/*color: #DCF4F4;*/
font-size: 13px;
margin-top:20px;
padding: 10px 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: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: 32px/100% Arial, Helvetica, sans-serif;
	padding: .6em 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:#09700B;
}
.button:hover {
	text-decoration: none;
	color:#fff;
}
.button:active {
	position: relative;
	top: 1px;
}

.medium {
font-size:24px;
padding:0.4em 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 #6daf3c;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeffce), to(#a5f20f));
	background: -moz-linear-gradient(top,  #eeffce,  #a5f20f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeffce', endColorstr='#a5f20f');
}
.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 */

/* 石けんランキング */
.rank1 {
background:url("images/image_rank_bg1.jpg") no-repeat scroll left center transparent;
height:64px;
margin-bottom:14px;
}
.rank2 {
background:url("images/image_rank_bg2.jpg") no-repeat scroll left center transparent;
height:64px;
margin-bottom:14px;
}
.rank3 {
background:url("images/image_rank_bg3.jpg") no-repeat scroll left center transparent;
height:64px;
margin-bottom:14px;
}
.rank4 {
background:url("images/image_rank_bg4.jpg") no-repeat scroll left center transparent;
height:64px;
margin-bottom:14px;
}
.rank5 {
background:url("images/image_rank_bg5.jpg") no-repeat scroll left center transparent;
height:64px;
margin-bottom:14px;
}
.rank6 {
background:url("images/image_rank_bg6.jpg") no-repeat scroll left center transparent;
height:64px;
margin-bottom:14px;
}

.txt_nedan {
color:#CC0000;
font-size:18px;
font-weight:bold;
margin:10px 10px 10px 0;
}

.txt_kuchi2 {
background:none repeat scroll 0 0 #FFFFE5;
border:1px solid #FF6633;
color:#663300;
font-size:12px;
margin:10px 10px 10px 20px;
padding:4px 6px;
text-align:center;
float:left;
}

.txt_star {
color:#FF9900;
font-size:14px;
padding:4px 6px;
margin:10px;
}
