@charset "euc-jp";

/* HEADER */
#header {
	background-image: url(images/headerbgtop.jpg);
	margin-bottom: 0px;
	height: 99px;
}
#header h1 {
	height: 70px;
}
#hdrbox {
	height: 25px;
	padding-top: 45px;
}

/* トップページテキスト部分 */
#toptx {
	background-image: url(images/toptxbg.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 960px;
	height: 106px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	vertical-align: middle;
	padding: 20px;
}
#toptx h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
}

/* メニュー枠指定 */
#topmenu {
	background-image: url(images/wakuc02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 244px;
	padding-bottom: 7px;
	display: block;
	margin-bottom: 10px;
}
#topmenu .inner {
	background-image: url(images/wakuc01.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	width: 230px;
}

/* トップページメニュー */
#topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size:1px;
}
#topmenu ul li {
	height: 45px;
	width: 230px;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
	line-height:0;
}
#topmenu ul li a {
	display: block;
	height: 45px;
	width: 230px;
	line-height:normal;
}
#topmenu span {
	display: none;
}
#topmenu ul .me1 a {
	background-image: url(images/topme01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#topmenu ul .me1 a:hover {
	background-position: right top;
}
#topmenu ul .me2 a {
	background-image: url(images/topme02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#topmenu ul .me2 a:hover {
	background-position: right top;
}
#topmenu ul .me3 a {
	background-image: url(images/topme03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#topmenu ul .me3 a:hover {
	background-position: right top;
}
#topmenu ul .me4 a {
	background-image: url(images/topme04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#topmenu ul .me4 a:hover {
	background-position: right top;
}
#topmenu ul .me5 a {
	background-image: url(images/topme05-2a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#topmenu ul .me5 a:hover {
	background-position: right top;
}
#topmenu ul .me6 a {
	background-image: url(images/topme06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#topmenu ul .me6 a:hover {
	background-position: right top;
}
#topmenu ul .me7 a {
	background-image: url(images/topme07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#topmenu ul .me7 a:hover {
	background-position: right top;
}

/* トップページ3段組レイアウト */
#largewrap #mainwrap {
	display: block;
	width: 754px;
	float: left;
}
#largewrap #mainwrap #main {
	display: block;
	float: right;
	width: 500px;
	padding: 0px;
	background-image: none;
	margin-right: 3px;
	margin-left: 3px;
}
#largewrap #mainwrap #leftbox {
	display: block;
	float: left;
	width: 244px;
	padding: 0px;
}
#largewrap #rightbox {
	display: block;
	float: right;
	width: 244px;
	padding: 0px;
}

/* 真中の列指定 */
#main p {
	margin: 0px;
	padding: 0px;
}
#main .topics {
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #060;
	border-left-color: #CCC;
	padding: 5px;
	background-color: #FFF;
	margin-bottom: 10px;
	width: 488px;
}
#main .topics table {
	width: 98%;
	margin-bottom: 10px;
}
#main .topics table th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 3px;
	line-height: 1.5;
}
#main .topics table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 3px;
	line-height: 1.5;
	vertical-align: top;
}
#main .topics p {
	margin: 0px;
	padding: 0px;
}

/* 背景グラデーション枠指定 */
.wakubg {
	background-image: url(images/wakuc01.jpg);
	background-repeat: no-repeat;
	width: 244px;
	display: block;
	margin-bottom: 15px;
}
.wakubg .inner {
	background-image: url(images/wakuc02.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	width: 226px;
	font-size: x-small;
	margin: 0px;
	background-position: left bottom;
	overflow: hidden;
}
.wakubg .inner p {
	margin-bottom: 5px;
}

/* 背景白枠指定 */
.wakuw {
	background-image: url(images/wakuw01.jpg);
	background-repeat: no-repeat;
	width: 244px;
	display: block;
	margin-bottom: 15px;
}
.wakuw .inner {
	background-image: url(images/wakuw02.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	width: 226px;
	font-size: x-small;
	margin: 0px;
	background-position: left bottom;
	overflow: hidden;
}
.wakuw .inner #box {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: x-small;
	margin-top: 5px;
}
.wakuw .inner p {
	margin-bottom: 5px;
}

/* トピックスインラインフレーム指定 */
#topicsfr {
	height: 200px;
	width: 480px;
	margin-bottom: 10px;
}

/* 写真枠指定 */
#photo {
	text-align: center;
	display: block;
	margin: 10px auto;
	padding: 10px;
	width: 980px;
	border: 1px solid #DDD;
}
#photo img {
	margin: 0px 2px;
}
.mincho {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}