@charset "utf-8";
/* CSS Document */

@charset "EUC-JP";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	color: #696969;
	height: 100%;
	top: 0;
	background: url('../images/background2.jpg');
}

header, footer, nav, section, article, figure, aside {
	display: block;
}

a, a:active, a:visited {
	color: #2e1b00;
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration: underline;
}

a:link,a:visited,a:active,a:hover {
	overflow: hidden;
	outline: none;
}

img {
	border: none;
}

ul {
	list-style: none;
}

@font-face {
	font-family: mplus-1p-medium;
	src: url('http: //mplus-fonts.sourceforge.jp/webfonts/mplus-1p-medium.ttf') format("truetype");
}

#head {
	width: 900px;
	height: auto;
	min-height:100%;
	margin:0 auto;
}

#header {
	width: 900px;
	height: 80px;
}

#header img.logo {
	width: 234px;
	height: 40px;
	padding-top: 25px;
}

#header span {
	color: #2e1b00;
	font-size: 17pt;
	font-family: "        ｮ     ﾉｨ   Pro W3", "Hiragino Mincho Pro", "HGS  ﾉｨ  E", " ｭ ｳ  ｰ      ", serif;
	letter-spacing: 1px;
}

#header p {
	font-size: 10pt;
	position: absolute;
	top: 15px;
}

#headernavi {
	width: 900px;
	height: 15px;
	font-size: 10pt;
	position: absolute;
	top: 20px;
}

#headernavi a {
	padding-left: 8px;
}

#nav {
	clear: both;
	font-family: '蟆      ｴ          Pro', '        ｮ   隗     Pro W3', ' ｭ ｳ  ｰ     ｷ     ･ﾃ', 'Osaka', '  ｡     ｪ   ',Meiryo,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	width: 900px;
	height: 50px;
	padding-bottom: 7px;
	position:relative;
}

#nav li {
	list-style: none;
}

#nav li a {
	display: block;
	width: 176px;
	height: 50px;
	font-size: 12pt;
	color: #2e1b00;
	text-decoration: none;
	line-height: 40px;
	margin-right: 5px;
	float: left;
	text-align: center;
}

#nav li a.nav1 {
	background: url(../images/navi_01.png);
}

#nav li a.nav2 {
	background: url(../images/navi_02.png);
}

#nav li a.nav3 {
	background: url(../images/navi_03.png);
}

#nav li a.nav4 {
	background: url(../images/navi_04.png);
}

#nav li a.nav5 {
	margin-right: 0px;
	background: url(../images/navi_05.png);
}

#nav li a:hover {
	background-position: 0 -50px;
	text-decoration: none;
}

#nav li a:active {
	color: #ffffff;
	background-position: 0 50px;
	text-decoration: none;
}

#nav li a:visited{
	color: #2e1b00;
}

/*   ｳ                 ｪ    */
div#contents{
	width:890px;
	padding:5px;
	margin:0 auto;
	background:#ffffff;
}

div#contents h2{
	max-width:840px;
	min-width:210px;
	padding:5px 10px;
	margin:5px auto;
	background:#fff;
	color:#2e1b00;
	border-bottom:0.09em dashed #2e1b00;
	text-align:left;
	font-size: 15pt;
}

ul.ctsum {
	width: 850px;
	height: 610px;
	padding:5px 15px;
	margin: 0 auto;
	background:#ffffff;
}

.ctsum li {
	float: left;
    width: 180px;
    height: 135px;
    text-align: center;
    border: none;
    margin: 0 20px 20px 0;
    list-style: none;
}

.ctsum li a {
	display:block;
}