* {
	margin: 0px;
	padding: 0px;
}
body{
	line-height : 170%;
	font-size : 80%;
	color: #333333;
	background-color: #f3f2e8;
	background-image: url(images/bg.gif);
}
#container {
	width: 950px;
	text-align: left;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px solid #cccccc;
	position: relative;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#header {
	height: 100px;
	border-bottom: 1px solid #f4f4f4;
	border-top: 3px solid #25b250;
}
#headerleft {
	padding: 15px 0px 15px 20px;
	float: left;
	width: 550px;
	height: 70px;
}
#headerright {
	padding: 5px 10px 0px 10px;
	float: right;
	width: 360px;
	text-align: right;
}
#topmenu {
	border-bottom: 1px solid #e9e9e9;
	clear: both;
	width: 950px;
	height: 40px;
}
#toppageimage {
	clear: both;

}
#wrapper {
	float: left;
	background-repeat: repeat-y;
	clear: both;
}
#menu {
	padding: 15px 10px;
	float: left;
	width: 190px;
	background-repeat: repeat-y;
}
#main {
	float: right;
	width: 710px;
	padding: 15px 14px;
	background-color: #ffffff;
}
#bottommenu {
	text-align: center;
	clear: both;
	padding: 10px 10px;
	border-top: 1px solid #f4f4f4;
	background-color: #ffffff;
}
#footer {
	text-align: center;
	clear: both;
	padding: 10px 10px;
	border-top: 1px solid #f4f4f4;
	background-color: #f4f4f4;
}
#headerright a {
	color: #FFFFFF;
}
#topmenu ul li {
	float: left;
	width: 135px;
	text-align: center;
	list-style: none;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	background-color: #FFF;
	border-right: 1px solid #25b250;
	background-image: url(images/topmenu_bg.jpg);
	font-size: 15px;
}
#topmenu ul li.right {
	float: left;
	text-align: center;
	list-style: none;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	width: 133px;
}
#topmenu ul li a{
	text-decoration: none;
	display: block;
	color: #FFF;
}
#topmenu a:hover {
	background-color: #25b250;
}
.menubar {
	color: #FFF;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	background-image: url(images/menu_bg.jpg);
	font-size: 110%;
	text-indent: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.menubar a:link {
    color: #FFF;
}
.menubar a:visited {
    color: #FFF;
}
#menu ul {

}
#menu ul li {
	font-weight: normal;
	color: #333333;
	text-indent: 20px;
	list-style-type: none;
	line-height: 25px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#menu ul li a {
	color: #060;
	text-decoration: none;
	display:block;
}
#menu ul li a:hover {
	color: #060;
	text-decoration: underline;
	display:block;
	background-color: #f4f4f4;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
a:link {
	color:#060;
}
a:visited {
	color:#060;
}
a:hover {
	color:#FF0000;
}
a:active {
	color:#FF0000;
}
h1 {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 30px;
	font-size: 120%;
	background-image: url(images/entry.png);
	line-height: 40px;
	color: #333;
	background-repeat: no-repeat;
	background-position: 0px 14px;
	border-bottom: 1px solid #25b250;
	clear: both;
}
h2 {
	margin-top: 3px;
	text-indent: 25px;
	margin-bottom: 3px;
	color: #F60;
	font-weight: normal;
	font-size: 110%;
	line-height: 30px;
	background-image: url(images/subentry.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	clear: both;
}
h3 {
	margin-top: 5px;
	text-indent: 15px;
	margin-bottom: 5px;
	color: #090;
	font-weight: normal;
	font-size: 120%;
	line-height: 20px;
	clear: both;
	background-image: url(images/thirdentry.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.red {
	color: #CC0000;
}
.bold {
	font-weight: bold;
}
.green {
	color: #090;
}
.big {
	font-size: 130%;
}
.xbig {
	font-size: 160%;
}
.small {
	font-size: 80%;
}
.tableborder{
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.tableborder td{
	border: 1px solid #cccccc;
	padding: 4px;
}
#menu .greenbox {
	padding: 5px 5px;
	background-color: #FFFFFF;
	line-height: 160%;
	border: 2px solid #b4d2a7;
	margin-bottom: 5px;
}
#menu .redbox {
	padding: 5px 5px;
	background-color: #FFFFFF;
	line-height: 160%;
	border: 1px solid #f00;
	margin-bottom: 5px;
}
#menu .redbgbox {
	padding: 5px 5px;
	background-color: #c00;
	line-height: 160%;
	border: 2px solid #f00;
	margin-bottom: 5px;
	color: #FFF;
	text-align: center;
}
#menu .redbgbox a {
	color: #FFF;
}
.borderbox {
	padding: 10px 10px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}
.borderbox_beige {
	padding: 5px;
	background-color: #f6f1dc;
	border: 1px solid #e9e9e9;
}
.toppage_borderbox_pink {
	padding: 5px;
	background-color: #F7F0F4;
	border: 1px solid #e9e9e9;
	font-weight: bold;
	font-size: 120%;
	line-height: 200%;
	margin: 3px 0px;
}
.clear {
	clear: both;
}
.imageleft {
	margin: 0px 15px 15px 0px;
	float: left;
}
.imageright {
	margin: 0px 0px 15px 15px;
	float: right;
}
.imagebottom {
	margin: 0px 0px 10px 0px;
}
.imagewaku {
	padding: 5px; /* 画像枠 */
	border: 1px solid #f4f4f4; /* 画像の枠線 */
}
.toppage_borderbox {
	padding: 5px 10px;
	border: 1px solid #f4f4f4;
	float: left;
	width: 320px;
	margin: 0px 5px 10px 0px;
}
.clearfix:after { 
    content : "."; 
    display : block; 
    height : 0; 
    clear : both; 
    visibility : hidden; 
} 
* html .clearfix { 
    height : 1%; 
} 
.clear { 
    clear : both; 
} 
