

/* CSS Document */

.pc_disp {
	display:inline-block;
}
.sm_disp {
	display:none;
}

/********** 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:30px;
	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; 
}


#login_form{
	width: 100%;
	text-align: center;
	margin-top:10px;
	line-height:2.8em;
	min-height:400px;
}
#login_form span.pc_disp{
	display:inline;
}
#login_form div.lbl{
	display:inline-block;
	width:150px;
	text-align:right;
}
#login_form div.lbl2{
	display:inline-block;
	width:170px;
	text-align:right;
}

#login_form div.exp{
	margin-left:210px;
	font-size:0.8em;
	line-height:1.0em;
}

#login_form input[type="text"],#login_form input[type="password"]{
	width:150px;
}

#login_form .btn{
	font-size:1.3em;
}

/********** 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 --- */
