html {
	font-size: 100%;
}
body {
	margin: 0px auto;
	font-size: 95%;
	color: #333333;
	background-color: #EBEBEB;
	text-align: center;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
img {
	border-style: none;
}
#wrapper {
	width: 800px;
	margin: 0px auto;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #FFFFFF;
}
#header {
	width: 800px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #004000;
}
#primary {
	width: 570px;
	float: right;
	margin-top: 10px;
	text-align: left;
	padding-right: 10px;
}
#secondary {
	width: 210px;
	float: left;
	margin-top: 10px;
	text-align: center;
	padding-left: 10px;
}
#contents {
	float: left;
	margin-top: 10px;
	text-align: left;
	padding-left: 10px;
}
#footer {
	clear: both;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 1px solid #008000;
}

#secondary .logo {
	border: 1px solid #0000FF;
	width: 190px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
#secondary h3 {
	border: 1px solid #666666;
	width: 190px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #FF6600;
}
#secondary h4 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #FF6600;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 21px;
	background-image: url(../images/ico.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
}

/* primary
---------------------------------------------*/
h1 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 3px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding-left: 20px;
}
h2 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 300px;
	background-color: #FFECDF;
	border-left: 10px solid #FF6600;
	border-right: 1px solid #EA8C00;
	border-bottom: 1px solid #EA8C00;
}
#primary ul {
	margin-top: 0px;
	list-style-image: none;
	list-style-type: none;
}
#primary li {
	list-style-type: none;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
	list-style-image: none;
	padding-left: 18px;
}
#primary .comment {
	margin-bottom: 5px;
}
#primary .comment2 {
	margin-bottom: 5px;
	background-color: #ECFFEC;
	border: 1px dotted #008000;
}
#primary p {
	line-height: 140%;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
}

/* ナビゲーション
---------------------------------------------*/
#globalNav {
	clear: both;
	overflow: auto;
	overflow /**/: hidden;
	width: 800px;
	background: #E8E8E8 url(../imges/main/global_nav_bg.gif) repeat-x left top;
	border-bottom: 1px solid #008000;
	border-top: 1px solid #008000;
	margin: 0px;
	list-style-type: none;
	float: left;
	padding-left: 0px;
}
#globalNav li {
	float: left;
	width: 110px;
	border-right: 1px solid #CCCCCC;
	list-style-type: none;
	text-align: left;
	background-image: url(../images/nav/global_nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#globalNav li a {
	display: block;
	line-height: 2em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background: #E8E8E8 url(../images/nav/global_nav_bg.gif) repeat-x left top;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
#globalNav li a:hover {
	color: #FFFFFF;
	background: #FF6600 url(../images/nav/global_nav_bgo.gif) repeat-x left top;
}

#footer p {
	padding-top: 5px;
	margin: 0px;
}

#contents h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 300px;
	background-color: #FFECDF;
	border-left: 10px solid #FF6600;
	border-right: 1px solid #EA8C00;
	border-bottom: 1px solid #EA8C00;
}

#contents br {
	clear: both;
}

.text {
	text-decoration: underline;
}
strong {
	color: #FF0000;
}
.text2 {
	font-size: 16px;
	font-weight: bold;
}
.text3 {
	color: #0000FF;
}
table {
	text-align: center;
	width: 560px;
}
td {
	padding: 3px;
}

#contents dl.image,
#contents dl.image dt,
#contents dl.image dd {
 margin: 0;
 padding: 0;
}
 
#contents dl.image {
 float: left;
 width: 190px;
 height: 190px;
 border: 1px solid #0901f5;
 margin-right: 3px;
 margin-bottom: 3px;
 
}

* html #contents dl.image {     /* IE6以前対策 */
 height: 205px;
}

#contents dl.image img.l {
 display: block;
 margin: 5px auto;
}

#contents dl.image img.s {
 padding-top: 25px;
 padding-left: 5px;
}

#contents dl.image dd {
 text-align: center;
 font-size: 82%;
 margin-top: 5px;
}