@charset "utf-8";
/*ECOUP SITE CSS */



/**************************************/
/* メイン共通                         */
/**************************************/

body {
	font-size: 12px;
	color:#333333;
	margin: 0 auto;
	line-height:1.7;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	padding:0;
	background:#F0F0F0;
	}
a:link {
	color:#3366CC;
	text-decoration:none;
}
a:visited {
	color:#3366CC;
	text-decoration:none;
}
a:hover {
	color:#3366FF;
	text-decoration:none;
}
a:active {
	color:#3366CC;
	text-decoration:none;
}
img{
	border:0;
	}
	
/* IE以外 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* IE7 MacIE*/
.clearfix {
	display: inline-block;
	}
/* IE6以前*/
* html.clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}

/**************************************/
/* 大枠 　　                          */
/**************************************/

#wp {
	width:920px;
	padding:0;
	margin:0 auto;
	display:block;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background:#FFFFFF;
	}


/**************************************/
/* head 　　                          */
/**************************************/
#headder{
    width:900px;
	padding:15px 10px 0 10px;
	height:90px;
	margin:0;
	display:block;
	background:#FFFFFF;
	color:#3366CC;
	}
h1{
	font-size:11px;
	display:block;
	margin:0;
	float:left;
	height:74px;
	font-weight:normal;
	}
#topnavi{
	margin:0;
	display:block;
	height:50px;
	padding:0;
	}
#topnavi img{
	margin:0 ;
	padding:0;
	float:left;
	border:none;
	}
/**************************************/
/* key　                              */
/**************************************/
#key{
	width:900px;
	height:320px;
	padding:0;
	display:block;
	margin:10px 9px;
	}
#key img{
	padding:0;
	float:right;
	}
/**************************************/
/* main 　　                          */
/**************************************/
#main{
	padding:10px;
	margin:0;
	background:#FFFFFF;
	width:900px;
	}
#main h2{
	clear:both;
	width:100%;
	display:block;
	}
#main table{
	display:block;
	margin:10px 30px 10px 10px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:0;
	border-bottom:0;
	width:570px;
	}
#main table th{
	width:100px;
	padding:5px 10px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#BFDFFF;
	letter-spacing:0.2em;
	}
#main table td{
	width:470px;
	padding:5px 10px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	}
#main p{
	padding:10px 30px;
	letter-spacing:0.2em;
	font-size:13px;
	}
#main .pl{
	color: #FF6600;
	font-size: 14px;
	margin-right:20px;
	font-weight:bold;
	letter-spacing:0.2em;
}


/**************************************/
/* top　　                          */
/**************************************/
#top{
	padding:0 0 10px 10px;
	margin:0;
	width:293px;
	height:350px;
	display:block;
	float:left;
	}
#top table{
	display:block;
	margin:10px 0;
	border-top:none;
	border-left:none;
	width:280px;
	}
#top table th{
	padding:3px;
	border-bottom:1px dashed #cccccc;
	border-right:none;
	font-size:11px;
	font-weight:normal;
	}
#top table td{
	padding:3px;
	border-bottom:1px dashed #cccccc;
	border-right:none;
	}
#top p{
	line-height:30px;
	margin:0;
	padding:0;
	}
/**************************************/
/* footer　　                         */
/**************************************/
#footter{
	display:block;
	padding:10px 10px 0 10px;
	font-size:11px;
	color:#666666;
	height:60px;
	letter-spacing:0.1em;
	line-height:15px;
	background:url(../image/bg_footer.png) repeat-x;
	clear:both;
	}
#footter .box{
	margin:6px 0 0 0;
	padding:0 15px;
	float:left;
	background:url(../img/li15px.png) no-repeat;	
	color:#003366;
	}
#footter #copy{
	padding:0;
	color:#666666;
	display:block;
	float:right;
	width:400px;
	text-align:right
	}
	


/**************************************/
/* スライドショー　                   */
/**************************************/
#slideshow {
	margin: 0;
	width: 640px;
	height:320px;
}
#slideshow div {
width: 640px;
	height:320px;
	overflow: hidden;
	position: relative;
	float:left;
}
#slideshow div div {
	margin:0;
	padding:0;
	position: absolute;
}


#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

#slideshow ul {
	margin:0;
	padding:0;
	position:fixed;
}

#slideshow ul li {
	float:left;
	display: inline;
	margin:0 0 0 0;
	padding:0;
	
}
/* = ClearFixElements = */

#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow ul {
	display: inline-block;
	overflow: hidden;
}