/*-----------------------------------------------
 __default
-----------------------------------------------*/

body {
	margin:0px auto 0px auto;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	height:100%;
	background-color:#eee;
	font-size: 12px;
	text-align:center;
	}

html {
	overflow-y:scroll;
	height:100%;
}

  
p {

}

table {
	font-size:12px; 
	line-height:18px;   
}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#4c4c4c;
	line-height:130%;
	text-decoration:line;	
}

a:link {
	color:#4c4c4c;
	line-height:130%;
	text-decoration:line;		
}

a:visited {
	color:#4c4c4c;
	line-height:130%;
	text-decoration:line;		
}

a:hover {
	color:#990000;
	line-height:130%;
	text-decoration:line;		
}

a:active {
	color:#4c4c4c;
	line-height:130%;
	text-decoration:line;		
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#contents {
	width:1000px;
	margin:0px auto 0px auto;
	background:#fff;
	height: auto;
	text-align:left;
	font-size:80%;
	height:100%;		
}

* html #contents {
	background:#eee;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	width:1000px;
	padding:0px 0px 0px 0px;
	margin: 0px auto 0px 0px;
	background-color:#ffffff;
	background:url(../images/headerbg.jpg) repeat-x 0% 0%;
	border-right: solid 0px #bdbdbd;
}

.header img {
   padding: 0px;
   vertical-align: bottom;   
}


/* __menu
------------------------------------------*/

#menu {
	width:1000px;
	color:#333333;
	text-align:center;
	height: auto;
	line-height:130%;
	margin: 0px auto 0px auto;
	border-right: solid 0px #bdbdbd;
	background:url(../images/menu_bg.jpg) repeat-x;
}


#topics{
	float:left;
	width:281px;
	margin: 30px 0px 10px 95px;
	clear: both;
}

* html #topics{
	margin: 30px 5px 10px 50px;
}

.menu_text{
	width:188px;
	text-align:left;
	font-size:12px;
	margin: 20px;
	height: auto;
}

.toiawase{
	width:245px;
	border: solid 1px #cccccc;
	height: auto;
	background: #f8f9f8;
	margin: 1px auto 10px auto;
	padding: 1px 0px 0px 0px;
}


/* __main
------------------------------------------*/

#main {
	width:1000px;
	background:url(../images/bg.jpg) 0% 100% #fff no-repeat;
	text-align: center;
}


#news {
	width:511px;
	color:#333333;
	text-align:right;
	height: auto;
	line-height:130%;
	margin: 30px 100px 10px 0px;
	float: right;
	border: solid 1px #c4c4c4;
	background:url(../images/news.jpg) no-repeat 0% 0% #ffffff;
}

* html #news {
	margin: 30px 50px 10px 0px;
}	
	
.news_btn {
	padding:10px;
	font-size:13px;
	text-align:right;	

}

.news_text {
	border-top:dotted 1px #c4c4c4;
	padding: 0px 0px 0px 10px;
	font-size:12px;
	height:40px;
	text-align:left;
	background:url(../images/news_bg.jpg) repeat-y 0% 0% #ffffff;
	line-height: 300%;
}


#contact {
	width:800px;
	background-color:#ffffff;
	margin:10px auto 10px auto;
	padding: 10px;
	border: solid 1px #c4c4c4;
	clear: both;
	text-align: left;
}

.menu {
	text-align:left;
	background:url(../images/menu_bg.jpg);
	width:472px;	
	height:260px;	
	}
	
.topics{
	font-size:12px;
	margin: 40px 0px 10px 0px;
	width: 474px;
}

.topics_title{
    font-weight:bold;
	color:#249222;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	width:797px;
	height:auto;
	color:#666666;
	line-height:200%;
	clear: both;
	text-align:right;
	margin: 20px 100px 0px 100px;
	padding: 0px 0px 20px 0px;
	font-size: 12px;
	font-weight:normal;
	
}

.copy {
	font-size: 11px;
}

