@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

body {
	color: brack;
	background-image: url(./pic/bg2.jpg);
	text-align: center;
	font-family: Verdana, Geneva, Arial, Sans-serif;
}

body_footer {
	font-family: Verdana, Geneva, Arial, Sans-serif;
}

body_header {
	color: white;
	background-color: #aac;
	font-family: Verdana, Geneva, Arial, Sans-serif;
}

a img { border: 0; }


div#body {
	color: black;
	background-color: white;
	text-align: left;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

/* left ****************/

div#b_left {
	color: black;
	background-color: black;
	text-align: left;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}


/* footer ******************/
div#footer {
	width: 100%;
	height: 30px;
	background-image: url(./pic/footer2.png);
	background-repeat: repeat-x;
	background-position: left top;
}

div#foot_g {
	width: 100%;
	height: 30px;
	background-image: url(./pic/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* header ******************/
div#header {
	width: 100%;
	height: 210px;
	background-image: url(./pic/header2.png);
	background-repeat: repeat-x;
	background-position: left top;
}

div#head_g {
	width: 100%;
	height: 210px;
	background-image: url(./pic/header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div#title {
	padding: 24px 16px;
}

div#header h1 {
	font-size: xx-large;
	text-align: Left;
	font-weight: bold;
}

div#header h2 {
	color: #666;
	font-size: small;
	font-weight: medium;
}

/* menu ***********************/
div#menu {
	background-color: #acf;
	text-align: right;
	width: 100%;
}

div#menu ul {
	padding: 6px 0px;
}

div#menu ul li {
	display: inline;
	font-size: large;
	font-weight: bold;
}

div#menu ul li a {
	padding: 6px 20px;
	color: white;
	text-decoration: none;
}
div#menu ul li a:hover {
	color: white;
	background-color: #669;
}

/* contents */
div#contents {}

/* honbun */
div#mainContents {
	float: left;
	width: 730px;
	border-right: 1px solid #999;
	margin-right: 2px;
}

div#mainContents hr {
	height: 1px;
	border-top: 1px solid #999;
	border-bottom: 0;
}

div#mainContents div.section {
	font-size: medium;
	line-height: 120%;
	margin: 1em 10px 3em 10px;
}

div#mainContents div.section h3 {
	font-size: larger;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
}

div#subContents {
	float: left;
	margin-top: 12px;
	padding: 3px;
/*	border: 1px solid #369; */
	width: 280px;
	font-size: small;
}

div#subContents div.section {
	padding: 5px;
	line-height: 140%;
}

div#subContents div.section h3 {
	padding: 2px 4px;
	text-align: center;
	color: white;
	background-color: #FF64BF;
}

.clear {
	clear: both;
}


/* footer ******************/

div#footer p {
	color: #666;
	font-size: small;
	text-align: right;
	padding: 12px 24px 8px 24px;
}


