@charset "Shift_JIS"; 
 
/* Main */ 
img,image{
  margin: 0px;
  padding:0px;
  border-width: 0px 0px 0px 0px;
}

body,td{
  font-size: 12px;
  line-height: 120%;
  color:#444444;
  font-family: "MS UI Gothic",Tahoma,Osaka,sans-serif;
  background-position: 0px 0px;
}
	
/* anchor */ 
	
a:link{ 
  color : #354C5B;
  text-decoration: none;
}

 
a:visited{ 
  color : #354C5B;
  text-decoration: none;
}
 
a:hover{ 
  color: #263842;
  text-decoration: none;
}
 
a:active{ 
  text-decoration:none;
  color:#fd8420;
}
  
html { 
	scrollbar-face-color: #a8a893;
	scrollbar-darkshadow-color: #5b5b5b;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-arrow-color: #49493f;
	scrollbar-track-color: #d7d5be;
}
 
/* ヘッダー・フッター */ 
	
#t_header{ 
  padding-right: 60px;
  padding-top: 20px;
  color: #E6E0BE;
}
#t_header a{
  text-decoration: underline;
  color: #E6E0BE;
}
#t_header .link{
    margin-left: 20px;
}


#header{
  padding-right: 60px;
  padding-top: 20px;
  color: #32312F;
}
#header a{
  text-decoration: underline;
  color: #32312F;
}
#header .link{
    margin-left: 20px;
}

 
#t_footer{ 
  padding-right: 30px;
  padding-top: 0px;
  color: #E6E0BE;
}


#footer table td{
  /*padding-right: 30px;*/
  padding-top: 0px;
  color: #E6E0BE;
}
#2footer table td{
  padding-top: 0px;
  color: #32312F;
}
   
/* common */ 
	
/* ロールオーバーメニュー */ 

#topimg{
  border: 0;
  margin: 0;
  padding: 0;
  width: 820px;
  height: 346px;
  overflow: hidden;
}

#topimg td a:focus,
#topimg td a:hover,
#topimg td a:active {
  background-position: 0px 346px;
  float:left;
}

#topimg a,
#topimg a:link,
#topimg a:visited {
  background-position: 0px 0px;
  float:left;
}
#topimg .bn_01 img,#topimg .bn_02 img{
  visibility: hidden;
}

/* topmenu img */

#topimg td .bn_01 a {
  background-image: url(../images/03add_1.jpg);
}
#topimg td .bn_02 a {
  background-image: url(../images/03add_2.jpg);
}


  
/* class */ 
 
div.maintxt { 
	width					: 626px;
	height					: 400px;
	overflow				: auto;
}
 

