@charset "utf-8";

@import "news.css";
@import "areamap.css";
@import "otoku.css";
@import "access.css";
@import "course.css";
@import "link.css";
@import "download.css";
@import "contact.css";
@import "attention.css";
@import "mail.css";
@import "event.css";



/* 全体 */
body {
	background-color: #B3C1CC;
	margin: 0;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

hr {
	display: none;
}

* html #menu , #whatsnew ,  #side , #header , #flash , #topbana , #header h1 a{
	behavior: expression(IEPNGFIX.fix(this));
}

ul,li,dl,dt,dd,h1,h2,h3 ,p {
	margin: 0;
	padding: 0;
}

/*文字サイズ*/
body.fontL {
	font-size:115%;
	line-height: 115%;	
}
body.fontM {
	font-size:100%;
	line-height: 100%;	
}
body.fontS {
	font-size:80%;
	line-height: 80%;	
}

/* メイン */
#main {
	width: 950px;
	margin:auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #D0CAB5;
	text-align: left;
}

/* ミドル */
#middle{
	width: 950px;
}
/* サイトタイトル */
.sitettl{
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #006699;
	display: none;
	margin-bottom: 20px;
	padding-left: 10px;
}

/* サイトタイトル */
.reserved {
	display: none;
}

/* ヘッダー */
#header {
	width: 950px;
	background-repeat: no-repeat;
}
#header img{
	vertical-align: middle;
	margin-right: 5px;
}

#header h1 a{
	float: left;
	display: block;
	height: 55px;
	width: 380px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/logo.png);
	margin-left: 20px;
}
#header p {
    display: none;
}
.headerinfo {
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 10px;

}
.headerlist {
	margin-left: 640px;
	padding-top: 3px;
}
.headerhome {
	float: left;
	width: 90px;
}

/* フォントサイズ */
.fontsize {
	text-align: right;
	float: left;
	width: 190px;
	padding-top: 3px;
}
.fontsize li{
	display: inline;
}
/* フォントサイズ（小） */
.small{
	font-size: 0.8em;
}


/* フッター */
#footer {
	background-color: #4A6691;
	color: #FFFFCC;
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 16px;
	}
#footer a {
	color: #FFFFCC;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.footerlist {
	text-align: right;
	margin-bottom: 10px;
}
.footerinfo {
	margin-bottom: 10px;
}
.footerinfo td{
	font-size: 12px;
	line-height: 16px;
	color: #CCCCCC;
}



/* メニュー */
#menu {
	width: 200px;
	margin-left: 20px;
	background-image: url(../images/bg_white70.png);
	background-position: 0 0;
	float: left;
	display: inline;
	padding-top: 10px;
}
#menu li{
	margin-bottom: 10px;
	margin-left: 10px;
	list-style-type: none;
}

/* QRコード */
.qr {
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

/* カウンタ */
.count {
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
}

/* コンテンツ */
#contents {
	font-size: 0.9em;
	line-height: 1.6em;
	width: 670px;
	float: left;
	margin-left: 20px;
	background-image: url(../images/bg_white70.png);
	padding: 10px;
}

