/* 基本要素 */
body {
	font-family: verdana,arial,helvetica,sans-serif;
	color: #3333333;
	background-color: #300000;
	background-image:url(../image/bg.jpg);
	background-repeat: repeat-x; 
	margin: 0px;
	padding: 0px;
}

/* テキスト */
h1,h2,h3,h4,h5,h6 {	margin: 0; padding: 0; }

.h1 {font-size:20px; line-height:140% }
.h2 {font-size:18px; line-height:140% }
.h3 {font-size:16px; line-height:140% }
.h4 {font-size:14px; line-height:140% }
.h5 {font-size:12px; line-height:140% }
.h5footer {font-size:12px; line-height:140%; color: #ffffff }
.h5info {font-size:12px; line-height:140%; color: #ffffff }
.h5menu {font-size:12px; line-height:140%; color: #ffffff }
.h5tenpo {font-size:12px; line-height:170%; color: #ffffff }
.h5header {font-size:12px; line-height:140%; color: #FFD87B }
.h6 {font-size:10px; line-height:140% }
.h6copy {font-size:10px; line-height:140%; color: #ffffff }
.h6uplink {font-size:10px; line-height:140%; color: #FFFF00 }
.h6tenpo  {font-size:10px; line-height:160%; color: #ffffff }

/* リンク */
a{  color: #FFFFFF; text-decoration: none;}
a:hover {  color: #CCCC00; text-decoration: underline;}
a:active {  color: #BECC6B; text-decoration: none;}
/*a:visited {  color: #0066CC; text-decoration: none;}*/

/* サイト */
div.news {
	width:290px;
	height:220px;
	overflow:auto;
	}
/* <div class="news"></div> */


div#box{
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-bottom-style: dashed;
	border-color:#FF6600;
	border-width:thin;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 1px
	}
/* <div id="box"></div> */
