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

/* basic layout
------------------------------*/
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.wrapper {
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px;
}

p.header {
	background-image: url(../img_chouki/header.gif);
	height: 63px;
	width: 780px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	border-left-width: thin;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

.img_float {
	float: left;
	padding-right: 20px;
}

.img_float2 {
	float: right;
	padding-left: 20px;
	margin-right: 20px;
}

p.menu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	background-color: #3333FF;
	text-align: center;
	margin: 0px;
	height: 3em;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
	color: #FFFFFF;
}
p.menu a:hover {
	background-color: #99CCCC;
	color: #FFFFFF;
}
p.menu a {
	line-height: 3em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3333FF;
	display: block;
	float: left;
	width: 145px;
	font-size: 10px;
	font-weight: normal;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	border-right: 1px solid #FFFFFF;
}

/* main_contents styles
------------------------------*/
#main_contents {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
	padding: 9px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#main_contents h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	background-color: #FF99FF;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

/* main_contents1 styles
------------------------------*/
#main_contents1 {
	border: 1px solid #CCCCCC;
	font-family: "ＭＳ Ｐ明朝";
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
}

#main_contents1 h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-color: #006600;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
}

#main_contents1 h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 16px;
	background-color: #990033;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
}

/* main_contents2 styles
------------------------------*/
#main_contents2 {
	border: 1px solid #CCCCCC;
	font-family: "ＭＳ Ｐ明朝";
	font-size: 12px;
	line-height: 2.5em;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
}

#main_contents2 h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-color: #006600;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
}



/* footer styles
------------------------------*/
#footer {
	clear: both;
	color: #000000;
	background-color: #CCCCCC;
	font-size: 12px;
	width: 760px;
	padding: 10px;
	margin-top: 10px;
}
#footer ul li a {
	color: #000000;
}
#footer ul li a:hover {
	color: #000000;
	text-decoration: none;
}
#footer p a {
	color: #000000;
}
#footer p a:hover {
	color: #000000;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
	color: #000000;
}
#footer p {
	margin: 0px;
	float: right;
	color: #000000;
}

