/*TMUWV OB会ホームページ用スタイルシート*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #EEEEEE;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#container {
/*	width: 780px; */
/*	width: 864px; */
	width: 960px;
	margin:10px auto;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;}

#header {
	height: 150px;   /*60px*/
	padding: 10px;
	background-color: #C1D8AC;
}

#header h1 {
	font-weight: bold;
	font-size: 20px;
    text-align: center;
}

#menu {
/* 960/6=160 160x5=800 800/4=200 20130609修正*/
/* 横幅を6分割 左端は固定 残りを4（公開ページ）と5（会員ページ）で割る*/
/* border + width = ボタン一つの幅 */
	width: 960px;
	height: 30px;
}
#menu ul,
#menu ul li {
	float: left;
}
#menu ul {
	width: 960px;
	list-style-type: none;
}
#menu ul li.on,
#menu ul li.off {
	width: 196px;
}
#menu ul li.private {
	width: 156px;
}
#menu ul li {
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	border-right: 2px solid #333333;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}	
#menu ul li.on a {
	height: 26px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006E54;
	border-bottom: 2px solid #006E54;
}
#menu ul li.off a {
	height: 26px;
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #93CA76;
	border-bottom: 2px solid #333333;
}
#menu ul li.off a:hover {
	height: 26px;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	background-color: #82AE46;
	border-bottom: 2px solid #333333;
}
#menu ul li.private a {
	height: 26px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
	border-bottom: 2px solid #333333;
}
#menu ul li.private a:hover {
	height: 26px;
	display: block;
	color:#000000;
	text-decoration: none;
	background-color: #FFCC00;
	border-bottom: 2px solid #333333;
}
#menu_bar {
	width: 956px;
	height: 10px;
	font-size: 0;
	background-color: #006E54;
	border-left: 2px solid #666666;
	border-right: 2px solid #333333;
 	border-bottom: 2px solid #333333;
}
#contents {
	float: left;
	width: 960px;
}

#sub {
	float: left;
/*	width: 130px;*/
	/*width: 144px;*/
	width: 156px;
}	

#sub p{
	text-align: center;
	background-color: #EEEEEE;
	font-size: 10pt;
	padding: 5px;
	margin-top: 5px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-decoration: none;
}	

#sub ul li{
	list-style-type: none;
}	

#sub ul li a{
	display: block;
/*	width: 120px;*/
	/*width: 134px;*/
	width:146px;
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
	padding: 5px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-top: 5px;
	background-color: #A7B1BE;
}	

#sub ul li a:hover{
	display: block;
/*	width: 120px;*/
	/*width: 134px;*/
	width:146px;
	color: #FFFFFF;
}	

#main {
	float: right;
	width: 760px;
	padding: 20px;
	border-left: 1px solid #666666;
}

#main h2 {
	font-size: 18px;
	border-left: 1em solid #006E54;
	border-bottom: 1px solid #006E54;
	padding-left: 20px;
	margin-bottom: 20px;
}

#main p.welcome {
	font-size: large;
	font-weight: bold;
	text-align: center;
}

#main p {
	text-indent: 1em;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
#main dl.whatsnew {
	float: left;
	border: 1px solid #FF0000;
}

#main dl.whatsnew dt {
	width: 100px;
	float: left;
	clear: both;
	border: 1px solid #00FF00;
}

#main dl.whatsnew dd {
	float: left;
	border: 1px solid #000000;
}
*/

#main ul li {
	margin-left: 2em;
}

#footer {
	clear: both;
	height: 40px;
	padding: 10px;
	background-color: #93CA76;
}	

#footer p {
	text-align: right;
	font-size: small;
}

.pos-c {
    text-align: center;
}
