@charset "utf-8";
.pagetop {
	padding:0 0 10px 0;
	text-align:right;
	margin:0 auto 0px auto;
	color: #464545;
}

.pagetop a:visited
  {
	padding:0 0 0px 12px;
	color:#666;
	background-image: url(../../buy/img/common/foot_bt_top.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.pagetop a:active
  {
	padding:0 0 0 12px;
	color:#999;
	background-image: url(../../buy/img/common/foot_bt_top.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

==========================================================
*/


/*
===== 1: universal reset =================================
*/

*{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;


}

/*
===== 2: body and base setting ===========================
*/

html{
}

body {
	text-align:center;/* box centering */
	padding:0 auto 0 auto;
	margin:0 auto 0 auto;
	text-align:center;
	font-family:"lr oSVbN", Osaka, "qMmpS Pro W3";
	color:#333333;
	background-image:url(../images/html_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	line-height:150%;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	/*padding: 0; margin&padding reset */
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
h1{	font-size:12px;
	float:right;
	font-weight:normal;
	margin: 0px 0px -10px 0px;
	padding:0px 0px -10px 0px;
	color:#333;
}

h2{
	font-size:16px;
	/*background-image:url('');*/
	font-family:"lr oSVbN", Osaka, "qMmpS Pro W3";
	background-repeat:no-repeat;
	margin:0px 0 10px 0 ; 
	padding:8px 5px 10px 22px;
	border:0px solid;
}

h3{	font-size:14px;
	border-left:2px solid #ddd; 
	border-right:2px solid #ddd; 
	border-top:1px solid #ddd; 
	border-bottom:1px solid #ddd; 
	margin: 5px 0px 10px 0px;
	padding:5px 0px 5px 5px;
	line-height:130%;
	text-align:center;
	background-color:#f7f7f7;
}

h4{
	font-size:12px;
	border-left:7px solid #0e0153; 
	margin: 5px 0px 10px 0px;
	padding:1px 0px 3px 5px;
	line-height:120%;
	font-weight:bold;
}

.waku h4{ font-size:12px;
	border-left:5px solid #aa7711; 
	border-bottom:1px solid #cccccc; 
	margin: 5px 0px 10px 0px;
	padding:1px 0px 3px 5px;
	line-height:130%;
}



table {
	empty-cells: show;
	line-height:180%;
	}

table tr td{
	padding:10px;
	margin:10px;
}

ul,ol,li{
margin:0px;
padding:0px;
}

p{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
	text-align: center;
}
li { list-style: none; }/* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: form setting ===========================
*/
select{ padding-right:10px; }
*+html select{padding-right:0;}/* for IE7&Opera */
* html select{padding-right:0;}/* for IE6 */@@

/*
===== 3: link setting ===========================
*/
a:link{
	text-decoration:none;
}
a:visited{
	color: #664466;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}
a:active{
	color: #999933;
}

.center{
	text-align:center;
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
	border:0px solid #f00;
}


/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: CONTAINER
	2: HEADER
	3: FOOTER
	4: NAVIGATION
	5: MAIN CONTENT

==========================================================
*/

/*
===== 1: CONTAINER ==========================================
*/
div#container {
	text-align:center;
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
	width: 960px;
	font-size:14px;
	background-repeat:no-repeat;
	background-position:0px 1400px;
	display: block;

}
.clear {
	clear: left;
	float: left;
}


/*
===== 2: HEADER ==========================================
*/
div#header{
	width:100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.logo{
	width:220px;
	float:left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}


/*
===== 3: FOOTER ==========================================
*/
#footer{
	text-align:center;


	color:#FFFFFF
	clear:both;
	background-color: #720a00;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	height: 50px;
	font-size: 80%;
	padding: 0px;
	clear: left;
	}
#footer p{
color:#ffffff;
text-align:center;
}

#footer .left{
	float:left;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	color:#999;
}


/*
===== 4: NAVIGATION ======================================
*/
#sidebar{}

/*
===== 5: MAIN CONTENT ====================================
*/

.cont_wrapper {
	width:900px;
	border:0px solid #f00;
	margin:0px auto 0px auto ;
	padding:0px auto 0px auto ;
}



.midashi{
border-bottom:1px solid #9bcb70;
line-height:120%;
padding:0 0 5px 5px ;
margin:0 0 10px 0;
}

.leadtext{
	float:left;
	width:555px;
	font-family:"lr oSVbN", Osaka, "qMmpS Pro W6";
	font-size:14px;
	line-height:155%;
	color:#ee0000;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.underline{
	margin: 0px 0px 3px 5px;
	padding: 0px 0px 3px 0px;
	border-bottom:1px dotted #999999;
}

.img{
	float:left;
	margin: 1px 0px 0px 0px;
	padding: 2px 0px 5px 0px;
	border: 0px solid #0ff;
	background-color: #fff;
}


.waku{
	margin:0 0 20px 0px ;
	padding:5px 5px 5px 5px ;
	border: 1px solid #ccc;

}


.tenpoint{
	line-height:150%;
	font-size:10px;
}





.kiyaku{
	width:760px;
	background:#eeeeee;
	font-size:14px;
	line-height:110%;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 100px;
	padding-left: 100px;
	height: 70px;
}
.kiyaku p{
margin:0 0 10px 0 ;
}






/* form */



table.alist {
	width:650px;
	border-collapse:collapse;
	font-size:12px;
}

table.alist th {
	width:200px;
	vertical-align:center;
	font-size:13px;
	padding:7px;
}

table.alist td{
	text-align:left;
/*	border-bottom:1px solid #ff9999;*/
	padding:5px;
	line-height:130%;
	padding:7px;
}

table.alist th {
	text-align:left;
/*	border-bottom:2px solid #ff9999;*/
	padding:5px;
	line-height:130%;
	padding:7px;
}


form .fm1 {
	width:95%;
}

form .tm1 {
	width:95%;
	height:150px;
}

form .fm1 {
	width:95%;
}

form .sb1 {
	width:160px;
}

form .imeoff {
	ime-mode:disabled;
}

form .imeon {
	ime-mode:active;
}

.exa {
	font-size:0.9em;
	color:#666666;
}

label.error {
	font-size:11px;
	width:100%;
	display:block;
	float:right;
	color: #fff;
	background:#ff0000;
	padding:1px;
}

.fmalert {
	color: #fff;
	background:#ff0000;
	padding:3px;
	//font-size:0.7em;
}


.centerp p {
	margin:0 auto;
	margin-bottom:8px;
	margin-top:20px;
	text-align:center;
	font-size:12px;
}

#submit {
	width:241px;
/*	border:0px;
	height:30px;
	background:url(../images/bt_form01.gif) no-repeat left top;
	text-indent:-10000px;
	overflow:hidden;*/
}
.no1  {
	background-repeat: no-repeat;
	background-position: left top;
	height: 423px;
	width: 960px;
	position: relative;
	float: left;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#submit2 {
	width:241px;
/*	border:0px;
	height:30px;
	background:url(../images/bt_form02.gif) no-repeat left top;
	text-indent:-10000px;
	overflow:hidden;*/
}
#back {
	width:122px;
/*
	border:0px;
	height:30px;
	background:url(../images/bt_form03.gif) no-repeat left top;
	text-indent:-10000px;
	overflow:hidden;
*/
}
p.backhome a {
	display:block;
	width:122px;
	height:30px;
	text-indent:-10000px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

tr.hissu
span {
	display:block;
	background:url(../../ieureru.com/images/chip_hissu.gif) no-repeat right center;
}
tr.nini
span {
	display:block;
/*	background:url(../img/chip_nini.gif) no-repeat right center;*/
}

tr.hissu th,
tr.hissu td {
	background:#ffe8e8 url(../../ieureru.com/images/dotline.gif) repeat-x top left;
}

tr.nini th,
tr.nini td {
	background:#ffffff url(../../ieureru.com/images/dotline.gif) repeat-x top left;
}

.tex {
	margin-top:15px;
	margin-bottom:15px;
	font-size:12px;
}


.enq {
	padding-bottom:20px;
}
.enq h4{
	padding:5px;
	font-size:14px;
	background:#ffffff url(../../ieureru.com/images/dotline.gif) repeat-x bottom left;
}
.enq h5{
	padding:5px;
}
.ans {
	margin-left:15px;
}
.step {
	text-align:center;
}



/* /form */
.headline {
	background-image: url(../../common/img/bg_headbar.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 100%;
}
.foot  {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.no2  {
	background-repeat: no-repeat;
	background-position: left top;
	height: 109px;
	width: 960px;
	position: relative;
	float: left;
	text-align: center;
	margin: 0px;
	background-image: url(../images/sell_05.jpg);
	padding: 0px;
}
.no1 p  {
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.satei {
	height: 50px;
	width: 417px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.no3  {
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	position: relative;
	float: left;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.txt1 {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.no4 {
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	position: relative;
	float: left;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.txt {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
