/* 基本要素 */
body {
	font-family: verdana,arial,helvetica,sans-serif;
	color: #000000;
	background-color: #ffffff;
	/*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:30px; line-height:120% }
.h2 {font-size:18px; line-height:140% }
.h3 {font-size:16px; line-height:140% }
.h4 {font-size:14px; line-height:160% }
.h5 {font-size:12px; line-height:140% }
.h5text {font-size:12px; line-height:200% }
.h6 {font-size:10px; line-height:140% }
.h6foot {font-size:10px; line-height:180%; color: #333333 }
.h6copy {font-size:10px; line-height:140%; color: #FFFFFF }


/* リンク */
a{  color: #333333; text-decoration: underline;}
a:hover {  color: #FF6600; text-decoration: underline;}
a:active {  color: #BECC6B; text-decoration: none;}
/*a:visited {  color: #0066CC; text-decoration: none;}*/
a.head{  color: #333333; text-decoration: underline; }
a.head:hover{  color: #FF6600; text-decoration: underline; }

a.link{  color: #0000FF; text-decoration: underline;}
a.link:hover{  color: #FF6600; text-decoration: none; border-bottom: 1px #0000FF dotted;}

a.up{  color: #0000FF; text-decoration: underline;}
a.up:hover{  color: #0000FF; text-decoration: none; border-bottom: 1px #0000FF dotted;}

a.foot{  color: #000000; text-decoration: none;}
a.foot:hover{  color: #FF0000; text-decoration: none; border-bottom: 1px #FF0000 dotted;}

/* サイト */
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: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px
	}
/* <div id="box"></div> */

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

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

#back_btn
{
	position: relative;
	top:100px;
	left: 100px;
}

