@charset "UTF-8";	

/* ******************************************
 contents
****************************************** */
h2#h2index{
	background: url(../../images/title02.gif) no-repeat;
	width: 980px;
	height: 71px;
	text-indent: -9999px;
}

/*  about  */
.aboutBlock{
	padding: 15px 25px 0 25px;
	text-align: left;
}

.h1Block{
	width: 980px;
	height:71px;
	display: block;
	text-indent: -9999px;
}

#h1Block01{ background: url(../images/title_01.gif) no-repeat;}


.aboutBlock h3{
	border-left: 8px #F60 solid;	
	border-bottom: 1px #F60 solid;
	font-size: 1.3em;
	font-weight: bold;
	width: 600px;
	padding: 4px 0 4px 10px;
	margin-bottom: 20px;
}

.aboutBlock p{
	line-height: 160%;
	margin-bottom: 15px;
}

.aboutBlock h4{
	color: #F60;	
	font-size: 1.3em;
	font-weight: bold;
	margin: 40px 0 10px 0;
}

.aboutBlock ul{
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 40px;
}
.aboutBlock li{
	line-height: 160%;
	margin-bottom: 4px;
}

.aboutBlock p.mb{
	margin-bottom: 40px;
}


.link { 
	border-collapse: collapse; 
	width: 700px; 
	margin-bottom: 20px; 
}
.link p{margin-bottom: 2px;}
.link td { 
	padding: 8px; 
	border: 1px solid #D6D7B9; 
}
.link th { 
	width: 50%;
	color: #B09068; 
	background: #EBE4C9; 
	padding: 5px; 
	border: 1px solid #D6D7B9; 
}
.link textarea {width: 300px;}
