body {
	background-image : url(images-c/bird-b.jpg);
}
/*####### ここからメインの5つのボックスを指定したものです。#####*/

#header {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image : url(images-c/Bannersunrising1.jpg);
        border: 1px solid #cebeff;
	height: 97px;
}

#mainbox {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #cebeff;
	border-left: 1px solid #cebeff;
	background-color: #ffffff;
 	color: #7b3e2f;
}
#leftbox {
	font-size: 14px;
 	color: #7b3e2f;
	line-height: 28px;
	width: 550px;
        margin-left: 3px;
        margin-right: 3px;
	background-color: #ffffff;
	padding: 3px;
	float: left;
}
#rightbox {
	width: 205px;
        margin-left: 3px;
	margin-right: auto;
	background-color: #ffffcc;
	padding: 3px;
	font-size: 14px;
 	color: #7b3e2f;
	line-height: 22px;
}
#footer {
	width: 780px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffcc;
	font-size: 12px;
	line-hight: 20px;
	text-align: left;
	padding-top: 14px;
}
/*####### ここまでメインの5つのボックスを指定したものです。#####*/


/*####### ここから<h1>から<h6>までを指定したものです。#####*/

.sidemenu {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	border-top-width: 1px;
	border-top-color: #9999ff;
	border-bottom-width: 2px;
	border-bottom-color: #9999ff;
	padding-top: 2px;
	padding-left: 5px;
	text-align: left;
}

h1 {	
	font-size: 14px;
	color: #660033;
	line-height: 16px;
	margin-bottom: 0px;
}

h2 {
	font-size: 26px;
	letter-spacing: 0.1em;
	font-weight: bold; 
	color: #FFFFFF;
	height: 30 px;
	text-align: center;
	margin-top: 0px;
    }

h3 {
    background-color: #ff8c55;
	font-size: 22px;
	font-weight: bold; 
	color: #FFFFFF;
	height: 32px;
	text-align: center;
	padding-top: 4px;
	
}

h4 {
	font-size: 18px;
	font-weight: bold; 
	line-height: 24px;
	color: #ff0080;
}

h5 {
	font-size: 18px;
	font-weight: bold; 
	line-height: 24px;
	color: #7b3e2f;
}

h6 {
	background-color: #cebeff;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold; 
	color: #FFFFFF;
        height: 28px;
	text-align: center;
	padding-top: 5px;
}

h7 {
        background-color: #ffff00;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold; 
        color: #333300;
        height: 18px;
        text-align: left;
        padding-top: 2px;
}

/*####### ここまで<h1>から<h7>までを指定したものです。#####*/


/*####### ここからページ内に使われているその他のboxを指定したものです。#####*/

 .boxA {
        border:solid 1px #ffffff;
        margin-left:25px;
}

.catbox {
	font-size: 13px;
	border: 1px solid #FFCC00;
	background-color: #ffff99;
	padding: 5px;
	width: 500px;
	margin-right: auto;
	margin-left: 20px;
	color: #000000;
}

.side_catbox {
	border: 1px solid #cebeff;
	background-color: #ffffcc;
	padding: 2px;
	width: 205px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.menubox{
	font-size: 8px;
	line-height: 14px;
	text-align: left;
}

/*####### ここまでページ内に使われているその他のboxを指定したものです。#####*/

.usuaka { color: rgb(200,100,0);}
A:LINK { text-decoration: underline; color: #ff3366;}
A:VISITED { text-decoration: underline; color: #CC6699;}
A:ACTIVE { text-decoration: underline; color: #FF6EC7;}
A:HOVER { text-decoration: underline; color: #FF0000;}
