@charset "UTF-8";
/* CSS Document */

/*----------------------

 sp-body
 
  sp-left
   sp-menu-cat
   sp-menu
   
  sp-center-title
  sp-center-txtbox
------------------------/

/*** subpage center ***/
div.sp-body{
	width:950px;
	float:left;
	padding:0 0 10px 0;
}
div.sp-body a{
	color:#036;
}
div.sp-body a:hover{
	color:#F60
}

div.sp-center-txtbox{
	border:2px solid #C9E09E;
  	border-radius: 0px;         /* CSS3 */
	-moz-border-radius: 0px;    /* Firefox */
	-webkit-border-radius: 0px; /* Safari,Chrome */
	background:#fff;
	margin:0px 8px 8px 8px;
	padding:20px;
	text-align:left;
}
div.sp-center-title{
	background:url(/img/bg-ws-title.gif) repeat 0 0;
	/*background:#C9E09E;*/
	margin:0px 8px 0px 8px;
	padding:20px;
	font-size:18px;
	color:#000;
}

/****************

  Left Menu
  
*****************/
ul.sp-left {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:12px;
}

li.sp-menu-cat{
	font-weight:bold;
	border:1px solid #fff;
	padding:2px 4px 2px 4px;
	margin:0px 0px 0px 0px;
	background:#C9E09E;
	color:#000;
}
.sp-menu-cat a{
	color:#000;
	text-decoration:none;
}
.sp-menu-cat a:hover {
	color:#F60;
}

li.sp-menu{
	font-weight:normal;
	border:1px solid #fff;
	padding:3px 4px 3px 10px;
	margin:0px 0px 0px 0px;
	background:#E4E2D2;
	color:#000;
}
.sp-menu a{
	color:#000;
	text-decoration:none;
}
.sp-menu a:hover{
	color:#F60;
}

/*****

  Link Like Button

******/
div.linkbox {
	border:4px solid #669966;
  	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	background:#669966;
	color:#fff;
	margin:8px 100px;
	padding:4px;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}

a#goto-schedule {
	color:#fff;
	text-decoration:none;
}
a:hover#goto-schedule {
	color:#FC3;
}

a#goto-commlist {
	color:#fff;
	text-decoration:none;
}
a:hover#goto-commlist {
	color:#FC3;
}


a#goto-vice {
	color:#fff;
	text-decoration:none;
}
a:hover#goto-voice {
	color:#FC3;
}



/*****

  Apply Button

******/
div.applybox {
	border:4px solid #ff9933;
  	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	background:#ff9933;
	color:#fff;
	margin:8px 100px;
	padding:4px;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}

a#goto-form {
	color:#fff;
	text-decoration:none;
}
a:hover#goto-form {
	color:#FC3;
}


/****************

  Voice
  
*****************/
.voice-title {
	line-height :20px;
	font-size:13px;
	font-weight:bold;
	color:#630;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

a:hover.voice-title {
	color:#F60;
}

.voice-note {
	border:0px solid #E4E2D2;
	border:2px solid #E4E2D2;
	background:url(/img/bg_notedot.gif) repeat 0 0;
	/* background:#fff; */
	line-height :30px;
	font-size:12px;
	color:#630;
	margin:0px 20px;
	padding:10px 20px 8px 20px;
	text-align:left;
}

/****************

  Member List
  
*****************/

.ml-photobox {
	width:120px;
	border:1px solid #C9E09E;
	background:#fff;
	margin-right:10px;
	padding:10px 10px 10px 10px;
	font-weight:normal;
	text-align:center;
}

/***** table *****/
.ml table {
	width:100%;
	padding-top:10px;
	margin: 0;
	font-size:14px;
}

.ml table td.m-index50{
	padding-right:5px;
	border-bottom:1px solid #F90;
	line-height :1.5;
	font-size:12px;
	vertical-align:text-bottom;
	color:#F90;
	white-space:nowrap;
}
.ml table td.m-startline{
	border-bottom:1px solid #C9E09E;
	color:#C9E09E;
}


.ml table .m-name {
	font-size:1.2em;
	color:#696035;
}
.ml table .m-name-kana {
	font-size:0.8em;
	line-height :1.0;
}

.ml table .m-certification {
	color:#030;
	line-height :2.0;
}
.ml table .m-contact {
	font-size: 12px;
	line-height :1.0;
}
.ml table .m-profile {
	font-size: 12px;
	line-height :120%;
}
.ml table .m-message {
	padding-top:20px;
	font-size: 14px;
	line-height :1.2;
	font-family:Georgia, "Times New Roman", Times, serif;
}
