@charset "UTF-8";
/* ------------------------------------------- CSS Information
 File Name:      common.css
 Author:         Buena Vision
 Style Info:     common Setting in the Site
 Date:			 100416
----------------------------------------------------------- */

/* Resset Setting
====================================================================== */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td  {  
	margin: 0;  padding: 0;  
}

/* font-size Setting */
h1, h2, h3, h4, h5, h6  {  
	font-size: 100%;
	text-align:left;  
}

body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif,
	Geneva, Arial, Helvetica;	/* for IE 7 */
	font-size: 75%;
	line-height: 180%;
	text-align:center; /*for IE5 center page setting*/ 
}

html>/**/body {  
	font-size: 12px;  
} 

/* MAC,Win Vista*/  
* + html body {  
	font-family: "メイリオ","Meiryo";  
}


/* Firefoxのスクロールバーの有無でセンタリング位置がズレるのを解消する*/ 
html {
	overflow-y: scroll;
}


address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}


/* tableにつく余白を消す*/ 
table	{
	border-collapse: collapse;
	border-spacing: 0;
}


caption, th	{
	text-align: left;
}


li  {  
	list-style-type: none;  
}

img {  
	border: 0;  
}
.txt_red{
color:#FF0000;}


/* under IE 6, Mac IE4,5 font-size in table */
* html table {
	font-size:90%;
	line-height:150%;
}


/* Basic Setting 
====================================================================== */

a:link {
	color: #63a030;
	text-decoration: underline;
}

a:visited {
	color: #63a030;
	text-decoration: underline;
}

a:active {
	color: #63a030;
	text-decoration: none;
}

a:hover {
	color: #63a030;
	text-decoration: none;
}


/* Layout Setting
====================================================================== */
#container {
	width: 666px;
	margin: 55px auto;
	text-align: left;
}

#homeleft {
	float:left;
	padding:188px 0 0 0;
}
*html #homeleft {
	padding-right:78px;
}
#homeright {
	float:right;
}
#pageslogo {
	float:left;
	padding:0;
}
*html #pageslogo {
	padding-right:139px;
}

/* mein Menu
------------------------------------------------------------------*/
#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
	height:25px;
}

#menu li {
	height:25px;
	margin:0;
	padding:0;
	display:inline;
}

/* main image
------------------------------------------------------------------*/
img.main{
	margin:60px 10px 120px;
}

/* main contents
------------------------------------------------------------------*/
div#contents{
	clear:both;
	padding:50px 0;
	text-align:center;
}
div#contents.news{
	background:url(../img/bg_news.jpg) no-repeat;
}
div#contents.about{
	background:url(../img/bg_about.jpg) no-repeat;
}
div#contents h2{
	color:#808000;
	font-size:120%;
	line-height:1;
	margin-bottom:15px;
}
div#contents h2.center{
	text-align:center;
}
div#contents p{
	color:#808000;
	font-size:90%;
	line-height:1.7;
	margin-bottom:15px;
}
div#contents p.line{
	background:url(../img/bg_p-line.gif) repeat-x top;
	padding-top:20px;
	width:50%;
	text-align:center;
	margin:0 auto;
}


/* copyright
------------------------------------------------------------------*/
div#copyright{
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding:20px;
	color:#999;
	font-size:90%;
	letter-spacing:0.1em;
}

