@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
  border-style: none;
  display: block;
}

p {
  line-height: 1.4em;
}

li {
  line-height: 1.4em;
  list-style:none;
}

hr {
  display: none;
}

a:link {
  color:#333;
  text-decoration: underline;
  line-height:normal;
}

a:visited {
  color:#333;
  text-decoration: underline;
}
a:hover {
  color:#FC0;
  text-decoration: underline;
}
a:active {
  color:#FC0;
  text-decoration: underline;
}

a:hover img {
	filter: alpha(opacity=75);
	opacity:0.75;
}
							
a span,
h2 span,
h3 span {
  display: none;
}

/* ////////////////////////////////////////////// */

body {
  width: 100%;
  height: 100%;
  font-size: 12px;
  color:#333;
}
/*-- wb_[ -------------------------------*/
#outline {
  width:900px;
  position:relative;
  margin:auto;
  padding:auto;
  border-right:#CCC 1px solid;
  background:url(../images/common/bg.gif);
}

/*-- wb_[ -------------------------------*/
#header {
  position: relative;
  width: 100%;
  height:435px;
  background:url(../images/top.jpg) no-repeat;
}

#header .logo {
	top:0px;
	left:0px;
	position:absolute;
  }

h1 {
	top:5px;
	left:390px;
	position:absolute;
  }

h2  {
  top:25px;
  left:390px;
  position:absolute;
  }

#menu {
	top:385px;
	left:99px;
	position:absolute;
}

#menu li {
	float:left;
}
/*-- wb_[ -------------------------------*/
#outline-margin { margin:0px; }

/*-- wb_[ -------------------------------*/
#main { 
    float:left; 
	width:550px;
    text-align:left;
	margin:0px 0px 0px 100px;
	_margin:0px 0px 0px 50px;/*-----IE6用記述-----*/
	}

#main h3 {
	background:url(../images/common/h3_bg.jpg) no-repeat left;
	color:#3A130C;
	font-size:18px;
	margin:10px 0px 10px 10px;
	padding:10px 2px 7px 35px;
}
#main .main_waku {
	margin:10px;
}

#main .bana {
	margin:10px 0px 10px 10px;
}

#main .waku_left {
	margin-left:10px;
	float:left;
	width:261px;
}

#main .waku_right {
	margin:0px;
	float:right;
	width:261px;
}

#main .buken_top {
	margin:0px;
	padding:20px 10px 7px 40px;
	background:url(../images/top_waku_top.gif) no-repeat;
	font-size:16px;
	font-weight:bold;
}

#main .buken_main {
	margin:0px;
	padding:5px;
	background:url(../images/top_waku_main.gif);
}

#main .buken_bottom {
	margin:0px;
}

#main .joho {
	margin:10px 0px 10px 10px;
}

#main .joho_top {
	margin:0px;
	padding:23px 10px 7px 40px;
	background:url(../images/top_waku1_top.gif) no-repeat;
	font-size:16px;
	font-weight:bold;	
}

#main .joho_main {
	margin:0px;
	padding:7px;
	background:url(../images/top_waku1_main.gif);
}

#main .joho_bottom {
	margin:0px;
}

#main .img_right {
	float:right;
	margin:0px 0px 0px 10px;
}

#main .img_left {
	float:left;
	margin:0px 10px 0px 0px;
}

#main .aka {
	color: #F00;
	font-weight:bold;
}
/*-- wb_[ -------------------------------*/
#main .to_top {
	float:right;
	margin:10px;
}
		 /*-- wb_[ -------------------------------*/
#pan {
	margin:10px;
}
		 /*-- wb_[ -------------------------------*/
#side {
  margin:0px;
  padding:0px;
  float:right; 
  width:250px; 
  text-align:left;
}

#side h3 {
	margin:10px 10px 0px 10px;
	padding:12px 20px 7px 35px;
	background:url(../images/common/side_h3.jpg) no-repeat;
	font-size:14px;
}

#side .side_waku {
	margin:10px;
}

#side ul {
	margin:0px;
}

#side li {
	list-style:url(../images/common/side_li.gif) inside;
	line-height:150%;
}

#side .cu {
	margin:0px 0px 0px 30px;
}

/*-- tb^[ -------------------------------*/
#footer {
  border-top:#CCC solid 1px;
  margin: 0px 0px 15px 100px;
  _margin:0px 0px 0px 50px;/*-----IE6用記述-----*/
  text-align:center;
}
/*-- clear[ -------------------------------*/

.clearfix {display: inline-table;
 clear:both;}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
*:first-child+html .clearfix {
display:inline-table;zoom:1;
}

