/*----------------------------------------------------------
 - DEFAULT STYLE
----------------------------------------------------------*/
p,h1,h2,h3,h4,h5,h6{
	 margin: 0;
	 padding: 0;
	 }
ul,li{
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 }
/*----------------------------------------------------------
 - DEFAULT STYLE
----------------------------------------------------------*/
body {
  background-image: url(../images/bg.gif);
  background-attachment: fixed;
  font-size: 0.9em;
  line-height: 1.8em;
  font-weight: normal;
  color: #333;
  text-align: left;
  font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3"
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: normal;
  color: #666;
  border: none;
}
h2 {
  font-size: 1.4em;
  line-height: 2.4em;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Times New Roman', Times, serif;
  color: #000;
  border: none;
}
h3 {
  font-size: 1.4em;
  line-height: 2.4em;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Times New Roman', Times, serif;
  color: #000;
  border: none;
}
h4 {
  font-size: 1.0em;
  line-height: 2.4em;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Times New Roman', Times, serif;
  color: #000;
  border:none;
}

a:link {
  text-decoration: none;
  color: #666699;
  font-size:st
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:active {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #0000ff;
  text-decoration: underline;
}


.l {
  text-align: left;
}
.c {
  text-align: center;
}
.r {
  text-align: right;
}
.j {
  text-align: justify;
}
.t {
  vertical-align: top;
}
.m {
  vertical-align: middle;
}
.b {
  vertical-align: bottom;
}


/*----------------------------------------------------------
 - font
----------------------------------------------------------*/
.head {
  color: #666;
  font-size: 0.7em;
  line-height: 1.4em;
  font-weight: normal;
}
.head2 {
  color: #666;
  font-size: 0.7em;
  line-height: 1.4em;
  font-weight: normal;
  text-align: right;
}
.info {
  color: #330;
  font-size: 0.9em;
  line-height: 1.8em;
  padding-left: 40px;
  padding-right: 40px;
}
.caption {
  color: #366;
  font-size: 1.2em;
  line-height: 1.8em;
}
.antiaging {
  color: #666;
  font-size: 1.2em;
  line-height: 1.8em;
  text-align: right;
}

/*----------------------------------------------------------
 - background
----------------------------------------------------------*/
td.title {
  background-image: url(../images/bg_base02.png);
}

/*----------------------------------------------------------
 - layout
----------------------------------------------------------*/
/*layout clear*/
.clearfloat { 
  clear: both;
  height: 0;
  line-height: 0;
}
/*layout main*/

/*layout header*/
div#header {
  background-image: url(../images/hd.png);
  width: 870px;
  height: 160px;
  text-align: center;
  margin: auto;
  padding: 0;
  border: 0;
}
/*layout menu*/
div#menu {
  background-image: url(../images/menu_bg.png);
  width: 870px;
  height: 80px;
  text-align: center;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 32px;
  border: 0;
}
div#menu ul{
  margin: 0;
  padding-top: 16px;
  padding-left: 51px;
  list-style-type: none;
}
div#menu li{
  margin: 0;
  padding: 0;
  float: left;
}
#menu li a:hover {
  filter: alpha(opacity=50);
  opacity: 0.6;
}

/*layout main*/
div#main {
  background-image: url(../images/base2.png);
  width: 917px;
  margin: auto;
  padding: 0;
  border: 0;
}

/*layout flash*/
div#flash {
  width: 780px;
  margin: auto;
  padding-top: 16px;
  border: 0;
}

/*layout title*/
div#title{
  margin: 0 auto;
  text-align: left;
  width: 780px;
}
div#title_left{
  background-image: url(../images/title_info.gif);
  float: left;
  width: 380px;
  height: 714px;
  padding-top: 36px;
}	
div#title_right{
  float: right;
  width: 380px;
}

div#title_right h2{
  padding-bottom: 8px;
}

/*layout title*/
div#title2{
  margin: 0 auto;
  text-align: left;
  width: 780px;
  font-size: 0.8em;
  line-height: 1.6em;
}
div#title_left2{
  float: left;
  width: 380px;
}	
div#title_right2{
  float: right;
  width: 380px;
}

/*layout ldb*/
div#ldb{
  margin: 0 auto;
  text-align: left;
  width: 780px;
  font-size: 0.7em;
  line-height: 1.6em;
}

/*layout footer*/
div#footer {
  width: 870px;
  margin: auto;
  padding-bottom: 32px;
  border: 0;
  color: #666;
  font-size: 0.8em;
  line-height: 1.4em;
}
div#footer ul{
  margin: 0;
  padding-top: 16px;
  list-style-type: none;
}
div#footer li{
  margin: 0;
  padding: 0;
  float: left;
}
