@charset "utf-8";
/* CSS Document */

body{
	background-color:#fdfdfd;
	font-size:14px;
}
a{
	text-decoration:none;
}


/*Only TopPage*/
#top_all{
	width:784px;
	text-align:center;
	margin:1em auto;
	background:url(images/top_backimg.gif) repeat-y;
}
#contents{
	margin-top:2em;
	text-align:left;
}
#top-left{
	width:380px;
	float:left;
}
#topics{
	width:366px;
	border:2px solid #548693;
	text-align:center;
	margin:auto 5px;
	text-align:left;
}
#topics p{
	margin:3px;
}
#top-right{
	width:390px;
	text-align:right;
	float:right;
}
#top-right p{
	margin:0 3px 0 0;
}
a.rollOverLink{
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
}
a#top_btn_ecw1{
	background-image:url(images/btn_top1.jpg);
}
a#top_btn_ecw1:link{
}
a#top_btn_ecw1:hover{
	background-image:url(images/btn_top1_ro.jpg);
}

a#top_btn_ecw2{
	background-image:url(images/btn_top2.jpg);
}
a#top_btn_ecw2:link{
}
a#top_btn_ecw2:hover{
	background-image:url(images/btn_top2_ro.jpg);
}

a#top_btn_emax{
	background-image:url(images/btn_top3.jpg);
}
a#top_btn_emax:link{
}
a#top_btn_emax:hover{
	background-image:url(images/btn_top3_ro.jpg);
}

a#top_link_ecw{
	background-image:url(images/top_t_ecw.gif);
}
a#top_link_ecw:link{
}
a#top_link_ecw:hover{
	background-image:url(images/top_t_ecw_ro.gif);
}

a#top_link_about{
	background-image:url(images/top_t_info.gif);
}
a#top_link_about:link{
}
a#top_link_about:hover{
	background-image:url(images/top_t_info_ro.gif);
}



/*Images preLoad*/
span#pre_ecw1{
	background-image:url(images/btn_top1_ro.jpg);visibility:hidden;margin:0;padding:0;
}
span#pre_ecw2{
	background-image:url(images/btn_top2_ro.jpg);visibility:hidden;margin:0;padding:0;
}
span#pre_emax{
	background-image:url(images/btn_top3_ro.jpg);visibility:hidden;margin:0;padding:0;
}
span#pre_ecw{
	background-image:url(images/top_t_ecw_ro.gif);visibility:hidden;margin:0;padding:0;
}
span#pre_about{
	background-image:url(images/top_t_info_ro.gif);visibility:hidden;margin:0;padding:0;
}
/*Only TopPage*/



#all{
	width:784px;
	text-align:center;
	margin:1em auto;
	background:url(images/backimg.gif) repeat-y;
}
#main{
	width:780px;
	margin:0 auto;
}
#header{
	background-color:#dedede;
	text-align:right;
	padding:5px;
	font-size:0.85em;
	border-top:2px solid #ccc;
}
#header img{
	vertical-align:text-bottom;
}
#header a{
	color:#000;
}
#menu{
	margin-bottom:1em;
	padding-bottom:2px;
}
#menu a img{
	margin:0 0 4px 0;
	border-bottom-style:solid;
	border-bottom-width:2px;
	padding-bottom:2px;
	border-bottom-color:#FFFFFF;
}
#menu a:link img{
	border-bottom-color:#FFFFFF;
}
#menu a:visited img{
	border-bottom-color:#FFFFFF;
}
#menu a:hover img{
	border-bottom-color:#FF3366;
}

/* MAC IE Escape \*/
#menu a img{
	margin:0;
	border:none;
	padding:0;
}

#menu a:link img,#menu a:visited img,#menu a:hover img{
	border:none;
}

#menu a{
	margin:0;
	border-bottom-style:solid;
	border-bottom-width:2px;
	padding-bottom:2px;
	border-bottom-color:#FFFFFF;
}
#menu a:link{
	border-bottom-color:#FFFFFF;
}
#menu a:visited{
	border-bottom-color:#FFFFFF;
}
#menu a:hover{
	border-bottom-color:#FF3366;
}

/* MAC IE Escape */


#left{
	width:220px;
	float:left;
	text-align:left;
}
#right{
	width:550px;
	text-align:left;
	float:right;
}

#right h4{
	padding:0;
	margin:2em 0 0.2em 0;
	font-size:1.2em;
}

ul#side-menu{
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
}

ul#side-menu li{
	margin:3px;
	border-bottom:1px solid #CCCCCC;
}
ul#side-menu li strong{
	display:block;
	padding:10px;
	border-left:10px solid #0099CC;
	margin-left:4px;
}
ul#side-menu li a{
	display:block;
	text-indent:18px;
	background:url(images/icon_green.gif) no-repeat left center;
	margin-left:15px;
	padding:10px;
}
ul#side-menu li a:hover{
	color:#FF3366;
}

#content{
	margin:0 5px 5px 5px;
}

div#content > p{
	margin-top:0;
}
#footer{
	background:#11924d;
	padding:3px;
	color:white;
	font-size:12px;
	margin-top:2em;
	text-align:left;
}
table#contact textarea,table#contact input{
	width:80%;
	font-size:1em;
	border-width:1px;
	background-color:#FFFF99;
}
table#contact input.cbx{
	width:auto;
	font-size:14px;
	border-width:2px;
	background-color:none;
}
table#sitemap{
	line-height:150%;
}
.post{
	font-size:11px;
}
@media print{
	body{
		margin:0;
		padding:0;
		font-size:8pt;
		text-align:left;
	}
	#menu,#header,#left{
		display:none;
	}
	#left{float:none;display:none;}
	#right{
		float:none;
		width:19cm;
		padding-top:2em;
	}
	#all{background:none;}
	a#top_btn_ecw1 {
		width:386px;
	}
	a#top_btn_ecw2 {
		width:386px;
	}
	a#top_btn_emax {
		width:386px;
	}
	a#top_link_ecw{
		width:181px;
		height:71px;
	}
	a#top_link_about{
		width:181px;
		height:71px;
	}
}
body{font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"}