@charset "UTF-8";
/* CSS Document */

/*
----------------------------------------------------------------------------------------
  共通設定
----------------------------------------------------------------------------------------
*/

body {
	margin: 0px;
	padding: 0px;
	color :#333;
	text-align: center;
	font: normal 14px 'メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', sans-serif;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 1010px;
	height: auto;
	background: url("../images/bg.png") repeat-y center top;
}


/*
----------------------------------------------------------------------------------------
  リンクカラー設定
----------------------------------------------------------------------------------------
*/

a img {
	border: 0;
}

a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
}

a {
	text-decoration:none
}

a:link {
	color: #0044CC;
}

a:active {
	color: #0044CC;
}

a:visited {
	color: #0044CC;
}

a:hover {
	color: #D8374F;
}


/*
----------------------------------------------------------------------------------------
  コンテンツエリア　リンクカラー設定
----------------------------------------------------------------------------------------
*/

#contents a { 
	text-decoration:underline;
}

#contents a:link {
	color: #0044CC;
}

#contents a:active {
	color: #0044CC;
}

#contents a:visited {
	color: #0044CC;
}

#contents a:hover {
	color: #D8374F;
}


/*
----------------------------------------------------------------------------------------
  テキストカラー設定
----------------------------------------------------------------------------------------
*/

.black11px {
	font-size: 11px;
	color:#666666;
	font-weight:normal;
	letter-spacing: -0.1em;
}

.black13px {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

.black14px {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.black24px {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.red12px {
	font-size: 12px;
	font-weight: bold;
	color: #EA0000;
}

.red13px {
	font-size: 13px;
	font-weight: bold;
	color: #EA0000;
}

.red14px {
	font-size: 14px;
	font-weight: bold;
	color: #EA0000;
}

.red16px {
	font-size: 16px;
	font-weight: bold;
	color: #EA0000;
}

.red20px {
	font-size: 20px;
	font-weight: bold;
	color: #EA0000;
}

.blue13px {
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
}

.blue14px {
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}

.blue20px {
	font-size: 20px;
	font-weight: bold;
	color: #0066CC;
}

.orange13px {
	font-size: 13px;
	font-weight: bold;
	color: #FF6633;
}

.orange14px {
	font-size: 14px;
	font-weight: bold;
	color: #FF6633;
}

.back-yellow {
	background: #FAF37A;
	color: #CC0000; 
	font-weight: bold; 
}

.back-yellow2 {
	background: #FAF37A;
	color: #000000; 
	font-weight: bold; 
}


/*
----------------------------------------------------------------------------------------
  見出し設定
----------------------------------------------------------------------------------------
*/
	
h1 {
	margin: 0px;
	padding:5px 10px;
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

h2	{
	color		:#000;
	font-size	:16px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
	font-weight: bold;
	margin		:10px 0px 5px 0px;
	padding: 10px 0 5px 20px;
	height: 40px;
	text-align	:left;
	clear		:left;
	background:url("../images/h2bg.png") no-repeat left top;
}

h3	{
	color		:#000;
	font-size	:16px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
	font-weight: bold;
	margin		:20px 0px 5px 0px;
	padding: 10px 0 5px 20px;
	height: 40px;
	text-align	:left;
	clear		:left;
	background:url("../images/h3bg.png") no-repeat left top;
}

h4	{
	color		:#333333;
	font-size	:14px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
	font-weight: bold;
	margin		:20px 0px 0px 0px;
	padding: 5px 0 5px 10px;
	text-align	:left;
}

.subinfo h2 {
	color		:#FFF;
	font-size	:20px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
	font-weight: 600;
	margin		:5px 0px 5px 0px;
	padding: 7px 0 5px 15px;
	height: 40px;
	text-align	:left;
	text-shadow: -1px -1px 0px #333;
	clear		:left;
	background:url("../images/h2subbg.png") no-repeat left top;
}

.subinfo h3	{
	color		:#000;
	font-size	:16px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
	font-weight: bold;
	margin		:10px 0px 20px 0px;
	padding: 18px 0 5px 35px;
	height: 60px;
	text-align	:left;
	clear		:left;
	background:url("../images/h3subbg.png") no-repeat left top;
}


/*
----------------------------------------------------------------------------------------
  ヘッダーエリア
----------------------------------------------------------------------------------------
*/

#header {
	height: 100px;
	background:url("../images/header-bg.png") repeat-x top;
	margin: 0px;
	padding: 0px; 
	clear: both;
}

#header img {
	float:left;
	text-align:left;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#header p{
	margin: 0;
	padding: 0;
}

#header-top {
	height: 20px;
	background-color:#4E6509;
	margin: 0 auto;
	padding: 0px 5px; 
	clear: both;
}

.header-inner {
	width: 1000px;
	margin: 0px auto;
}

.header-inner h1 {
	margin: 2px 0px 0px 2px;
	padding: 0px;
	float: left;
	font-size: 87%;
	letter-spacing: -0.1em;
	font-weight: normal;
	color:#FFF;
}

#header h1 a{
	color: #000;
	text-decoration: underline;
}

#header h1 a:link {
	color: #000;
}

#header h1 a:active {
	color: #000;
}

#header h1 a:visited {
	color: #000;
}

#header h1 a:hover {
	color: #000;
}

/*
----------------------------------------------------------------------------------------
プライマリーナビ
----------------------------------------------------------------------------------------
*/

#header-top ul#nav-sub {
	text-align:right;
	font: normal 'メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', sans-serif;
	font-size: 87%;
	margin: 0px;
}
#header-top ul#nav-sub li {
	display:inline-block;
	/display: inline; /*IE6,7*/
    /zoom: 1; /*IE6,7*/
}
#header-top ul#nav-sub li a {
	color:#FFF;
	text-decoration:none;
	padding:0 8px 3px;
	display:inline-block;
}
#header-top ul#nav-sub li a:hover {
	color: #D8374F;
	text-decoration:underline;
}


/*
----------------------------------------------------------------------------------------
グローバルナビ
----------------------------------------------------------------------------------------
*/

#nav-global {
	margin: 0px 0px 10px 5px;
	height: 40px
}
#nav-global ul li.topmenu {
	float:left;
	width: 200px;
}
#nav-global ul li.menu {
	float:left;
	text-align:center;
	width:200px;
}
#nav-global ul li a {
	width:200px;
	height:40px;
	line-height:40px;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	display:block;
	margin:0px;
}

#nav-global ul li a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
}



/*
----------------------------------------------------------------------------------------
  フッターエリア
----------------------------------------------------------------------------------------
*/

#footer {
	clear: both;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background: url('../images/foot.gif') repeat-x center bottom;
}

#footer p {
	margin: 0 20px ;
	padding: 75px 0 5px;
	font-size: 10px;
	letter-spacing: normal;
	color	:#FFF;
	text-align: center;
}

#footer a {
	text-decoration:none
}

#footer a:link {
	color: #FFF;
}

#footer a:hover {
	color: #FFF;
}

#footer a:active {
	color: #FFF;
}

#footer a:visited {
	color: #FFF;
}


/*
----------------------------------------------------------------------------------------
  アクセス解析
----------------------------------------------------------------------------------------
*/

div.access {
	position: relative;
	clear: both;
	margin: 0;
    padding: 0;
}



/*
----------------------------------------------------------------------------------------
  コンテンツエリア
----------------------------------------------------------------------------------------
*/

#contents {
	clear: both;
	float: left;
	text-align: left;
	width: 680px;
	height: auto;
	margin: 10px 0px 15px 15px;
	_margin: 10px 0px 15px 15px;
	padding: 0;
}

.subinfo {
	width: 680px;
}

.ctx-yellowback {
	background-color: #FFFFEE;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.dot-yellowback {
	background-color: #FFFFEE;
	border: 1px dotted #CCCCCC;
	padding: 5px;
}

.ctx-whiteback {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.dot-whiteback {
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	padding: 5px;
}

.ctx-yellowback ul {
	list-style: none;
}

.ctx-yellowback ul li {
	text-align: left;
	height: 20px;
	margin: 5px 0px;
	padding: 0px 0px 0px 40px;
	background: url("../images/menu-li.gif") no-repeat left top;
}

.ctx-yellowback ul li a {
	font-size: 14px;
	text-decoration:none;
}


/*
----------------------------------------------------------------------------------------
  content設定用
----------------------------------------------------------------------------------------
*/

#main .content {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #000;
}

.content h3 {
	color		:#000;
	font-size	:16px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
	font-weight: bold;
	margin		:20px 0px 5px 0px;
	padding: 10px 0 5px 20px;
	height: 40px;
	text-align	:left;
	clear		:left;
	background:url("../images/h3bg.png") no-repeat left top;
}



/*
----------------------------------------------------------------------------------------
  テキストボックス設定
----------------------------------------------------------------------------------------
*/

#contents .txbox {
	border: solid 1px #D1D1D1; 
	background-color: #FAFAFA; 
	color: #666666;
	font-size: 12px; 
	margin-bottom: 25px;
	padding: 5px;
}

#contents .txbox p {
	margin: 0px;
	padding: 3px 0px;
	text-align: left;
	line-height: 120%;
	letter-spacing: -0em;
}

#contents .txbox2 {
	width:660px;
	background-color:#FFD;
	color: #666666;
	font-size:13px;
	margin:10px 0px 0px;
	padding:5px;
}

#contents .txbox2 p {
	margin: 0px;
	padding: 3px 0px;
	text-align: left;
	line-height: 120%;
	letter-spacing: -0em;
}


/*
----------------------------------------------------------------------------------------
  サイドバー設定
----------------------------------------------------------------------------------------
*/

#side {
	float: right;
	width: 280px;
	height:auto;
	text-align: left;
	margin: 20px 15px 10px 10px;
	_margin: 20px 15px 10px 10px;
	padding: 0px 0px 20px 0px;
}

#side h4 {
	color: #FFF;
	font-size: 95%;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	height: 30px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
	font-weight: normal;
	text-align: left;
	background: url("../images/sideh4.png") no-repeat left top;
	border: none;
	position: relative;
}

#side ul {
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 1px 4px;
	background: #FFF;
}

#side li {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 100%;
	list-style: none;
	background: url("../images/side-li.png") no-repeat left top;
}

#side li a {
	text-align: left;
	height: 40px;
	_height: 40px;
	text-decoration:none;
	display: block;
	vertical-align:middle;
	font-size: 13px;
	text-decoration: none;
	padding: 12px 4px 2px 22px;
	color: #76A40B;
	
}

#side .ad {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/*
----------------------------------------------------------------------------------------
  サイドバーランキング
----------------------------------------------------------------------------------------
*/

#waku2 {
margin: 0px 0px 15px;
padding: 0px;
height:340px;
text-align: left;
background: #fff url('../images/rank-bg.gif') no-repeat 0 0px;
}

#waku2 .waku2-inner {
padding-top:65px;
padding-left:20px;
padding-right:20px;
}

#waku2 .waku2-inner p {
margin:0px;
padding:0px;
font-size:10px;
color:#877378;
}

#waku2 .waku2-inner a {
color:#64acbb;
text-decoration:none;
}

#waku2 .waku2-inner a:link {
	color: #64acbb;
}

#waku2 .waku2-inner a:hover {
	color: #64acbb;
text-decoration:underline;
}

#waku2 .waku2-inner a:active {
	color: #64acbb;
}

#waku2 .waku2-inner a:visited {
	color: #64acbb;
}

.siderank1 {
width: auto;
height: 38px;
padding-top:5px;
padding-left: 32px;

         background-image: url('../images/1.gif');
background-repeat: no-repeat;
background-position: 0 0;
border-bottom: dotted 1px #877378;
margin-bottom:5px;
}


.siderank2 {
width: auto;
height: 38px;
padding-top:5px;
padding-left: 32px;
         background-image: url('../images/2.gif');
background-repeat: no-repeat;
background-position: 0 0;
border-bottom: dotted 1px #877378;
margin-bottom:5px;
}


.siderank3 {
width: auto;
height: 38px;
padding-top:5px;
padding-left: 32px;
         background-image: url('../images/3.gif');
background-repeat: no-repeat;
background-position: 0 0;
border-bottom: dotted 1px #877378;
margin-bottom:5px;
}


.siderank4 {
width: auto;
height: 38px;
padding-top:5px;
padding-left: 32px;
         background-image: url('../images/4.gif');
background-repeat: no-repeat;
background-position: 0 0;
border-bottom: dotted 1px #877378;
margin-bottom:5px;
}


.siderank5 {
width: auto;
height: 38px;
padding-top:5px;
padding-left: 32px;
         background-image: url('../images/5.gif');
background-repeat: no-repeat;
background-position: 0 0;
border-bottom: dotted 1px #877378;
margin-bottom:5px;
}

/*
----------------------------------------------------------------------------------------
  サイドボックス
----------------------------------------------------------------------------------------
*/

.sidebox {
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	height: auto;
	width: 280px;
	background-color: #EAEAEA;
}

.sidebox-top {
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	line-height: 0px;
	height: 50px;
	width: 280px;
	background-color: #EAEAEA;
}

.sidebox-top2 {
	text-align: center;
	margin: 0 auto;
	padding: 35px 0px 0px 0px;
	line-height: 0px;
	height: auto;
	width: 280px;
	background: url('../images/sidestep-bottom.gif') no-repeat center top;
	background-color: #EAEAEA;
}

.sidebox-inner {
	font-size: 13px;
	color: #333333;
	letter-spacing: -0.1em;
	margin: 0px 5px;
	padding: 0px 3px;
	height: auto;
	width: 264px;
	line-height: 140%;
	background-color: #FFFFFF;
}


/*
----------------------------------------------------------------------------------------
  サイドバーリンク設定
----------------------------------------------------------------------------------------
*/

#side a:link {
	color: #76A40B;
}

#side a:active {
	color: #76A40B;
}

#side a:visited {
	color: #76A40B;
}

#side a:hover {
	color: #F60;
}

#side p {
	margin-left: 20px;
}


/*
----------------------------------------------------------------------------------------
  サイドバー２設定
----------------------------------------------------------------------------------------
*/

#side2 {
	float: right;
	width: 280px;
	height:auto;
	text-align: left;
	margin: 59px 15px 10px 10px;
	_margin: 59px 15px 10px 10px;
	padding: 0px 0px 20px 0px;
}

#side2 h4 {
	color: #FFF;
	font-size: 15px;
	margin: 0px;
	padding: 14px 0px 0px 10px;
	height: 26px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
	font-weight: normal;
	text-align: left;
	background: url("../images/sideh4.png") no-repeat left top;
	border: none;
}

#side2 ul {
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 1px 4px;
	background: #FFF;
}

#side2 li {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 100%;
	list-style: none;
	background: url("../images/side-li.png") no-repeat left top;
}

#side2 li a {
	text-align: left;
	height: 40px;
	_height: 40px;
	text-decoration:none;
	display: block;
	vertical-align:middle;
	font-size: 13px;
	text-decoration: none;
	padding: 12px 4px 2px 22px;
	color: #76A40B;
	
}

#side2 .ad {
	text-align: center;
	margin: 0px;
	padding: 0px;
}


/*
----------------------------------------------------------------------------------------
  サイドバー２リンク設定
----------------------------------------------------------------------------------------
*/

#side2 a:link {
	color: #76A40B;
}

#side2 a:active {
	color: #76A40B;
}

#side2 a:visited {
	color: #76A40B;
}

#side2 a:hover {
	color: #F60;
}

#side2 p {
	margin-left: 20px;
}




/*
----------------------------------------------------------------------------------------
  位置設定
----------------------------------------------------------------------------------------
*/

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.header-right {
	margin-top: 5px;
	float: right;
}

.center {
	text-align: center;
}

.align-right {
	float: right;
}

.align-left {
	float: left
}


/*
----------------------------------------------------------------------------------------
  メインテーブル設定
----------------------------------------------------------------------------------------
*/

.box1 {
	margin: 0px 0px 20px;
	padding: 0px;
	height: auto;
	width: 680px;
}

.box-top {
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: 50px;
	width: 680px;
}

.box-top p {
	clear: both;
	padding: 15px 0px 5px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.box-bottom {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: auto;
	width: 680px;
}

.box-inner {
	margin: 0px;
	padding: 0px 5px;
	height: auto;
	width: 660px;
}


/*
----------------------------------------------------------------------------------------
  メインテーブル設定２
----------------------------------------------------------------------------------------
*/

.box2 {
	clear:both;
	margin: 0px 0px 20px;
	padding: 0px;
	height: auto;
	width: 680px;
}

.box-top2 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 680px;
	background:url("../images/box2-1.png") no-repeat left top;
}

.top2-title {
	padding: 0px 0px 0px 55px;
	font-size: 20px;
	line-height:2.8;
	font-weight: bold;
	color:#630;
}


.box2 p {
	clear: both;
	padding: 0px 5px 5px 5px;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height:140%
}

.box-bottom2 {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: 30px;
	width: 680px;
	background:url("../images/box2-3.png") no-repeat left top;
}

.box-inner2 {
	margin: 0px;
	padding: 0px 5px;
	height: auto;
	width: 680px;
	background:url("../images/box2-2.png") repeat-y;
}


/*
----------------------------------------------------------------------------------------
  メインテーブル設定5
----------------------------------------------------------------------------------------
*/

.box5 {
	margin: 0px 0px 20px;
	padding: 0px;
	height: auto;
	width: 680px;
}

.box-top5 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	height: 90px;
	width: 680px;
}

.top5-title {
	clear: both;
	padding: 15px 0px 5px 100px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 120%;
}


.box5 p {
	clear: both;
	padding: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}

.box-bottom5 {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: 30px;
	width: 680px;
}

.box-inner5 {
	margin: 0px;
	padding: 0px 5px;
	height: auto;
	width: 660px;
}


.rnkbox {
	font-size: 13px;
}

.box-inner .timg {
	width:220px;
}

.rnkbox .timg img {
	margin: 10px 5px 0px 0px;
	padding: 0px 0px 10px;
	border-style:solid;
	border-width: 1px;
	border-color: #D1D1D1;
}

.rnkbox .tdtx {
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.1em;
}

.rank-area {
	width: 680px;
	margin:10px 0px;
	text-align: left;
}

.rank-area .itemimg {
	float: left;
	margin:0px 10px 0px 0px;
	padding:0;
}

.rank-area table {
	width: 420px;
	margin:0px 0px 0px 10px;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #FF9900;
	background-color: #FFFFFF;
}

.rank-area table th {
	padding: 4px;
	width: 84px;
	font-size: 11px;
	text-align: left;
	color:#CC6633;
	background-color:#FFFFCC;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #FF9900;
	vertical-align: middle;
}

.rank-area table td {
	padding: 4px;
	font-size: 12px;
	text-align: left;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #FF9900;
}

.rank-area .sml {
	width: 100px;
}

.rank-link {
	text-align: left;
	height: 70px;
}

.rank-link img {
	padding: 10px 5px 0px 0px;
	border: none;
}

.line-dot {
	line-height: 170%;
	display: inline;
	border-bottom: dashed 1px #999999;
	padding-bottom: 3px;
}

.txbox3 {
	width:680px;
	background-color:#FFFFEE;
	margin-bottom:10px;
	padding:5px 0px 5px;
}

.txbox3 p {
	font-size:95%;
	margin:0px 10px 5px;
	line-height: 160%;
	color:#555;
}

.txbox4 {
	width:680px;
	background-color:#EEFAFA;
	margin-bottom:10px;
	padding:5px 0px 5px;
}

.txbox4 p {
	font-size:100%;
	margin:0px 10px 5px;
	line-height: 160%;
	color:#555;
}

.txbox5 {
	width:680px;
	background-color:#FBF4FB;
	margin-bottom:10px;
	padding:5px 0px 5px;
}

.txbox5 p {
	font-size:100%;
	margin:0px 10px 5px;
	line-height: 160%;
	color:#555;
}


/*
----------------------------------------------------------------------------------------
  ベネフィット
----------------------------------------------------------------------------------------
*/

.check {
	margin: 0px;
	padding: 0px;
	color:#633;
	text-align: left;
}

.check ul {
	margin: 0px 10px;
	padding: 0px;
	text-align: left;
}

.check li {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	background: url('../images/check.gif') no-repeat left top;
	padding: 2px 0px 0px 28px;
	height: 30px;
	margin: 0px;
}

.check2 {
	margin: 0px 10px;
	padding: 0px;
	color: #333333;
	text-align: left;
}

.check2 ul {
	margin: 0px 10px;
	padding: 0px;
	text-align: left;
}

.check2 li {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	background: url('../images/check2.png') no-repeat left top;
	padding: 2px 0px 0px 28px;
	height: 30px;
	margin: 0px;
}


/*
----------------------------------------------------------------------------------------
  おすすめ
----------------------------------------------------------------------------------------
*/


#pickup {
	margin: 10px 0px 10px;
	padding:0px; 
	clear: both;
}

#pickup a{
	height: auto;
	text-decoration: none;
	display: block;
	font-size: 14px;
	margin: 0 0 3px 0;
	padding: 0;
}

#pickup a:hover img{
 opacity:0.6;
 filter: alpha(opacity=60);
}


/*
----------------------------------------------------------------------------------------
  メインコンテンツ
----------------------------------------------------------------------------------------
*/


#main {
	width:680px;
	float:leftt;
	margin-bottom:10px;
}


/*
----------------------------------------------------------------------------------------
  パンくずリスト
----------------------------------------------------------------------------------------
*/

.breadcrumb {
	font-size:87%;
	margin-bottom:30px;
}

.breadcrumb a ,.breadcrumb a:link {
	color: #06F;
	text-decoration:underline;
}

.breadcrumb a:hover ,.breadcrumb a:active {
	color:#666;	
}


/*
----------------------------------------------------------------------------------------
  ページトップ
----------------------------------------------------------------------------------------
*/

.pagetop {
	float:right;
	padding-right:5px;
	text-align:right;
	margin-top:30px;
	clear:both;
}


/*
----------------------------------------------------------------------------------------
  ページナビゲーション
----------------------------------------------------------------------------------------
*/

#main .pagenavi {
	clear:both;
	margin-top:10px;
}
#main .pagenavi .prev {
	width:320px;
	float:left;
}
#main .pagenavi .next {
	width:320px;
	float:right;
}

#main .pagenavi .prev a {
	display:block;
	color:#000;
	background:#FFF url('../images/arrow_prev.png') 5px 15px no-repeat;
	padding:10px 10px 6px 20px;
	text-decoration:none;
}
#main .pagenavi .prev a:hover {
	color:#000;
	background:#FFF url('../images/arrow_prev.png') 5px 15px no-repeat;
	border-bottom: #333 solid 3px;
}
#main .pagenavi .next a {
	display:block;
	color:#000;
	background:#FFF url('../images/arrow_next.png') 305px 15px no-repeat;
	padding:10px 20px 6px 10px;
	text-decoration:none;
	text-align:right;
}
#main .pagenavi .next a:hover {
	color:#000;
	background:#FFF url('../images/arrow_next.png') 305px 15px no-repeat;
	border-bottom: #333 solid 3px;
}


#main p.date {
	font-family:"Times New Roman", Times, serif;
	margin-bottom:25px;
}


/*
----------------------------------------------------------------------------------------
  記事（entey）
----------------------------------------------------------------------------------------
*/

#main .entry {
	border-bottom:1px dotted #000;
	margin:20px 0;
	padding-bottom:20px;
	line-height:160%;
}

#main .entry h2 {
	font-size:120%;
}

#main .entry h3 a {
	color:#F60;
	text-decoration: none;
}

#main .entry h3 a:link {
	color:#F60;
	text-decoration: none;
}

#main .entry h3 a:visited {
	color:#F60;
	text-decoration: none;
}

#main .entry h3 a:hover {
	color:#F60;
	text-decoration: none;
}

#main .entry h3 a:active {
	color:#F60;
	text-decoration: none;
}

#main .entry p.date {
	margin-bottom:0px;
}
#main .entry p.fwd {
	margin-top:5px;
}

#main .entry a {
	color:#51982B;
	text-decoration: none;
}

#main .entry a:link {
	color:#51982B;
	text-decoration: none;
}

#main .entry a:visited {
	color:#51982B;
	text-decoration:underline;
}

#main .entry a:hover {
	color:#51982B;
	text-decoration:underline;
}

#main .entry a:active {
	color:#51982B;
	text-decoration:underline;
}

/*
----------------------------------------------------------------------------------------
  子ページ表示用
----------------------------------------------------------------------------------------
*/

#main .child-page {
	border: 1px solid #999;
	margin:20px 0;
	padding:10px;
	line-height:160%;
}

#main .child-page img.wp-post-image {
	float: left;
	margin: 0px 20px 10px 10px;
}

#main .child-page h4 {
	font-size: 16px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
	background: none;
	color: #000;
	font-weight: bold;
	margin		:0px 0px 15px 0px;
	padding: 0px 5px 5px;
	text-align	:left;
	overflow:hidden;
}

#main .child-page h4 a {
	color:#000;
	text-decoration:none;
	padding-left:0px;
}

#main .child-page h4 a:hover {
	color:#666;
}


#main .child-page p {
	overflow:hidden;
}


#main .child-page a:link {
	color:#51982B;
	text-decoration: none;
}

#main .child-page a:visited {
	color:#51982B;
	text-decoration:underline;
}

#main .child-page a:hover {
	color:#51982B;
	text-decoration:underline;
}

#main .child-page a:active {
	color:#51982B;
	text-decoration:underline;
}


/*
----------------------------------------------------------------------------------------
  運営者情報用
----------------------------------------------------------------------------------------
*/


#unei table {
	width: 680px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}


#unei td {
	width: 480px;
	padding: 12px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 12px;
}

#unei th {
	width: 200px;
	padding: 12px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 12px;
	color: #FFF;
	background: #9CC;
}

/*
----------------------------------------------------------------------------------------
  選び方ページ用
----------------------------------------------------------------------------------------
*/

#salon-select {
	margin: 0px 0px 10px;
	width: 680px;
}

#salon-select .txbox1 {
	width:680px;
	background-color:#FFFFEE;
	margin-bottom:10px;
	padding:0px 0px 5px;
}

#salon-select h2 {
	color		:#630;
	font-size	:20px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
	font-weight: 600;
	margin		:5px 0px 5px 0px;
	padding: 6px 0 5px 35px;
	height: 40px;
	text-align	:left;
	text-shadow: none;
	clear		:left;
	background:url("../images/h2_02.gif") no-repeat left top;
}

#salon-select p {
	font-size:95%;
	margin:0px 10px;
	line-height: 160%;
}


/*
----------------------------------------------------------------------------------------
  銀座カラーvsミュゼページ用
----------------------------------------------------------------------------------------
*/

#ginza-musee {
	margin: 0px 0px 10px;
	width: 680px;
}

#ginza-musee .txbox1 {
	width:680px;
	background-color:#FFFFEE;
	margin-bottom:10px;
	padding:5px 0px 5px;
}

#ginza-musee h2 {
	color		:#630;
	font-size	:20px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
	font-weight: 600;
	margin		:5px 0px 5px 0px;
	padding: 6px 0 5px 35px;
	height: 40px;
	text-align	:left;
	text-shadow: none;
	clear		:left;
	background:url("../images/h2_03.gif") no-repeat left top;
}

#ginza-musee h3 {
	color		:#FFF;
	font-size	:20px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
	font-weight: 600;
	margin		:5px 0px 5px 0px;
	padding: 6px 0 5px 40px;
	height: 40px;
	text-align	:left;
	text-shadow: none;
	clear		:left;
	background:url("../images/h3_03.gif") no-repeat left top;
}

#ginza-musee p {
	font-size:95%;
	margin:0px 10px;
	line-height: 160%;
}


/*
----------------------------------------------------------------------------------------
  汎用固定ページ１
----------------------------------------------------------------------------------------
*/

#kotei1 {
	margin: 0px 0px 10px;
	width: 680px;
}

#kotei1 .txbox1 {
	width:680px;
	background-color:#FFFFEE;
	margin-bottom:10px;
	padding:5px 0px 5px;
}

#kotei1 h2 {
	color		:#630;
	font-size	:20px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
	font-weight: 600;
	margin		:5px 0px 5px 0px;
	padding: 6px 0 5px 35px;
	height: 40px;
	text-align	:left;
	text-shadow: none;
	clear		:left;
	background:url("../images/h2-kotei1.png") no-repeat left top;
}

#kotei1 h3 {
	color		:#FFF;
	font-size	:20px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
	font-weight: 600;
	margin		:5px 0px 5px 0px;
	padding: 6px 0 5px 40px;
	height: 40px;
	text-align	:left;
	text-shadow: none;
	clear		:left;
	background:url("../images/h3_03.gif") no-repeat left top;
}

#kotei1 p {
	font-size:95%;
	margin:0px 10px;
	line-height: 160%;
}


/*
----------------------------------------------------------------------------------------
  画像フロート用
----------------------------------------------------------------------------------------
*/

.imgr {
	float:right;
	margin:10px;
}

.imgl {
	float:left;
	margin:10px;
}


/*
----------------------------------------------------------------------------------------
  サロン比較用
----------------------------------------------------------------------------------------
*/

.hikaku-table{
	clear:both;
	margin:0px;
	padding:0px;
	width:680px;
	font-size:12px;
	line-height:160%;
}

.hikaku-table table{
	margin:0px;
	padding:0px;
	width:680px;
	background-color:#fff;
	border:1px solid #eee;
	border-collapse: collapse;
}

.hikaku-table th{
	margin: 0px auto;
	padding:5px;
	border:1px solid #eee;
	background-color:#E87F6D;
	text-align: center;
	font-weight:bold;
	color: #fff;
}

.hikaku-table td{
	margin:0px auto;
	padding:5px;
	border:1px solid #eee;
	background-color:#fff;
}

.hikaku-table td.salon{
	margin:0px auto;
	padding:5px;
	width:110px;
	text-align:center;
	font-weight: bold;
}

.hikaku-table td.plan{
	margin:0px auto;
	padding:5px;
	border:1px solid #eee;
	background-color:#F6E7DD;
	font-weight: bold;
	width:120px;
	text-align:center;
}

.hikaku-table td.price{
	margin:0px auto;
	padding:5px;
	width:100px;
	border:1px solid #eee;
	background-color:#ffc;
	font-weight: bold;
	text-align:center;
}

.hikaku-table td.comment{
	margin:0px auto;
	padding:5px;
	text-align: left;
	font-size:12px;
	letter-spacing:-0.1em;
}

.hikaku-table td.borderline{
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #eee;
	line-height: 0px;
}