@charset "Shift_JIS";








/*=====メニュー要素=====*/

/* menu */

#Menu a:link, #Menu a:visited {
	display: block;
}



#Menu a:link {
	color: #FFFFFF;
	font-weight: bold;
	width: 120px;
	background-color: #0099FF;
	background-image: url(images/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	text-decoration: none;
}

#Menu a:visited {
	color: #FFFFFF;
	font-weight: bold;
	width: 120px;
	background-color: #0099FF;
	background-image: url(images/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	text-decoration: none;
}

#Menu a:hover {
	color: #0099FF;
	font-weight: bold;
	width: 120px;
	background-color: #FFFFFF;
	background-image: url(images/yajirushi-over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	text-decoration: none;
}

#Menu a:active {
	color: #0099FF;
	font-weight: bold;
	width: 120px;
	background-color: #FFFFFF;
	background-image: url(images/yajirushi-over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	text-decoration: none;
}




/* submenu */

#MenuSub a:link, #MenuSub a:visited {display: block;}

#MenuSub ul{
	position: relative;
	left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #0099FF;
}

#MenuSub li{
	list-style-type: none;
	position: relative;
	left: -15px;
}


/* MenuSub */
#MenuSub a:link {
	color: #0099FF;
	text-decoration: none;
	text-indent: 0pt;
	border: none;
	width: 125px;
	background-image: url(images/yajirushi-over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #0099FF;
	border-right-color: #F0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}

#MenuSub a:visited {
	color: #65007D;
	text-decoration: none;
	margin: 0px;
	text-indent: 0pt;
	border: none;
	width: 125px;
	background-image: url(images/yajirushi-over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #65007D;
	border-right-color: #65007D;
	border-bottom-color: #65007D;
	border-left-color: #65007D;
}



#MenuSub a:hover {
	color: #65007D;
	text-decoration: none;
	margin: 0px;
	text-indent: 0pt;
	border: none;
	width: 125px;
	background-image: url(images/yajirushi-over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #65007D;
	border-right-color: #65007D;
	border-bottom-color: #65007D;
	border-left-color: #65007D;
}


#MenuSub a:active {
	color: #65007D;
	text-decoration: none;
	margin: 0px;
	text-indent: 0pt;
	border: none;
	width: 125px;
	background-image: url(images/yajirushi-over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #65007D;
	border-right-color: #65007D;
	border-bottom-color: #65007D;
	border-left-color: #65007D;
}


/*=====メニュー要素=====*/









/*=====contents=====*/

.box {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 5px;
}


.box2 {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	padding-top: 5px;
}



.box2-single {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}


.page-top {
	padding-right: 10px;
	margin-bottom: 20px;
	text-align: right;
}



.img-left {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	text-align: center;
}


.img-right {
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
	text-align: center;
}






.waku {
	background-color: #CCCCCC;
	margin-top: 0px;
}

.waku td {
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.waku th {
	background-color: #F3F6F7;
	padding: 5px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}







.ul-disc {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}


.ul-disc li {
	margin-top: 4px;
	margin-bottom: 4px;
}





.ul-decimal {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}


.ul-decimal li {
	margin-top: 4px;
	margin-bottom: 4px;
}






.ul-none {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}


.ul-none li {
	margin-top: 4px;
	margin-bottom: 4px;
}






.dl-1 {
	margin-top: 5px;
	margin-bottom: 5px;
}


.dl-1 dd {
	margin-bottom: 5px;
}



.dl-2 {
	margin-top: 5px;
	margin-bottom: 5px;
}


.dl-2 dd {
	margin-bottom: 5px;
	text-indent: 20px;
}












.FF0000 {
	color: #FF0000;
}


.big {
	font-size: 1.2em;
	font-weight: bold;
}

.count {
	margin-top: 20px;
	margin-bottom: 20px;
}


.blue  {
	font-size: 1.0em;
	line-height: 2.0em;
	color: #0099FF;
}





/*=====contents=====*/

