/* 基本タグ */
body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
}
a {
	text-decoration: none;
	color: #003399;
}
a:hover {
	color: #FF6666;
}

h1 {
	margin-left: 14px;
	margin-top: 20px;
	color: #990000;
	font-weight: bolder;
	overflow: visible;
}
h2 {
	margin-left: 6px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	padding: 2px 2px 2px 4px;
	font-size: large;
	clear: both;
}
h3 {
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: medium;
	color: #990000;
}
h4 {
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: medium;
}
p {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: small;
	line-height: 1.4;

}
ul {
	margin-bottom: 4px;
	margin-top: 0px;
	list-style-image: url(../images/midashi_1.jpg);

}
ol {
	margin-bottom: 4px;
	margin-top: 0px;

}
li {
	font-size: small;
	line-height: 1.4;
}

table {
	border-collapse: collapse;
	margin-left: 20px;
	width: 540px;
	font-size: small;
}
th {
	background-color: #FF9900;
	text-align: center;
	color: #FFFFFF;
}
caption {
	font-size: medium;
	color: #990000;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;

}
.even {
	background-color: #FFF3E8;
}


/* 非表示用 */
.alt {display: none;}


/* ヘッダ部分 */
#head {
	width: 760px;
	height: 53px;
	margin: 0px auto;
	padding: 2px 0px 0px;
	background-image: url(../images/bg_1.jpg);
	background-repeat: repeat-y;
	background-color: #CC0000;
	border-width: 5px 1px 0px;
	border-style: solid;
	border-top-color: #000000;
	border-right-color: #E0DFE3;
	border-left-color: #E0DFE3;
	text-align: left;
}
.headtext {
	height: 14px;
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: right;
}
.headtext a {color: #FFFFFF;}
.headtext a:hover {color: #FFFFCC;}


/* テキストナビゲーション部分 */
#textnav {
	width: 760px;
	font-size: small;
	padding: 4px 0px 2px;
	margin: 0px auto;
	border-width: 0px 1px 1px;
	border-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-color: #E0DFE3;
	border-left-color: #E0DFE3;
}
#textnav a {color: #003399;}
#textnav a:hover {color: #FF6666;}


/* メインブロック */
#mainblock {
	width: 760px;
	padding: 0px 0px 0px;
	margin: 0px auto;
	border-width: 0px 1px 2px;
	border-style: solid;
	border-right-color: #E0DFE3;
	border-bottom-color: #333333;
	border-left-color: #E0DFE3;
	text-align: left;
	color: #333333;
}


/* 縦メニュー部分 */
.menublock {
	padding-top: 10px;
}
.menublock dl {
	font-size: small;
}
.menublock dt {
	margin-left: 580px;
	padding-left: 2px;
	margin-bottom: 3px;
	font-weight: bold;
	margin-top: 6px;
}
.menublock dd {
	margin-left: 580px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.menublock dd a {
	display: block;
	padding: 4px 3px 2px;
}
.menublock dd a:hover {
	background-color: #ECEFF4;
	display: block;
}
.menublock dt a {
	display: block;
	padding: 0px;
}
.menublock dt a:hover {
	background-color: #FFFFFF;
}



/* コンテンツ部分 */
.contentsblock {
	width: 560px;
	margin-left: 5px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0DFE3;
	margin-right: 5px;
	padding-right: 5px;
}
.leftblock{
	float:left;width:260px;
}
.rightlock{
	float:right;width:280px;
}
.block3{
	float:left;width:180px;
}

/* フッタ部分 */
.footlink {
	width: 760px;
	padding: 3px 0px 1px;
	margin: 2px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;

}
/*フッタ部分コピーライト*/
#foot {
	font-size: 12px;
	width: 760px;
	margin: 0px auto;
	color: #666666;
	text-align: right;
	clear: both;

}

/*更新日時*/
.update {
	color: #FF0000;
	font-weight: normal;
	font-size: 12px;
}
.caption {
	font-size: x-small;
}
