body {
	margin: 0;
	padding: 0;
	color: #111111;
	background-color: #ffffff;
	text-align: center;
	font-family: ＭＳ Ｐゴシック, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka;
	font-size: 90%;
}

/* master init styles */

div, p, h1, h2, h3, h4, p, ul, li {
 margin: 0;
 padding: 0;
}

a {
 color: #07318f;
 font-weight: bold;
}

a:active,a:link, a:visited {
 text-decoration:none;
}

a:hover {
 text-decoration: underline;
 color: #8dc456;
}

ul {
 list-style-type: none;
}


img {
	border: none;
	margin:0;
	padding:0;
}

p{
	margin-bottom:16px;
}


/* contents styles */

div#container {
 width: 740px;
 height: auto;
 margin: 0 auto;
 padding: 0;
 text-align: left;
 background-color: #ffffff;
}

/* div#header */
div#header {
 width: 740px;
 height: 50px;
 padding: 0;
 margin: 10px 0 10px 0;
 background-color: #ffffff;
 background-image: url("img/header_title.gif");
 background-repeat: no-repeat;
 background-position: 50px 19px;
 font-size: 14px;
}



h1#top a{
 display: block;
 width: 42px;
 height: 46px;
 color: #ffffff;
 font-size: 100%;
 font-weight: bold;
 text-indent: -9999px;
 background-image: url("img/header_efj_logo.gif");
 background-repeat: no-repeat;
 float:left;
}

h2{
	margin:10px 7px 7px 10px;
	font-size:140%;
	font-weight:bold;
}

div#btn_buy a{
 display: block;
 width: 197px;
 height: 31px;
 color: #ffffff;
 font-size: 100%;
 font-weight: bold;
	text-indent: -9999px;
 background-image: url("img/header_btn_shop2.gif");
 background-repeat: no-repeat;
 float:right;
 margin: 4px 0 4px 0;
}

div#btn_buy a:hover{
 background-image: url("img/header_btn_shop2_over.gif");
}

div#header p {
	color: #333333;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 50px;
}



/* div#navigation */
div#navigation{
 width: 593px;
 height: 14px;
 margin: 5px 0 5px 147px;
 background-color: #ffffff;
 padding: 0;
 font-size: 14px;
}

div#navigation em {
 height: 14px;
 list-style: none;
 text-indent: -9999px;
 float: left;
 padding: 0;
}

div#navigation a{
	background-image: url(img/header_menu.gif);
}

em#home a{
 display: block;
 background-position: -629px 0; 
 width: 51px;
 height: 14px;
}

em#h2o232c a{
 display: block;
 background-position: 0 0; 
 width: 109px;
 height: 14px;
}

em#products a{
 display: block;
 background-position: -109px 0; 
 width: 67px;
 height: 14px;
}

em#voice a{
 display: block;
 background-position: -176px 0; 
 width: 80px;
 height: 14px;
}

em#qa a{
	display: block;
	background-position: -256px 0; 
	width: 44px;
	height: 14px;
}

em#company a{
	display: block;
	background-position: -377px 0;
	width: 65px;
	height: 14px;
}

em#store a{
	display: block;
	background-position: -442px 0;
	width: 71px;
	height: 14px;
}

em#blog a{
display: block;
 background-position: -680px 0;
 width: 93px;
 height: 14px;
}



em#home a:hover{
 display: block;
 background-position: -629px 14px;  
 width: 51px;
 height: 14px;
}

em#h2o232c a:hover{
	display: block;
 background-position: 0 14px; 
 width: 109px;
}

em#products a:hover{
	display: block;
 background-position: -109px 14px; 
 width: 67px;
}

em#voice a:hover{
	display: block;
 background-position: -176px 14px; 
}

em#qa a:hover{
	display: block;
 background-position: -256px 14px; 
 width: 44px;
}

em#company a:hover{
	display: block;
	background-position: -377px 14px;
	width: 65px;
}

em#store a:hover{
	display: block;
 background-position: -442px 14px;
 width: 71px;
}

em#blog a:hover{
	display: block;
 background-position: -680px 14px;
 width: 93px;
}





/* div#wrapper */
div#wrapper {
 width: 740px;
 height: auto;
 margin: 0;
 padding: 0;
 background-color: #ffffff;
 clear: both;
}

/* div#contents */
div#contents {
	margin: 0;
	padding: 0;
	width: 740px;
	height: auto;
	text-align: center;
}

/* div#frame */
div#frame {
	margin: 0;
	padding: 0px;
	width: 740px;
	/*height: auto;*/
	border:1px solid #666666;
}


/* div#footer */
div#footer {
	width: 740px;
	height: 45px;
	font-size: 80%;
	text-align: center;
	margin: 10px 0 0 0px;
	padding: 0;
}

/* address#footer */
address {
 width: auto;
 height: auto;
 margin: 0;
 padding: 0;
 margin-top: 1em;
 padding-top: 5px;
 text-align: center;
 font-family: 'Lucida Sands', Helvetica, Arial, Verdana, sans-serif;
 color: #333333;
 font-weight: normal;
 text-transform: capitalize;
 font-style:normal;
}

.group{
	margin :20px auto 20px auto;
	padding:0;
	width: 600px;
}

.text{
	margin :10px 20px 0 20px;
	padding:0;
	font-size:100%;
	line-height:1.7em;
}

dl{
	margin-top: 0;
}

dt{
	font-weight: bold;
	color: #07318F;
	background:#B1C7FC;
	padding-left: 12px;
}
	
dd{
	margin-bottom: 1em;
	margin-top:5px;
}

.qa dt{
	font-weight: bold;
	color: #07318F;
	padding-left: 22px;
	background:#B1C7FC url(img/marker_q.gif) no-repeat left;
	background-position:2px;
}
	

.qa dd{
	margin-bottom: 1em;
	padding-left: 22px;
	margin-top:5px;
	padding-top:0;
	background:url(img/marker_a.gif) no-repeat left;
	background-position:0px 3px;
}

table.tokusho{
border:1px solid #333333;
border-collapse: collapse;
width:620px;
text-align: left;
margin:10px auto 10px auto;
}

table.tokusho td,th{
border:1px solid #333333;
padding: 7px;
line-height:1.4em;
}

table.tokusho th{
	border:1px solid #999999;
	padding: 7px;
	color: #eeeeee;
	background:#003399;
	font-weight:bold;
	vertical-align:text-top;
	
}

table.subscribe{
border: none;
border-collapse: collapse;
text-align: left;
margin:10px auto 10px auto;
}

table.subscribe td,th{
border:1px solid #333333;
padding: 7px;
line-height:1.4em;
}

table.subscribe th{
	border:1px solid #999999;
	padding: 7px;
	color: #eeeeee;
	background:#003399;
	font-weight:bold;
	vertical-align:text-top;
	
}

.go_top {
	text-align: right;
	font-size:80%;
	
}

.txt_link{
	margin:0 0 0 5px;
}

#products .text{
	width: 380px;
	margin:0;
}

#products h3{
	margin: 0 0 10px 0;
}

#products .group{
	width: 640px; 
	height:auto; 
	text-align: left; 
	clear:both; 
	margin:0 auto; 
	padding:20px 0 20px 0;
}

body#voice div#frame{
	background-image:url(img/bg_voice.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}

body#voice div.group{
	padding:4px;
	background-color:#FFF;
	filter: Alpha(opacity=80); /* IE系 */
  opacity:0.8; /* Mozzila系 */
}

body#voice h3{
	font-size: 110%;
	border-color:#8CC456;
	border-style:solid;
	border-width:0 0 0 8px;
	padding-left:8px;
	margin:4px;
}
.right {
	text-align: right;
	margin: 16px;
}

.voice_img{
	text-align:center;
	padding:8px;
}