@charset "utf-8";

*{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin: 0px; padding: 0px; text-align: left;
}

/*----------------------------------------------------HTML TAG STYLE*/

body {
	background-color: #DDEEDD;
	font-size: small;
	color: #333333;
	text-align: center;
	line-height: 140%;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}

.h1 {
	vertical-align: top;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid #99BB99 1px;
}

.h2 {
	border-bottom: 3px solid #99BB99;
	vertical-align: middle;
}

.medium {
	font-size: medium;
	line-height: 140%;
}

.Green {color: #99BB99}

.clear{height:0px; clear:both;}
/*------------------------------------------------------------------*/

/*--------------------------------------------------------------WRAP*/
#wrap {
	width:840px;
	border: solid #99BB99 5px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-color: #FFFFFF;
}
/*------------------------------------------------------------------*/

/*------------------------------------------------------------HEADER*/
#header {
	width: 840px;
}
/*------------------------------------------------------------------*/

/*-----------------------------------------------------------CONTENT*/
#contents {
	width: 840px;
	background: #FFFFFF;
	border-top: solid #99BB99 5px;
}
/*------------------------------------------------------------------*/

/*--------------------------------------------------------------MENU*/
#menu {
	width: 235px;
	float: left;
	text-align: center;
}
/*------------------------------------------------------------------*/

/*-------------------------------------------------------SIDE_BUTTON*/
#side_button {
	width: 220px;
	text-align: center;
	border: solid #DDEEDD 1px;
	margin-left: 10px;
	margin-top: 10px;
}
/*------------------------------------------------------------------*/

/*--------------------------------------------------------------main*/
#main01 {
	width: 605px;
	height: 290px;
	float: left;
	background: #DDEEDD;
}

#main02 {
	width: 593px;
	float: left;
	text-align: left;
	border: solid #DDEEDD 1px;
	margin-left: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*------------------------------------------------------------------*/

/*--------------------------------------------------------blockquote*/
#blockquote{
	padding: 10px 30px 10px 30px;
}
/*------------------------------------------------------------------*/

/*------------------------------------------------------------footer*/
#footer {
	width: 840px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: solid #99BB99 5px;
}
/*------------------------------------------------------------------*/

