/* CSS Document */
*
{
margin: 0px;
padding: 0px;
}
html{
font-size: 62.5%;
}
/*-----------------------------------------------
default
-----------------------------------------------*/
body{
background-color: #ffffff;
font-family: Verdana, Geneva, sans-serif;
color: white;
}

/*-----------------------------------------------
font
-----------------------------------------------*/
h1{
margin: 0;
padding: 10px;
}

h2{
margin: 0;
font-size: 1.6em;
line-height: 1.6em;
color: Red;
}

p.news{
margin: 0;
font-size: 1.5em;
line-height: 1.2em;
font-weight: bold;
color:red;
}

p.bold{
margin: 1em 0 0 0;
font-size: 1.2em;
line-height: 1.2em;
font-weight: bold;
color: black;
}

p{
margin: 0.5em 0 0 0;
font-size: 1.2em;
line-height: 1.4em;
color: black;
}

p.cap{
margin: 0 0 1em 0;
font-size: 0.9em;
color: #ffffff;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/
#container
{

width:950px;
height: 655px;
margin: 15px auto  15px;
background-image: url(images/top_7501.jpg);
background-repeate: no-repeat;
}
/*---------------------------------------
 __header
------------------------------------------*/
#header
{
	width: 750px;
	height: 200px;
	margin-left: 100px;
	padding: 0;
	}

/*---------------------------------------
 __main
------------------------------------------*/
#contents{
	position: relative;
	width: 750px;
	height: auto;
	margin: 20px 0 0 100px;
	}
	
#box:after{/*for modern brouser*/
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visiblity: hidden;
}

html #box{/* for IE */
/*\*/height:1%;/* for WinIE*/
	display:inline-table;/* for MacIE*/
}
#box{
	min-height:1%;
	}
/*---------------------------------------
 __news
------------------------------------------*/
	#news{
	float: right;
	width: 200px;
	height: 280px;
	margin: 0px;
	padding: 10px 0 10px 0;

	/*-z-index:  100;
	background-color: #ffffff;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6; --*/
	}

#scroll{
	width: 200px;
	height: 280px;
	text-align:left;
	overflow:auto;
	scrollbar-face-color: #ffffff;       /* 表面の色 */
  	scrollbar-3dlight-color: black;    /* 左端と上端の色 */
	scrollbar-darkshadow-color: black; /* 右端と下端 */
	scrollbar-highlight-color: #ffffff;  /* ハイライトの色 */
  	scrollbar-shadow-color: black;     /* 影の色 */
  	scrollbar-track-color: #ffffff;      /* バーの背景の色 */
}

/*---------------------------------------
 __latest
------------------------------------------*/
#latest{
	float: right;
	width: 450px;
	height: auto;
	margin-left: 50px;
	padding: 0px;
}
#latest p.book{
	position: absolute;
	top: 90px;
	left: 510px;
}
#latest p.book01{
	position: absolute;
	top: 230px;
	left: 290px;
}
#latest p.book02{
	position: absolute;
	top: 0px;
	left: 350px;
	font-size: 1.9em;
color: #ffffff;
}

/*---------------------------------------
 __footer
------------------------------------------*/
#footer{
clear: both;
width: 950px;
height: 40px;
margin-top: 0px;
padding: 70px 0 10px 0;
text-align: center;
color: #ffffff;
font-size: 1.1em;
}
#footer p.cc{
float: right;
width: 610px;
color: #ffffff;
text-align: left;
font-size: 0.9em;
}
#footer p.counter{
float: left;
width: 210px;
height: 17px;
text-align: left;
margin-left: 0px;
padding-left: 100px;
}

#footer ul{
margin: 5px;
}

#footer ul li{
display: inline;
margin-right: 3px;
padding-left: 7px;
border-left: 1px solid #ffffff;
list-style-type: none;
}

#footer ul li.home{
padding-left: 0;
border-left: 0;
}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
}
a:link {
	color : #ffffff ;
	text-decoration: none;
	}
a:visited {
	color : #ffffff ;
	text-decoration: none;
}
a:hover {
	color : red ;
text-decoration: none;
}
a:active {
	color :  red ;
	text-decoration: none;
}

a.pub{
}
a.pub:link {
color : black ;
text-decoration: none;
}
a.pub:visited {
color : black ;
text-decoration: none;
}
a.pub:hover {
color : red ;
text-decoration: none;
}
a.pub:active {
color :  red ;
text-decoration: none;
}

</style>