@CHARSET "Shift_JIS";

*{
	font-size : 12px ;
	line-height : 1.6 ;
	box-sizing : border-box;
	-moz-box-sizing : border-box;
	line-height:2.0em;
}

input {
	left:300px;
	width:197px;
	height:25px;
	padding:2px;
}

a:link,
a:visited{
	color : black ;
	text-decoration : none ;
}
a:hover{
	text-decoration : underline ;
}

li a {
	padding: 1px 0px 1px;
	display: block;
	margin : 1px 0px 1px;
	list-style-type: disc;
}

ul#number li{
	list-style-type: decimal;
}

ul#default li{
	list-style-type: disc;
}

img{
	padding : 0 ; margin : 0 ;
	border : none ;
}
body{
	margin : 0 ; padding : 0 ;
	background : gray ;
}
body.normal{
	margin : 10 ; padding : 10 ;
	background : white ;
}
div.body{
	margin : 0 ;
	background : white ;
}
table.layout{
	margin : 0 ; padding : 0 ;
	border-collapse : collapse ;
	width : 100% ;
	height : 100% ;
}

h1{
/*タイトルロゴ囲い用……IE失敗のため保留*/
	display : inline ;
	vertical-align : bottom ;
	margin : 0 ; padding : 0 ;
	height : 54px ; line-height : 0 ;
}
table.layout tr.header td{
	line-height : 0 ;
	padding : 0 ;
	height : 54px ;
	background : url(../images/header_back.png) top left repeat-x ;
	vertical-align : bottom ;
}
table.layout tr.header td table{
	padding : 0 ; margin : 0 ;
	line-height : 0 ;
	width : 100% ;
	height : 54px ;
	vertical-align : bottom ;
	background : none ;
}
table.layout tr.header td table td{
	padding : 0 ; margin : 0 ;
	line-height : 0.5 ;
	text-align : left ;
	vertical-align : bottom ;
	background : none ;
}
table.layout tr.header td table td.tabs{
	line-height : 0 ;
	padding : 0 ; margin : 0 ;
	padding-right : 1em ;
	text-align : right ;
	vertical-align : bottom ;
	width : 800px ;
}
table.layout tr.subHeader td{
	padding : 0 ;
	padding-left : 1em ;
	height : 39px ;
	background : url(../images/subHeader_back.png) top left repeat-x ;
}

table.layout tr.subHeader td table{
	width : 100% ;
}
table.layout tr.subHeader td table td{
	padding : 0 ; margin : 0 ;
	background : none ; /*一応オフ*/
	font-size : 14px ;
	color : black ;
}
table.layout tr.subHeader td table td.searchButtonCell{
	width : 30px ;
}


table.layout tr.subHeader td a:link,
	table.layout tr.subHeader td a:visited{
	font-size : 14px ;
	color : #4c4c4c ;
	text-decoration : none ;
}
table.layout tr.subHeader td a:hover{
	color : #c33 ;
	text-decoration : underline ;
}

table.layout tr.main td{
	padding : 10px ; margin : 0 ;
	background : url(../images/content_back.png) top left repeat-x;
}
table.layout tr.main td table td{
	background : none ;
}

table.layout tr.main td p a{
	color : #009941 ;
	text-align : right ;
}

table.layout tr.footer td{
	padding : 0 ;
	padding-right : 1em ;
	text-align : right ;
	height : 43px ;
}

div#menu {
	width: 300px;
}

h2{
	font-size : 16px ;
	font-weight : normal ;
}

h3.font14b{
	font-size:14pt;
	font-weight: bold;
	color:green;
}

h4 {
    width: 100%;
    font-weight: bold;
    font-size: 1em;
    color: #000000;
    background-color: #ffffff;/*#8484ee;*/
  /*  border: 1px none #000000;/*#8888f8*/
  /*  border-top: 1px solid #000000;/*#ccccff*/
  /*  border-left: 1px solid #000000;/*#ccccff*/
  /*  border-right: 1px solid #000000;/*#666699*/
  /*  border-bottom: 1px solid #000000;/*#666699*/
    padding: 5px 3px 3px 0em;
}

h6.question a{
	width: 100%;
	text-align : left ;
	padding: 0.3em 10px; /* ボタンの厚みはここで調整 */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 12px;
	font-weight: bold;
	color: #009941;
	text-decoration: none;
	background-color: white;
}

h6.question a:hover {
	color: #009941;
	background-color: #ddd;
}

h6.question a:visited{
	color : #009999 ;
	text-decoration : none ;
}

div.answer {
	width: 100%;
	text-align : left ;
	display:none;
	padding: 0em 11px 1em
}

h1{
color:#709646;
	font-size : 16px ;
	height : 15px ;
}

.space15px{
	height:15px;
}

.box1{
	float:left;
	margin-right:20px;
	width:358px;
}
.box1top{
	background:url(../images/buyersInfo/payment.gif);
	width:358px;
	height:23px;
}

.box1btm{
	padding:0px 5px;
	width:358px;
	border-left:#B2AA87 solid 2px;
	border-bottom:#B2AA87 solid 2px;
	border-right:#B2AA87 solid 2px;
	margin-bottom:5px;
}

.box1btm img{
	margin:10px 0px 5px 0px;
	float:none;
}

.arrow_brown{
	background:url(../images/buyersInfo/brown.gif) left no-repeat;
	padding: 5px 0px 0px 12px;
}


.box2{
	padding:10px 10px 0px 10px;
	border:#B2AA87 dashed 1px;
	margin-bottom:10px;
}

.box3{
	padding:10px;
	border:#B2AA87 dashed 1px;
	margin-bottom:10px;
	width:700px;
}

.boxright{
	border-left:#B2AA87 dashed 1px;
	float:right;
	padding-left:10px;
	display:inline;
	margin-left:15px;
	font-size:90%;
	line-height:1.6em;
}

.left{
	float:left;
	width:300px;
}

.notice{
	font-size:90%;
	line-height:1.4em;
	margin-bottom:30px;
}

.green{
	font-weight:bold;
	color:#709646;
}
.space15px{
	height:15px;
}
.clear { 
	clear: both; 
	background: none;
	height:0px;
	font-size:1px;
}

em{
	display:none;
}



table.list{
font-size:70%;
width:100%;
border-collapse: collapse;
margin:10px 0px;
font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

table.list td.light{
background:#F3F2ED;
text-align:center;
padding: 3px 5px;
}

table.list td.white{
background:#FFFFFF;
text-align:center;
padding: 3px;
}

table.list th{
background-color:#C1BB9F;
color:#FFFFFF;
padding: 3px 5px;
}

.photoin{
margin-bottom:8px;
}

.photoin img{
float:right;
padding-left:15px;
}

.purple{
width:610px;
display:block;
float:left;
overflow:auto;
margin-bottom:15px;
}

.p_top{
width:610px;
background:url(../images/buyersInfo/purple_top.gif) no-repeat;
height:20px;
margin:0px;
padding:0px;
margin-bottom:-10px;
}
.p_center{
width:610px;
background:url(../images/buyersInfo/purple_center.gif) repeat-y;
display:block;
float:left;
margin:0px;
padding:0px;
}
.p_contents{
padding: 0px 20px;
}

.p_text{
font-size:90%;
padding-top:5px;
padding-left:10px;
line-height:1.6em;
padding-bottom:10px;
}

.p_btm{
width:610px;
height:10px;
background:url(../images/buyersInfo/purple_btm.gif) no-repeat;
display:block;
float:left;
margin:0px;
padding:0px;
}

.greenbox{
width:610px;
display:block;
float:left;
overflow:auto;
margin-bottom:15px;
}

.g_top{
width:610px;
background:url(../images/buyersInfo/green_top.gif) no-repeat;
height:20px;
margin:0px;
padding:0px;
margin-bottom:-10px;
}
.g_center{
width:610px;
background:url(../images/buyersInfo/green_center.gif) repeat-y;
display:block;
float:left;
margin:0px;
padding:0px;
}
.g_contents{
padding: 0px 20px;
}

.g_text{
font-size:90%;
padding-top:5px;
padding-left:10px;
padding-bottom:10px;
line-height:1.6em;
}
.g_text img{
vertical-align:middle;
margin-right:5px;
}

.g_btm{
width:610px;
height:10px;
background:url(../images/buyersInfo/green_btm.gif) no-repeat;
display:block;
float:left;
margin:0px;
padding:0px;
}

.dotline{
height:8px;
border-bottom:#B2AA87 dashed 1px;
}


/* 横並びli*/
ul#globalNavi {
 margin: 0;
 padding: 0;
 width: 1200px;/* 必ずwidthの設定をしてください */
}

ul#globalNavi::after {
 height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
}

ul#globalNavi li {
 margin: 0;
 padding: 0;
 float: left;
 width: 400px;
 line-height: 1;
 list-style-type: none;
}

ul#globalNavi li a {
 padding: 0.6em 10px; /* ボタンの厚みはここで調整 */
 display: block;
 position: relative;/* IE6でマウス反応領域がおかしいのをFix */
 font-size: 12px;
 color: #009941;
 text-align: left;
 text-decoration: none;
 background-color: white;
}

ul#globalNavi li a:hover {
 color: #009941;
 background-color: #ddd;
}

.seachfnt{
	font-size : 16px;
	font-weight: bold;
}