@charset "UTF-8";
/*common*/
body { background: #66CCFF url(../../img/bg.png) repeat center top; }
#contents #navi a:hover,
#contents #navi,
#contents #mainCont a:hover,
#footer .menu a:hover { color: #66CCFF; }
/*common*/

#contents #fla {
	padding: 0px 5px;
	width: auto;
	border-bottom: 5px solid #CCCCCC;
}
#contents #mainCont .homeCont {
	padding: 0px;
	width: auto;
	background: url(../img/top/bg.png) repeat-y center top;
}
#contents #mainCont .homeCont h2,
#contents #mainCont .homeCont p,
#contents #mainCont .homeCont a {
	width: 810px; display: block;
	font-size: 1px; line-height: 1px; color: #66CCFF; text-indent: -9999px;
}

#contents #mainCont .homeCont h2 {
	background: url(../img/top/title.png) no-repeat center top;
	height: 225px;
}
#contents #mainCont .homeCont #homeLogo {
	background: url(../img/top/logo.png) no-repeat center top;
	height: 115px;
}
#contents #mainCont .homeCont #homeCatch {
	height: 250px;
	background: url(../img/top/catch.png) no-repeat center center;
}
#contents #mainCont .homeCont #homeBtn a {
	background: url(../img/top/btn.png) no-repeat center bottom;
	height: 170px;
}

#contents #mainCont div.homeCont:after {
	content: "";
	display: block;
	clear: both;
}


#contents #mainCont #contHeader { }
#contents #mainCont #contHeader #contTitle { color: #66CCFF; }
#contents #mainCont #contHeader #contTitle #titlePolicy { background: url(../policy/img/titleMain.png) no-repeat center top; }
#contents #mainCont #contHeader #contTitle #titleSitemap { background: url(../sitemap/img/titleMain.png) no-repeat center top; }
#contents #mainCont #bodyText {
	background: url(../img/contFrameBg.png) repeat-y center top;
	border-top-color: #66CCFF; border-bottom-color: #66CCFF;
}
#contents #mainCont #bodyText .onlyText { padding: 10px 100px; }
#contents #mainCont #bodyText .onlyText h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #66CCFF;
	border-bottom: 5px solid #66CCFF;
	padding: 30px 0px 2px;
}
#contents #mainCont #bodyText .onlyText h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #66CCFF;
	padding: 20px 0px 5px;
}
#contents #mainCont #bodyText .onlyText ul {
	list-style: decimal inside;
	font-size: 14px;
}
#contents #mainCont #bodyText .onlyText li { padding: 0px 0px 10px; }


#contents #mainCont #bodyText .sitemap {
	padding: 10px 100px;
	color: #CCCCCC;
}
#contents #mainCont #bodyText .sitemap h3 {
	border-bottom: 5px solid #66CCFF;
	padding: 10px 0px 2px;
}
#contents #mainCont #bodyText .sitemap ul { padding: 0px 0px 0px 30px; }#contents #mainCont #bodyText .sitemap li { border-bottom: 2px dotted #5FBFEF; }
