@charset "utf-8";
/* CSS Document */

/* 全体に共通の指定をする*/
body {
				font-family: Veranda, Helvetica, sans-serif;
				margin:0 auto;
				padding: 0;
				color:#333;
				line-height: 1.6;
				background-color: #FFF;
}   

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
				margin:0;
				padding:0;
}


h1{
		font-size:18px;
		font-weight: bold;
}


h2,h3,h4,h5,h6 {
		font-weight:normal;
}   

p {margin:0 0 1em 0; } 
  
li {
				float:left;
				list-style-type:none;
}

ul {
	list-style:none;
}
     
img {border:0;}
   
/*   Link Color [  
----------------------------------------------------------- */  
a {   
    text-decoration:none;   
}  
 
a:link {   
    color:blue;   
}
   
a:visited {   
    color:#0C8EF2;   
}
   
a:hover {   
    text-decoration:underline;   
}
   
a:active {   
    color:blue;   
}  

/* for modern browser */
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */ 


/*  
 header [  
----------------------------------------------------------- */  
#header {
	height:150px;
	width: 800px;
	margin: auto;
}  

#logo {
				height:150px;
				background-image: url(../images/l_logo.gif);
				background-repeat: no-repeat;
				width: 285px;
				margin: 0 auto 0 160px;
				background-position: center center;
				float: left;
				display: inline;
}  

#header #english {
				height: 22px;
				float: right;
				margin: 115px 10px 0 0;
}

#header #count {
				height: 22px;
				float: left;
				margin: 120px 10px 0 20px;
				display: inline;
}


/*  
 main [ Flashが入る 
----------------------------------------------------------- */  
#main{
				width:800px;
				margin: 0 auto;
}

#topimage{
				width:800px;
				height:380px;
				margin:0 auto;
				}
				

/*  
 special [ 特設ページが入る 
----------------------------------------------------------- */  				
#special {
	height: 150px;
	width: 580px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
				
.special {
	font-size: 16px;
	height: 150px;
	width: 580px;
	background-image: url(../images/special.gif);
	background-repeat: no-repeat;
	margin: auto;
}				
				
/*  
 column [ 更新履歴が入る
----------------------------------------------------------- */  
#column{
				width:800px;
				height: 170px;
				margin: 30px auto;
}

.rireki {
				width: 545px;
				background-image: url(../images/rireki.gif);
				height: 71px;
				padding: 41px 10px 38px 25px;
				background-repeat: no-repeat;
				float: left;
				font-size: 13px;
				line-height: 1.6;
				overflow: scroll;
}

.rireki li{float:none}
.service {
				width: 164px;
				background-image: url(../images/service.gif);
				height: 28px;
				padding: 115px 15px 10px 25px;
				background-repeat: no-repeat;
				float: right;
				font-size: 15px;
				line-height: 19px;
				text-align: center;
}

/*  footer
----------------------------------------------------------- */  

#footer{
				width:800px;
				height: 43px;
				clear: both;
				margin: 0 auto 15px;
}

.address{
				width:290px;
				height:36px;
				background-image: url(../images/share/s_logo_b.gif);
				background-repeat: no-repeat;
				float: left;
				font-size: 11px;
				background-position: 0 6px;
				margin-top: 0;
				margin-right: 0;
				margin-bottom: 0;
				margin-left: 10px;
				padding-top: 7px;
				padding-right: 0;
				padding-bottom: 0;
				padding-left: 90px;
				line-height: normal;
}

.f_navi{
				width:405px;
				height:30px;
				float:right;
				font-size: 12px;
				text-align: center;
				padding: 12px 0 0 0;
}
#main #special table tr td div a strong {
	font-size: 18px;
	font-weight: bold;
}

