@charset "utf-8";
/**{
	margin:0px;
	padding:0px;
}*/
body , html {   
    height: 100%;
	margin:0px;
	padding:0px;
}
body {
	background-color: #e9feca;
	font-size:14px;
}

#container {
	width: 790px;
    position: relative;
    height: auto !important;    
    height: 100%;
    min-height: 100%;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	background-color: #FFF;
	padding:0px;
	background:url(htdocs/img/sekikawa_back.jpg) repeat-y;
}

#header , #main ,#footer  {
	padding:10px;
	background-color: #FFF;
}
#header{
	font-size:120%;
	min-height:90px;
	background-image: url(htdocs/img/sekikawa_top.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom:1px solid #036;
	padding-bottom:0px;
	margin-bottom:0px;
}
#header h1{
	font-size:20px;
}
#main {
	line-height:1.4em;
    padding-bottom: 200px;
}

#contents {
	width:630px;
	text-align:left;
	font-size:16px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
}
 
#footer {
	width: 770px;
    position: absolute;
    bottom: 0;
    height: 140xp;
	border-top:1px solid #036;
}
#footer .name{
	font-size:110%;
}


#content h3{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom: 1px solid #0F0;
}
#content p{
	padding-top:0px;
	margin-top:0.5em;
}
.center{
	text-align:center;
}

/*メニュー*/
/*------メニュー用-----------------------*/
.menu{
/*	background:#D3CBB4;*/
}
.menu table{

}
.menu td a {
	display:block;
	text-decoration:none;
	font-size:12px;
	vertical-align:middle;
}
.menu td a:hover {text-decoration:none;}

.menu td.m1 a,
.menu td.m2 a,
.menu td.m3 a,
.menu td.m4 a,
.menu td.m5 a,
.menu td.m4_o a
  {
	background-color:#ddd;
	padding:9px 0 10px 8px;
	font-size:14px;
	font-weight:bold;
	width:100px;
	background:none;
	color:#0000dd;
	
	border:1px solid #666;
	background-color:#eee;
}
.menu td.m4_o a {
	background-color:#ddd;
}
.menu td.m1 a:hover,
.menu td.m2 a:hover,
.menu td.m3 a:hover,
.menu td.m4 a:hover,
.menu td.m5 a:hover
{
	background:url(./../script/image/spacer.gif) ;
/*	color:#FFFFFF*/
	color:#0000dd;

	border:1px solid #666;
}
/*-----反転した状態で表示----------*/
.menu td.m22 a {
	width:100px;
	padding-top:7px;
	text-align:center;
	height:26px;
	background:url(../../script/image/spacer.gif) ;
	color:#111111; 
}


/*-----ユーザー用ページで使用 ---*/

.menu td.m4{
	width:110px;
}
.menu td.m4_o{
	width:110px;
}

.noscript_msg{
  text-align:center;
  color:red;
  font-weight:bold;
  font-size:1.3em;
  padding:7px;
  margin-bottom:10px;
}
#footer p{
  line-height:1.4em;
}