@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;  
	padding: 0;  
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color: #333333;
	line-height: 1.5em;
	text-align : center;
}

#wrapper{
	width: 800px;
	margin:0 auto;
	margin-bottom:20px;
	text-align: left;
	background-image :url("");
	background-position:right bottom;
	background-repeat:no-repeat;
}

#cover{
height:480px;
background-image :url("imgs/Lo09_logo2.jpg"); 
background-repeat: no-repeat;
}

#header{
height:150px;
background-image :url("imgs/lo09header.png"); 
background-repeat: no-repeat;
}


#mainwide{
margin-top: 10px;
width: 800px;
margin-left: 0px;
}

#main{
float: left;
margin-top: 10px;
margin-left: 0px;
width: 520px;
}

#column{
	float: right;
	width: 240px;
	background-color:transparent;
    margin-top: 10px;
	margin-left: 10px;
	padding-top:20px;
}


#footer{
	clear: both;
	height:20px;
	text-align : center;
	
	margin-top: 20px;
	color:#FFFFFF;
	background-color:#006600;
}

/*menubar用*/
#chromemenu{
width: 99.8%;
font-weight: bold;
font-size: 100%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(imgs/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(imgs/chromebg2.gif) center center repeat-x;
}
/*menubar用*/



h1 {
	font-size: 90%;
	text-align: right;
	margin-right: 1em;
	margin-top: 0.5em;
	color:#003300;
} 

h2 {
	background-image:url("imgs/h2bar.png");
	background-repeat: no-repeat;
	font-size: 150%;
	font-weight: bold;
	color:   #FFFFFF;
	line-height: 180%;
	padding-left:1.5em;
} 
   
h3 {
	font-size: 125%;
	font-weight: bold;
	color:  #660000;
}  
  
h4 {
	font-size: 110%;
}    

address {
	font-family: "Times New Roman", Times, serif;
	font-size: 90% ;
	font-style: normal ;
}  

.smallTxt{
	font-size: 90% ;
}

.img-floatL{
	float:left;
	margin-right: 1em;
	margin-bottom: 1em;
	border:none;
}
.img-floatR{
	float:right;
	margin-left: 1em;
	margin-bottom: 1em;
	border:none;
}

.clear-float{clear:both}

.point{
	list-style-image:url("imgs/star.png");
	font-size: 100%;
	list-style-position: outside;
	}
	
img{
	border:none;
}

.lang-a{
	text-align: right;
	margin-right: 1em;
	line-height: 14px;
}
