@charset "utf-8";


/*----------BASE----------*/

* {
	padding:0px;
	margin:0px;
}
img {
	border:none;
}
.clear {
	clear:both;
}
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	background:#DAE4EB url(oks_bg.gif) center top repeat-y;
	font-size:1.0em;
	line-height:140%;
	color:#333333;
}
a, a:visited, a:active {
	color:#008cbe;
	text-decoration:none;
}
a:hover {
	color:#FF9900;
	text-decoration:none;
}
/*----------Header----------*/
#oksHead {
	border-top:4px #558bb5 solid;
	width:740px;
	padding:20px 20px 90px 20px;
	margin:0 auto;
}
#search_box {
	float:right;
	margin:4px 8px 0 0;
}
#oksTopFR {
	position: relative;
}
/*----------Footer----------*/

#oksFoot {
	border-bottom:4px #91afc2 solid;
	width:700px;
	padding:80px 40px 4px;
	margin:0 auto;
	font-size:12px;
	clear:both;
	text-align:center;
}
#oksFoot a, #oksFoot a:visited, #oksFoot a:active {
	margin:0 3px;
	color:#333333;
	text-decoration:none;
}
#oksFoot a:hover {
	color:#FF9900;
	text-decoration:none;
}
#oksFoot .copyR {
	float:right;
}
/*----------TOP layout----------*/

#oksTopWrap {
	width:700px;
	padding:0 20px;
	margin:0 auto;
	clear:both;
	font-size:16px;
	line-height:20px;
}
.oksBoxtop {
	padding:0;
	margin:0;
}