@charset "utf-8";

/* Index
------------------------------------------------------------
	Common set => common.css
	
	1.Element
	2.Layout box
	3.Header
	4.Header ads
	5.Header menu
	6.Tab Menu
	7.Main (Right box)
	8.Side menu (Left box)
	9.Friend request
------------------------------------------------------------*/



/* =================================================
	1.Element
================================================= */
a:link,a:visited { color:#0000FF; }
a:hover,a:active { text-decoration: underline; }
textarea { font-size:12px; }

.style_blue { color: #3399CC; }
.style_gray { color: #999999; }
.style_red { color: #ff0000; }

.style_reds {
	color: #ff0000;
	font-size: 92%;
}

.style_error {
	color:#ff0000;
	font-weight: bold;
}

.hide { display: none;}

/* =================================================
	2.Layout box
================================================= */
#wrap {
	width: 100%;
	padding:0 0 20px;
	text-align: center;
}

#container {
	position: relative;
	overflow: hidden;
	width: 900px;
	margin: 0px auto;
	padding:0;
	border: 1px solid #A3A3A3;
	background-color: #FFFFFF;
	background-image: url(../../../../blog-imgs-1.fc2.com/image/layout/contents_bg220.png);
	background-repeat: repeat-y;
	background-position: left top;
	color: #333333;
}

#header {
	color: #333333;
	width: 100%;
	margin: 0;
	background-color: #FFFFFF;
	text-align: left;
	height: 60px;
}

.contents_box {
	clear: both;
	width: 100%;
}

#left {
	width: 220px;
	float: left;
	text-align: center;
	padding: 15px 0px;
	overflow: hidden;
}

#ajaxcontent {
	float:right;
	width:680px;
}

#right {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 15px 0px 20px 0;
	text-align: center;
}

.section {
	padding:0 15px;
}

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #333333;
	background-color:#FFFFFF;
	border-top:1px dotted #A3A3A3;
}

#aus {
	position: absolute;
	right: 0px;
	top: 0px;
}

/* =================================================
	3.Header
================================================= */
#header h1 {
	height: 60px;
	margin-left: 30px;
	background: url("../../../../blog-imgs-1.fc2.com/share/fc2parts/image/fc2logo.png") no-repeat scroll 0pt 11px transparent;
	font-family: "Arial black",sans-serif;
	position: absolute;
	top: 0;
	left: 0;

}

#header h1 a {
	display: block;
	height: 49px;
	height/*\**/: 46px\9; /*IE7.8*/
	background: url("../../../../blog-imgs-1.fc2.com/image/icon_main/blog_service_icon.png") no-repeat scroll 190px 14px transparent;
	color: #000000;
	font-size: 124%;
	padding: 10px 50px 0 100px;
	padding/*\**/: 13px 50px 0 100px\9; /*IE7.8*/
	text-align: left;
	text-decoration: none;
}

#header h1 a.header_foreign_a {
	height/*\**/: 49px\9; /*IE7.8*/
	padding-top/*\**/: 10px\9; /*IE7.8*/
}

/* =================================================
	4.Header ads
================================================= */
.header_ad,
#header .googlead {
	border: none;
	width: 468px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* =================================================
	5.Header menu
================================================= */
div.header_menu {
	clear: both;
	overflow:hidden;
	height: 20px;
	padding: 5px 10px;
	background-color: #FFFFFF;
	background-image: url(../../../../blog-imgs-1.fc2.com/image/layout/header_sub_bg.png);
	background-repeat: repeat-x;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
	color: #777777;
}

div.header_menu strong {
	font-size: 115%;
	color: #000000;
}

div.header_menu p.header_menulist {
	position: absolute;
	top: 66px;
	right: 10px;
}

div.header_menu p.userid {
	float:left;
	width:240px;	/* 300px => 240px (2010/12/17) */
}

ul#header_menulist {
	width:640px;	/* 600px => 640px (2010/12/17) */
	position:absolute;
	top:63px;
	right:5px;
	z-index:9000;
}

ul#header_menulist li {
	float:right;
	margin-right:-1px;
}

ul#header_menulist li a {
	display:block;
	padding:4px 6px;
}
/* Simple mode */
ul#header_menulist li#simple_mode {
	text-align:right;
}
ul#header_menulist li#simple_mode a {
	text-decoration:none;
	color:#333333;
}
ul#header_menulist li#simple_mode img {
	vertical-align:middle;
}

/* Smart Phone button */
ul#header_menulist li.smartphone_change a {
	padding:2px 0px;
}

/* Drop menu */
ul#header_menulist li#myservice a,
ul#header_menulist li#bloghelp a {
	padding-left:12px;
	background:url(../../../../blog-imgs-1.fc2.com/i/image/icon_main/drop_icon.png) no-repeat 4px center;
}

/* switch */
ul#header_menulist li.off .drop_list { display: none; }
ul#header_menulist li.on .drop_list { display: block; }

ul#header_menulist li.on .drop_list {
	position:absolute;
	top:25px;
	right:0;
	width:200px;
	padding:3px 5px;
	background-color:#FFFFFF;
	border:1px solid #DADADA;
	z-index:9999;
}

ul#header_menulist li.on .drop_list li {
	float:none;
	border:none;
}

ul#header_menulist li#myservice.on .drop_list li a,
ul#header_menulist li#bloghelp.on .drop_list li a {
	display:block;
	width:188px;
	padding: 2px;
	background:none;
	padding-left:12px;
	background:url(../../../../blog-imgs-1.fc2.com/i/image/icon_main/list_icon.png) no-repeat 2px center;
}

ul#header_menulist li#myservice.on .drop_list li a:hover,
ul#header_menulist li#bloghelp.on .drop_list li a:hover {
	background-color:#e6f3f9;
}

/* =================================================
	6.Tab Menu
================================================= */
/*	6-1.Tab
---------------------------------------- */
#tabmenu {
	background: url(../../../../blog-imgs-1.fc2.com/image/layout/comutab_bg.jpg) #FFFFFF repeat-x left bottom;
	width: 100%;
	height: 28px;
	padding-top: 10px;
}

#tabmenu dd {
	text-align: center;
	width: 120px;
	height: 28px;
	line-height: 28px;
	float: left;
	margin-left: 10px;
}

#tabmenu dd a {
	display: block;
	background: url(../../../../blog-imgs-1.fc2.com/image/layout/commu_tab.png) no-repeat 0 0;
	width: 120px;
	height: 28px;
	float: left;
	margin: 0px;
}

#tabmenu dd a:hover {
	display: block;
	color: #ff4500;
	background: url(../../../../blog-imgs-1.fc2.com/image/layout/commu_tab.png) no-repeat 0 -56px;
	text-decoration: none;
	width: 120px;
	height: 28px;
	float: left;
}

#tabmenu .tabselected a {
	color: #ff4500;
	font-weight: bold;
	background:url(../../../../blog-imgs-1.fc2.com/image/layout/commu_tab.png) no-repeat 0 -56px;
}

/*	6-2.Sub menu
---------------------------------------- */
ul#sub_menu2 {
	background: #FFFFFF;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #949293;
	text-align: center;
}

ul#sub_menu2 li {
	display: inline;
	line-height: 30px;
}

ul#sub_menu2 li a {
	border-right: 1px solid #666666;
	padding: 0px 20px;
}

ul#sub_menu2 .last a {
	border-right: 0px;
}

/* =================================================
	7.Main (Right box)
================================================= */
/*	7-1.Title header
---------------------------------------- */
#right h2 {
	margin-bottom: 10px;
	padding: 2px 5px;
	text-align: left;
	border-bottom: 1px dashed #333333;
}

#right h3,
.section h3 {
	margin:15px 0;
	padding:5px 10px;
	text-align: left;
	border-left:5px solid #dedede;
	border-bottom:1px solid #dedede;
}

#right h3 span {
	font-weight: normal;
	font-size: 12px;
}

/*	7-2.Table
---------------------------------------- */
#right .evencell,
table.main_table .evencell td {
	background-color:#F5F5F5;
}

table.main_table {
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	text-align: left;
	width: 100%;
}

table.main_table th {
	background-color: #E6E5E5;
	vertical-align: middle;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	padding: 6px 10px;
}

table.main_table td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	padding: 6px 10px;
}

table.main_table .align_center,
table.main_table .align_center th,
table.main_table .align_center td{ text-align: center; }
table.main_table .align_left,
table.main_table .align_left th,
table.main_table .align_left td { text-align: left; }
table.main_table .align_middle,
table.main_table .align_middle th,
table.main_table .align_middle td { vertical-align: middle; }
table.main_table .align_top,
table.main_table .align_top th,
table.main_table .align_top td { vertical-align: top; }
table.main_table .align_right,
table.main_table .align_right th,
table.main_table .align_right td { text-align: right; }

table.main_table img {
	vertical-align: middle;
}

/*	7-3.Description
---------------------------------------- */
.txt_list {
	color: #666666;
	text-align: left;
	margin: 0 0 10px;
}

.txt_list li {
	margin-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
}

.txt_list img {
	vertical-align: middle;
}

/* 
	右カラムでテキスト配置を変えたい時に使用。
		右寄せ…boxposition_right
		左寄せ…boxposition_left
		センタリング…boxposition_center
	※下マージン10px入ります※
*/
.boxposition_right {
	margin: 0 0 10px;
	text-align: right;
}
.boxposition_left {
	margin: 0 0 10px;
	text-align: left;
}
.boxposition_center {
	margin: 0 0 10px;
	text-align: center;
}

.pulldownmenu1 {
	margin: 0 0 15px;
	text-align: left;
}

.pulldownmenu2 {
	margin: 0 0 20px;
	text-align: center;
}

.pulldownmenu2 input {
	margin-right: 2px;
}

/* 説明文（インデントが入ります） */
.explanation {
	margin: 0px 20px 15px;
	text-align: left;
}

/*	7-4.Other
---------------------------------------- */
.delbtn_style {
	color: #FF0000;
}

.delete {
	width: 570px;
	margin: 0px auto 15px;
}

.delete fieldset {
	border:1px solid #CFCFCF;
	text-align: center;
	color:#666666;
}

.delete legend {
	color:#ff0000;
}

/* returns to the previous page */
.return {
	width: 100%
	margin: 0 0 15px;
	text-align: left;
}

/*	7-5.Pager
---------------------------------------- */
.page {
	text-align: center;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin:10px 0;
}

.page a {
	margin-right: 2px;
	padding: 1px 3px;
}

.page a:link,
.page a:visited {
	background-color: #E6E6E6;
	border: 1px solid #999999;
	color: #666666;
}

.page a:focus,
.page a:hover,
.page a:active {
	background-color: #FAFAFA;
	border: 1px solid #999999;
	text-decoration: none;
}

.page span {
	margin: 0px 2px;
	padding: 1px 3px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #666666;
	font-weight: normal;
}

/*	7-6.Go to top link
---------------------------------------- */
.pagetop {
	margin:0;
	padding:15px 0;
	text-align:right;
}

/* =================================================
	8.Side menu (leftbox)
================================================= */

/*	8-1.Menu commons
---------------------------------------- */
#left .menu {
	width: 200px;
	margin:0 auto 5px;
	border: solid 1px #CFCFCF;
	text-align: left;
}

/*	8-2.PR
---------------------------------------- */
#left #ad_sidebar {
	width: 202px;
	height: 224px;
	margin:0 auto 15px;
	border: solid 1px #CFCFCF;
	border: solid 1px #CFCFCF;
	text-align: left;
}

#left #ad_sidebar h3 {
	padding:3px 5px;
	background-color:#DADADA;
	font-size:11px;
	font-weight:normal;
	color:505050;
}

#left #ad_sidebar .ad {
	text-align: center;
	margin: 5px;
}

/* Normal Type */
#ad_sidebody {
	position: absolute;
	top: 129px;
	left: 10px;
	width: 200px;
	height:200px
}

#ad_sidebody a {
	display:block;
}

/* Tab Type */
#ad_side1 {
	position: absolute;
	top: 210px;
	left: 9px;
	width: 160px;
}

#ad_side1x {
	position: absolute;
	top: 135px;
	left: 9px;
	width: 160px;
}

/*	8-3.Menu Header
---------------------------------------- */
#left .menu h3 {
	background: url(../../../../blog-imgs-1.fc2.com/image/icon_main/admin_icon2.png) no-repeat top left;
	margin: 1px;
	padding: 2px;
	font-size: 13px;
}

#left .menu h3 a {
	display:block;
	color: #FFFFFF;
	line-height: 25px;
	padding: 0 0 0 25px;
}

#left .menu .ml_app {
	background-position: 1px -602px;
	background-color: #954DE6;
}
#left .menu .ml_home {
	background-position: 3px -545px;
	background-color: #FB116E;
}
#left .menu .ml_sns {
	background-position: 1px -717px;
	background-color: #E58CFF;
}
#left .menu .ml_setting {
	background-position: 1px -660px;
	background-color: #8dc20e;
}
#left .menu .ml_tool {
	background-position: 1px -775px;
	background-color: #117ffb;
}
#left .menu .ml_fc2srv {
	background-position: 0 -892px;
	background-color: #3d9800;
}
#left .menu .ml_help {
	background-position: 2px -833px;
	background-color: #FB9511;
}

.menu ul {
	padding: 5px 10px;
}

/*	8-4.Application tree
---------------------------------------- */
#left .menu #menu_app li {
	background-image: url(../../../../blog-imgs-1.fc2.com/image/icon_main/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}

#left .menu #menu_app .appli_manage {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: none;
	padding: 2px 0;
}

/*	8-5.Event info
---------------------------------------- */
#left #menu_campaign {
	width: 162px;
	margin: 0 auto 10px;
	border: solid 1px #CFCFCF;
	text-align: left;
	line-height: 1.3;
}

#left #menu_campaign .ml_campaigninfo {
	background-color: #ff632f;
	color:#FFFFFF;
	font-weight: bold;
	padding: 7px 7px 5px 7px;
	margin: 1px;
	font-weight:normal;
}

#left #menu_campaign .box_campaigninfo {
	background-color: #fff5f3;
	padding: 5px 5px 10px;
	font-size: 16px;
}

#left #menu_campaign p {
	padding: 8px 0 8px 25px;
	background: url(../../../../blog-imgs-1.fc2.com/image/ja/campaign/icon.png) no-repeat scroll 0 5px;
}

#left #menu_campaign_bnr {
	text-align:center;
}

/* =================================================
	9.Friend request
================================================= */
.plgin-friendrequest {
	margin:0 50px;
	padding:20px;
	border:5px double #FFFFFF;
	background-color:#F0F0F0;
}

#friend_request {
	text-align:center;
}

#friend_request dl {
	text-align:left;
}

#friend_request dt {
	font-weight:bold;
}

#friend_request dd {
	margin:0 0 10px;
}


