@charset "utf-8";

#header {
	background-image: url(images/image1.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 800px;
	margin: 0px;
}

h1 {
	font-size: 225%;
	color: #f5f5f5;
	text-align: left;
	margin-top: 0px;
	padding-left: 20px;
	padding-top: 100px;
	float: left;
}

#header h3 {
	font-size: 125%;
	margin: 0px;
	float: right;
	color: #f5f5f5;
	padding: 115px 150px 0px 0px;
}
body {
	background-image: url(images/back.jpg);
}

#wrap {
	background-color: #f5f5f5;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#navi ul {
	background-color: #fffafa;
	list-style-type: none;
	margin: 0px;
	padding: 7px 0px 5px;
	overflow: hidden;
}

#navi ul li {
	text-align: center;
	float: left;
	width: 144px;
}

#navi ul li a {
	text-decoration: none;
	color: #008b8b;
}

#navi ul li a:hover {
	color: #4b0082;
	font-weight: bold;
}

#menu {
	width: 170px;
	float: left;
	padding-left: 20px;
	margin-top: 25px;
	margin-bottom: 0px;
}

#menu h3 {
        padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 150px;
}

#menu ul {
	margin: 0px 0px 0px;
	padding: 5px 0px 0px;
	list-style-type: none;
}

#menu ul li {
	padding-top: 5px;
}

#menu ul li a {
	text-decoration: none;
	padding-top: 10px;
}

#menu ul li a:hover {
	padding-left: 5px;
}

.cinfo {
        color: #696969;
        font-size: 70%;
	line-height: 150%;
}

.gotop{
        text-align: right;
}

#contents {
	float: right;
	width: 600px;
	padding-right: 10px;
	margin-top: 25px;
	color: #000000;
}

#contents h2 {
	color: #696969;
	font-size: 120%;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
}

#contents h3 {
	color: #333;
	font-size: 110%;
	padding-left: 20px;
	font-weight: bold;
	margin: 40px 0px 0px;
	background-image: url(images/cube.png);
        background-repeat: no-repeat;
        background-position: left center;
	height: 20px;
	padding-top: 8px;
	padding-bottom: 3px;
}

#contents p {
	color: #333;
	line-height: 150%;
	font-size: 95%;
}

.blin {
       border-bottom: 1px solid #696969;
       padding-bottom: 16px;
}

#footer {
	clear: both;
	border-top: 1px dotted #696969;
	text-align: center;
	color: #696969;
	padding-bottom: 10px;
	line-height: 150%;
        font-size: 80%;
}
