/*
-----------------------------------------------
Kashima-arts English Basic
Author:   Haruyuki Morikawa
Version:  28 June 2008
----------------------------------------------- */
* {
	margin:0;
	padding:0;
}


/*-------------------------------------------    
    body
-------------------------------------------*/
body {
	text-align:center;
	margin:0;
	padding:0;
	background-image:url(../images/bg_all_34.gif);
	background-attachment:fixed;
}
/*-------------------------------------------    
    home
-------------------------------------------*/
#home{
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
/*-------------------------------------------    
    container
-------------------------------------------*/
#container 	{
	background-image:url(../images/bg_00.jpg);
	background-repeat:repeat-y;
	border-left:solid 1px #c0c0c0;
	border-right:solid 1px #c0c0c0;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width: 750px;
}
/*-------------------------------------------    
    header
-------------------------------------------*/
#header{
	background:transparent;
	background-image:url(../images/header_17.png);
	width: 750px;
	height: 150px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	margin-bottom: 0;
}

#header h1{
	font-family:"Thesis Sans", "Myriad Pro", "Lucida sans", Verdana, sans-serif;
	color:#c0c0c0;
	font-size:13px;
	font-weight:200;
	margin-top: 0;
	margin-bottom: 0px;
	padding-top:2px;
	text-align:center;
	
}
#header h1 span{
	display:none;
}
/*-------------------------------------------    
    navigation
-------------------------------------------*/
#navigation{
	margin:0;
	padding:0;
}
#navigation ul{
	border:0;
	margin:0;
	padding:0;
	list-style-type:none;
}
#navigation ul li{
	display:block;
	float:left;
	text-align:center;
	padding:0;
	margin:0;
}
#navigation ul li a{
	width:148px;
	height:2em;
	border-top:1px solid #336666;
	border-left:1px solid #336666;
	border-bottom:1px solid #336666;
	border-right:none;
	padding:0;
	margin:0 0 0 0;
	text-decoration:none;
	display:block;
	text-align:center;
	font-family:"Thesis Sans", "Myriad Pro", "Lucida sans", Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:2em;
}	
#navigation ul .navigation a{
	border-right:1px solid #336666;
	padding-right:4px;
}
#navigation a:link, #navigation a:visited{
	color:#c0c0c0;
	background:#663300;
	text-decoration:none;
}
#navigation a:hover, #navigation a:active{
	color:#ffffff;
	background:#336666;
	text-decoration:none;
}
/*-------------------------------------------    
    footer
-------------------------------------------*/
#footer{
	margin: 0px;
	padding: 0px;
	width:750px;
	height:80px;
	clear:both;
	font-size:12px;
	text-align:center;
	background:transparent;
	background-image:url(../images/footer_01.gif);
}
#footer h1{
	font-family:"Thesis Sans", "Myriad Pro", "Lucida sans", Verdana, sans-serif;
	font-size:12px;
	color:#c0c0c0;
	
	padding-top:8px;
}

