@charset "utf-8";

/*fomatting style
-------------------------*/
* {
	margin: 0px;
	padding: 0px;
  font-style: normal;
 }
body {
  line-height: 1.6;
  margin:0 auto;
	background-color: #CCCCCC;
  color: #333333;
  font-family: "MS P ゴシック", "MS P Gothic" ,"Osaka" sans-serif;
	font-size: 14px;
  text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
	}

/*basic layout
-------------------------*/

#wrapper{
  position: relative;
  top: 0px;
	bottom: 0px;
  width: 800px;
  margin:auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color:#FFFFFF;
}

#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrapper {
    height: 1em;
    overflow: visible;
}
/**/
	#header{
	width: 800px;
	height: 120px;
	background-image:url(../rogo.jpg);
	background-repeat:no-repeat;
}
h1 {
  position: relative;
	top: 16px;
  left: 15px;
	width: 170px;
  line-height: 1.6;
  color: #333333;
	font-size: 100%;
}
h2{
   font-size: 210%;
   }
h4{
   font-size: 26px;
   }
h3 {
	position: absolute;
	top: 180px;
  right: 90px;
	font-size: 80%;
}
#header .logo {
	position: absolute;
	top: 0px;
	left: 687px;
  float: right;
	width: 90px;
	height: 120px;
}
#sub_menu {
	position: absolute;
	right: 140px;
  float: right;
	width: 270px;
	margin-right: 10px;
}
#sub_menu li {
	list-style: none;
	right: 150px;
  float: right;
	margin-right: 15px;
	margin-bottom: 10px;
}
.line {
	position: absolute;
	top: 45px;
	left: 380px;
  width: 298px;
}
#main_menu li{
  list-style: none;
}
#main_menu li a{
  display:block;
  width:124px;
  height:48px;
}
#main menu li a:hover{
  display:block;
  width:124px;
  height:48px;
}
.top a{
  background-image: url(../images/top_a.png);
}
.top a:hover{
  background-image: url(../images/top_b.png);
}
.about a{
  background-image: url(../images/about_a.png);
}
.about a:hover{
  background-image: url(../images/about_b.png);
}
 .blog a{
  background-image: url(../images/blog_a.png);
}
.blog a:hover{
  background-image: url(../images/blog_b.png);
}
.contact a{
  background-image: url(../images/contact_a.png);
}
.contact a:hover{
  background-image: url(../images/contact_b.png);
}
.link a{
  background-image: url(../images/link_a.png);
}
.link a:hover{
  background-image: url(../images/link_b.png);
}
 #main_menu ul{
  position: absolute;
  top: 60px;
  width:620px;
  margin-left: 5px;
}        
 #main_menu li{
  list-style: none;
  float: left;
}
.blank {
	position:absolute;
	top: 60px;
	right: 130px;
  width: 48px;
	height: 46px;
	
}
.nan {
	position: absolute;
	top: 38px;
  left: 115px;
	width: 150px;
}
.b_title{
  position:relative;
  left: 20px;
}
.english{
  font-size: 20px;
  font-weight: bold;
}
.title{
  font-size: 32px;
  font-weight: bolder;
}
.line-l{
  position: relative;
  left: 20px;

  #top: -10px;
  _top: -5px;
}
address {
  position: absolute;
  width: 200px;
  bottom:10px;
  left: 250px;
}
.explain {
	position: relative;
	top: 580px;
	right: 400px;
  float: right;
	text-align:justify;
}
li {
	list-style: none;
}
img {
  border-style: none;
}
 .komidashi{
 position: relative;
right: 10px;
  font-size: 12px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-weight: 600;
}
 /* IE6 css fixer v0.7: Sat, 20 Feb 2010 18:30:00 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#header .logo,
#sub_menu,
#sub_menu li,
#main_menu li,
.explain {
  display:inline;
}

/* add zoom:1 to pos:relative elements */
#wrapper,
h1,
.line,
#main_menu img,
.b_title,
.line-l,
.explain {
  zoom:1;
}