@charset "utf-8";
/* Default ---------------------------------------------------------------- */

body {
margin: 0;
background-color: #FFF;
color: #000000;
font-size: 12px;
font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
/* for IE7 */
*+html body {
font-size: 75%;
font-family: "メイリオ", "ＭＳ Ｐゴシック";
}
/* for IE6 */
* html body {
font-size: 75%;
font-family: "ＭＳ Ｐゴシック";
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
}
ol, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
dl, dt, dd {
margin: 0;
padding: 0;
}
address, caption, cite, code, dfn, em, th, var {
text-align: left;
font-style: normal;
font-weight: normal;
} 
p {
margin: 0;
padding: 0;
text-align: justify;
text-justify: inter-ideograph;
}
img, a img {
border: 0;
vertical-align: text-bottom;
line-height: 0;
padding: 0;
}
button, fieldset, form, input, label, legend, select, textarea {
margin: 0;
padding: 0;
vertical-align: middle;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
}
table {
border-collapse: collapse;
border-spacing: 0;
font-size: 100%; 
}
.clear {
clear: both;
}
strong{
	font-weight:normal;
	}
address{
	text-align:center;
	font-size:82%;
	padding-bottom:10px;
	}

/* link ---------------------------------------------------------------- */

a {
text-decoration: none;
}
a:link {
color: #666;
text-decoration: none;
}
a:visited {
color: #666;
text-decoration: none;
}
a:hover {
color: #0675bc;
text-decoration: underline;
}
a:active {
color: #666;
text-decoration: none;
}

/* font ---------------------------------------------------------------- */

.red{
	font-size:120%;
	}

/* Clearfix ---------------------------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* Space ---------------------------------------------------------------- */
.no-space{
	margin:0!important;
	padding:0!important;
	}
.margin-t10{
	margin-top:10px;
	}
.margin-t15{
	margin-top:15px;
	}
.margin-t20{
	margin-top:20px;
	}

/* Layout ---------------------------------------------------------------- */

#main-hosenka {
	width: 680px;
	float:left;
	padding-left:10px;
}

.second-block dt{
	float:left;
	}
.second-block dd{
	float:right;
	}
.customer-block{
	background:url(hosenka/lp_25.jpg) repeat 0 0;
	padding:10px 20px 20px 20px;
	border-left:1px solid #b39241;
	border-right:1px solid #b39241;
	border-bottom:1px solid #b39241;
	}
.customer-block-inner{
	background-color:#fff;
	padding:10px!important;
	line-height: 2.0!important;
	}
.customer-block-inner dt{
	float:right!important;
	}
.customer-block-inner dd{
	float:left!important;
	width:460px!important;
	border-bottom:1px dotted #9A7D01;
	padding-bottom:15px!important;
	}
.customer-block-inner span{
	color:#9A7D01;
	}

