@charset "utf-8";

/* ============================================================
	Layout
============================================================ */
body{
	font-family: "ＭＳ Ｐゴシック", Verdana, Helvetica,sans-serif;
}

#wrap {
	width:100%;
	background-color:#FFFFFF;
	color: #444444;
}

#container {
	overflow:hidden;
	margin:0 auto;
	padding:0 0 25px;
	position: relative;
	width: 900px;
}

#container #main_content {
	float: right;
	width: 680px;
}

#sidemenu {
	float: left;
	width: 200px;
}

.section_left_box {
    float: left;
    width: 330px;
}

.section_right_box {
    float: left;
    margin-left: 20px;
    width: 330px;
}

a,
a:link,
a:visited {
	color:#04c;
}
a:hover,
a:active {
	color:#FF0000;
	text-decoration:underline;
}


/* ============================================================
	Header
============================================================ */
#sh_header h1 {
	width:400px;
	text-align:left;
	float: left;
}

.ad_banner {
	float:right;
	height:60px;
	width:468px;
	margin-bottom:10px;
}

#sh_header_box .sh_header_name {
	width: 300px;
	text-align:left;
    float: left;
    margin-top: 8px;
}

/* ============================================================
	サービス名
============================================================ */
#sh_header h1.title-rogo {
	height:60px;
	padding-top: 5px;
}

h1.title-rogo img {
	margin-right: 5px;
}

.title-rogo a {
    color: #000000;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
    padding-top: 5px;
}
.title-rogo a {
    text-decoration: none;
}

#sh_header h1 span.promo-word {
    font-size: 12px;
    font-weight: normal;
    padding-left: 30px;
}

#sh_header h1 span.site-name {
	background: url("../image/counter-title-rogo.png") no-repeat scroll right 0;
	padding-right: 55px;
	padding-top: 5px;
}


/* ============================================================
	メインコンテンツブロック
============================================================ */
#container #main_content .content {
	width:100%;
	margin-bottom: 20px;
	text-align: left;
}

/* ============================================================
	サイドメニュー
============================================================ */
#sidemenu h3 {
	text-align:left;
}

#sidemenu .user {
	margin-bottom:10px;
	text-align:left;	
}

#sidemenu .sidemenu-banner {
	margin:25px auto;
	text-align:center;
}

#sidemenu .sh_menu {
	border-top:1px solid #EFEFEF;
	text-align:left;
	text-decoration:none;
}

#sidemenu .sh_recommend_text {
	margin:0 0 5px;
}

/* FC2 Information */
#rss_convert {
	width:100%;
	margin:0 0 5px;
	text-align:left;
}
#rss_convert li.rss_fc2infolist {
	padding:5px;
	border-bottom:1px dotted #DADADA;
}

#rss_convert li .rss_fc2info_day {
	color:#6F6F6F;
}
#sidemenu .more {
	text-align:right;
}

/* header
------------------------------------------------------------ */
#sh_header_clap {
	height: 100px;
	margin: 0 auto 20px;
	width: 900px;
}

#sh_header_clap h1, #sh_header_wide h1 {
	background:url("http://static.fc2.com/share/fc2parts/image/title_logo.png") no-repeat scroll 15px 15px transparent;
	height:60px;
}

h1 {
	font-size:170%;
}

#sh_header_clap h1 a, #sh_header_wide h1 a {
	color: #000;
	display: block;
	font-size: 60%;
	height: 50px;
	left: 50px;
	position: relative;
	text-decoration: none;
	top: 10px;
	width: 250px;
}

/* ============================================================
	サイドメニュー
============================================================ */
.sh_mobile_mark {
	background:url("http://static.fc2.com/share/fc2parts/image/share_parts.png") no-repeat scroll -385px -1100px transparent;
	font-size:x-small;
	line-height:1;
	margin:0;
	padding:40px 0 5px 15px;
	text-align:left;
}

.qrcode {
	background:url("http://static.fc2.com/image/clap/img/clap_qrc.gif") no-repeat scroll 125px 5px transparent;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-size:smaller;
	padding:5px 0 3px;
	text-align:center;
}

.sh_rnd1 {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	display:block;
	height:2px;
	margin:0 1px;
	overflow:hidden;
}

.sh_rnd2 {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	display:block;
	height:1px;
	margin:0 2px;
	overflow:hidden;
}

.sh_rnd3 {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	display:block;
	height:1px;
	margin:0 3px;
	overflow:hidden;
}

.sh_rnd4 {
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	display:block;
	height:1px;
	margin:0 4px;
	overflow:hidden;
}

.sh_rnd5 {
	background:none repeat scroll 0 0 #CCCCCC;
	display:block;
	height:1px;
	margin:0 6px;
	overflow:hidden;
}


/* ============================================================
	調整用
============================================================ */

.space_top10 {margin-top: 10px;}
.space_top20 {margin-top: 20px;}
.space_top30 {margin-top: 30px;}

.space_btm10 {margin-bottom: 10px;}
.space_btm20 {margin-bottom: 20px;}
.space_btm30 {margin-bottom: 30px;}


.space_both10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.space_both20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.space_both30 {
	margin-top: 30px;
	margin-bottom: 30px;
}


/* ============================================================
	カウンター管理画面用追加
============================================================ */

.sh_heading_sub_main_b {
    height: auto;
}
.sub_com,
.access_tag,
.online_tag {
	margin: 10px auto 30px;
}

.sub_com2 {
	margin: 10px auto 10px;
}

.sh_heading_sub_main_b {
    margin: 0 0 10px;
}

.red {
	color: #f00;
}

.gray {
	background-color: #f2f2f2;
}


