/* -----------------------------------------------
	Sticky Footer Solution
	by Steve Hatcher 
	http://stever.ca
	http://www.cssstickyfooter.com
------------------------------------------------ */
* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 70px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -70px; /* negative value of footer height */
	height: 70px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -----------------------------------------------
	Set Tags
------------------------------------------------ */
/* ----------  ---------- */
a{
	text-decoration:none;
	color:#369;}
a:hover{
	text-decoration:underline;
	color:#358;}
img{border:none;}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	margin:.4em 0;}
h1{font-size:220%;}
h2{font-size:200%;}
h3{font-size:180%;}
h4{font-size:150%;}
h5{font-size:120%;}
h6{font-size:100%;}
small{
	color:#666;
	font-size:9.5px;}
table{font-size:13px;}
/* -----------------------------------------------
	Layout
------------------------------------------------ */
body{
	font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color:#333;}
#wrap{text-align:center;}
#main {
	width:780px;
	margin:0 auto;
	text-align:left;
	clear:both;
	padding-right:10px;
	padding-left:10px;}
#content{padding:10px;}
#header, #footer{
	background:#213552;
	color:#fff;}
#header a, #footer a{
	color:#fff;}
/* ----------header---------- */
#header-top{
	text-align:right;
	padding:5px 10px;}
#header-inner{
	background:#213552;
	text-align:center;
}
#header-img{
	background:#213552;
	width:100%;
	height:100px;}
#ksn-logo{
	width:242px;
	height:96px;
	margin:2px;
	background: transparent url(img/ksn-logo.png) no-repeat left top !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/ksn-logo.png", sizingMethod="scale");
	position:absolute;
	float:left;
	left:12%;
}
#ksn-logo span{
	display:none;
}
/* ----------footer---------- */
#footer-inner{
	padding:15px;
	text-align:center;
	font-size:85%;}
/* ----------menu---------- */
#menu{
	text-align:center;
	background:#213552;}

#menu ul{list-style:none;}
#menu ul li{
	display:inline;
	margin-right:-1px;}
#menu ul li img{
	width:120px;
	height:30px;}

/* -----------------------------------------------
	Tools
------------------------------------------------ */
.cont{padding:10px 15px; margin-bottom:10px;}
.incont{padding:5px 15px;}
.label{margin-left:-10px;}
.gotop{
	text-align:right;
	font-size:80%;
	padding:2px 10px 15px;
	border-top:1px #999 solid;
	margin-top:-8px;
	clear:both;
}
.navi{
	text-align:left;
	font-size:11px;
	margin-bottom:30px;
}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}

.t-left{text-align:left;}
.t-right{text-align:right;}
.t-center{text-align:center;}

.b{border:1px #ccc solid;}
.bt{border-top:1px #ccc solid;}
.br{border-right:1px #ccc solid;}
.bl{border-left:1px #ccc solid;}
.bb{border-bottom:1px #ccc solid;}

.fc-r{color:#e44;}
.fc-b{color:#47a;}

.fs-14{font-size:14px;}

/* -----------------------------------------------
	Contents
------------------------------------------------ */

/* ----------index---------- */
.alpha{width:450px;}
.beta{width:310px;}
#tm6{
	color:#666;
	border-top:2px #999 solid;
	padding:2px 20px;}
#tm6 img{
	width:200px;}

#index .user{text-align:center;}
#index .user img{margin-bottom:3px;}

#index .w1 img{margin:20px 0px;}
.news iframe{
	width:410px;
	height:170px;}
.news .label{border-bottom:1px #ccc solid;}
#news{
	width:420px;
	height:170px;
	overflow:auto;
	font-size:12px;
}
#news .new{
	width:390px;
	border-bottom:1px #ccc solid;}
#news .day{font-weight:bold;}


/* ----------example---------- */
#example .ex{
	width:340px;
	height:170px;
	border:1px #ccc solid;
	position:relative;}
#example .btn{
	position:absolute;
	bottom:0px;
	right:0px;}
#example .shop{background:url(img/ex-shop.png) no-repeat center;}
#example .sch{background:url(img/ex-sch.png) no-repeat center;}
#example .com{background:url(img/ex-com.png) no-repeat center;}
#example .hosp{background:url(img/ex-hosp.png) no-repeat center;}
div.pt .incont{
	border:2px #fc8 solid;
	font-size:14px;
	padding:10px 20px;
}
.pt ul{
	margin-left:20px;
}
.pt ul li{
	margin-top:6px;
}
/* ----------plan---------- */
#plan #tbl-func{
	background:#ddd;
	margin:0 auto;}
#plan #tbl-func td{padding:5px;}
#plan #tbl-func th{
	padding:5px;
	background:#8ac;}
#plan #tbl-func .pln{text-align:center;}
#plan #tbl-func .od{background:#f0f2f4;}
#plan #tbl-func .ev{background:#f9f9f9;}

#func-wlcmail .info{
	border:2px #8ac solid;
	padding-left:20px;
}
#func-wlcmail .info li{
	margin:10px;
	
}
/* ----------support---------- */
.pdf{margin-left:15px;}


/* ----------faq---------- */
.q{
	font-size:110%;
	font-weight:bold;
	color:#356;
	margin-bottom:5px;}
span.a{
	font-weight:bold;
	color:#478;}

/* ----------sitemap---------- */
.maps1, .maps2{
	width:360px;
	float:left;
}
.maps1{
	padding-left:30px;
}
#sitemap .pages{
	background:url(img/line.png) repeat-y left top;
	margin-left:50px;
	padding:6px 20px;
}
#sitemap h6{
	margin-top:20px;
}

/* -----------------------------------
	user page
----------------------------------- */

/* ----------index----------- */
#u_index .box{width:370px;}
#u_index .banners img{margin:10px;}
#u_index .goods{
	border-bottom:2px #47a solid;
}
/* ----------maga----------- */
.magabody{
	border:2px #fc8 dotted;
}
#backnamber ol{
	margin-left:20px;
}
#backnamber .incont{
	border-bottom:1px #999 solid;
}

/* ----------reamo----------- */
.rl_arrow{
	text-align:center;
	background:url(img/rl-allow.jpg) no-repeat center bottom;}
#reamo .point td{
	background:#fff;
	width:170px;
	padding:5px;
	vertical-align:top;
	border:2px #47a solid;}
#reamo .point .top{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#47a;
	text-align:center;}



/* -----------------------------
	forms
----------------------------- */
input{margin:2px 0;}

#order table,
#contact table{
	width:680px;
}
#order td table,
#contact td table{
	width:auto;
}
#order td,
#contact td{
	padding:2px;
}
#order td td,
#contact td td{
	padding:0;
}
.subject{
	width:200px;
	background-color:#f9f9f9;
}
.subject,
.textform{
	border:1px #ccc solid;
}
.textform span{color:#e44;}
.sub{width:145px;}
.sub2{
	width:55px;
	height:23px;
	text-align:right;
	margin-right:0px;
	font-size:9.5px;
}
#Sum{
	font-weight:bold;
	color:#47a;
}

#contact ol{
	margin-left:20px;
}
#contact .kiyaku{
	border:1px #999 solid;
	width:670px;
	height:220px;
	padding:3px 1px 3px 5px;
	margin:auto;
}


