body {
	background-color: #ffffff;
}
/*####### ここからメインの5つのボックスを指定したものです。#####*/

#header {
	font-size: 12px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
        background-image : url(../img/heder3.jpg);
}
#mainbox {
	width: 860px;
	margin-right: auto;
	margin-left: auto;

}
#subbox {
	width: 680px;
	float: right;
}

#leftbox {
	width: 180px;
	float: left;
	padding-top: 5px;
}
#centerbox {
	letter-spacing: 5px;
	width: 500px;
	float: left;
	padding-top: 5px;
}
#rightbox {
	width: 180px;
	float: right;
}
#footer {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
        background-image : url(../img/dmn.gif);
	font-size: 11px;
	text-align: center;

}

.catbox   {  
        width: 770px;
        height: 27px;
	margin-right: auto;
	margin-left: auto;
 }
.senterbox   {  
        width: 830px;
        height: 80px;
	margin-right: auto;
	margin-left: auto;
        background-image : url(../img/heder2.jpg);
 }
.tlbox   {
	margin-right: auto;
	margin-left: auto;
	font-size: 12px; 
	color: #336699; 
        width: 400px;
        height: 110px;
	text-align: left;
        background-image : url(../img/tv.jpg);
}
.mnbox   {  
        padding-top: 4px;
	font-size: 12px;
        width: 180px;
        height: 25px;
	margin-right: auto;
	margin-left: auto;
        background-image : url(../img/sidemenu.gif);
}


/*####### ここまでメインの5つのボックスを指定したものです。#####*/


/*####### ここから<h1>から<h6>までを指定したものです。#####*/

.sidemenu {
	font-size: 12px;
	line-height: 15px;
}
h1 {
        padding-top: 30px;
        text-align : center;
	font-size: 14px;
	color: #336699;
}
h2 {
        font-size: 14px;
	color: #336699;
}
h3 {
	color: #666666;
}
h4 {
	color: #FF9900;
}
h5 {
	color: #99CC99;
	font-size: 12px;
}
h6 {
	font-size: 16px;
	color: #990033;
}
A:LINK{ text-decoration : none; color : black;  
}
A:VISITED{ text-decoration : none; color : black;
}
A:ACTIVE{ text-decoration:none; color : gray; 
}
A:HOVER{ text-decoration:none; color : #0099cc; 
}

/*####### ここまで<h1>から<h6>までを指定したものです。#####*/



/*####### ここからその他を指定したものです。#####*/
p {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2.5px;
	text-align: left;
}
/*####### ここまでその他を指定したものです。#####*/
