/* 背景と配置 */
body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
	font-family: "小塚ゴシック Std EL","ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:0px solid #FFFFFF;
	scrollbar-face-color:#FFFFFF; /*スクロールバー本体の色*/
	scrollbar-highlight-color: #CCCCCC; /*スクロールバー左側（上）の影*/
	scrollbar-shadow-color: #CCCCCC; /*スクロールバー右側（上）の影*/
	scrollbar-3dlight-color: #FFFFFF; /*スクロールバーの左側（下）の影*/
	scrollbar-arrow-color: #CCCCCC; /*矢印の色*/
	scrollbar-track-color: #FFFFFF; /*背面の色*/
	scrollbar-darkshadow-color: #FFFFFF;/*スクロールバー右側（下）の影*/
	background : #ffffff url(../image/background/gray_works.gif) repeat scroll center top;
}

/* リンク設定 */
a:link    {
text-decoration:none; color:#FFFFFF
;}
a:visited {
text-decoration:none; color:#FFFFFF
;}
a:active  {
text-decoration:none; color:#FFFFFF
;}
a:hover   {
text-decoration:none; color:#CCCCCC
;}


a.data:link    {
text-decoration:none; color:#773333
;}
a.data:visited {
text-decoration:none; color:#773333
;}
a.data:active  {
text-decoration:none; color:#773333
;}
a.data:hover   {
text-decoration:none; color:#CC7777
;}

/* 強調文字設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

/* 全体の枠組み 横幅 */
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 900px;
	border: 0px solid #333333;
}

/* バナー設定 */
#banner {
	position:absolute;
	top:20px;
	font-family:'Arial Black',Helvetica,sans-serif;
	margin:0px;
	padding:0px;
	text-align: left;
	width: 900px;
	height: 100px;
}

#banner-img {
	display: none;
}

#banner a {
	color : #666666;
	text-decoration: none;
}

#banner a:link {
	color: #8FABBE;
}

#banner a:visited {
	color: #8FABBE;
}

#banner a:active {
	color: #8FABBE;
}

#banner a:hover {
	color: #006699;
}
#banner h1 {
	font-size:14px;
}

#banner p {
	font-size:12px;
	line-height:15px;
}


/* ３列メイン */
#center {
	float: left;
	width: 900px;
	overflow: visible;
	background-color: transparent;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}

#sitemap{
	float: left;
	width: 600px;
	overflow: visible;
	background-color: transparent;
	font-family:"Arial Black","小塚ゴシック Std EL","ヒラギノ角ゴ Pro W3";
}

#center h1{
	color: #999999;
	FONT-SIZE:20px;
	line-height:25px;
	font-family:"Arial Black","小塚ゴシック Std EL","ヒラギノ角ゴ Pro W3";
}

#center h2 {
	color: #999999;
	text-align:left;
	font-family:'Arial Black',Helvetica,sans-serif;
	font-size:10px;
	line-height:15px;
}

#center h3 {
	color: #FFFFFF;
	text-align:left;
	font-size:20px;
	line-height:25px;
	font-family:"小塚ゴシック Std EL","ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
}

#center h4 {
	color: #FFFFFF;
	text-align:left;
	font-size:14px;
	line-height:20px;
	font-family:"小塚ゴシック Std EL","ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
}

#center p{
	color: #999999;
	FONT-SIZE:12px;
	line-height:18px;
	font-family:"小塚ゴシック Std EL","ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
}

p.sample01     {
color:#666666; border-style:none;
border-color:#000000;
padding:0 FONT-SIZE:13px;
font-family:"小塚ゴシック Std EL","ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
}
p.sample02     {
color:#666666; border-style:none; border-color:#000000; padding:0 FONT-SIZE:10px; font-family:"Arial, Helvetica, sans-serif;
}
ul             {
margin-left: 15;
margin-bottom: 10
;}
table          {
font-size: 10pt ;}
table.sample01 {
font-size: 10pt ;
line-height:15px
;}
table.sample02 {
font-size: 10pt ;
line-height:20px
;}
td.sample01    {
font-size: 10pt
;}
