@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12pt;
	line-height: 1.6;
	
}
#header,
#sidebar,
#footer {
	display: none;
}

#header,
#main,
#sidebar,
#footer {
	float: none ;
	width: auto ;
	margin: 0 ;
	padding: 0 ;
}

#main {
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
	padding: 0px;
	width: 650px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	left: 0px;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: none;
	background-color: #FFF;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
	color: #03C;
	font-weight: bold;
}

/* basic layout
------------------------------*/



/* main styles
------------------------------*/
#main h2 {
	margin-bottom: 5px;
	margin-right: 0.5em;
	font-size: 13pt;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #FF6600;
	border-bottom: 1px dotted #666666;
	width: 595px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main h3 {
	font-size: 11pt;
	line-height: 23px;
	background-image: url(images/bar-green.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main h4 {
	font-size: 13px;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: auto;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main h5 {
	font-size: 12px;
	background-image: url(images/miniball5.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: auto;
	padding-left: 25px;
	font-weight: normal;
	margin-left: 3px;
	line-height: 2em;
}
#main p {
	line-height: 1.8;
	margin-top: 5px;
	margin-bottom: 1em;
	margin-left: 0.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px;
}



