/* CSS Document */

 

body, td, th, table { font-size: 11pt; } 
h1 { font-size: 10pt; } 
h2 { font-size: 11pt; } 

#main{
width:750px;
margin:0px auto;
text-align:left;
}

#left{
width:150px;
float:left;
text-align:left;
}

#right{
width:600px;
}


#navigation { 
    height: 10px;
	width: 460px;
	padding:0;
	margin:0;
	font-size: 9pt;
	
}

span.pageactive {
	color: #999999;
	font-weight: bold;
}


.back{
width:590px;
background:url(img/news.jpg);
line-height:25px;
font-size:11pt;
color:#000000;
}

.back1{
width:598px;
background:url(img/news1.jpg);
line-height:25px;
font-weight:bold;
font-size:11pt;
color:#000000;
}

.back2{
width:598px;
background:url(img/news1.jpg);
line-height:25px;
font-size:11pt;
color:#000000;
}

.back3{
width:598px;
background:url(img/news3.jpg);
line-height:25px;
font-size:11pt;
font-weight:bold;
color:#000000;
}

.back4{
width:598px;
background:url(img/news4.jpg);
line-height:25px;
font-weight:bold;
font-size:11pt;
color:#000000;
}


A:link { color: #0000FF }   /* リンク */
A:visited {                 /* 既に見たリンク */
  color: #6633FF;
}
A:active { color: #CC0000 } /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
	text-decoration: none     /* 下線を消す */
}

.aka {
	color: #F00;
}

img {
margin: 0px;
padding: 0px;
border: none;
}

 
