@charset "UTF-8";

* {
  margin: 0px;
  padding: 0px;
}

body {
  text-align: center;
  color: #333333;
  font-size: 10px;
  background: #FFFFFF url(../img/common/header_bg.gif) repeat-x;
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

.photowaku {
  background-color: #FFFFFF;
  margin: 5px;
  padding: 4px;
  border: 1px solid #999999;
}

/*link
-----------------------------------*/
a img {
  text-decoration: none;
  border-style: none;
}
a:hover   img {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

a:link {
  color: #663300;
  text-decoration: underline;
}

a:visited {
  color: #330000;
  text-decoration: none;
}

a:hover {
  color: #FF6600;
  text-decoration: underline;
}
h1  {
  font-size: 1.2em;
  color: #666666;
  font-weight: normal;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: right;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

/*common layaut
-----------------------------------*/


/*header*/
#header {
  background: url(../img/common/header_bg.jpg) repeat-x left top;
  margin: 0px;
  padding: 0px;
  height: 80px;
}
#header   #logo {
  float: left;
  margin: 0px;
  padding: 0px;
}

#header_right {
  float: right;
  text-align: right;
}

#header #subnavi {
  display: block;
  top: 0px;
  margin: 3px 5px 0px 0px;
  padding: 0px;
}

#header #subnavi li {
  display: inline;
  padding-right: 15px;
}

#header #subnavi a {
  color: #000000;
  text-decoration: none;
  font-size: 1.3em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

#header #subnavi a:hover {
  color: #FF6600;
}
#footer/*footermenu*/
 {
  clear: both;
  padding-top: 10px;
}
#footer  p {
  text-align: right;
  margin-bottom: 10px;
  margin-right: 10px;
}

#footer ul a {
  font-size: 1.3em;
  text-decoration: none;
}
#footer  li {
  display: inline;
}

#footer address {
  text-align: center;
  display: block;
  color: #666666;
  font-style: normal;
  background: url(../img/common/footer_bg.jpg) repeat-x left bottom;
  height: 27px;
  line-height: 27px;
}
.lh_01 {
	line-height: 1.5;
}
h3.serif {
	font: bold 1.6em "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	padding-bottom: 3px;
	border-bottom: 1px solid #666666;
	text-align: left;
	margin: 20px 15px 10px;
}
table.nomal {
	margin: 20px;
}
table.nomal th, td {
	padding: 5px;
	font-size: 1.2em;
}
