@charset "Shift_JIS";

/* 全体
---------------------------------------------------- */

* {
	margin:0;padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

a:link {
	color:#003399;
	text-decoration:underline;
}
a:visited {
	color:#993399;
	text-decoration:underline;
}
a:hover,a:active {
	color:#003399;
	text-decoration:none;
}

img {
	border: 0;
}

hr {
	display: none;
}

#cl,
.cl {
	clear:both;
}

/* ---------------------------------------------------- */

body { 
	text-align:center;
	color:#000000;
	background: #ffffff url("image/bg_body.jpg")  repeat-x 0px 0px;
}
#wrapper {
}
#container {
	width:600px;
	text-align:center;
	margin:0px auto;
}
#header {
	padding:0 0 70px 0;
}
#header h1 {
	text-align:left;
}
#header h1 a {
	display:block;
	width:185px;
	height:56px;
	font-size:1px;
	line-height:1px;
	text-indent: -9999px;
	background: transparent url("image/title.jpg")  no-repeat 0px 0px;
	margin:26px 0 0;
}
#header-left {
	width:300px;
	float:left;
}
#header-right {
	width:300px;
	float:right;
}
#menu {
	text-align:right;
	padding:70px 0 0;
}


/* メイン
---------------------------------------------------- */
#main {
}
#main h2 {
	color:#333333;
	font-size:18px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	padding:0 0 18px;
}
#main h3,
#main h4 {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	padding:1em 0 0.5em;
}
#main p {
	font-size:14px;
	line-height:170%;
	text-align:left;
	margin:0 0 1em;
}
#main p small {
	color:#555555;
	font-size:11px;
}

#main ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:12px;
	
}
#main li {
	line-height:120%;
	text-align:left;
	margin:0 0.5em 0 0;
	padding:0;
	float:left;
}

#main strong {
	display:block;
	clear:both;
}

#main ol {
	list-style-type:decimal;
	margin:0 1em 1em 1em;
	padding:0 1em;

}
#main ol li {

	font-size:14px;
	line-height:170%;
	clear:both;
	float:none;
}

/* メインレポートエリア
---------------------------------------------------- */
#main-e-book {
	padding:0 0 20px;
}
#main-e-book h2,
#main-e-book h3 {
	color:#333333;
	font-size:18px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	background: transparent url("image/bg_midashi.jpg")  repeat-x 0px 0px;
	border-bottom:#e6e6e6 solid 1px;
	margin:0 0 20px;
	padding:10px 10px 20px;
}
#main-e-book p {
	color:#333333;
	font-size:14px;
	line-height:180%;
	text-align:left;
	margin:0 0 1em;
}
#main-e-book img {
	float:right;
	margin-left:15px;
}

/* メイン協賛説明
---------------------------------------------------- */
#main-kyosan {
	border-top:#cccccc solid 1px;
	padding:20px 0 40px;
}
#main-kyosan p {
	color:#333333;
	font-size:12px;
	line-height:150%;
	text-align:left;
	margin:0 0 1em;
}
#main-kyosan h3,
#main-kyosan h4 {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	padding:0;
	margin:0 0 1em;
}
#main-kyosan-box {
	border:#cccccc solid 1px;
	background: #f8f8f8;
	margin:20px 0 0;
	padding:20px 20px 10px;
}
#main-kyosan-box p {
	margin:0 0 5px;
	text-indent:1em;
}

/* フォーム
---------------------------------------------------- */
#form {
	background: transparent url("image/kakomi_e_body.gif")  repeat-y 0px 0px;
	padding:35px 40px;
}
#form_top {
	height:5px;
	font-size:1px;
	line-height:1px;
	background: transparent url("image/kakomi_e_top.gif")  no-repeat left top;
	margin:0;
}
#form_bottom {
	height:5px;
	font-size:1px;
	line-height:1px;
	background: transparent url("image/kakomi_e_bottom.gif")  no-repeat left top;
	margin:0 0 10px;
}

#form table {
	width:100%;
	border-top:#e6e6e6 solid 1px;
	margin:0 auto;
}
#form td {
	color:#333333;
	font-size:14px;
	text-align:left;
	padding:10px 10px 10px 0;
	border-bottom:#e6e6e6 solid 1px;
	text-align:center;
}
#form td small {
	font-size:10px;
}

.submit{ 
	font-size:14px;
	padding:5px 20px;
} 
.a {
	width:5%;
}
.b {
	width:95%;
}



/* フッタ
---------------------------------------------------- */

#footer {
	height:94px;
	background: transparent url("image/bg_footer.jpg")  repeat-x 0px 0px;
}
#footer-box {
	width:600px;
	text-align:center;
	margin:0px auto;
	padding:31px 0 0;
}
#footer p {
	float:right;
	color:#cccccc;
	font-size:10px;
}
#footer a:link {
	color:#ffffff;
	text-decoration:underline;
}
#footer a:visited {
	color:#ffffff;
	text-decoration:underline;
}
#footer a:hover,
#footer a:active {
	color:#ffffff;
	text-decoration:none;
}
address { 
	float:left;
	color:#cccccc;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
}
