@charset "utf-8";
/* formatting style
-------------------------------*/

* {
	font-style: normal;
	margin-top: 0px;
	padding-top: 0px;
}
body {
	color: #333333;
	background-color: #FFFFCC;
	background-image: url(images/bg.gif);
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link styles
-------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 728px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
#main {
	padding: 10px;
	float: right;
	width: 490px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 10px;
	float: left;
	width: 178px;
	margin-bottom: 20px;
}
#footer {
	color: #FFFFFF;
	background-color: #336699;
	clear: both;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* header styles
-------------------------------*/
#header {
	height: 80px;
	border-top: 3px solid #336699;
	position: relative;
	font-weight: bold;
	margin-left: 0px;
}
#home  #header  #nHome  a ,{
	color: #FFFFFF;
	background-color: #828CA7;
}
/* menu styles
-------------------------------*/
#menu {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
}
#menu ul {
	position: relative;
}
#menu ul li {
	font-weight: bold;
	text-align: center;
	width: 110px;
	height: 40px;
	list-style: none;
	font-size: 80%;
	float: left;
}


/* main styles
-------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 7px 17px;
	border-top: #FF6600;
	border-bottom: 1px solid #336699;
	background-image: url(images/logo_star.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main h3 {
	background-image: url(images/logo_star_rev.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 17px;
	margin-bottom: 2em;
}
#main h4 {
	font-weight: bold;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	padding-left: 10px;
	font-size: 80%;
}





/* sidebar styles
-------------------------------*/
#sidebar h2 {
	padding-bottom: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #6C0008;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 7px;
	list-style: none;
	width: 170px;
}
#sidebar ul li a {
	display: block;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 120px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}
#sidebar ol li {
	list-style: none;
}
#sidebar ol li a {
	background-image: url(images/arrow2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 130px;
	padding-left: 15px;
	margin-left: 10px;
}
#sidebar ol li a:hover {
	background-image: url(images/arrow2_hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 100px;
	margin-left: 10px;
	padding-left: 15px;
}


#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
	margin-top: 10px;
}


/* footer styles
-------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
/* table
-------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 0px none #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	width: 480px;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 3px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
#main h3 {
	padding-bottom: 0px;
	margin-bottom: 1em;
	padding-top: 3px;
	font-size: 95%;
	font-weight: bold;
}
#main #compliance {
	padding-left: 3em;
}
#main #layoutAdjust {
	height: 200px;
	width: 400px;
}


.floatLeft {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
.floatRight {
	float: right;
	margin: 10px;
}

.PaintBlue {
	background-color: #336699;
}
address {
	font-size: 90%;
	font-style: normal;
	color: #CCCCCC;
	text-align: center;
}
.a {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6px;
	color: #333333;
} 
.indent {
	margin-left: 3em;
}
#main dl dt {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}
#main dl dd {
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 17px;
}


.style1 {font-family: Arial, "小塚ゴシック Pro B"}
.style2 {font-family: Arial, "小塚ゴシック Pro B"; color: #003399; }



.itemList { /* .itemList #main内の段組用外枠 */
	clear:left;
	margin:0 0 1em;
}




.box { /* .itemList #main内の段組用内枠 */
	margin:0 0px 5px 0;
	width:230px;
}



.box h2 {
	left: 5px;
	background-position: left center;
	text-indent: 5px;
	text-align: left;
	letter-spacing: normal;
	vertical-align: bottom;
	padding-top: 5px;
}

