/*--------------------
base
--------------------*/
*{
	margin: 0px;
	padding: 0px;
}

body,td {
	background-color: #ffffff;
	font-size: 0.74em;
	text-align: left;
	line-height:1.4;
	font-family:verdana,Hiragino Kaku Gothic Pro,'ヒラギノ角ゴ Pro W3',Osaka,'ＭＳ Ｐゴシック',sans-serif;
}

h1,h3,h4{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
}

h2{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
}

ul,li,dl,dt,dd {
	list-style:none;
}

p {
	margin: 0px;
}

img {
	border:0px;
}


/*--------------------
link
--------------------*/
a{text-decoration:none;}


/*--------------------
container
--------------------*/
#container{
	width: 827px;
	text-align: left;
	background: #ffffff;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom:0px;
	position: relative;
}


/*--------------------
wrap
--------------------*/
#wrap{
	width:827px;
	height:100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/*--------------------
head
--------------------*/
#head{
	width: 827px;
	padding-bottom: 10px;
}

/*--------------------
Left Menu
--------------------*/
#LeftMenu{
	width: 172px;
	padding: 0px 0px 0px 10px;
	float: left;
}

.li{
	vertical-align: top;
}

.liHome{
	position: relative;
	top: 0.1em;
}

.menuTop{
	width: 172px;
	margin-bottom: 10px;
}

.menu{
	margin: 0px 5px 1px 5px;
	width: 162px;
	height: 24px;
}

.subMenu{
	width: 162px;
	height: 24px;
	background-image: url(../images/top_menu_waku.gif);
	background-repeat: no-repeat;
	background-position:left 50%;
	padding-top:3px;
	padding-left: 22px;
	margin: 0px 5px 1px 5px;
}

.subMenu2{
	width: 162px;
	margin: 0px 5px 1px 5px;
}

li table {
	width:162px;
	padding:0px;
	margin:0px;
}

td.waku_side{
	width:1px;
	background-image: url(../images/top_menu_waku_side.gif);
	background-repeat: repeat;
}

td.submenu_subcat{
	width: 160px;
	height:20px;
	font-size:1em;
	background-image: url(../images/top_menu_waku_naka.gif);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 21px;
}

/* IE サブカテゴリー テーブルなしのテスト
div.subcat{
	width: 139px;
	height:20px;
	font-size:1em;
	background-image: url(../images/top_menu_waku_naka.gif);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 21px;
	margin:0px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
}

div.bar img{
	width:162px;
	height:2px;
	margin:0px;
	padding:0px;
	line-height:0px;
}

div.bar {
	width:162px;
	height:2px;
	margin:0px;
	padding:0px;
	line-height:0px;
}
*/

.menuHome{
	margin: 9px 0px 10px 10px;
}

.menuUsage{
	font-size: 0.85em;
	margin: 0px 0px 0px 5px;
	padding-top: 10px;
	border-top: 1px solid #BEBEBE;
}

/*--------------------
main
--------------------*/
#main{
	width: 461px;
	margin: 0px 10px 0px;
	float: left;
}


.titleWrap{
	width: 459px;
	border: 1px solid #375520;
	margin-bottom: 15px;
}

.title{
	color: #375520;
	border-left: 5px solid #375520;
	margin: 5px 0px 5px 10px;
	font-weight: bold;
}	

.titleWrap2{
	width: 459px;
	border: 1px solid #375520;
	margin: 10px 0px 0px;
}

.pageTop {
	width: 441px;
	text-align: right;
	margin: 0px 0px 15px;
}

div.pageTop a{
	text-decoration: underline;
}
	
.pageBottom{
	width: 441px;
	text-align: right;
	margin: 0px;
	float: left;
}

div.pageBottom a{
	text-decoration: underline;
}

/*--------------------
Right Menu
--------------------*/
#RightMenu{
	width: 154px;
	margin: 0px auto 0px 0px;
	float: left;
}

.RmenuTitWrap{
	width: 154px;
	margin-bottom: 10px;
}

.RmenuTitWrap2{
	width: 154px;
	margin: 20px 0px 10px;
}

.RmenuTit{
	color: #1E320E;
	border-left: 5px solid #1E3214;
	margin: 5px 0px 5px 5px;
	font-weight: bold;
}

.RmenuText{
	width: 144px;
	margin: 0px 5px;
}

.calender{
	font-size: 0.85em;
}

.red {
	color:#F00;
}

/*--------------------
foot
--------------------*/
#foot{
	clear: both;
	padding-top: 30px;
}

.foot{
	width: 827px;
	background-color: #AFCC8C;
	padding: 10px 0px;
	text-align: center;
}


