@charset "Shift_JIS";

body {
	background-image: url(../image/back-bk.gif);
	text-align: left;
	color: #FFFFCC;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*----------  ----------*/
address {
	text-align: center;
	font-style: normal;
	margin: 0px;
	padding-bottom: 10px;
}

.style1 {
	padding-top: 10px;
}

.style2 {
	color: #99CC00;
	font-weight: bold;
	padding-top: 20px;
}

p {
	line-height: 1.5em;
	color: #FFFFCC;
	margin-top: 0px;
}

.text5 p {
	margin-left: 10px;
}

em {
	font-style: normal;
	color: #FF9900;
	font-weight: bold;
}

/*---------- ｈタグ ----------*/
h1 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#Body h1 {
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

#MAIN h1 {
	clear: left;
	font-size: 12px;
	padding: 12px;
	margin: 0px 20px 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #99CC00;
	border-left-color: #99CC00;
	height: 8px;
}

#MAIN h2 {
	clear: left;
	font-size: 16px;
	padding: 12px;
	margin: 0px 20px 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #99CC00;
	border-left-color: #99CC00;
	/*height: 8px;*/
	letter-spacing: 1mm;
}

#MENU h2 {
	text-align: center;
	background-image: url(../image/title2.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	letter-spacing: 0.5em;
	height: 50px;
}

h3,h4,h3dou {
	clear: left;
	font-size: 12px;
	background-color: #333333;
	padding: 8px;
	margin-bottom: 10px;
}

.text3-2 h3 {
	text-align: left;
}

.text3-2 h3 {
	clear: left;
	font-size: 12px;
	background-color: #99CC00;
	padding: 8px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #FFFFFF;
	text-align: left;
}

.text4-3 h3 {
	margin: 0px;
	text-align: center;
}



/*---------- アンカー ----------*/

a:link {
	color: #FFFFCC;
}
a:visited {
	color: #FFFFCC;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FFFFCC;
}

a.main {
	color: #FFFFCC;
	padding-left: 25px;
	padding-right: 15px;
	text-decoration: none;
	background-image: url(../image/mini_icon3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	margin-left: 10px;
}

a.main:hover  {
	color: #99CC00;
	background-image: url(../image/mini_icon2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.main2 {
	color: #FFFFCC;
	padding-left: 25px;
	padding-right: 15px;
	text-decoration: none;
	background-image: url(../image/mini_icon3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	margin-left: 25px;
}

a.main2:hover {

	color: #99CC00;
	background-image: url(../image/mini_icon2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

#footer a,#link a {
	color: #CCCCCC;
}

#footer a:hover {
	color: #99CC00;
}

#footer2 a {
	color: #CCCCCC;
}

#footer2 a:hover {
	color: #99CC00;
}

h1 a,address a {
	text-decoration: none;
	color: #FFFFCC;
	font-size: 12px;
}

h2 a {

	text-decoration: none;
	color: #FFFFFF;
}

li a {
	color: #FFFFCC;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	display: block;
	width: auto;
	font-size: 12px;
	background-color: #333333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990000;
	letter-spacing: 0.3em;
	height: 15px;
	padding: 10px;
	font-weight: bold;
}
li a:hover {
	background-color: #666666;
	color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #99CC00;
	background-image: url(../image/mini_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

th a {
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none;
}

th a:hover {
	color: #99CC00;
	text-decoration: underline;
}

/*---------- リスト ----------*/
ul{
	list-style:none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

ul li{
	text-align: left;
	margin-bottom: 2px;
}

ol{
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
ol li {
	margin: 0px 0px 0px 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

td li {
	text-align: center;
	display: block;
	color: #FFFFFF;
}

.text2 li {
	display: block;
	height: 20px;
	padding-top: 6px;
	padding-left: 5px;

}

.text5 li {
	line-height: 1.5em;
}

/*---------- テキストＢＯＸ ----------*/
.text {
	margin-top: 62px;
}

.text1 {
	margin-top: 20px;
	letter-spacing: 1px;
}

.text2 {
	font-size:12px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	letter-spacing: 1px;
}

.text3 {
	padding: 0px 0px 10px;
	line-height: 1.5em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

.text3-2 {
	margin: 0px 30px 10px;
	padding: 0px 0px 10px;
	text-align: center;
	border: 1px solid #99CC00;
}

.text4 {
	background-color: #333333;
	margin-right: 65px;
	margin-left: 65px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
}

.text4-2 {
	margin-left: 140px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 3px;
	border: 1px dotted #FFFFFF;
	margin-right: 140px;
}

.text4-3 {
	margin-left: 140px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border: 1px solid #FFFFFF;
	margin-right: 140px;
}

.text5 {
	text-align: left;
}

.info {
	margin-top: 10px;
	margin-right: 65px;
	margin-bottom: 10px;
	margin-left: 65px;
	text-align: center;
}

.kuroneko {
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.center {
	text-align: center;
	margin: 10px;
}

.tyuui {
	list-style-type: square;
	list-style-position: outside;
}
.sidelink{
	text-align: center;

}
/*---------- テーブル ----------*/
table.souryo {
	width: 540px;
	margin-bottom: 10px;
	margin-left: 35px;
}
th {
	background-color: #666666;
	text-align: center;
	width: 90px;
}
td {
	text-align: center;
	color: #FFFFFF;
}

tr {
	background-color: #333333;
	border: 1px solid #FFFFFF;
}

table.tokusyo {
	margin-bottom: 10px;
	margin-left: 35px;
	}
.tokusyo td {
	text-align: left;
	padding: 5px 5px 5px 20px;
	width: 540px;
}
.tokusyo th {
	text-align: center;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
}
table.tokudai {
	width: 540px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.tokudai th {
	margin: 2px;
	padding: 2px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	vertical-align: middle;

}
.tokudai td {
	height:30px;
	width:150px;
	margin: 2px;
	padding: 2px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}

.boxsize table{
	margin-bottom: 50px;
	margin-left: 50px;
}

.boxsize th {
	margin: 50px;
	padding: 1px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.boxsize td {
	margin: 1px;
	padding: 1px;
	background-color: #000000;
	border: 1px solid #333333;

}

/*---------- 画像 ----------*/
p img {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 30px;
}

.photo {
	display: block;
	margin: 0px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 80px;
}
.imgright {
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
}

.imgcenter {
	margin-left: 65px;
}

.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.photo img {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 0px;
}
.boxsize img {
	margin-bottom: 5px;

}

#HEADER img {
	margin: 0px;
	padding: 0px;
}

/*画像の回り込みの設定*/ 
.imgleft 
{
	float:left;
	padding-right: 10px;
} 
/*文字の回り込みの解除*/ 
.clear 
{ 
clear:both; 
}
