@charset "Shift_JIS";

* {
  padding: 0;
  margin: 0;
}

BODY {
	line-height: 150%;
	background-color: #ffffff;
	font-family: Arial, Tahoma;
	font-size: medium;
	color: #1F1E31;
}

a:link {
	color: #1F1E31;
	text-decoration: none;
}
a:visited {
	color: #1F1E31;
	text-decoration: none;
}
a:hover {
	color: #37318C;
	text-decoration: none;
}

img {
    border-style:none;
}

#wrapper {
	width: 900px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}

#main {
	width: 800px;
	visibility: visible;
	height: auto;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#cont01 {
	width: 460px;
	border: 1px solid #272262;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#ul {
	width: 600px;
	margin: 10px;

}
#head {
	width:800px;
	height:96px;
	z-index:auto;
	visibility:visible;
	margin: 0px;
}
#menu {
	width:700px;
	height:25px;
	visibility:visible;
	position: relative;
	float: left;
	font-size: small;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 15px;
}
#contents {
	position:relative;
	width:490px;
	z-index:auto;
	visibility:visible;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
	margin-bottom: 10px;
}
#topimg {
	width:800px;
	z-index:auto;
	visibility:visible;
	float: left;
}
#sidemenu {
	float: left;
	width: 250px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.localnavi {
	list-style-type: none;
	font-size: 12px;
	line-height: 120%;
	margin: 0;
}

.localnavi li { display: inline; }

.localnavi a {
	text-decoration: none;
	display: block;
	width: 230px;
	color: #000000;
	background-image: url(../images/bg-localnavi.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.localnavi a:hover {
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/bg-localnavi.jpg);
	background-repeat: no-repeat;
	background-position: -250px 100%;
}

#footer{
	width:900px;
	height:35px;
	z-index:auto;
	visibility:visible;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 120%;
}
.txt_underline {
	text-decoration: underline;
}
.txt_munderline {
	text-decoration: underline;
	font-size: medium;
}
.txt_medium {
	font-size: medium;
}
.txt_small {
	font-size: small;
}
.txt_12 {
	font-size: 12px;
}
.txt_yback {
	background-color: #FCF787;
	font-weight: bold;
}
.txt_red {
	color: #F20000;
	font-weight: bold;
}
.txt_purple {
	color: #272262;
	font-weight: bold;
}
.txt_white {
	color: #FFFFFF;
}
.txt_height100 {
	line-height: 100%;
}

.midasi01 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 24px;
	COLOR: #272262
}

