@charset "Shift_JIS";

/* summary ------------------
	1.	cyumoku
	2.	footer
	----copy
-------------------------- */

/* cyumoku ----------------- */
html[xmlns] #cyumoku { margin-top:15px; }

#cyumoku{
	font-size: 12px;
}

#cyumokuTitle {
	float: left;
	line-height: 1.0;
	padding:15px 20px 10px 20px;
}

#cyumokuLink {
	float: left;
	border-left:1px solid #ccc;
	padding:3px 0px;
}
html*#cyumokuLink ul {margin-bottom:1px;} /* Safari */
*html #cyumokuLink ul {margin-bottom:0px;}

#cyumokuLink li{
	display: inline;
	padding:0px 5px;
	border-right:1px solid #333;
}

#cyumokuLink li a{white-space: nowrap;}


/* footer ----------------- */
.sfaH {
	height:10px;
	overflow :hidden;
	visibility :hidden;
}

#footer {
	font-size: 12px;
	border-top:1px solid #ccc;
}

#footerlink {
	width:968px;
	margin:3px 0;
	min-height:1px; /* IE 7΍ */
}
/* float  */
#footerlink:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}


#footerlink ul {float: left;}
#footerlink div {float: right;}

#footerlink li{
	display: inline;
	padding:0px 5px;
	border-right:1px solid #333;
}

#footerlink li.FLleft {padding-left:0px}
#footerlink li.FLright {border-right:none;}

#footerptop {
	padding-left:14px;
	background: url(images/arrow_left.gif) center left no-repeat;
}

/* -----copy */
#copy {
	height:21px;
	background: url(images/footer/foot.gif) top no-repeat;
	color:#fff;
	padding:5px 0 0 6px;
}

#copyText{
	background: url(images/footer/medama.gif) center left no-repeat;
	padding-left:20px;
}


