/* CSS Document */
*
{
	margin:0;
	padding:0;
}

body{
	text-align:center;
	background-color:#e6e6e6;
	color:#000000;
	width:100%;		
}

#container{text-align:left;
		width: 800px;
		margin-left:auto;
		margin-right:auto;
		background: #ffffff;	
}


h1 		{text-align:right;
		font-size:55%;
		background-color:#000066;
		color:#ffffff;
		font-weight:normal;
		}
		
h2		{color:#333333;
		border-left:solid 4px #990000;
		border-bottom:solid 1px #990000;
		margin-top:15px;
		margin-left:10px;
		padding:8px 4px;
		font-size: 110%;
}

h3		{color:#000;
		margin-top:8px;
		margin-left:0px;
		margin-bottom:5px;
		font-size:100%;
		}
		
/*#header{
	width: 800px;
	height: 100px;
}*/


/* header */
#header {
		width:800px;
		height:100px;
		background:url(../images/header.jpg) no-repeat;
		border-style: none;		
}

#press-all{
	width:790px;
    margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	}
	
#press {
	margin-top:5px;
	margin-left:25px;
	margin-bottom:13px;
	float:left;
	}
	
#press-pic01{
	margin-top:37px;
	margin-right:8px;
	float:right;
}

#press-pic02{
	margin-top:30px;
	margin-right:8px;
	float:right;
}

#kanagata-all{
	width:790px;
    margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	}
	
	
#kanagata {
	margin-top:5px;
	margin-left:25px;
	margin-bottom:13px;
	float:left;
	}
	
#kana-pic01{
	margin-top:35px;
	margin-right:8px;
	float:right;
}

#kana-pic02{
	margin-top:12px;
	margin-right:8px;
	float:right;
}


#sonota{
	width:788px;
    margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	}
	
#hanyou{
	margin-top:5px;
	margin-left:10px;
	margin-bottom:13px;
	float:left;
	}

#sokutei{
	margin-top:5px;
	margin-left:7px;
	margin-bottom:13px;
	float:right;
	}

#senyou{
	margin-top:15px;
	margin-left:7px;
	margin-bottom:13px;
	float:right;
	}

table	{line-height:140%;
		border : 2px solid #c0c0c0;
		border-collapse : collapse ;
}
th		{background-color:#00c;
		color:#fff;
		border:1px solid #999;
		padding:1px 4px;
		font-size:12px;
}
td 		{padding:1px 4px;
		border:1px solid #999;
		font-size:12px;
}
.table_header1 {
		background: #ccf;
}
.table_body	{width : 40%;
}



ul {
list-style-type: none;
}

#navi {
	background:#fff;
	heigt:36px;
	width:800px;
	margin-top:2px;
}

#navi ul{
	list-style-type: none;
	}


#navi ul li{
	float:left;
    text-align: center;	
	}
	
	
#navi a {
		display:block;
		width:160px;
		line-height:36px;
		text-decoration:none;
		background : url(../images/menu_btn.jpg) no-repeat;
		text-decoration: none;
		line-height: 36px;
		text-align: center;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif
				
}

/*?ﾅﾋﾞ変化 */
#navi a:link,
#navi a:visited{
		color:#354c41;
		background-repeat:no-repeat;
		background-position:0px 0px;
}

#navi a:hover,
#navi a:active{
		background-position:0px -36px;
		color:#264c3a;
}

/* ????ナビ部ここまで?? */


	
/*フッター部のスタイル*/
#footer {
	clear: both;
	width:800px;
	margin: 10px 0px 10px 0px;
	text-align: center;
	background: url(../images/footer_bg.jpg) repeat-x;
	color:#000;
	font-size:12px;
}

