@charset "utf-8";

/*--------------------------------------------------------
a
--------------------------------------------------------*/

a { 
	text-decoration: underline;
	color: #3333ff;
}

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

/*--------------------------------------------------------
img
--------------------------------------------------------*/

img {
	border: none;
}

/*--------------------------------------------------------
p
--------------------------------------------------------*/

p {
	margin: 1em;
}

/*--------------------------------------------------------
pre
--------------------------------------------------------*/

pre {
	margin: 0 1em;
}

/*--------------------------------------------------------
body
--------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: #eeeeee;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*--------------------------------------------------------
container
--------------------------------------------------------*/

#container {
	margin: 10px auto;
	padding: 0;
	text-align: left;
	width: 800px;
	background: #ffffff;
}

/*--------------------------------------------------------
header_line
--------------------------------------------------------*/

#header_line {
	background: #f6fcf0;
}

#header_line h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 26px;
}

/*--------------------------------------------------------
header
--------------------------------------------------------*/

#header {
	height: 80px;
	margin: 0;
	background: #2ebf3c;
	color: #ffffff;
}

#logo {
	float: left;
	font-size: 110%;
	font-weight: bold;
	margin: 24px 0 0 30px;
	color: #ffffff;
}

#logo a {
	color: #ffffff;
}

#logo a:hover {
	color: #ff9728;
}

#header_menu {
	float: right;
}

#header_menu ul {
	margin: 40px 0 0 5px;
	padding: 0;
	list-style: none;
}

#header_menu li {
	float: left;
	margin: 0;
	padding: 0 16px 0 18px;
	background: url('none') no-repeat left 2px;
	line-height: 2.4em;
	font-size: 80%;
}

#header_menu li a {
	color: #ffffff;
}

#header_menu li a:hover {
	color: #ff9728;
}

/*--------------------------------------------------------
topic_pass
--------------------------------------------------------*/

#topic_pass {
	line-height: 24px;
	font-size: 12px;
	background: #e4f6c4;
	clear: both;
}

/*--------------------------------------------------------
main
--------------------------------------------------------*/

#main {
	float: right;
	width: 550px;
	margin: 20px 10px 20px 0;
	font-size: 90%;
}

#main h2 {
	margin: 0;
	padding: 0 10px;
	background: #46cc53;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
}

#main h2.bg_ranking {
	margin: 0;
	padding: 0 10px;
	background: #ffe400;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
}

#contents {
	margin: 0;
	padding: 10px;
}

#contents h3 {
	margin: 30px 0 10px;
	padding: 0 10px;
	line-height: 40px;
	font-size: 14px;
	clear: both;
	border-bottom: 2px dotted #46cc53;
	border-left: 4px solid #46cc53;
}

.left {
	float: left;
}

.bbig {
	font-size: 130%;
	font-weight: bold;
}

.r_link {
	float: right;
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
	font-weight: bold;
}

.r_link a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	background: url('images/arrow_a.gif') no-repeat left 0;
}

.l_link {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	font-weight: bold;
}

.l_link a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	background: url('images/arrow_a.gif') no-repeat left 2px;
}

.a_link {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

.a_link a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	background: url('images/arrow_a.gif') no-repeat left 2px;
}

.img_left {
	margin: 0 10px 30px;
	padding: 0;
	float: left;
}

.b { font-weight: bold; }
.small { font-size: 80%; }

.youtube {
	margin: 10px 10px 30px;
	padding: 0;
	float: left;
}

.cosme_info {
	margin: 0 20px 30px;
	clear: both;
}

.sougo_link {
	margin: 10px 20px 20px;
	line-height: 1.2em;
	border-bottom: 1px dotted #dddddd;
}

.sougo_link_title {
	font-weight: bold;
	font-size: 130%;
}

.sougo_link_management {
	text-align: right;
}

.sougo_link_management a {
	font-size: 70%;
	color: #bbbbbb;
}

/*--ul li--*/

ul.feature {
	margin: 20px 10px;
	padding: 0;
}

ul.feature li {
	margin: 10px 0;
	padding: 0 0 0 26px;
	list-style: none;
	border-bottom: 1px dotted #cccccc;
	background: url('images/check1.gif') no-repeat left 0;
}

ul.link_list {
	margin: 10px 0 30px 20px;
	padding: 0;
	list-style: none;
}

.link_list li {
	margin: 0;
	padding: 0 0 0 20px;
	width: 240px;
	background: url('images/arrow_a.gif') no-repeat left 3px;
	line-height: 1.6em;
}

/*--table--*/

.hikaku_table {
	margin: 0 0 30px;
	width: 530px;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    border-spacing: 0;
}

.hikaku_table th {
	padding: 5px;
    border: 1px solid #cccccc;
    border-width: 0 0 1px 1px;
    background: #f5f5f5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

.hikaku_table td {
	padding: 5px;
    border: 1px solid #cccccc;
    border-width: 0 0 1px 1px;
    text-align: center;

}

#review {
	margin-bottom: 30px;
}

#review table {
	margin: 10px 10px 0;
	border-bottom: 1px dotted #cccccc;
}

#review table th,
#review table td {
	font-size: 13px;
	line-height: 1.2em;
}

#review table th.review_image {
	padding: 10px;
	text-align: center;
}

#review table th.review_site {
	text-align: left;
	font-weight: normal;
	padding: 10px 0 0 0;
	color: #a7a7a7;
}

#review table th.review_text {
	text-align: left;
	font-weight: normal;
	padding: 10px 10px 0 0;
}

#review table td {
	text-align: right;
	padding: 0 10px 10px 0;
}

/*--------------------------------------------------------
back_pagetop
--------------------------------------------------------*/

#back_pagetop {
	float: right;
	margin: 0 10px 60px 30px;
	overflow: hidden;
	font-size: 12px;
}

/*--------------------------------------------------------
side
--------------------------------------------------------*/

#side {
	float: left;
	width: 220px;
	margin: 20px 10px;
}

#side_navi {
	margin: 10px auto;
	padding: 5px 10px;
	border: 1px solid #cccccc;
}

#side_navi ul.menu_guide {
	margin: 0;
	padding: 0;
}

#side_navi ul.menu_guide li {
	margin: 5px 0;
	padding: 0;
	line-height: 38px;
	font-size: 90%;
	list-style: none;
	border-bottom: 1px dotted #dddddd;
}

#side_navi ul.menu_guide li a {
	margin: 0;
	padding: 0 10px 0 20px;
	display: block;
	font-weight: normal;
	background: url('images/arrow_b.gif') no-repeat left 10px;
}

.side_block {
	width: 220px;
	margin: 10px auto 5px;
	padding: 0;
}

.side_sp_text {
	margin: 0 auto 10px;
	padding: 10px;
	font-size: 100%;
	border: 1px solid #dddddd;
}

#tag_cloud {
	margin: 10px auto;
	padding: 10px;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

/*--------------------------------------------------------
footer
--------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 10px;
	text-align: center;
	clear: both;
	font-size: 10px;
	background: #cccccc;
}

/*------------------------------------------------------------
hr
-------------------------------------------------------------*/

hr {
	margin: 10px 0;
	padding: 0;
	clear: both;
}

hr.contents_sta {
	margin-bottom: 5px;
	height: 5px;
    background: #f89e23 url('images/bg_hr_contents_sta.gif') repeat-x;
    border: 0px none;
}

hr.contents_mid {
	height: 3px;
    background: #f89e23 url('images/bg_hr_contents_mid.gif') repeat-x;
    border: 0px none;
}

hr.contents_mid2 {
    border: 1px dotted #dddddd;
}

hr.main_contents_fin {
	margin-top: 60px;
	height: 5px;
    background: #f89e23 url('images/bg_hr_contents_fin.gif') repeat-x;
    border: 0px none;
}

hr.side_contents_fin {
	height: 5px;
    background: #f89e23 url('images/bg_hr_contents_fin.gif') repeat-x;
    border: 0px none;
}

/*------------------------------------------------------------
color
-------------------------------------------------------------*/

.pink { color: #ff7eb1!important; }
.gray { color: #5d5d5d!important; }
.orange { color: #f7941d!important; }
.red { color: #ff0000!important; }
.b-yellow {  background-color: #ffff00!important; }

/*------------------------------------------------------------
clear
-------------------------------------------------------------*/

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
