﻿@charset "utf-8";
/*-------------
	common
----------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	color:#333; 
	line-height: 1.6em;
  font-size: 12px;
	font-family:  "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

img {
	border: none;
	vertical-align: bottom;
}

li,ol {
	list-style: none;
}

br {
	letter-spacing: 0;
}

em {
	font-style: normal;
	font-weight: bolder;
}

a:visited {
	color: #666;
	text-decoration: none;
	outline: none;
}

a{
	text-decoration:none;
	color:#333;
}

img a:hover{
	opacity:.7;
}

.clearfix:after {
  content: ".";
	  /* Vvf */
  display: block;
	  /* ubNxvf */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.small {
	font-size: 10px;
}

hr{
	text-align:center;
	margin:20px auto;
}

.opacity:hover{
	opacity:.7;
}

a:hover{
	cursor:pointer;
	cursor:hand;
}

.pd15{
	padding:15px 0;
}

.flL{
	float:left;
}

.flR{
	float:right;
}

.mg0{
	margin:0;
}

.mr10{
margin-right:10px;
}


.mgt0{
		margin-top:0;
}

.pdb30{
	padding-bottom:30px;
}

/*------------
	contents
--------------*/
body{
	background:url(../img/bg.jpg) repeat;
}

#header{
	background:#fff;
	padding:10px 0 30px 0;
}
	
.inner{
	width:760px;
	margin:0 auto;
}

#topimg{
	margin:0 auto;
	text-align:center;	
	width:100%;
	margin-bottom:30px;
	background:#eee;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15) inset;
}

#topimg img{
	margin-top:3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15) inset;

}


#area1{
margin-bottom:70px;
}

p{
	text-align:center;
}


h2{
text-align:center;
	margin:30px auto;
}

.floatBox .item{
text-align:center;
	width:242px;
	margin:5px;
	float:left;
}

h3{
	font-size:16px;
	margin:15px 0;
}

.floatBox{
	margin-bottom:70px;
}

.floatBox p{
	text-align:left;
	margin:20px 0;
}

#area1 h2{
	padding-top:20px;
}	

#area1 h3{
	height:40px;
}

#area1 .floatBox p{
	height:90px;
}

.detail:hover{
	opacity:.5;
}


/	*------------
	footer
--------------*/
#footer{
	clear:both;
	margin:0 auto;
	width:900px;
	padding-bottom:50px;
}

.foot_top_inner p{
	font-size:12px;
	font-weight:700;
	border-bottom:1px solid #333;
}

.foot_top_inner{
	width:115px;
	margin:5px;
	float:left;
	margin-bottom:20px;
	padding-top:100px;
}	

.foot_top_inner p{
	margin-bottom:10px;
}

.foot_top_inner ul{
	margin-left:10px;
}

#footer a{
	color: #005CAD;
	text-decoration: underline;
	line-height: 2em;
	font-size: 12px;
}

#footer_center{
	margin:0 auto;
	width:900px;
	margin-bottom:30px;
}

#footer_center li{
	float:left;
	list-style-type : disc;   
	margin:10px;
}

#footer_bottom p{
	float:left;
	width:440px;
}

#footer_bottom ul{
	float:left;
	width:500px;
}

#footer_bottom li{
	float:left;
	margin-left:10px;
}

#footer_bottom li:before{
	content:"|";
	color:#005CAD;
	padding-right:10px;
}

#footer_bottom small{
	color:#bbb;
	font-size:12px;
}

