@charset "shift_jis";

/* -----------------------------------------------
CSS file
FileName:contact.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


h2{
	margin: 0;
}

h3{
	margin: 0 0 20px 10px;
}

p{
	margin: 0 20px;
}

#contents a:link{
	background-color: #FFFFFF;
	color: #00ad5f;
	font-weight: bold;
	text-decoration: none;
}
#contents a:visited{
	background-color: #FFFFFF;
	color: #00ad5f;
	font-weight: bold;
	text-decoration: none;
}
#contents a:hover{
	background-color: #FFFFFF;
	color: #00ad5f;
	font-weight: bold;
	text-decoration: underline;
}
#contents a:active{
	background-color: #FFFFFF;
	color: #00ad5f;
	font-weight: bold;
	text-decoration: none;
}

/* definition_bnr_freedail */

#bnr_freedail{
	clear: both;
	margin: 0 0 20px 20px;
	padding: 0;
}

#bnr_freedail img#ic_freedail{
	float: left;
	margin: 25px 50px 0 20px;
}
/* definition_imgBoxL */
.imgBoxL{
	float: left;
}

.imgBoxL.code01{
	margin: 0 20px 40px 20px;
}


/* definition_imgBoxR */
.imgBoxR{
	float: right;
}

.imgBoxR.code01{
	margin: 0 20px 40px 20px;
}

.imgBoxR.code02{
	margin: 0 40px 40px 80px;
}

/* definition_textBoxR */
.textBoxR{
	float: right;
	margin: 0 40px 0 0;
	width: 391px;
}

/* definition_olStyle */
.olStyle01{
	margin: 0 0 0 20px;
	width: 690px;
}

.olStyle01 li{
	line-height: 1.5;
	list-style-type: decimal;
	margin: 0 0 5px 25px;
}

.olStyle02{
	margin: 0 20px 30px 20px;
}

.olStyle02 li{
	line-height: 1.5;
	list-style-type: decimal;
	margin: 0 0 5px 25px;
}


/* definition_ulStyle */
.ulStyle01{
	margin: 0 0 30px 20px;
}

.ulStyle01 li{
	line-height: 1.5;
	list-style-type: disc;
	margin: 0 0 5px 20px;
}

/* definition_boxExplanation */
.boxExplanation{
	border-color: #d1cfcf;
	border-style: solid;
	border-width: 2px;
	margin: 0 0 20px 22px;
	width: 687px;
}

.boxExplanation h4{
	margin: 10px auto;
	width: 660px;
}

.boxExplanation p{
	margin: 0 auto 5px;
	width: 640px;
}

.boxExplanation ul{
	width: 640px;
}

.boxExplanation dl{
	margin: 0 0 20px 25px;
	width: 640px;
}

.boxExplanation dl dt{
	clear: both;
	float: left;
	line-height: 1.5;
	margin: 0 10px 0 0;
}

.boxExplanation dl dd{
	float: left;
	line-height: 1.5;
}
















