@charset "utf-8";
/* CSS Document */

/* reset */
*{
	margin:0;
	padding:0;
	list-style:none;
}
body{
	background:url(../img/bg_top.jpg) repeat-x 0px 0px #F3F3F3;
	color:#333333;
	text-align:center;
	font-size:0.8em;
	font-family:sans-serif;
}
img{
	border:0 none;
}


/* a */
a{
	color:#333;
	text-decoration:underline;
}
a:visited{
	color:#545;
}
a:hover{
	color:#ff3333;
}


/* global */
.left{
	float:left;
}
.right{
	float:right;
}

.normallist{
	margin-left:30px;
}
.normallist li{
	background:url(../img/dot_blue.gif) no-repeat left 9px;padding:5px 0 5px 12px;
}

/* wrap */
#wrap{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	clear:both;
	text-align:left;
	background-color:#FFFFFF;
}

/* footer */
#footer{
	clear:both;
	text-align:center;
	font-size:0.7em;
	padding:10px;
	border-top:2px solid #3B4A9F;
	background-color:white;
}

/* header */
#head{
	height:78px;
	width:780px;
	clear:both;
	overflow:hidden;
}
#sitemenu{
	clear:both;
	float:right;
	margin:20px 0 0 0;
	_margin:20px 7px 0 0;
	font-size:0.8em;
	width:360px;
}
#sitemenu li{
	float:left;
	margin-left:15px;
}
#sitemenu li a{
	background:url(../img/ic_bullet.gif) no-repeat left 0;
	padding-left:11px;
	text-decoration:none;
	white-space:nowrap;
}
a#logo{
	float:left;
	display:block;
	background:url(../img/logo.gif) no-repeat;
	width:302px;
	height:54px;
	text-indent:-9999px;
	margin:13px 0 0 10px;
}
a#logo_sub{
	float:right;
	display:block;
	background:url(../img/logo_sub.gif) no-repeat;
	width:144px;
	height:12px;
	text-indent:-9999px;
	margin:20px 15px 0 0;
	_margin:20px 7px 0 0;
}


/* global navi */
#gnav{
	height:33px;
	width:760px;
	margin:0 auto;
}
#gnav ul li{
	float:left;
}
#gnav ul li a{
	display:block;
	width:190px;
	height:33px;
	text-indent:-9999px;
}

#gnav ul li a#home{
	background:url(../img/gnav.gif) 0 0 no-repeat;
}
#gnav ul li a#home:hover{
	background-position:0 -33px;
}
#gnav ul li a#home.current{
	background-position:0 -33px;
}
#gnav ul li a#center{
	background:url(../img/gnav.gif) -189px 0 no-repeat;
}
#gnav ul li a#center:hover{
	background-position:-189px -33px;
}
#gnav ul li a#center.current{
	background-position:-189px -33px;
}
#gnav ul li a#knee{
	background:url(../img/gnav.gif) -378px 0 no-repeat;
}
#gnav ul li a#knee:hover{
	background-position:-378px -33px;
}
#gnav ul li a#knee.current{
	background-position:-378px -33px;
}
#gnav ul li a#hip{
	background:url(../img/gnav.gif) -567px 0 no-repeat;
}
#gnav ul li a#hip:hover{
	background-position:-567px -33px;
}
#gnav ul li a#hip.current{
	background-position:-567px -33px;
}


/* main */
#mainimg{
	clear:both;
}
#mainimg h1{
	text-indent:-9999px;
}
#bread{
	clear:both;
	padding:10px 20px;
	font-size:0.8em;
}

#main{
	width:780px;
	clear:both;
}


/* footmenu */
#footmenu{
	clear:both;
	width:100%;
	text-align:center;
	color:#ccc;
	padding:30px 0 10px 0;
	font-size:0.8em;
}
#footmenu a{
	padding:0 5px;
}


/*****************************/
/* clearfix */
/*****************************/

.topmenu:after, div.news:after
{
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.topmenu:after, div.news:after
{/* ===== IE hack ===== */
	display: inline-block;
	zoom: 100%;
}

.topmenu:after, div.news:after
{/* ===== Opera ===== */
	display: block;
}

