body {  
	background-color: #ffff00
}
/*####### ここからメインの5つのボックスを指定したものです。#####*/

#header {
       width: 800px;
	margin-right: auto;
	margin-left: auto;	
       background-image: url(../image/takedon-y3.jpg);
	background-repeat: no-repeat;
       border: 1px solid #ff6633;
      	height: 175px;
}
#mainbox {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #ff6633;
       border-right: 1px solid #ff6633;
	border-left: 1px solid #ff6633;
	background-color: #FFF0F0;
}
#leftbox {
	width: 180px;
       margin: 5px;
       border: 1px solid #ff6633;
	background-color: #ffffff;
	padding: 5px;
	font-size: 12px;
       float: left;
}
#rightbox {
	font-size: 12px;
       margin-right: 20px;
	width: 540px;
	background-color: #ffffff;
	padding: 20px;
	float: right;
       line-height : 17px;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffcc;
	font-size: 12px;
	border: 1px solid #ff33cc;
	height: 80px;
	text-align: center;
	padding-top: 30px;
}
/*####### ここまでメインの5つのボックスを指定したものです。#####*/


/*####### ここから<h1>から<h6>までを指定したものです。#####*/

.sidemenu {
	font-size: 12px;
	line-height: 15px;
}
h1 {
	font-size: 15px;
       margin-top: 5px;
       margin-left: 20px;
       color: #0033cc;
}
h2 {
	color: #0033cc;
}
h3 {
	color: #0033cc;
}
h4 {
	color: #0033cc;
}
h5 {
	background-image: url(../image/menu.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 10px;
	padding-left: 60px;
	color: #0033cc;
	font-size: 18px;
       font-weight: bold;
}
h6 {
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	background-color: #F3E2C5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff9900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ff9966;
	border-left-width: 1px;
	border-left-color: #ff9966;
	padding-left: 10px;
	padding-top: 10px;
       padding-bottom: 3px;
	width: 180px;
	margin-bottom: 0px;
	margin-top: 0px;
      text-align: left;
}
/*####### ここまで<h1>から<h6>までを指定したものです。#####*/


/*####### ここからページ内に使われているその他のboxを指定したものです。#####*/
.catbox {
	font-size: 12px;
	border: 1px solid #ff6633;
	background-color: #ffffff;
	padding: 10px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
}
.new_catbox {
       font-size: 12px;
       border: 1px solid #ff6633;
	background-color: #ffffff;
	padding: 10px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
       text-align: left;
}
.side_catbox {
       font-size: 12px;
	background-color: #ffff99;
	padding: 10px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
       text-align: left;
}
/*####### ここまでページ内に使われているその他のboxを指定したものです。#####*/

/*####### ここからその他を指定したものです。#####*/
hr {
	border: 1px dotted #3300FF;
}
p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-align: left;
}
/*####### ここまでその他を指定したものです。#####*/
