@charset "Shift_JIS";

/* 全体 ----------------------------------------------- */
hmtl,h1,h2,h3,h4,div,p,ul,ol,dl,li,dt,dd,th,td {
	font: normal 12px/1.5 "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Goyhic Pro", Osaka;
	margin: 0px;
	padding: 0px;
	color: #454545;
	list-style: none;
}

hmtl {
	background-color: #eddab3;
	filter: expression(document.execCmmand("BackgroundImageCash",false,true));
}

body {
	background-color: #eddab3;
	margin: 0px;
	padding: 30px 0px 40px;
	text-align:center;
}

img {
	border: 0px;
}

a {
	outline: none;
}

a:link,a:visited {
	text-decoration: underline;
	color: #243e87;
}

a:hover,a:active,a:focus {
	text-decoration: none;
	color: #243e87;
}



h1 a {
	display: block;
	height: 150px;
	width: 800px;
	background: url(../img/header.gif) no-repeat;
	text-indent: -9999em;
}

hr {
	display: none;
}



#allContents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 784px;
	_width: 800px;
	height: 100%;
	background-color: #FFFFFF;
	border-right: 8px solid #F9F1E4;
	border-left: 8px solid #F9F1E4;
	margin: 0px auto;
	padding-top: 8px;
	text-align: center;
}

#contentsuArea {
	width: 700px;
	margin: 0px auto;
	text-align: left;
}

.line {
	clear: both;
	background-image: url(../img/dot_blue.gif);
	background-repeat: repeat-x;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
	margin: 10px auto;
	width: 700px;
}


/* 下部テキストメニュー ----------------------------------------------- */
#textManu  {
	clear: both;
	padding: 50px 0px 5px;
}

#textManu ul {
	text-align: center;
}

#textManu li {
	display: inline;
	height: 20px;
}

#textManu li a {
	padding: 0px 8px 0px 5px;
	_padding: 0px 8px;
	border-right: 1px solid #666666;
}

#textManu li.access a {
	border-style: none;
}

#textManu li.info a:hover,#textManu li.info a:focus,
#textManu li.shisetsu a:hover,#textManu li.shisetsu a:focus,
#textManu li.staff a:hover,#textManu li.staff a:focus,
#textManu li.incho a:hover,#textManu li.incho a:focus,
#textManu li.access a:hover,#textManu li.access a:focus {
	text-decoration: none;
}

/* フッタ ----------------------------------------------- */
#footer  {
	height: 60px;
	background: url(../img/footer.gif) no-repeat;
}

#footer p  {
	text-align: left;
	text-indent: -9999em;
}




/* ポジション配置用初期タグ */
.positionSet {
	position: relative;
}


/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix */

/* iepngfix efect */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* end iepngfix efect */



/* 勝手にスワップイメージ */
.imgover {
}
