BASE	{/*全体*/
	wide: 800px;/*全体の横浜サイズ*/
	height: 520px;/*全体の高さサイズ*/
	margin: 0;/*全体の外余白*/
	padding: 0;/*全体の内余白*/
	}

A	{/*リンク*/
 	color: #990000;/*臙脂*/
 	text-decoration :none;
 	font-size: 9pt;
 	font-weight: bold;
	}

A:HOVER{/*アクティブリンク*/
	color: #003300;/*緑*/
 	background-color: #C0C0C0;/*グレー*/
 	left: -5px;
 	position: relative;
	}

A:visited	{/*訪問済みリンク*/
  	color: #554966;/*紫*/
  	text-decoration: none;
 	 }

H1	{ /*What'sNew&Pickup部分の設定*/
 	font-familiy: Verdana;
 	font-weight: bold;
 	color: #003300;
 	line-height: 1.2em;
 	padding: 0 0.5em;/*改スペース*/
 	border-bottom: solid 2px #990000;/*下線の色*/	
	font-size: 10pt;
	width: 12em;/*下線の幅*/
	margin: 0.5em 1.5em 0.2em 0.2em;
	}
P	{
	font-size:9pt;
	font-familiy: Verdana;
	line-height: 11pt;/*全体の行間*/
	}
small	{
	font-size:8.5pt;
	line-height: 1.2em;
	}

.LEFT	{/*左側*/
	wide: 500px;
	height: 520px;
	margin: 0;
	padding: 15px 10px;
	background-color: #003300;
	border: 5px solid #003300;
	font-size: 9pt;
	}

div.stitle	{/*サブタイトル*/
	color: cornsilk;/*クリーム*/
	font-size: 8pt
	}

div.banner{/*バナー*/
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	}

.summary{/*ボックス全体の設定*/
  	background-color: #C0C0C0;/*背景色*/
  	background-image: url("images/020_bg.gif");/*縞模様用の背景画像*/
  	padding: 0 5px;
	margin: 0 0 10px 0;
  	border: solid 1px #919195;
 	}
.topbox	{
 	background-color: #FFFFFF;
  	margin: 20px 10px;
  	border: solid 1px #777785;/*枠色*/
  	}
.summary p{
  	padding: 2px;
  	margin: 0;
  	}
.summary .pickup{
 	padding : 2px;
  	height: 250px;/*高さ*/
  	overflow: auto;
  	scrollbar-3dlight-color: #ABABAC;
  	scrollbar-arrow-color: #515151;
  	scrollbar-darkshadow-color: #FCFCFD;
 	scrollbar-face-color: #FFFFFF;
  	scrollbar-highlight-color:#FCFCFD;
  	scrollbar-shadow-color: #ABABAC;
  	scrollbar-track-color: #FFFFFF;
	}

H1	{ /*What'sNew&Pickup部分の設定*/	
	font-size: 10pt;
	margin: 0.5em 1.5em 0.2em 0.2em;
	width: 12em;/*下線の幅*/
	}
H2	{
	font-size: 9pt;
	margin: 0 1.5em 0.2em 0.2em;
	}
H1,H2	{ 
 	font-familiy: Verdana;
 	font-weight: bold;
 	color: #003300;
 	line-height: 1.2em;
 	padding: 0 0.5em;/*改スペース*/
	border-bottom: solid 2px #990000;/*下線の色*/	
	}
img.r	{
  	float:right;
  	margin:2px 10px 10px 10px;
  	}
img.l	{
	float:left;
	margin:2px 10px 10px 10px;
	}
.RIGHT	{/*右側*/
 	width : 250px;
 	height : 520px;
	margin :2px; 
 	padding : 3px; 
 	font-size : 9pt;
 	font-color : #003300;
 	background-image : url(images/lamp002.gif);
 	background-repeat : no-repeat;
 	background-position : right bottom;
 	border: 5px solid #003300;
	}
.contents { 
	position: relative;
	top: 120px;
	left: 0px;
	}