/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #EEEEEE;
	font-family: "Arial", "Osaka", "ＭＳ Ｐ????", "sans-serif"; /* 字集 */
	line-height : 1.5;	/* 行間 */
	font-size : 75%;		/* 文字大小 */

	text-align: center;
}

h1, h2, h3 {
	color: #B13413;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1.2em;
}

h4 {
	margin: 0;
	font-size: 1em;
}

h5 {
	color: #FF0000;
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

p1 {
	vertical-align:super;
	font-size: smaller;
}

a:link {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #3284B5;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	height: 91px;
	margin: 0 auto;
	background: url(images/header_1.jpg) repeat;
}

#header2 {
	width: 800px;
	height: 124px;
	margin: 0 auto;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 15px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 800px;
	height: 41px;
	margin: 0 auto;
	background: #37AEF2 url(images/img3a.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(images/img3b.gif);
	color: #FFFFFF;
}

/** MENU 2 */

#menu2 {
	float: left;
	width: 150px;
	background-color: #999999;
}


#menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	display: block;
	width: 140px;
	padding: 5px 0px 5px 10px;
	background-color: #999999;
	border-top: 1px solid #99FFCC;
	border-bottom: 1px solid #0099FF;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: light;
	color: #FFFFFF;
}

#menu2 a:hover {
	background-color: #0096C8;
	border-top: 1px solid #288EB0;
	border-bottom: 1px solid #003E60;
}



/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background: url(images/img4.gif);
	text-align: justify;
}

#colOne {
	float: right;
	width: 100px;
	padding: 20px 10px 0 10px;
}

#colTwo {
	float: right;
	width: 490px;
	padding: 5px 10px 5px 10px;
}

#colThree {
	float: left;
	width: 150px;
	height: 520px;
	padding: 10px;
	background: #CCCCCC;
}



/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6b.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #666666;
}
