@charset 'UTF-8';

@import url(reset.css);
@import url(base.css);
@import url(common.css);
@import url(navi.css);




/* -----------------------------------------------------------------------------
>> header
----------------------------------------------------------------------------- */

.header_about{
 	width:100%;
	height:280px;
	background:url(/img/pc/parts/header_fuyuyama.jpg) no-repeat;
	background-position:center;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color:#DBDAD5;
	position:relative;
	border-bottom: 8px solid #DBDAD5;
}

/* -----------------------------------------------------------------------------
>> main-content
----------------------------------------------------------------------------- */
h2{
	width:630px;
	height:36px;
	text-indent: -9999px;
	display: block;
	overflow:hidden;
	margin: 10px 0px 60px 0px;
	background:url(/img/pc/title/title_privacy.gif) no-repeat;
	
}


h3,h4{	
	color:#333;
}

h3{
	height:50px;
	font-size:24px;
	font-weight:bold;
	line-height:50px;
	text-indent:15px;
	margin: 0px 0px 30px 0px;
	background:url(/img/pc/title/h3_about_bg.gif) no-repeat;
}

h4{
	height:40px;
	font-size:20px;
	line-height:36px;
	font-weight:bold;
	background:url(/img/pc/icon/icon_dice_news.gif) no-repeat;
	background-position:10px 13px;
	padding: 5px 0px 0px 45px;
	margin: 10px 0px 15px 0px;
	border-top: 1px dashed #D4E5E5;
	border-bottom: 1px dashed #D4E5E5;
}



.button {
	width:270px;
	padding: 20px 10px 20px 10px;
	margin: 0px 20px 20px 0px;
	font-size:18px;
	position: relative;
	background-color: #F5F4ED;
	border: 1px solid #CBE69D;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #CBE69D;
	line-height:140%;
	float:left;
	text-align:center;
	font-weight:bold;
}
.button a{
	color:#444;
	text-decoration:none;

}

.button:hover {
	top: -5px;
	box-shadow: 0 10px 0 #CBE69D;
	display:block;
cursor:pointer;
}
.button:active {
	top: 5px;
	box-shadow: none;
	color:#000;
}



#pageIndx{
	font-size:12px;
	border: 1px solid #D4E5E5;
	background-color:#F5F4ED;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#pageIndx p{	background-color:#D4E5E5;}
#pageIndx p img{ padding: 10px 0px 5px 20px;}

#pageIndx ul{ padding: 15px 0px 15px 20px;}
#pageIndx li{
	background:url(/img/pc/icon/icon_diamond.gif) no-repeat;
	background-position:3px 3px;
	padding: 5px 20px 5px 25px;
	margin: 0px 0px 10px 0px;
	list-style: none;
	line-height:140%;
}

#pageIndx li a{
	display:block;
	color:#000;
	text-decoration:none;
}
#pageIndx li a:hover{
	color:#CBE69D;
}




ol{
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 60px 0px;
}

ol li{
	font-weight:bold;
}

ol li p{
	font-weight:normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



table {
	width:100%;
	border-spacing: 0;
	font-size:12px;
}
table th {
  color: #333;
  padding: 5px 0px 5px 10px;
  text-align:left;
  background: #F5F4ED;
  border-top:1px solid #DBDAD5;
  border-bottom:1px solid #DBDAD5;
  border-left:1px solid #DBDAD5;
  line-height: 120%;
}

table th.news_tbl {
  color: #fff;
  padding: 5px 5px;
  background: #666;
  font-weight: bold;
  border-top:1px solid #DBDAD5;
  border-bottom:1px solid #DBDAD5;
  border-left:1px solid #DBDAD5;
  line-height: 120%;
  text-align:center;
}

table td {
  color: #333;
  padding: 5px 10px;
  background: #fff;
  border-top:1px solid #DBDAD5;
  border-bottom:1px solid #DBDAD5;
  border-right:1px solid #DBDAD5;
  line-height: 120%;
}

