a {font-size:10pt;color:#ff0000;}
.url {font-size:10pt;font-weight:bold;color:#333333;font-family:"ms ui gothic", "Arial", "sans-serif";}
.txt1 {font-size:10pt;color:#000000;font-family:"ms ui gothic", "Osaka", "sans-serif";}
.txt2 {font-size:10pt;color:#666666;font-family:"ms ui gothic", "Osaka", "sans-serif";}
.tbold1 {font-size:12pt;font-weight:bold;color:#000000;font-family:"ms ui gothic", "Osaka", "sans-serif";}
.tboldred {font-size:12pt;font-weight:bold;color:#770000;font-family:"ms ui gothic", "Osaka", "sans-serif";}
.news1 {font-size:8pt;color:#333333;font-family:"ms ui gothic", "Osaka", "sans-serif";}
.cpr {font-size:8pt;color:#FFFFFF;font-family:"ms ui gothic", "Osaka", "sans-serif";}

.ahref2 {font-size: 14pt; color: #FF0000}

body{
	width:990px;				/*全体の幅指定*/
}

#header{
	height:150px;				/*ヘッダーの高さ指定*/
	margin-bottom:10px;			/*ヘッダーの位置調整*/
	background-color:#660000;		/*背景色指定*/
}

#contents{
	text-align:center;			/*文字の配置指定*/
	float:left;				/*コンテンツの左寄せ*/
}
	
#news{
	margin-left:30px;			/*ニュースの位置調整*/
	text-align:center;			/*文字の配置指定*/
	width:650px;				/*ニュースの幅指定*/
	height:200px;				/*ニュースの高さ指定*/
	overflow:auto;				/*ニュース欄をスクロール表示*/
}


#bannar{
	float:right;				/*バナーの右寄せ*/
}


ul.order{
	list-style-type:decimal;		/*通販法表記ページの注文から商品到着・支払いの流れのリストマーカー指定*/
}

ul{
	margin-top:0; padding-top:0;		/*リスト表記の上余白を無しに*/
	margin-bottom:0; padding-bottom:0;	/*リスト表記の下余白を無しに*/
}

