@charset "utf-8";

/*---------------------------------------------------
* elements initialization 
*--------------------------------------------------*/

body .attention_text {
	margin: 0;
	padding:0;
	text-align: left;
	color: #333;
}

.attention_text a img, .attention_text fieldset, img {
	border:0;
	vertical-align: top;
}

.attention_text blockquote, .attention_text dd, .attention_text div, .attention_text dl, .attention_text dt, .attention_text fieldset, .attention_text form,
.attention_text h1, .attention_text h2, .attention_text h3, .attention_text h4, .attention_text h5, .attention_text h6, .attention_text input, .attention_text li, .attention_text ol, .attention_text p, .attention_text pre,
.attention_text select, .attention_text span, .attention_text textarea, .attention_text td, .attention_text th, .attention_text ul {
	margin:0;
	padding:0;
}

.attention_text abbr, .attention_text acronym {
	border:0;
}

.attention_text address, .attention_text caption, .attention_text cite, .attention_text code, .attention_text dfn, .attention_text em, .attention_text th, .attention_text strong, .attention_text var {
	font-style:normal;
	font-weight:normal;
}

.attention_text caption, .attention_text th {
	text-align:left;
}

.attention_text code, .attention_text kbd, .attention_text pre, .attention_text samp, .attention_text tt {
	font-family:monospace;
	line-height:100%;
}

	/* for IE7 */
	*+html .attention_text code, .attention_text kbd, .attention_text pre, .attention_text samp, .attention_text tt {
		font-size:108%;
	}

.attention_text h1, .attention_text h2, .attention_text h3, .attention_text h4, .attention_text h5, .attention_text h6 {
	font-size:100%;
	font-weight:normal;
}

.attention_text input, .attention_text select, .attention_text textarea{
	font-size:100%;
}

.attention_text ol, .attention_text ul, .attention_text li {
	list-style:none;
}

.attention_text q:before, .attention_text q:after {
	content:'';
}

.attention_text table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

.attention_text hr {
	display: none;
}

.attention_text strong {
	font-weight: bold;
}


/* ----- form -------*/

.attention_text button, .attention_text fieldset, .attention_text form, .attention_text input, .attention_text label, .attention_text legend, .attention_text select, .attention_text textarea {  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	margin:0;  
	padding:0;  
	vertical-align:baseline;  
}  

.attention_text input,
.attention_text textarea{
	vertical-align: middle;
	padding: 1px;
}

.attention_text textarea {
	width: 98%;
}

.attention_text input[type="radio"],
.attention_text input[type="checkbox"] {
	vertical-align: baseline;
	margin-right: 3px;
}


/*----- font -----*/
body .attention_text {
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* Win IE6 */
* html body .attention_text {
	font-size: 87%;
}
/* Win IE7 */
*:first-child+html body .attention_text {
	font-size: 87%;
}

/*----- clearfix scheme -----*/
.attention_text div{
	display: inline-block;
}
.attention_text div:after{
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	line-height: 0;
}
/*MacIE \*/
* html .attention_text div{
	height: 1em;
}
.attention_text div{
	display: block;
}
/* initialization for clearfix */



/* attention stert(法律改正)
----------------------------------------------- */
#attention_text {
	margin: 20px 0 20px 0;
	border: 1px solid #b7d9f2;
	width: 565px;
	display: block;
	font-size: 13px;
	}
#attention_text p.attention_title {
	background: #b7d9f2;
	padding: 1px 0;
	border-bottom: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
	}

#attention_text div.attention_main {
	padding: 0 10px 10px 10px;
	}

#attention_text p {
	margin-bottom: 15px;
	border-bottom: 1px dashed #999999;
	padding-bottom: 10px;
	margin-top: 5px;
	}
#attention_text p.attention_last {
	border-bottom: none;
	margin: 0;
	padding-bottom: 5px;
	}
#attention_text ol {
	margin-bottom: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999999;
	}
* html #attention_text ol {
	margin-left: 0;
	margin-top: 5px;
	}

#attention_text ol.list02 {
	border-bottom: none;
	margin: 0;
	}
#attention_text ol li {
	list-style-type: square;
	margin-bottom: 5px;
	}
#attention_text ol li.none {
	list-style-type: none;
	}

