/* ページレイアウト */
*{
	margin:0;
	padding:0;
	line-height:150%;
}

body {
	width : 100%;
	background-color: #E3FFCE;
	font-size: 12px;
	color: #333333;
}
#body {
	width : 800px;
}
#header {
	width : 100%;
}
#main {
	background-image: url(../img/side_menu_bg.jpg);
	background-repeat: repeat-y;
	clear: both;
	background-color: #FFFFFF;
}
#navigation {
	float : left;
	width : 150px;
}
#contents {
	margin-left: 160px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#footer {
	width : 100%;
	clear : both;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 15px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	border-left-color: #E0DFE3;
}
.clear {
	clear: both;
}
img {
	border:none;
}

/* リンク */
#body a {
	text-decoration: none;
}
a:link { color: #2E7C34; } 
a:visited { color: #336600; } 
a:hover { color: #FF2F33; } 
a:active { color: #76BC27; }


/* 上部メニュー */
.topmenu {
	margin: 0;
	padding :0;
	list-style-type : none;
	width:100%;
	font-size:12px;
}
.topmenu li{
	display : inline;
	padding :0;
	margin:0px;
	float: left;
}
.topmenu .menu a {
	text-align: center;
	padding:5px 0px;
	width:159px;
	height: 20px;
	display:block;
	background-image: url(../img/menu_bg.gif);
	background-color: #E3F4D0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.topmenu .menu a:hover{
	background-image: url(../img/menu_on.gif);
	background-repeat: no-repeat;
}


/* サイドメニュー */
.sidemenu {
	margin: 0; 
	padding :0; 
	list-style-type : none; 
	width:100%;
}
.sidemenu li{
	display : inline; 
	padding :0; 
	margin:0px 0px 2px;
}
.sidemenu .menu a {
	text-align: left;
	padding:15px 0px 0px 20px;
	width:115px;
	height: 30px;
	display:block;
	background-image: url(../img/side_menu.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
}


/* フォント */
h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
#font_10px{
	font-size:10px;
}
#font_12px{
	font-size:12px;
}
#font_14px{
	font-size:14px;
}
#font_16px{
	font-size:16px;
}
#font_18px{
	font-size:18px;
}
#font_red {color: #FF0000}


/* コピーライト */
.copy_right {
	font-size: 11px;
	text-align: right;
	padding: 3px;
	color: #FFFFFF;
	background-color: #82AF32;
	font-weight: bold;
}
.copy_right a {
	color: #FFFFFF;
	text-decoration: none;
}
.copy_right a:visited { color: #FFFFFF; } 
.copy_right a:hover { color: #FFFFFF; } 
.copy_right a:active { color: #FFFFFF; }
.topmenu .menu #last {
	width: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
