@charset "utf-8";
/* CSS Document */

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 1.8em;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td,th {
	font-size: 100%;
}
a:link {
	color:#0033CC;
	text-decoration: none;
}
a:visited {
	color:#0033CC;
	text-decoration: none;
}
a:hover {
	color:#0099FF;
	text-decoration: underline;
}
#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*ヘッダー*/
#header {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 100px;
	background-image: url(images/headerbk.gif);
	background-repeat: no-repeat;
}
#catch {
	font-size: 12px;
	height: 15px;
	width: 950px;
	margin-top: 5px;
	padding-left: 10px;
}
/*メニュー*/
#topmenu {
	margin: 0px;
	height: 46px;
	width: 950px;
	background-image: url(images/menuback1.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
#topmenu li {
	float: left;
	list-style-type: none;
}
#topmenu .mn_home a {
	text-decoration: none;
	height: 46px;
	width: 130px;
	display: block;
	background-image: url(images/mn_home01.jpg);
	margin-right: 0px;
	text-indent: -9999px;
}

#topmenu .mn_home a:hover {
	background-image: url(images/mn_home02.jpg);
}
#topmenu .mn_riyu a {
	text-decoration: none;
	height: 46px;
	width: 130px;
	display: block;
	background-image: url(images/mn_riyu01.jpg);
	margin-right: 0px;
	text-indent: -9999px;
}

#topmenu .mn_riyu a:hover {
	background-image: url(images/mn_riyu02.jpg);
}
#topmenu .mn_tuyomi a {
	text-decoration: none;
	height: 46px;
	width: 130px;
	display: block;
	background-image: url(images/mn_tuyomi01.jpg);
	margin-right: 0px;
	text-indent: -9999px;
}

#topmenu .mn_tuyomi a:hover {
	background-image: url(images/mn_tuyomi02.jpg);
}
#topmenu .mn_jirei a {
	text-decoration: none;
	height: 46px;
	width: 130px;
	display: block;
	background-image: url(images/mn_jirei01.jpg);
	margin-right: 0px;
	text-indent: -9999px;
}

#topmenu .mn_jirei a:hover {
	background-image: url(images/mn_jirei02.jpg);
}
#topmenu .mn_nagare a {
	text-decoration: none;
	height: 46px;
	width: 130px;
	display: block;
	background-image: url(images/mn_nagare01.jpg);
	margin-right: 0px;
	text-indent: -9999px;
}

#topmenu .mn_nagare a:hover {
	background-image: url(images/mn_nagare02.jpg);
}
#topmenu .mn_follow a {
	text-decoration: none;
	height: 46px;
	width: 130px;
	display: block;
	background-image: url(images/mn_follow01.jpg);
	margin-right: 0px;
	text-indent: -9999px;
}

#topmenu .mn_follow a:hover {
	background-image: url(images/mn_follow02.jpg);
}
#topmenu .mn_mitumori a {
	text-decoration: none;
	height: 46px;
	width: 130px;
	display: block;
	background-image: url(images/mn_mitumori01.jpg);
	margin-right: 0px;
	text-indent: -9999px;
}

#topmenu .mn_mitumori a:hover {
	background-image: url(images/mn_mitumori02.jpg);
}
#topmenu .mn_toi a {
	text-decoration: none;
	height: 46px;
	width: 130px;
	display: block;
	background-image: url(images/mn_toi01.jpg);
	margin-right: 0px;
	text-indent: -9999px;
}

#topmenu .mn_toi a:hover {
	background-image: url(images/mn_toi02.jpg);
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 80px;
	width: 400px;
}
#content {
	padding: 5px;
	width: 950px;
	clear: both;
	float: left;
}
#leftside {
	float: left;
	width: 190px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/menuback.jpg);
	font-size: 12px;
	background-repeat: repeat-y;
}
#maincontents {
	float: right;
	width: 730px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	clear: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
	line-height: 1.5em;
}
.li2 {
	background-image: url(images/menuliback2.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 190px;
	padding-left: 20px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.li2b {
	background-image: url(images/menuliback2b.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 190px;
	padding-left: 20px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.li2c {
	background-image: url(images/menuliback2c.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 190px;
	padding-left: 20px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.li3 {
	background-image: url(images/menuliback3.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 190px;
	padding-left: 30px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.li3b {
	background-image: url(images/menuliback3b.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 190px;
	padding-left: 30px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.li3c {
	background-image: url(images/menuliback3.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 190px;
	padding-left: 30px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1 {
	font-size: 24px;
	width: 100%;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
h2 {
	font-size: 16px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #006600;
	padding-left: 5px;
	margin-bottom: 15px;
}
h3 {
	font-size: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006666;
	padding-left: 5px;
	margin-bottom: 10px;
}
.size12 {
	font-size: 12px
}
.size16 {
	font-size: 16px
}
.white {
	color: #FFFFFF;
	font-weight: bold;
}.table1 {
	font-size: 12px;
	line-height: 1.2em;
}
.table1 td {
	text-align: center;
}
.table2 {
	line-height: 1.2em;
	font-size: 13px;
}
.table2 td {
	text-align: center;
}
.table3 {
	line-height: 1.2em;
	font-size: 100%;
}
.table3 td {
	font-size: 100%;
}
.imgarea {
	clear: both;
	width: 728px;
	margin-bottom: 5px;
}
.li3c a {
	color: #C60;
}

