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

/*==================reset=================*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	}
img {
	border: 0;
	}
/*==================common==================*/
html {
	overflow-y:scroll;
	}
body {
	background: url(../img/bg.jpg) repeat-x;
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
	line-height: 1.4;
	font-size: 12px;
	text-align: center;
	}
*html body {
	font-size: 75%;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
a {
	color: #0000CC;
	}
a:visited {
	color: #663399;
	}
a:hover {
	color: #FF9900;
	}
strong {
	font-weight: bold;
	color: #FF6600;
	}
em {
	color: #FF3333;
	}
.clearfix {
	zoom:1;/*for IE 5.5-7*/
	}
.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
.clear {
	clear: both;
	line-height: 0;
	}
ul {
	list-style: none;
	margin-bottom: 10px;
	}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
	}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
	}
.imgC {
	text-align: center;
	}
.textR {
	text-align: right;
	}
.textC {
	text-align: center;
	}
.textL {
	text-align: left;
	}

#messinfo h3{
	color:#FF0000;
	font-size:24px;

}

/*==================parts==================*/	
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}
#content {
	width: 900px;
	}
/*==================head==================*/
#head {
	width: 900px;
	height: 91px;
	margin-bottom: 10px;
	}
#head h1 {
	float: left;
	width: 661px;
	margin-top: 13px;
	}
#head p {
	float: right;
	width: 100px;
	margin-left: 3px;
	}
/*==================navi==================*/
#navi {
	float: left;
	width: 180px;
	}
#navi h2,#navi ul {
	margin-bottom: 3px;
	}
#navi h2.none {
	margin-bottom: 0;
	}
#navi ul {
	border: 1px solid #CCCCCC;
	padding: 0 5px;
	}
#navi ul li {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0; 
	}
#navi ul li.none {
	border-bottom: none;
	}
#navi ul li a {
	background: url(../img/navi_mark.jpg) no-repeat 0 50%;
	padding: 3px 0 3px 8px;
	text-decoration: none;
	color: #000000;
	}
#navi ul li a:visited {
	color: #663399;
	}
#navi ul li a:hover {
	color: #FF6600;
	}
#navi ul.meeting  {
	margin-bottom: 10px;
	}
#navi ul.meeting li {
	background: url(../img/mark.gif) no-repeat 0 6px;
	border-bottom: none;
	padding: 3px 0 3px 10px;
	}
#navi ul.meeting li a {
	background: none;
	padding: 0;
	text-decoration: underline;
	}
#navi u.meetingl li a:visited {
	color: #663399;
	}
#navi u.meetingl li a:hover {
	color: #FF6600;
	}
#navi div.koen {
	padding-top: 8px;
	}
#navi div.koen p {
	margin-bottom: 5px;
	}
/*==================pageTop==================*/
div#pageTop {
	clear: both;
	text-align: right;
	padding: 10px 0 5px 0;
	}
/*==================foot==================*/
#foot {
	background: url(../img/foot_bg.jpg) repeat-x;
	padding-top: 15px;
	}
#foot p {
	margin-bottom: 10px;
	}


