
body {
	background-color:#CDF5F4;
	background-image:url( ../images/css/body-bg.jpg );
	background-position:center top ;
	background-repeat:repeat-x;
	margin : 0 ;
	padding : 0 ;
	font-family:"メイリオ" , Meiryo , "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ;
	font-size : 90% ;
	line-height:1.5 ;
}

fieldset{ border : none ; }
	
	
hr{
	width : 800px ;
	margin : 0px auto ;
}


	
#wrapper {
	background: transparent url( ../images/css/page-vbg.jpg ) repeat-y scroll 50% 0px;
	margin:0 auto ;
	min-height : 1000px ;
	width:100%;
}

#bg{
	margin:0 auto;
	padding:0;
	background:transparent ;
	background-image:url(images/css/hat.jpg);
 	background-repeat:no-repeat;	
	background-position: center top ;
}


#logo{
	width : 840px ;
	margin : 0 auto 0 auto ;
}

#content{
	float : left ;
	width : 560px ;
}

/* Header_Menu */

#header{ 
	width : 880px ; 
	margin : 0px auto ; 
	padding-top : 230px ;
	background: transparent url( ../images/css/page-bg.jpg ) no-repeat center top;	
	
}

#search{ display : none }

#menu {
	height:40px;
	margin:0px auto 0px auto ;
	text-align:center;
	background:transparent url('images/css/hmenu.jpg') repeat-x top left;

}

#menu ul {
	display:table;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	position:relative;
	height:40px;
	text-transform:uppercase;
	font-size:12px;
	font-family:Arial,sans-serif;
	
}


#menu ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;

}


#menu ul li a {
	display:block;
	float:left;
	color:#222222;
	text-decoration:none;
	padding:0px 50px ;
	line-height:40px;
	font-weight:bold;
}


#menu ul li a:hover, #menu li#current a {
	color:#ffffff;
	background:transparent url('images/css/hmenu-sel.jpg') repeat-x top left;
}

/* Heading */



hr{
border: 1px solid RGB(216,216,240)}

h1{
	font-size : 110% ;
	margin : 20px auto 10px 0px ;
	background-color: RGB(74,131,37) ;
	border : 1px solid RGB(48,84,24) ;
	padding : 9px 6px ;
}

h1 a{
	text-decoration : none !important ;
	color : white !important ;
}

#page{
	width : 800px ;
	margin : 0px auto ;
}

/* 記事 */

h2.title , h2#title{
	color:RGB(74,131,37);
	font-size:110% ;
	margin:20px 0 10px 0;
	clear:both;
}

h2#title a{
	text-decoration : none !important ;
	color : RGB(74,131,37) !important ;
}

h3 {
	color:#1597A4;
	font-size:100%;
	margin:20px 0 5px -20px;
	clear:both;
}

div.entry {
	margin-left : 20px ;
	margin-right : 20px ;
	line-height : 1.8 ;
}

p.meta{ display : none }


th.comp{
	width : 100px ;
}

div.entry ol{
	margin-left : 0px ;
}

div.entry ul{
	margin-left : 0px ;

}

/* メニュー */
	
#sidebar{
	float : left ;
	width : 240px ;
}

#sidebar h2{
	color:RGB(74,131,37);
	font-size:90% ;
	margin:10px 0 5px 0;
	clear:both;
	background-color :RGB(224,239,194) ;
	padding : 5px 7px ;
	border : 1px solid RGB(189,220,124) ;
}
								
#sidebar ul {
	list-style: none;
	text-align: left;
	margin: 0px 0px 8px 5px; 
	padding: 0;
	text-decoration: none;	
	font-size:90% ;
}


#sidebar ul li{
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
	border-bottom: 1px dashed #d8d8f0;
}



#sidebar ul li  a {
	text-decoration: none;
	color:#1860a8;
}


#sidebar ul li   a:hover {
	color:#ffa500;
}



/* Footer */



#footer {
	margin:0 auto;
	padding-top : 20px ;
	height:40px;

	background:transparent url( ../images/css/footerWrapper-bg.jpg ) no-repeat scroll center top;
	width : 880px ; 
	color:#FFFFFF;
	text-align:center;
	
	position : relative ;
	left : -40px ;
}



#footer a:link, #footer a:visited {
	color:#FFFFFF;
}


#footer a:hover{
	color:#ffb500;
	text-decoration:none;
}



/* 会員紹介 */

p.pan{
	text-align : right ;
	font-size : 90% ;
	padding-right : 1em ;
}


h2.mem_dl_h{
	font-size : 100% ;
	
}

h2.mem_dl_h a:hover{
	color : red !important ;
}

div.mem_dl{
	margin-top : 2em ;
	margin-bottom : 2em ;
	padding-bottom : 2em ;
	border-bottom : 1px dashed silver ;
}

div.mem_dl img.capture{
	float : right ;
	border : 1px solid silver ;
}


.mem_ul{
	padding : 10px ;
	border : 1px solid #CCFF4F  ; 
	margin : 10px ;
	background-color :#F1FFCF ;
	}
.mem_ul h4{margin : 5px;padding:4px;font-size : 90% ;border:1px solid #B6EF2C;	background-color:#C8EF68;}
.mem_ul ul{list-style:none;}
.mem_dl h4 a{text-decoration : none ;color:#000;}
.capture img{float:right;margin:5px;}
.url {padding-bottom:100px;}
.area_table a{padding:5px;}