@charset "utf-8";


/* base
----------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #505050;
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	text-align: center;
	background: #3c6e50 url(../common/headerbg.gif) repeat-x;
}
a {
  color: #507850;
	text-decoration: underline;
}
a:hover {
  color: #505050;
	text-decoration: none;
}
img {
	border: 0;
}
form {
	margin: 0;
}


/* font size
----------------------------------------------- */
p {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}
td {

}


/* title
----------------------------------------------- */

.title {
    margin: 0 auto;
    width: 760px;
}
.title h1{
	color:#FFFFFF;
	font-size:24px;
	text-align:left;
	font-weight:normal;
	padding-left:25px;
	
	}

/* contents
----------------------------------------------- */
#contents {
	background: #f0f0e6;
}
.contents {
	margin: auto;
}
.contentsbg {
	padding: 0 0 20px;
	text-align: center;
	background: url(../common/contents_bg.gif) repeat-y;
}


/* footer
----------------------------------------------- */
#footerbg {
	padding: 30px 0 0;
	width: 100%;
	height: 50px;
	background: url(../common/footerbg.gif) repeat-x;
}
.footer {
	margin: 0 auto 15px;
}
address {
	color: #96b4aa;
	font-size: 90%;
	line-height: 3em;
	text-align:center;
}
.bspice {
	background: url(../home/images/bspice_bg.gif) no-repeat;
}
.bspice td {
	padding: 0 10px 0 0;
}

