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

#wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 15px;
	border: thin solid #006633;
	margin-bottom: 15px;
}
body {
	margin-top: 0px;
	background-image: url(bcg/back2.gif);
	padding: 0px;
}
#footer {
	background-color: #CCCCCC;
	clear: both;
	width: 930px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 0px;
	text-align: center;
}

#header {
	margin-bottom: 10px;
	margin-top: 0px;
}

#header_left{
	float: left;
	width: 400px;
	text-align: center;
}

#header_right{
	float: right;
	width: 400px;
	text-align: center;
	height: 80px;
}

#content{
	width: 900px;
	clear: both;
	background-color: #FFFFCC;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #CCCCCC;
}

#col1 {
	float: left;
	width: 290px;
}
#col2 {
	width: 610px;
	float: left;
}

table{
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.8;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}

/* FONTに関するCSS 
--------------------------------------------------------------------------------*/

h1{
	font-size: 16px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	font-weight: bold;
	width: 90%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333333;
	vertical-align: middle;
	background-image: url(bcg/back2.gif);
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

h2 {
	font-size: 14px;
	color: #333333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0033;
	border-right-color: #FF0033;
	border-bottom-color: #FF0033;
	border-left-color: #FF0033;
	line-height: 1.3;
	width: 85%;
	text-align: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}

h3{
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	margin-left: 15px;
	width: 50%;
	color: #333333;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 5px;
}

p {
	font-size: 14px;
	line-height: 1.8;
	margin-left: 20px;
	margin-right: 10px;
}

img{
	border:none;
	}
/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/

ul#menubar li {
	margin: 0px; /* 枠線と内容の距離をゼロに */
	height: 35px;
	width: 215px;
	list-style-type: none;
	font-size: 14px;
	line-height: 2;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	background-image: url(bcg/bcg.gif);
	border: thin solid #CCCCCC;
	font-weight: bold;
}

#menubar a {
	display: block;
	text-decoration: none;
	color: #333333;
}

#menubar a:hover {
	color: #CB2903;
	font-weight: bold;
}

ul#expl{
	margin-left: 20px;
}

ul#expl li{
	list-style-image: url(icon/favicon.gif);
	padding-bottom: 10px;
	font-size: 14px;
}

#font14 {
	font-size: 14px;
	line-height: 1.8;
}

a {
	color: #0000CC;
}
