

/* CSS Document */

/********** Reset **********/

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, pre, table, caption, th, td, address, 
form, fieldset, legend, object, div {
	margin: 0;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/********** ime-mode **********/
.ime-off{
	ime-mode: disabled;
}

/********** body **********/

body {
	font-size:0.85em;
	/*align : center*/
	text-align: center;
	background: #EEECEB;
}


/********** contents **********/

#contents {
	width: 1024px;
	min-height: 830px;
	background:#FFFFFF;
}


/********** header **********/

#header {
	width:1024px;
	height:56px;
	text-align: center;
	background-color: #0099FF;

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0099FF', endColorstr='#0066CC');
	background: linear-gradient(to bottom, #0099FF, #0066CC);/* IE10+, W3C */

	/* Firefox */
	background: -moz-linear-gradient(top center, #0099FF 0%, #0066CC 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#0099FF), to(#0066CC));
	/* 共通 */
	background: linear-gradient(top center, #0099FF 0%, #0066CC 100%);
	zoom: 1;/* IE8以下で必要 */

	box-shadow: #c0c0c0 0px 2px 0px;
	position:fixed; 
	z-index:999;top:0px;
}


#header h1 {
	font-size:28px;
	font-weight:bold;
	text-align:left;
	margin-top:-7px;
	margin-left:0px;
	color:#FFFFFF;
  height:28px;
	text-shadow:1px 1px 0px rgba(255,255,255,0.3),2px 2px 3px rgba(0,0,0,0.5);
}

#header a:link {
	color: #FFFFFF;
	text-decoration: none;
} 
#header a:active {
	color: #FFFFFF;
	text-decoration: none;
} 
#header a:visited {
	color: #FFFFFF;
	text-decoration: none;
} 
#header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#header h2 {
	clear: both;
	text-align:left;
	color: #e6e6fa;
	font-size:12px;
	height:20px;
	margin-top:8px;
	margin-left:50px;
	margin-bottom:0px;
	position: relative;
	font-weight:normal;
	width: 400px;

}

#header .L_side {
	float:left;
	text-align:left;
	width:300px;
}
#header .R_side {
	float:right;
	margin-top:27px;
	margin-right:10px;
}

#header .R_side a{
	float:left;
	text-align:left;
}

#header .R_side .icon{
	margin-left:10px;
}

#header .notif {
	background-color:#CC0000;
	color: #FFFFFF;
	margin-top:-5px;
	margin-left:2px;
	margin-right:-5px;
	padding:0 3px 0 3px;
	float:left;
	display: inline;
	text-align:center;
	font-size:10px;
}

#header a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	text-decoration: none;
}

#header .logout{
	margin:5px 0 0 20px;
	font-size:12px;
}

#header a.logout:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/********** ログインページ用header **********/

#header_login {
	width:1024px;
	height:130px;
	text-align: center;
	background-color: #0099FF;

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0099FF', endColorstr='#0066CC');
	background: linear-gradient(to bottom, #0099FF, #0066CC);/* IE10+, W3C */

	/* Firefox */
	background: -moz-linear-gradient(top center, #0099FF 0%, #0066CC 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#0099FF), to(#0066CC));
	/* 共通 */
	background: linear-gradient(top center, #0099FF 0%, #0066CC 100%);
	zoom: 1;/* IE8以下で必要 */

	box-shadow: #c0c0c0 0px 2px 0px;
}


#header_login h1 {
	font-size:44px;
	font-weight:bold;
	text-align:left;
	margin-top:7px;
	margin-left:10px;
	color:#FFFFFF;
  height:28px;
	text-shadow:1px 1px 0px rgba(255,255,255,0.3),2px 2px 3px rgba(0,0,0,0.5);
}

#header_login a:link {
	color: #FFFFFF;
	text-decoration: none;
} 
#header_login a:active {
	color: #FFFFFF;
	text-decoration: none;
} 
#header_login a:visited {
	color: #FFFFFF;
	text-decoration: none;
} 
#header_login a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#header_login h2 {
	clear: both;
	text-align:left;
	color: #e6e6fa;
	font-size:14px;
	height:20px;
	margin-top:42px;
	margin-left:100px;
	margin-bottom:0px;
	position: relative;
	font-weight:normal;
	width: 400px;

}

#header_login .L_side {
	float:left;
	text-align:left;
	width:700px;
}
#header_login .R_side {
	float:right;
	margin-top:27px;
	margin-right:10px;
}

#header_login .R_side a{
	float:left;
	text-align:left;
}

#header_login .R_side .icon{
	margin-left:10px;
}

#header_login a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	text-decoration: none;
}


/********** maincontents **********/

#maincontents {
	clear: both;
	overflow: hidden; 
	position: relative ;
	width: 990px;
	margin-top: 0px;
  margin-left: 0px;
	padding: 15px 25px 20px 20px;
	text-align: left;
  top:50px; 
}

#maincontents .formL{
	overflow: hidden; 
	float:left;
	text-align:left;
	width:300px;
	margin:0;
}
#maincontents .formR{
	overflow: hidden; 
	float:left;
	text-align:left;
	width:640px;
	margin:0;
}

#maincontents .formL2{
	overflow: hidden; 
	float:left;
	text-align:left;
	width:410px;
}
#maincontents .formR2{
	overflow: hidden; 
	float:left;
	width:540px;
}

#maincontents .formC{
	clear: both;
	text-align:left;
	width:900px;
}

#maincontents .hanrei{
	text-align:left;
	width:180px;
	margin:60px 20px 0 0;
	padding:10px;
	border: 1px #999999 solid;
	font-size: 12px;
}
#maincontents .msg{
	text-align:left;
	margin:5px 0px 0 15px;
	padding:10px;
	border: 1px #999999 solid;
	font-size: 12px;
}

/********** side_box ***********/
#side_box {
	line-height:1.6em;
}
#side_box h1{
	clear:both;
	background:#E0E0E0;
	color:#333;
	font-size:13px;
	font-weight:normal;
	margin:20px 0 7px 0;
	padding:3px;
	text-align:center;
	height:18px;
}

#side_box .menu{
	clear:both;
	width:190px;
	text-align:left;
	padding-left:10px;
}

#side_box .notif {
	background-color:#CC0000;
	color: #FFFFFF;
	margin-top:3px;
	margin-right:5px;
	padding:0 3px 0 3px;
	float:right;
	text-align:center;
	font-size:10px;
   /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}

#side_box a.notif {
	color: #FFFFFF;
	text-align:center;
}

#side_box a:hover {
	background-color:#E8F4FF;
	text-decoration:none;
}

#side_box a:hover div{
	background-color:#E8F4FF;
	text-decoration:none;
}

#side_box a:hover .notif{
	background-color:#CC0000;
}

#side_box .profile{
	text-align:left;
	line-height:1.6em;
	font-size:12px;

}

#side_box .profile img{
	float:left;
	margin-right:15px;
}

#side_box .profile h5{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}

#side_box .timeline{
	clear:both;
	text-align:left;
	line-height:1.4em;
	font-size:11px;
}

#side_box .status{
	font-size:10px;
	line-height:1.2em;
	width:180px;
	float:right;
	text-align:left;
	margin-right:5px;
	word-wrap: break-word;
}

#side_box .timeline img{
	float:left;
	margin-right:10px;
	width:25px;
}

#side_box .timeline a:hover {
	background-color:#FFFFFF;
	text-decoration:underline;
}

#side_box .member_pic {
	float:left;
	margin:2px;
	width:50px;
}

#side_box .official_bnr{
	border:solid 1px #CCCCCC;
	width:218px;
}

#side_box .icon{
	margin-top:0px;
	margin-right:5px;
	height: auto !important;
	height: 100%;
}

/********** side_box_l **********/
#side_box_l{
	float:left;
	width:200px;
	height: auto !important;
	text-align: center;
	margin-top:10px;
	font-size:14px;
}


/********** side_box_r **********/
#side_box_r {
	float:left;
	width:220px;
	margin-top:-10px; 
	margin-left:12px;
	height: auto !important;
	height: 100%;
	text-align: center;
}


/********** main_box **********/
#main_box {
	padding: 5px 20px 10px 20px;
	float:left;
	width:500px;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:50px;
	height: auto !important;
	min-height: 650px;
	border-style: solid;
	border-width: 0px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-color: #E0E0E0;
	font-size:12px;
	line-height:1.4em;
}

#main_box h1{
	clear:both;
	background:#FFFFFF;
	color:#333;
	font-size:14px;
	font-weight:bold;
	margin-bottom:-10px;
	padding:0;
}

#main_box textarea.cmt{
	font-size: 14px;
	width:500px;
	height:180px;
	color:#888888;
	margin-bottom:5px;
}

#main_box textarea.cmt2{
	font-size: 14px;
	width:500px;
	height:60px;
	color:#000000;
	margin-bottom:5px;
}

#main_box hr {
	clear: both;
	position: relative;
	width: 500px;
	margin-top: 18px;
    border: 0;
    height: 1px;
    background: #ccc;
}


/********** tab **********/
#tab_menu h2 {
	width:95px;
	height:40px;
	
	text-align:center;
	color:#666;
	font-size:12px;

	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #FFFFFF;
	
	background-color: #FFFFFF;
	margin-top:0px;
	margin-right:10px;
	float:left;
	line-height:1.2em;
	margin-bottom:-1px;

}

#tab_menu a {
	width:95px;
	height:40px;
	text-align:center;
	color:#333;
	font-size:12px;

	border:1px solid #c0c0c0;

	background-color: #FFFFFF;
	background: -webkit-gradient( linear, left top, left bottom, from(#FFFFFF), to(#f5f5f5));
	background: -moz-linear-gradient( top, #FFFFFF, #f5f5f5);
	text-decoration: none;
	-pie-background: linear-gradient(#FFFFFF, #f5f5f5);
	behavior: url(/assets/PIE-7f460ab002f1bfbed953d1cd100ca515fd453fbc076c6737724a9e4875875d96.htc);
	position:relative;/* IE8以下で必要 */
	
	margin-right:10px;
	float:left;
	line-height:1.2em;
	margin-bottom:-1px;

}

#tab_menu a:hover{
	width:95px;
	height:40px;
	text-align:center;
	color:#006699;
	font-size:12px;

	border-top:1px solid #888888;
	border-left:1px solid #888888;
	border-right:1px solid #888888;

	background-color: #FFFFFF;
	background: -webkit-gradient( linear, left top, left bottom, from(#FFFFFF), to(#F1EDED));
	background: -moz-linear-gradient( top, #FFFFFF, #F1EDED);
	text-decoration: underline;
	-pie-background: linear-gradient(#FFFFFF, #F1EDED);
	behavior: url(/assets/PIE-7f460ab002f1bfbed953d1cd100ca515fd453fbc076c6737724a9e4875875d96.htc);
	position:relative;/* IE8以下で必要 */
	
	margin-right:10px;
	float:left;
	line-height:1.2em;
}

#main_box .tab{
	padding-top:12px;
	padding-bottom:0px;
}
#main_box .tab2{
	padding-top:5px;
	padding-bottom:0px;
}



p.under_status {
	margin-top:3px;
	font-size: 11px;
}


.datetime{
	font-size:9px;
	color:#666;
	font-weight:normal;
}


/********** contents_box **********/
#contents_box{
	margin-top:10px;
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom:10px;
	clear:both;
	border-top:1px solid #c0c0c0;
	padding-top:0px;
	padding-left:25px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	color:#333;
}

#contents_box h2{
	clear:both;
	color:#444;
	font-size:13px;
	font-weight:bold;
}

#contents_box .itemname_l{
	width:190px;
	height:30px;
	font-weight:bold;
	vertical-align:top;
	color:#333;
}

#contents_box .itemname{
	width:120px;
	height:30px;
	font-weight:bold;
	vertical-align:top;
	color:#333;
}

#contents_box .itemname2{
	width:80px;
	height:25px;
	font-weight:bold;
	vertical-align:top;
	color:#333;
}

#contents_box .content{
	width:250px;
	vertical-align:top;
}

#contents_box .content2{
	width:275px;
	vertical-align:top;
}
#contents_box .content3{
	width:410px;
	vertical-align:top;
}
#contents_box .content4{
	width:230px;
	vertical-align:top;
}
#contents_box .content5{
	width:160px;
	vertical-align:top;
}
#contents_box .content6{
	width:320px;
	vertical-align:top;
}
#contents_box .content7{
	width:165px;
	vertical-align:top;
}
#contents_box .edit{
	width:135px;
}
#contents_box .content2{
	width:300px;
	vertical-align:top;
}

#contents_box .edit2{
	width:80px;
}

#contents_box .content_main{
	margin-top:20px;
	paddign:0px;
	color:#000;
}

#contents_box h3{
	font-size:14px;
	width:95px;
	float:left;
	font-weight:bold;
	color:#333;
}

#contents_box hr{
  text-align:center;
	width:495px;
	height:0px;
	margin-left:-5px;
	border-bottom:0px;
	border-top:1px dotted #808080;
}

#contents_box .inptxt{
	margin-top:2px;
	margin-right:1px;
	margin-bottom:2px;
}

#contents_box .keyword{
	width:70px;
	margin-top:2px;
	margin-right:1px;
	margin-bottom:2px;
}
.fee{
	width:70px;
	margin-top:2px;
	margin-right:1px;
	margin-bottom:2px;
	text-align:right;
	ime-mode: disabled;
}
.yuubin1{
	width:40px;
	margin-top:2px;
	margin-right:1px;
	margin-bottom:2px;
}
.yuubin2{
	width:50px;
	margin-top:2px;
	margin-right:1px;
	margin-bottom:2px;
}

#contents_box #status{
	margin-bottom:5px;
	padding-left:5px;
}

#contents_box #sub_box{
	width:500px;
	margin-left:-13px;
	padding:5px 5px 5px 10px;
	border-bottom:1px dotted #808080;
}
#contents_box .child_box{
	width:390px;
	background:#F5F5F5;
	margin-left:50px;
	padding:5px 5px 5px 5px;
}
#contents_box .child_box h2{
	font-size:12px;
	color:#666;
}

#contents_box li.unread:before{
    content: '\2022';
    color: #0099FF;
    margin-left: -25px;
		display: inline;
    text-shadow: 0px 0px 3px gray;
}

#contents_box hr.sub{
	margin-top:0px;
}

#contents_box .user_name_list{
	width:470px;
	max-height:50px;
	overflow:auto;
	float:left;
}

.bg1{
	background:#FFFFFF;
	width:500px;
}
.bg2{
	background:#F5F5F5;
	width:500px;
}

/********** read_more **********/
.read_more {
	margin-top:30px;
	background-color:#F5F5F5;
	text-indent:0;
	border:1px dotted #CCCCCC;
	display:inline-block;
	color:#777777;
	font-weight:normal;
	height:25px;
	line-height:2.2em;
	width:490px;
	text-align:center;
	margin-right:3px;
}
.read_more:hover {
	background-color:#F8F8F8;
}

.read_more:active {
	position:relative;
	top:1px;
}
/********** parent_cmt **********/
.parent_cmt{
	margin-top:5px;
}

.parent_cmt .profile_pic{
	float:left;
	width:60px;
	margin-right:15px;
}

.parent_cmt .status{
	float:left;
	width:420px;
	margin-left:0px;
	word-wrap: break-word;
}

.cmt_inp {
	background-color:#E8F4FF;
	margin-left:-10px;
	padding-top:5px;
	padding-left:5px;
	height:175px;
	width:490px;
	overflow:hidden;
}

/********** child_cmt **********/
.child_cmt{
	margin-top:5px;
	margin-left:75px;
	background:#f5f5f5;
	width: 410px;
	padding:7px;
	height:auto;
}

.child_cmt .profile_pic{
	float:left;
	width:35px;
	margin-right:15px;
}

.child_cmt .status{
	float:left;
	width:327px;
	margin-left:0px;
	word-wrap: break-word;
}

.child_cmt hr {
	clear: both;
	position: relative;
	width: 405px;
	margin-top: 5px;
    border: 0;
    height: 1px;
    background: #ccc;
}

.child_cmt textarea.cmt{
	font-size: 12px;
	width:300px;
	height:30px;
	color:#888888;
	margin-bottom:4px;
}


.child_cmt p.under_status {
	margin-top:2px;
}

.child_cmt_msg{
	margin-top:5px;
	margin-left:0px;
	background:#f5f5f5;
	width: 500px;
	padding:7px;
	height:auto;
}

.child_cmt_msg .profile_pic{
	float:left;
	width:60px;
	margin-right:8px;
	position: relative;
	left: -7px;
	margin-left: 5px;
}

.child_cmt_msg .status{
	float:left;
	width:420px;
	margin-left:0px;
	word-wrap: break-word;
}

.child_cmt_msg hr {
	clear: both;
	position: relative;
	width: 405px;
	margin-top: 5px;
    border: 0;
    height: 1px;
    background: #ccc;
}

.child_cmt_msg textarea.cmt{
	font-size: 12px;
	width:300px;
	height:30px;
	color:#888888;
	margin-bottom:4px;
}


.child_cmt_msg p.under_status {
	margin-top:2px;
}

.tunagari {
	margin-left:20px;
	width:82px;
	text-align:center;
}

/********** プロフィール画像複数表示 **********/
#member_pics{
	width:55px;
	height:55px;
	overflow:hidden;
}
.pics1{
	width:50px;
	height:50px;    
	overflow:hidden;
	float:left;
}
.pics1 img{
	width:50px;
}
.pics2{
	width:25px;
	height:50px;    
	overflow:hidden;
	float:left;
}
.pics2 img{
	width:50px;
	margin:0px 0px 0px -12px;		/* 位置コントロール */
}
.pics3{
	width:17px;
	height:50px;    
	overflow:hidden;
	float:left;
}
.pics3 img{
	width:50px;
	margin:0px 0px 0px -16px;		/* 位置コントロール */
}
.pics4{
	width:25px;
	height:25px;    
	overflow:hidden;
	float:left;
}
.pics4 img{
	width:35px;
	margin:0px 0px -15px -5px;	/* 位置コントロール */
}

#loadmore {
	width:480px;
	background-color:#E0E0E0;
	text-align:center;
	margin: 0px auto;
}

#loadmore p {
	font-size: 12px;
}

#vertical-line {
	width: 2px; height: 100%;
	background-color: #E0E0E0;
	float: left;
	margin-left:5px;
}


#pict_box {
	float:left;
	width:60;margin-left:3px;
	margin-top:1px;
}

#msg_detail{
	margin-left:-10px;
	width:520px;
	height:350px;
	overflow-x:hidden;
	overflow-y:auto;
}


p.status {
	font-size: 12px;
	line-height: 1.1em;
	max-width: 400px;
}



h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: baseline;
}

textarea.status{
	width:500px;
	height:60px;
}

textarea.comment{
	width:400px;
	height:40px;
	margin-right:50px;
	margin-top:10px;
}

a.headttl:link {
	color: #13AE67;
	text-decoration: none;
} 
a.headttl:active {
	color: #13AE67;
	text-decoration: none;
} 
a.headttl:visited {
	color: #13AE67;
	text-decoration: none;
} 
a.headttl:hover {
	color: #13AE67;
	text-decoration: underline;
}

a.msg_box :hover {
	background-color: #E8F4FF;
	color: #333;
	text-decoration: none;
}
a.msg_box span :hover {
	text-decoration: none;
}

a.msg_box .child_box :hover {
	text-decoration: none;
}

.pager {
	margin-left:95px;
	}

.pager li{
	float:left;
	list-style:none;
}

.pager li a {
	float:left;
	list-style:none;
	width:24px;
	height:24px;
	padding:12px 0 0 0;
	margin:5px;
	border:solid 1px #a7b8ae;
	color: #a7b8ae;
	text-align:center;
	font-size:0.9em;
}

.pager li.pager_noborder a {
	border:none;
}



h1 {
	height:35px;
	font-size:17px;
	font-weight:normal;
	color:#FFFFFF;
	padding-top:6px;
	padding-left:22px;
}



/* ===== FORM =========================== */

#form01 table	{
        width:100%;
        border-collapse:collapse;
        border-top:1px solid #D6D6D6;
        border-left:1px solid #D6D6D6;
        margin:0 0 10px;
}


#form01 table th,#form01 table td	{
        padding:3px;
        border-right:1px solid #D6D6D6;
        border-bottom:1px solid #D6D6D6;
}

#form01 table th	{
        font-weight:normal;
/*        background:#13AE67; */
        background:#66ccff;
/*        background:#6BAC3D; */
        color:#FFFFFF;
}
#form01 table th.bg01	{
        background:#EDF4E8;
        color:#333;
}
#form01 table th.bg02{
        background-color:#D5EBFF;
        color:#333;
}
#form01 table th.bg03{
        background-color:#FEE0E1;
        color:#333;
}

#form01 table td	{
        text-align:left;
        background:#FFFFFF
}

.lineheight200 {
        line-height:300%;
}

#form01 table td.bg01{
        background-color:#f0f8ff;
/*        background-color:#EDF4E8; */
}
#form01 table td.bg01CP{
        background-color:#f0f8ff;
/*        background-color:#EDF4E8; */
        text-align:center;
}
#form01 table td.bg02{
        background-color:#F2F2F2;
}


#form01 table td em	{
        font-size:12px;
        font-style:normal;
}

#form01 table td.rightP	{
        text-align:right;
        padding-right:8px;
}
#form01 table td.centerP	{
        text-align:center;
}
#form01 table td.leftP	{
        text-align:left;
}
#form01 table th.rightP	{
        text-align:right;
}
#form01 table th.centerP	{
        text-align:center;
}
#form01 table th.leftP	{
        text-align:left;
}
#form01 .line0{
        background-color:#FFFFFF;
        color:#000000;
}
#form01 .line1{
        background-color:#F8F8F9;
        color:#000000;
}
#form01 table td.waring01{
    background-color:#fff0f5;
    color: #e00000;
    font-weight: bold;
    text-align:center;
}

#inp_form table td{
	height:30px;
	text-align:left;
}


#clear {
	clear: both;
}

/* ===== TABLE =========================== */
.tb1{
	border-collapse:collapse;
}
.tb1 th{
	padding:3px;
	border-bottom:1px solid #999;
	color:#333;
}
.tb1 td{
	padding:3px;
	border-bottom:1px solid #D6D6D6;
}

/* ===== PROF IMAGE =========================== */
#prof2_pic {
	width:50px;
	height:50px;
	overflow:hidden;
}

.prof40_pic{
 display:block;
 width:40px; /*トリミング後の横幅*/
 height:40px; /*トリミング後の縦幅*/
 overflow:hidden;
 position:relative;
 z-index:1;
 }
.prof40_pic img{
 width:40px;
 float:left;
 position:absolute;
 }

.prof50_pic{
 display:block;
 width:50px; /*トリミング後の横幅*/
 height:50px; /*トリミング後の縦幅*/
 overflow:hidden;
 position:relative;
 z-index:1;
 }
.prof50_pic img{
 width:50px;
 float:left;
 position:absolute;
 }

.prof35_pic{
 display:block;
 width:35px; /*トリミング後の横幅*/
 height:35px; /*トリミング後の縦幅*/
 overflow:hidden;
 position:relative;
 z-index:1;
 }
.prof35_pic img{
 width:35px;
 float:left;
 position:absolute;
 }

img.profpict {
	height: 105px;
	width: 120px;
	margin:10px auto;
}

img.iconpict {
	height: 70px;
	width:80px;
}

img.commentpict {
	height:56px; width:64px;
}

img.friendpict {
	height:52.5px; width:60px;
	float:left;
	padding:0px;
}

img.statuspict {
	max-width: 400px;
	border: 1px solid #000000;
}

img.prof1 {
  width:65px;
  margin-right:10px;
  float:left;
}

img.prof2 {
  width:50px;
  float:left;
}

img.prof3 {
  width:30px;
  float:left;
}

img.prof40 {
  width:40px;
  margin-right:10px;
  float:left;
}

/* ===== TEMP IMAGE =========================== */
img.temp_pict {
	max-width: 300px;
	max-height: 300px;
}



/* ===== SELECT =========================== */
select.publish {
	/*margin-left:370px;*/
    display: inline-block;
    padding: 4px 3px 5px 5px;
    width: 80px;
    outline: none;
    /*color: #74646e;*/
    border: 1px solid #C8BFC4;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #ddd8dc;
    background-color: #fff;
}

/********** page top **********/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 3px;
    text-align: center;
    display: block;
    border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* ===== COPYRIGHT =========================== */
.copyright {
  width: 1000px;
  clear: both;
  position: relative;
}
.copyright address {
  /*font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "小塚ゴシック Pro L", Arial, Osaka, sans-serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  color: #727171;
  font-size: 12px;
  font-style: normal;
  text-align: right;
  position: absolute;
  top: 3px;
  right: 10px;
}

/*====== ERR FORM =============================*/
.err_form {
	background-color:#ffe4e1;
	padding:10px;
	color:#e00000;
	margin-bottom:15px;
}



/*=======PULLDOWN MENU=========================*/
.public_group {
	font-size: 12px;
	position: relative;
	top:3px;
  left:0px;
}


div#menu{
  height:24px;
  width:800px;
}

ul#menuBody{
  
  width:100%; 
  position: absolute; 
  z-index:10;
}

ul.nav{
  list-style:none;
  height:22px;
  overflow: hidden; 
  width: 210px; 
  font-size:12px; 
  text-align: center; 
  float: left;
}

ul.nav li{
  height:22px;
  padding-top:5px;
  padding-left:3px;
  margin:0px;
}



ul#menuBody li{
  float: left;
}

ul#menuBody li.head{
  background: #fff;
  color: #006699;
	text-decoration: none;
}

ul#menuBody li.child{
  background: #F6F9FF;
}
ul#menuBody .nav li{
  float: none;
}
ul#menuBody li:hover{
  background: #E8F4FF; 
  cursor: pointer;
}

  ul#menuBody0 li{
    float: left;
  }

  ul#menuBody0 li.head{
    background: #fff;
    color: #006699;
  	text-decoration: none;
  }

  ul#menuBody0 li.child{
    background: #F6F9FF;
  }
  ul#menuBody0 .nav li{
    float: none;
  }
  ul#menuBody0 li:hover{
    background: #E8F4FF; 
    cursor: pointer;
  }
  ul#menuBody1 li{
    float: left;
  }

  ul#menuBody1 li.head{
    background: #fff;
    color: #006699;
  	text-decoration: none;
  }

  ul#menuBody1 li.child{
    background: #F6F9FF;
  }
  ul#menuBody1 .nav li{
    float: none;
  }
  ul#menuBody1 li:hover{
    background: #E8F4FF; 
    cursor: pointer;
  }
  ul#menuBody2 li{
    float: left;
  }

  ul#menuBody2 li.head{
    background: #fff;
    color: #006699;
  	text-decoration: none;
  }

  ul#menuBody2 li.child{
    background: #F6F9FF;
  }
  ul#menuBody2 .nav li{
    float: none;
  }
  ul#menuBody2 li:hover{
    background: #E8F4FF; 
    cursor: pointer;
  }
  ul#menuBody3 li{
    float: left;
  }

  ul#menuBody3 li.head{
    background: #fff;
    color: #006699;
  	text-decoration: none;
  }

  ul#menuBody3 li.child{
    background: #F6F9FF;
  }
  ul#menuBody3 .nav li{
    float: none;
  }
  ul#menuBody3 li:hover{
    background: #E8F4FF; 
    cursor: pointer;
  }
  ul#menuBody4 li{
    float: left;
  }

  ul#menuBody4 li.head{
    background: #fff;
    color: #006699;
  	text-decoration: none;
  }

  ul#menuBody4 li.child{
    background: #F6F9FF;
  }
  ul#menuBody4 .nav li{
    float: none;
  }
  ul#menuBody4 li:hover{
    background: #E8F4FF; 
    cursor: pointer;
  }
  ul#menuBody5 li{
    float: left;
  }

  ul#menuBody5 li.head{
    background: #fff;
    color: #006699;
  	text-decoration: none;
  }

  ul#menuBody5 li.child{
    background: #F6F9FF;
  }
  ul#menuBody5 .nav li{
    float: none;
  }
  ul#menuBody5 li:hover{
    background: #E8F4FF; 
    cursor: pointer;
  }
  ul#menuBody6 li{
    float: left;
  }

  ul#menuBody6 li.head{
    background: #fff;
    color: #006699;
  	text-decoration: none;
  }

  ul#menuBody6 li.child{
    background: #F6F9FF;
  }
  ul#menuBody6 .nav li{
    float: none;
  }
  ul#menuBody6 li:hover{
    background: #E8F4FF; 
    cursor: pointer;
  }
  ul#menuBody7 li{
    float: left;
  }

  ul#menuBody7 li.head{
    background: #fff;
    color: #006699;
  	text-decoration: none;
  }

  ul#menuBody7 li.child{
    background: #F6F9FF;
  }
  ul#menuBody7 .nav li{
    float: none;
  }
  ul#menuBody7 li:hover{
    background: #E8F4FF; 
    cursor: pointer;
  }
  ul#menuBody8 li{
    float: left;
  }

  ul#menuBody8 li.head{
    background: #fff;
    color: #006699;
  	text-decoration: none;
  }

  ul#menuBody8 li.child{
    background: #F6F9FF;
  }
  ul#menuBody8 .nav li{
    float: none;
  }
  ul#menuBody8 li:hover{
    background: #E8F4FF; 
    cursor: pointer;
  }

/* A.Sari Add S ---*/
/* SNS ホームの右サイドのつながりメンバーの名前表示 */
.profile_bg {
  position: relative;
  top: 37px;
  background: aliceblue;
  -moz-opacity: 0.7;
  opacity:.7;
  filter: alpha(opacity=70);
}
.profile_name {
  position: relative;
  font-size: 10px;
  top: -4px;
}
/* Add E --- */
