@charset "Shift_JIS";
@media screen{
}

* {
	font-family: "VERDANA", "ARIAL", "SANS-SERIF";
	}
html {
	overflow-y:scroll;
}

/* 全体 */

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}
#wrapper h1 {
	display: none;
	margin: 0;
	}

/* ヘッダー */

#header {
	width: 760px;
	height: 90px;
	}
#header p{
	margin: 0;
	padding: 0;
	}
#header ul,li{
	float: left;
	}

/* ナビゲーション */

#navi {
	width: 760px;
	height: 32px;
	}
#navi ul {
	margin: 0px 0px 0px 14px;
	padding: 0;
	list-style-type: none;
	}
#navi li {
	margin: 0px 3px 0px 0px;
	padding: 0;
	}

/* ご挨拶 */

#greeting {
	width: 760px;
	background-color: #9cc;
	}
#greeting p {
	margin: 0;
	}
#greeting h2 {
	margin: 0;
	}

/* コンテンツ全体 */

#main {
	width: 760px;
	}

/* TOP左 */

.topLeft {
	width: 230px;
	padding-top: 18px;
	float: left;
	}
.topLeft p{
	margin: 10px;
	font-size: 85%;
	}

/* TOP右 */

.topRight {
	width: 510px;
	padding-top: 25px;
	float: left;
	}
.topTable{
	width: 500px;
	border: 1px;
	font-size: 90%;
	}
.topTable p{
	margin: 5px;;
	}
.topTable td{
	padding: 5px;
	}
.topTable th{
	width: 130px;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	}
.timeTable{
	width: 350px;
	border: 1px;
	border-collapse: collapse;
	}
.timeTable td{
	border: 1px solid black;
	text-align: center;
	background-color: #fff;
	}	
.bgF8 {
	background-color: #f8f8f8;
	}
.bgE9 {
	background-color: #e9e9e9;
	}


/* コンテンツ内部 */

#content {
	width: 512px;
	padding-right: 15px;
	padding-top: 25px;
	float: right;
	}
#content h3{
	margin: 40px 0px 0px;
	}
#content h4{
	color: #50A0A0;
	letter-spacing: ;
	font-size: 110%;
	padding: 3px 17px;
	margin-top: 30px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	}
#content h5{
	color: #3E5B5B;
	letter-spacing: ;
	font-size: 95%;
	padding: 0px 20px;
	margin: 0px;
	}
#content ul {
	font-size: 90%;
	padding: 0px 10px 0px 25px;
	line-height: 150%;
	margin: 10px 0px 0px 20px;
	}
#content ol {
	margin-left: 50px;
	margin-bottom: 10px;
	line-height: 150%;
	}
#content li {
	padding-right: 10px;
	font-size: 95%;
	float: none;
	}
#content p {
	font-size: 90%;
	padding: 0px 10px 0px 25px;
	line-height: 150%;
	margin: 10px 0px ;
	}
#content em {
	color: ;
	font-size: ;
	}
#content hr {
	filter: Alpha(style=2,opacity=40,finishopacity=0);
	color: #660066;
	height: 15px;
	}

/* newsFlame */

.iframe {
	width: 490px;
	height: 150px;
	overflow: auto;
	margin: 14px 0px 0px 13px;
	}
.iframe ul {
	margin: 0;
	padding: 0px 25px;
	list-style-image: url(../img/ring.gif);
	}
.iframe li {
	margin-bottom: 5px;
	padding: 0;
	font-size: 90%;
	color: #000;
	border-bottom: 1px dotted green;
	line-height: 150%;
	}
.iframe p {
	margin-bottom: 5px;
	padding: 0px 0px 0px 5px;
	font-size: 100%;
	color: #000;
	line-height: 150%;
	}
.iframe a {
	text-decoration: none;
	}
.iframe a:link,a:visited {
	color: #000099;
	}
.iframe a:hover,a:active {
	color: red;
	}

/* フッター */

#footer {
	width: 760px;
	margin-top: 20px;
	}



/* 基本CSS */

body {
	margin: 0;
	color: ;
	text-align: center;
	background-color: #f5f5f5;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
em {
	font-style: normal;
	font-weight: bold;
	}
address {
	font-style: normal;
	font-weight: bold;
	color: #333;
	margin: 3px;
	font-size: 12px;
	}
table {
	border: ;
	}
caption {
	color: #003366;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 5px;
	}
img {
	border: 0;
	display: block;
	}
div {
	border: 0px solid gray;
	}
ul,ol {

	}	
li {

	}
form {
	margin: 0;
	}


/* リンク */
	
a {

	}
a:link,a:visited {

}
a:hover,a:active {

}

/* クラス */

.imgBottom {
	padding-bottom: 5px;
	}
.imgLeft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.imgRight{
	float: right;
	margin: 0px 0px 10px 10px;
}
.textRed{
	color: red;
	font-weight: bold;
	font-size: 100%;
}
.textRedBold{
	color: red;
	font-weight: bold;
	font-size: 120%;
}
.textRedBoldMin {
	color: red;
	font-weight: bold;
	font-size: 130%;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;		
	}
.c-both{
	clear:both;
}

}

