/* CSS Document */
* {
	padding: 0; 
	margin: 0;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic","ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"Lucida Grande","Trebuchet MS",Arial,Helvetica,Sans-Serif;
	line-height:1.5em;
}
body {
 	font-size: 13px;
}
a img {
    border-style:none;
}
a {
	text-decoration: none;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=50);
 	-moz-opacity: 0.5;	
}
/* header  */
#header {
	background-image:url("../img/header-bg.jpg");
	background-repeat:repeat-x;
	height:109px;
	display:block;
}
#header-box {
	width:1040px;
	margin:0 auto;
	padding:0px;
	position:relative;
}
#header-box h1 {
	left:23px;
	top:22px;
	position:absolute;
}
#header-box h2 {
	right:23px;
	top:22px;
	position:absolute;
}
/* navi  */
#navi {
	width:100%;
	height:65px;
	background-image:url("../img/uni_back.jpg");
	background-repeat:repeat-x;
	display:block;
	z-index:4;
	position:relative;
}
#navi-box {
	width:904px;
	margin:0 auto;
}
#nav {
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em;

}

#nav li {
	position:relative;
	display:inline-block;
	font-size:14px;
	white-space:nowrap;
	float: left;
	background: #333;
	border:none;
	margin:0;
	padding:0;
}

#nav a {
	position: relative;
	display: inline-block;
	text-decoration:none;
	font-size:14px;
	line-height:25px;
	color:#fff;
	background:#333;
	margin: 0;
	padding: 0px;
}
#nav a:visited {
	color: #fff;
	background:#333;
}

#nav ul {
	position: relative;
	display: none;
	list-style: none;
	height:25px;
	color: #fff;
	background: #333;
	margin: 0;
	padding: 0;
}

#nav > li {
}
#nav > li li {
	width:226px;
	text-align:center;
	clear: left;
	border-top: none;
}
#nav > li li a {
	background: #333;
	padding: 0px;
}

#nav li:hover > a {
	width:226px;
	color:#000;
	background:#fff;
}
#nav li:hover > ul {	
	display:inline-block;
	position:absolute;
	top: 100%;
	left: 5px;
	z-index:100;
}
#nav li a:hover {
	width:226px;	
	color:#000;
	background:#fff;
}
#nav li li:hover ul {		
	top: 0px;
	left:226px;
}
/* main */
#main {
	height:240px;
	display:block;
	margin:0px;
}
#main-box {
	width:930px;
	margin:0 auto;
}
/* main */
#main {
	height:436px;
	display:block;
	margin:0px;
	background-image:url("../img/mainback_001.jpg");
	background-repeat:repeat-x;
	z-index:0;
	position:relative;
}
#main-box {
	width:1040px;
	margin:0 auto;
	background-image:url("../img/main_001.jpg");
	height:436px;
	position:relative;
	z-index:0;
}
#main-box a {
	display:block;  
	width: 410px;   
	height:220px;   
	background-image:url("../img/alco_ste_button_bg.jpg");
	background-repeat:no-repeat;	
}
#main-box #left {
	position:absolute;
	width:410px;
	height:220px;
	left:73px;
	top:216px;
	text-indent: -9999px;
	z-index:1;
}

#main-box #left a {
	background-position:0px 0px;	
}
#main-box #left a:hover {
	background-position:0px -220px;	
}
#main-box #right {
	position:absolute;
	width:410px;
	height:220px;
	left:562px;
	top:216px;
	text-indent: -9999px;
	z-index:1;
}

#main-box #right a {
	background-position:-410px 0px;	
}
#main-box #right a:hover {
	background-position:-410px -220px;	
}
/* wrapper */
#wrapper {
	margin:10px auto;
	width: 895px;
	padding:0px;
	background-color:#FFFFFF;
	display:block;
}

/* contents */
#contents {
	float:left;
	width:610px;
	margin-right:20px;
	padding:0px;
	display:block;
	margin-bottom:20px;
}
#contents p {
	font-size:14px;
	font-weight:bold;
}
#contents #box {
	position:relative;
	background-image:url("../img/attention_001.jpg");	
	height:183px;
	width:610px;
	margin-bottom:20px;
}
#contents h2 {
	background:url("../img/bar_bg.jpg");
	background-repeat:no-repeat;
	width:610px;
	height:35px;
	color:#FFFFFF;
	padding-left:20px;
	line-height:35px;
	margin-bottom:13px;
}
#contents #box p {
	line-height:40px;
	display:block;
}
#contents #box section {
	position:absolute;
	top:10px;
	left:20px;
}
#contents .topic {
	margin-bottom:13px;	
}
#contents .topic .list {
	 border: 1px solid #CCCCCC;	
	 width:588px;
	 height:10em;
	 overflow: auto;
	 padding: 10px;
}
#contents .topic .list img {
	margin-right:10px;
	margin-left:10px;	
}
#contents .topic .list dt {
    border-bottom: 1px dotted #CCCCCC;
    clear: left;
    color: #000000;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0.8em;
    padding-left: 5px;
    width: 7.5em;
}
#contents .topic .list dd {
    border-bottom: 1px dotted #CCCCCC;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0.8em;
    padding-left: 7.5em;
}
#contents .topic .list a {
	height: 30px;
    line-height: 30px;
}
#contents .topic .list a:hover {
	color:#999999;	
}
/* side-right */
#side-right {
	width:265px;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
}
#side-right h2 {
	margin-bottom:7px;	
}
#side-right .banner {
    margin-bottom: 20px;
}
#side-right #search {
	margin-top:15px;
	margin-bottom:20px;
	width:265px;
	height:120px;
	background-image:url("../img/banner_003.jpg");
	position:relative;
}
#side-right #search #sample3 {
	position:absolute;
	top:62px;
	left:16px;
	height:1.8em;
	width:14em;
	background-color:#CCCCCC;
	border:0px;
}
#side-right #search #search-button {
	position:absolute;
	top:62px;
	left:207px;
	height:1.8em;
	width:3em;
}

#side-right #search2 {
	margin-top:20px;
	margin-bottom:20px;
	width:262px;
	height:120px;
	background-image:url("../img/banner_013a.jpg");
	position:relative;
}

#side-right #search2 #sample3 {
	position:absolute;
	top:62px;
	left:16px;
	height:1.8em;
	width:14em;
	background-color:#CCCCCC;
	border:0px;
}
#side-right #search2 #search-button {
	position:absolute;
	top:62px;
	left:207px;
	height:1.8em;
	width:3em;
}

#side-right #search #radio-box {
	position:absolute;
	bottom:10px;
	font-size:14px;
	right:15px;
	display:block;
	height:14px;
}
#side-right #search #radio-box h3 {
	display:inline;
	font-size:100%;
	margin:0 5px;
	height:14px;
}
/* footer */
#footer {
	border-top-color:#999999;
	border-top-style:solid;
	border-top-width:2px;
	background-color:#CCCCCC;
	padding-top:10px;
	clear:both;
	width:100%;
}
#footer #footer-navi {
	height:190px;
	width:880px;
	margin:0 auto;
	display:block;
	position:relative;
}
#footer #footer-navi .column h3 {
	margin-bottom:15px;
	color:#666666;
	font-size:15px;
}
#footer #footer-navi .column {
	width:200px;
	margin-right:20px;
	float:left;
	display:block;
}
#footer #footer-navi ul {
	list-style-type:none;
	color:#666666;
}
#footer #footer-navi li {	
	padding-left:20px;
}
#footer #footer-navi ul img {
	margin-right:10px;	
}
#footer #footer-navi ul a {
	color:#666666;
		
}
#footer #footer-navi ul a:hover {
	color:#FFFFFF;	
}
#footer-navi.column ul {
	list-style-type: none;   
	margin-bottom:20px;   
	padding:0;
}
#footer #add {
	position:absolute;
	bottom:5px;
	left:0px;
}
#footer #logo {
	position:absolute;
	right:0px;
	bottom:5px;	
}
/* copy */
#copy{
	background:#666666;
	height:100%;
	padding-top:10px;
}
#copy #copy-navi {
	width:880px;
	margin:0 auto;	
}
#copy ul {
	list-style-type:none;
	padding:0px;
	display:block;
	float:right;	
}
#copy li {
	display:inline;	
	margin-left:20px;
}
#copy ul a {
	color:#FFFFFF;	
}
#copy ul a:hover {
	text-decoration:underline;	
}
#copy #copy-navi #block {
	clear:both;
	display:block;
	padding-top:20px;
	
}
#copy #copy-navi p {
	color:#FFFFFF;
	text-align:right;
}
#copy #copy-navi img {
	clear:both;
	text-align:left;
	float:left;	
}

#rankingarea{
	width: 255px;
	border: 5px #DBD9D9 solid;
	clear:both;
	display:block;
}

.uresuji-title{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#ranking-sam{
	margin: 20px;
}

#ranking-sam li{
	list-style: none;
	margin: 6px 0px;
	border-bottom: 1px dotted #BBBBBB;
}

ul.acranking{
	margin-bottom:20px;
}

.cleared
{
   display:block;
   clear: both;
   float: none;
   margin: 0;
   padding: 0;
   border: none;
   font-size: 0;
   height:0;
   overflow:hidden;
}
ul.koe_list {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.koe_list li {
	background-image:url("../img/top_koe_bg.jpg");
	height:43px;
	padding-left:40px;
	line-height:43px;
	font-size:15px;
	margin-bottom:10px;
	font-weight:bold;
}
.koe_list a{
	color:#666;
}
.koe_list a:hover{
	color:#1B3589;
}