@charset "Shift_JIS";

body {
	color: #666666;
	font-size: 75%;
	font-family: sans-serif;
	background: #ECECEC;
}
p,dt,dd {
	line-height: 1.5;
}
#wrapper {
	margin: 40px;
	padding-top: 7px;
	background: #FFFFFF url(../images/wrapper_bg.gif) right bottom no-repeat;
}
h1#logo {
	height: 176px;
	margin: 0 0 30px 0;
	border-right: 7px solid #FFFFFF;
	border-left: 7px solid #FFFFFF;
	background: #ffffff url(../images/h1_bg02.jpg) no-repeat;
}
h1#logo p {
	display: none;
}
#primary,
#secondary {
	float: left;
}
#primary {
	width: 100%;
	margin-right: -282px;
}
#primary .section {
	margin: 0 282px 10px 30px;
}
#secondary {
	width: 282px;
}
.section {
	margin: 0 0 30px 30px;
	line-height: 150%;
}
.section h2 {
	font-family: Century,Georgia,Times New Roman;
	font-size: 1.8em;
	color: #663333;
	margin-bottom: 6px;
	padding-left: 15px;
	border-width: 1px 1px 1px 15px;
	border-color: #CCCCFF #CCCCFF #CCCCFF #CC0066;
	border-style: dotted dotted dotted double;
}
.section h3 {
	font-size: 1.5em;
	color: #CC6666;
}

.section h4 {
	font-size: 1.2em;
	color: #9933CC;
	line-height: 150%;
}

.section li {
list-style-type: none;
list-style-position: inside;
}

#sub li {
font-size: 1.5em;
line-height: 150%;
list-style-position: inside;
list-style-image: url('../images/list.gif');
}

#sub h2 {
display: none;

}
.section p {
	margin-bottom: 10px;
}
.section dt {
color: #CC0099;
font-weight: bold;
}
.section dd {
	margin-bottom: 10px;
	border-bottom: 1px solid #ECECEC;
}
#copyright {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 28px;
	text-align: center;
	background: url(../images/copyright_bg.gif) left bottom no-repeat;
}

em {
color: #993366;
font-style: italic;
}

strong	{
color: #663333;
font-weight: normal;
}


#img {
margin: 15px;
float: right;
}


a:link { color: #CC0066; }
a:visited { color: #CC0066;}
a:hover	{ color: #B3E500;}
a:active { color: #B3E500;}