@charset "shift_jis";
/* CSS Document */

/*-----------------------------------------------------------
 フォントサイズの指定はYUI Fontsに基づき
 下記テーブルで指定します
 
 |px|%|
 |10|77|
 |11|85|
 |12|93|
 |13|100|
 |14|108|
 |15|116|
 |16|123.1|
 |17|131|
 |18|138.5|
 |19|146.5|
 |20|153.9|
 |21|161.6|
 |22|167|
 |23|174|
 |24|182|
 |25|189|
 |26|197|
 
 ex) 12px
 element {
 	font-size: 93%;
 }
 ------------------------------------------------------------*/

body{
	color:#333;
	height: 100%;
	font-size:93%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#box{_text-align:center;}


#header{
	background:url(../images/header_bg.jpg) repeat-x top left;
	height:109px;
	margin-bottom:30px;
}
#header h1{
	background:url(../images/pagetitle.jpg) no-repeat left top;
	height:75px;
	width:315px;
	margin-left:30px;
	overflow:hidden;
	white-space:nowrap;
	text-indent:100%;
}


#footer{
	clear:both;
	_text-align:center;
}

#winClose{
	margin:0 auto 40px auto;
	_margin-left:0;
	width:210px;
}
/*#winClose a{
	background:url(../images/close_btn.gif) no-repeat left top;
	width:210px;
	height:50px;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-indent:100%;
	_zoom:1;
}
#winClose a:hover{background-position:right top;}
*/

#goPageTop{
	width:125px;
	_width:100%;
	margin:0 30px 0 auto;
	_margin-left:0;
	_text-align:right;
}
#goPageTop img{vertical-align:bottom;}
/*#goPageTop a{
	background:url(../images/pagetop_btn.gif) no-repeat left top;
	width:125px;
	height:39px;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-indent:100%;
}
#goPageTop a:hover{background-position:right top;}*/

#copyright{
	border-top:3px #2192d0 solid;
	padding:20px 0 40px 0;
	text-align:center;
	line-height:1.5;
	width:100%;
}

#contents{
	width: 80%;
	margin: 0px auto 40px auto;
}

#contents h2{
	text-align:left;
	font-size:131%;
	font-weight:bold;
	line-height:1.5;
	color:#2092d0;
	border-bottom:2px #ccc dotted;
	margin-bottom:30px;
	background:url(../images/h2_mark.gif) no-repeat left center;
	padding:0 0 3px 23px;
}

#contents hr{
	height:0;
	border:0;
	border-top:1px #ccc solid;
}

#contents table{margin:10px 0 0 0;}
#contents td.MS9 table{margin:0;}

#contents th{
	text-align:center;
	font-weight:bold;
	padding:5px;
	line-height:1.5;
	font-size:110%;
}
#contents th#memberIdTh{white-space:nowrap;}
#contents td{
	padding:5px;
	line-height:1.5;
}

#contents td input{
	margin:1px 0;
	min-width:20px;
	width: auto !important;
	width: 20px;
	_width:auto;
}

#contents td#logInTd input{
	width: auto;
}

#meetingInputDl{
	overflow:hidden;
	text-align:left;
	margin-bottom:10px;
}
* html #meetingInputDl{zoom:1;}
#meetingInputDl dt{
	width:5.5em;
	clear:both;
	float:left;
}
#meetingInputDl dd{
	padding-left:6.5em;
}

.txtAC{
	text-align:center;
}

.btnBack{
	border:1px #ccc solid;
	border-radius:16px;
	line-height:32px;
	padding:0 10px;
	display:inline-block;
	margin:0px 0 45px;
}
.btnArea .btnBack{
	margin:15px 0 0px;
}

.btnBack:link,
.btnBack:visited,
.btnBack a:active{
	color:#333 !important;
}
.btnBack:hover{
	background:#ebebeb;
}

a:link {
  color : blue;
  text-decoration : none;
}
a:visited {
  color : blue;
  text-decoration : none;
}
a:active {
  color : blue;
  text-decoration : none;
}
a:hover {
  color : red;
  text-decoration : none;
}
.sort th{
	border-bottom:10px #fff solid;
}
.sort th a{
	padding:0 5px;
}

@media only screen and (max-width:640px){
	#header h1{
	margin-left:15px;
	}
	input#ID{
	margin-bottom:10px;
	}
	#meetingInputDl dd input{width:200px !important;}
}



