
body {
    position: relative;
	width: 1000px;
	margin: 7px auto;
	padding: 0;
	background-color: #fefefe;
	font: normal 14px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color: #000;

}



a {
    color: #3d6dae; 
}

a:hover {
    text-decoration: none;
}

img{/*リンク画像の枠線消し*/
	border: 0;
}

/* container -------------------------------------------------------------- */

#container {
    position: relative;
    background-color: #fff;
	width: 1000px;
	height: auto;
	border: 1px solid #999; 
	margin: 0;
}



/* header ----------------------------------------------------------------- */

#header { 
	background: #fff;
	height: 30px;
	width: 1000px;
	margin: 0;
	border-bottom: 1px solid #999;	
}


#toptitle h1{
	font-size: 13px;
	margin: 4px;
	float: left;
}



#toplink {
	float: right;
}

#toplink ul{
	margin: 0;
	margin-right: 8px;
	display:inline;
}


#toplink li{
	margin: 0;
	clear: left;
	float: right;
	border-left: solid 1px #999;
	list-style-type: none;
	display:inline;
}

#toplink a{
	text-decoration: none;
	font-size: 13px;
	display: block;
	color: #000;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#toplink a:hover{
	color: #aaa;
	text-decoration: none;
}

#toplink li span{
	font-size: 13px;
	display: block;
	color: #aaa;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/* flashbox ----------------------------------------------- */
#flashbox{
	text-align: center;
	width: 1000px;
	height: 204px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #eee;
	border-bottom: 1px solid #999;	
}


/* maincontent ----------------------------------------------- */
#maincontent {
	margin-top: 2px;
	height: 400px;
	background-image: url("../topBack.gif");
	background-repeat: no-repeat;
}

* html #maincontent {/* --IE6ハック -- */
	float: right;
}	


/* mainnav ----------------------------------------------- */

#mainnav {
	clear: right;
}

#mainnav ul{
	margin: 1px 0 0 4px;
	padding: 0;
	list-style: none;
}


#mainnav li{
	text-align: center;
	float: left;
	margin: 0;
	border-left: 1px solid #fff;
	display:inline;
}
	
	
#mainnav a{
	background-color: #000;
	display: block;
	font-size: 14px;
	width: 164px;
	height: 22px;
	padding-top: 7px;
	text-decoration: none;
	color: #fff;
}
#mainnav span a {
	width: 165px;
}
#mainnav a:hover{
	color: #D0BD95;
	display: block;
	background-color: #8F6F4F;
	text-decoration: none;
}


* html #mainnav a {/* --IE6ハック -- */
	height: 23px;
}
* html #mainnav a:hover{ /* --IE6ハック -- */
	height: 23px;
}



/* topbox ------------------------------------------------------------- */



#top_right{
	margin-top: 20px;
	margin-right: 4px;
	float: right;
}


#zork a{
	display: block;
	width: 234px;
	height: 96px;
	background:  url("../zorkB.jpg") no-repeat;
}	

#ramondin a{
	display: block;
	width: 234px;
	height: 96px;
	background:  url("../ramondinB.jpg") no-repeat;
}	

#linefree a{
	display: block;
	width: 234px;
	height: 96px;
	background:  url("../linefreeB.jpg") no-repeat;
}	

#zork a:hover{
	width: 234px;
	height: 96px;
	background:  url("../zorkBover.jpg") no-repeat;
}	

#ramondin a:hover{
	width: 234px;
	height: 96px;
	background:  url("../ramondinBover.jpg") no-repeat;
}	

#linefree a:hover{
	width: 234px;
	height: 96px;
	background:  url("../linefreeBover.jpg") no-repeat;
}	

#top_left {
	float: left;
	width: 600px;
	margin: 20px 0 0 50px;
}


/*↓↓↓↓↓↓↓↓新着情報↓↓↓↓↓↓↓↓↓*/


.newsLead{
	text-align: left;
	font-size: 12px;
}

.newsLead image{
	margin: 4px;
	margin-bottom: -3px;
}
.newsLead li{
	padding-bottom: 2px;
	border-bottom: solid 1px #bbb ;
	line-height: 2em;
}
.newsLead ul{
	list-style-type: none;
	margin-left: 0;
	margin-top: 5px;
}

.newsLead a{
	color: #8F6F4F;
	font-size: 14px;
	text-decoration: none;
}
.newsLead a:hover{
	text-decoration: underline;

}


#blog h3{
	font-size: 14px;
}

/* Footer ----------------------------------------------------------------- */

#footer {
	width: 992px;
	height: 24px;
	clear: left;
	clear: right;
	border-left: solid 4px #FFFFF0;
	border-right: solid 4px #FFFFF0;
	border-bottom: solid 4px #FFFFF0;

	font-size: 10px;
	color: #fff;
	background-color: #000;
	margin: auto; 
	text-align: right;
}
#footer p{
	padding: 6px 10px 0 0;
}

* html #footer { /* --IE6ハック -- */
	margin-top: 60px;
}


