/* ////////////////////////////////////////////// */

body {
  width: 100%;
  height: 100%;
  font-size: 12px;
  color:#000;
  background:url(../images/common/bg.jpg) repeat-x;
}
/*-- wb_[ -------------------------------*/
#outline {
  width:1000px;
  position:relative;
  margin:auto;
  padding:auto;
}

/*-- wb_[ -------------------------------*/
#header {
  position: relative;
  width: 100%;
  height:130px;
}

#header .toiawase {
	top:0px;
	left:616px;
	position:absolute;
  }

h1 {
	top:5px;
	left:5px;
	font-size:9px;
	position:absolute;
	color:#FFF;
  }

h2  {
	top:39px;
	left:69px;
	position:absolute;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	width: 309px;
  }

#header .logo {
	top:20px;
	left:5px;
	position:absolute;
}

#navi {
	top:48px;
	left:616px;
	position:absolute;
	width: 379px;
	height: 17px;
}

#navi ul {
	margin:0px;
}

#navi li {
	margin:0px;
	padding:2px 10px 3px 20px;
	float:left;
	_float:left;
	background:url(../images/common/icon.jpg) no-repeat;
	color:#FFF;
}

#menu {
	top:76px;
	left:0px;
	margin:0px;
	position:absolute;
	width:1000px;
	height:30px;
	text-align:right;
}

#menu ul {
	margin:0px;
}

#menu li {
	margin:0px;
	float:left;
	_float:left;
}

/* IE6用 */
* html #menu li {
	float:left;
	text-align:left;
}
#navi a:link {
  color:#fff;
  text-decoration:underline;
  display:block;
  _float:left;
}

#navi a:visited {
  color:#fff;
  text-decoration:underline;
  display:block;
  _float:left;
}

#navi a:hover {
  color:#F60;
  text-decoration:underline;
  display:block;
}

#navi a:active {
  color:#F60;
  text-decoration:underline;
  display:block;
}
/*-- wb_[ -------------------------------*/
#outline-margin { 
 margin:0px;
 }

#bana {
	margin:0px;
}

/*-- wb_[ -------------------------------*/
#main { 
    float:left; 
	width:730px;
    text-align:left;
	margin:0px;
	}

#main h3 {
	background:url(../images/common/h3_bg.jpg) no-repeat left;
	font-size:18px;
	color:#fff;
	margin:5px 10px 0px 10px;
	padding:25px 0px 10px 20px;
}

#main .pic_right {
	margin:10px 0px 10px 10px;
	padding:3px;
	border:#CCC solid 1px;
	float:right;
}

#main .pic_left {
	margin:10px 10px 10px 0px;
	padding:3px;
	border:#CCC solid 1px;
	float:left;
}

#main .list {
	margin:0px;
	padding:5px 0px 0px 20px;
	background:url(../images/common/icon_main.jpg) no-repeat left;
	line-height:200%;
}

head~/* */body #main .list {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	background:url(../images/common/icon_main.jpg) no-repeat left;
	line-height:170%;
} /* IE8向け */

/*-- wb_[ -------------------------------*/
#main .waku {
	margin:10px;
}

#main .waku3 {
	margin:10px;
	padding:5px;
	border:#F60 3px solid;
	background:#FFC;
}

#main .bunsyo {
	font-weight:bold;
	font-size:16px;
	color:#F60;
}
/*-- wb_[ -------------------------------*/
#main .to_top {
	margin:10px;
	float:right;
}
/*-- wb_[ -------------------------------*/
#side {
  margin:0px;
  padding:0px;
  float:right; 
  width:260px; 
  text-align:left;
}

#side h3 {
	background:url(../images/common/h3_side.gif) no-repeat left;
	font-size:14px;
	color:#FFF;
	margin:9px 5px 9px 5px;
	padding:7px 2px 4px 20px;
}

#side .bana {
	margin:5px;
}

#side .sidebana {
	margin:10px 0px 0px 0px;
}

#side dl {
	margin:20px 5px 0px 5px;
}

#side dt {
	margin:0px;
}

#side dd {
	margin:0px;
	background:#eee;
}
/*-- tb^[ -------------------------------*/

#pan {
	margin:10px;
	padding:5px;
}
/*-- tb^[ -------------------------------*/
#footer {
  margin: 0px;
  padding:10px;
  background:#000;
  width: 100%;
  text-align:center;
  line-height:170%;
}

#footer a:link {
  color:#fff;
  text-decoration: underline;
  line-height:normal;
}

#footer a:visited {
  color:#fff;
  text-decoration: underline;
}
#footer a:hover {
  color:#F60;
  text-decoration: underline;
}
#footer a:active {
  color:#F60;
  text-decoration: underline;
}

#outline_footer {
  width:1000px;
  position:relative;
  margin:auto;
  padding:auto;
}

#outline_footer .foot_right {
	float:right;
	color:#FFF;
}

#outline_footer .foot_left {
	float:left;
}
/*-- 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;
}

