/*shokika------------------------*/
body,form,fieldset {
margin: 0;
padding: 0; 
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,li,dl.dt.dd {
margin: 0;
padding: 0; 
}
img {
border: 0;
margin: 0;
padding: 0;
}

/* body、フォント---------------------- */
body {
	background-color: #ece3d2;
	margin: 0;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}

/* clear---------------------- */
.clear { 
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* #container---------------------- */
#container {
	width: 820px;
	margin: 0 auto 10px auto;
	background-color: #fff;
	font-size: 10pt;
	color: #333;
	line-height: 150%;
	padding: 0;
}
div.head {
	background-color: #000;
	color: #fff;
	font-size: 87%;
}
div.title {
	width: 820px;
	height: 148px;
	background: url(img/netshop_02.gif) 0 0 no-repeat;
	position: relative;
}
h1 {text-indent: -9999px;}
div.btn a {
	display: block;
	width: 236px;
	height: 40px;
	background: url(img/mitsumori_btn.gif) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 570px;
	top: 25px;
}
div.btn a:hover {
	background: url(img/mitsumori_btn.gif) 0 -40px no-repeat;
}
div.title2 {
	width: 820px;
	height: 185px;
	background: url(img/netshop_04.gif) 0 0 no-repeat;
	position: relative;
}
div.title2 p {text-indent: -9999px;}
div.btn2 a {
	display: block;
	width: 279px;
	height: 108px;
	background: url(img/link_banner2.gif) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 532px;
	top: 40px;
}
div.btn2 a:hover {
	background-position: 0 -108px;
}
p.center {
	text-align: center;
}

div.txt1 {
	width: 690px;
	margin: 10px 40px 30px 70px;
}
div.txt1 div.round1 {
	float: left;
	width: 300px;
	height: 260px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 15px;
	background-color: #f4e1c6;
}
div.txt1 div.round1 p { text-align: left;}
div.txt1 h2 { color: #ff3300; font-size: 140%; margin-bottom: 15px; font-weight: bold;}
div.txt1 h2 span { font-size: 70%;}

div.faq {
	width: 690px;
	margin: 10px 40px 20px 70px;
}
div.faq div.round2 {
	float: left;
	width: 300px;
	height: 260px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 15px;
	background-color: #eef4c6;
	text-align: left;
}
div.faq h2 { color: #669933; font-size: 120%; margin-bottom: 15px; font-weight: bold;}