@charset "utf-8";
/* CSS Document */

#contact_contents {
	margin:100px auto 0;
}
.innercontentsbox{
	width:800px;
}
.innercontentsbox h1{
	width:131px;
	margin:auto;
}
#innercontents_01{
width:800px;
height:400px;
}
.innercontentsbox dl{
		margin:50px 0 0 0 ;
}

.innercontentsbox dt{
		text-align:center;
		margin:30px 0 0 0;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0.1em;
}
.contact_mail{
		text-align:center;
		margin:30px 0 0 0;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0.1em;
}
.innercontentsbox dd{
		text-align:center;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0.1em;
}

.contact_mail   a {
	color: #CC960F;
    text-decoration: none;
}
.contact_mail a:hover {
	color: #ff0000;
	text-decoration: none;
}
.contact_mail   img {
	margin:0 10px;	
}
