﻿@charset "utf-8";

/***********************************************/
/* Υ롡                            */
/***********************************************/
html {
	height: 100%;
}
body {
	height: 100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color:#FFF;
}

hr {
	background-color: #003399;
	height: 1px;
	border: none;
	margin: 3px;
	padding: 0px;
	text-align:center;
}
form { 
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
*html img {
	vertical-align:bottom;
}

/***********************************************/
/* ᥤ쥤                            */
/***********************************************/

#main {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image:url(/img/gnavi.gif);
	background-repeat:no-repeat;
	height:50px;
	clear:both;
}

#header_est {
	background-image:url(/img/gnavi_est.gif);
	background-repeat:no-repeat;
	height:50px;
	clear:both;
}

#nv_l {
	width:175px;
	height: 100%;
	float:left;
	margin-top:5px;
}
#nv_l_est {
	width:175px;
	height: 100%;
	float:left;
	margin-top:5px;
}

#contents {
	width: 815px;
	float: right;
	padding: 0;
	margin-top:5px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	clear:both;
	padding:10px 0 10px 0;
	line-height:16px;
}

/***********************************************/
/* ALIGN                                       */
/***********************************************/
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/***********************************************/
/* LINK                                        */
/***********************************************/
a{
	color: #0066CC;
	text-decoration: none;
}
a:active {
	color: #000099;
}
a:visited{
	color: #006699;
}
a:hover{
	color: #0000FF;
	text-decoration:underline;
}

a.black {
	color:#000;
}
a.black:active {
	color:#000;
}


a.white {
	color:#FFF;
}
a.white:active {
	color:#FFF;
}

/***********************************************/
/* header_top                                  */
/***********************************************/
#header_top{
	width: 130px;
	height:50px;
	float:left;
}

/***********************************************/
/* headerlink                                  */
/***********************************************/
#header_link{
	width: 500px;
	height:50px;
	float:left;
	text-align: left;
	margin: 12px 0 0 0;
	padding:0 0 0 20px;
	font-size:14px;
	font-weight:bold;
}

#header_link ul {
	padding-left: 0px;
	margin: 5px 0 5px 0px;
	list-style-type: none;
}

#header_link li {
	display: inline;
	float:left;
	padding-right:15px;
}

#header_link a{
	color: #FFF;
	text-decoration: none;
}

#header_link a:active {
	color: #FFF;
}

#header_link a:visited{
	color: #FFF;
}

/***********************************************/
/* header_top                                  */
/***********************************************/
#header_trader{
	width: 120px;
	height:50px;
	float:left;
}

/***********************************************/
/* headerlink_sub                              */
/***********************************************/
#headerlink_sub{
	text-align: right;
	float: right;
	font-size:12px;
	margin: 5px;
}
#headerlink_sub ul {
	margin: 0; padding: 0; 
	list-style-type: none;
	margin-right:3px;
}
#headerlink_sub li {
	margin: 0; padding: 0; 
	list-style-type: none;
	display: inline;
	float:right;
}

/***********************************************/
/* footerlink                                  */
/***********************************************/
#footerlink{
	margin-top: 20px;
	width: 100%;
	height:30px;
	text-align: center;
	padding:0;
	font-size:14px;
	border-top: 1px #999 solid;
	background-color: #CCC;
}
#footerlink ul {
	padding-left: 0px;
	margin: 8px 0 5px 0;
	list-style-type: none;
}
#footerlink li {
	display: inline;
	padding:5px;
}

/***********************************************/
/* leftvavi_ul                                 */
/***********************************************/
#nv_l ul {
	width: 173px;
	padding-left: 0px;
	margin: 0 0 10px 0;
	list-style-type: none;
	font-size:12px;
	font-weight:bold;
	border-bottom: 1px #CC0000 solid;
}
#nv_l li {
	background-image:url(/img/nv/nv_l_li.gif);
	background-repeat:no-repeat;
	padding:10px 0 0 33px;
	margin-left:0;
	height:21px;
}

/***********************************************/
/* leftvavi_ul_est                             */
/***********************************************/
#nv_l_est ul {
	padding-left: 0px;
	margin: 0 0 10px 0;
	list-style-type: none;
	font-size:12px;
	font-weight:bold;
	border-bottom: 1px #2f5db5 solid;
}
#nv_l_est li {
	background-image:url(/img/nv/nv_l_li_est.gif);
	background-repeat:no-repeat;
	padding:10px 0 0 33px;
	margin-left:0;
	height:21px;
}

/***********************************************/
/* INFORMATION                                 */
/***********************************************/
#shopinfo_box{
	width:795px;
	height:500px;
	background-image:url(/img/bg_shopinfo.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	font-size:12px;
	padding:40px 10px;
}

.shopinfo{
	width:255px;
	float:left;
	line-height:16px;
	vertical-align:top;
	margin:0 0 0 10px;
}

.shopinfo_index{
	width:250px;
	font-weight:bold;
	border-bottom: 1px #999 dashed;
	padding-bottom:2px;
	margin:0 0 5px 0;
	font-size:15px;
}

.shopinfo_p{
	padding:0;
	margin-left:10px;
}

.shopinfo_box{
	width:210px;
	border: 1px #999 solid;
	background-color:#FFFFCC;
	padding:5px;
	margin-left:10px;
	margin-bottom:3px;
}

/***********************************************/
/*  TABLE                                      */
/***********************************************/

/* spec */
table.PN01 {
	width:100%;
	border-spacing: 0px;
	font-size:12px;
	line-height:18px;
	margin-top:5px;
}
table.PN01 th, table.PN01 td {
	border-width: 1px;
	border-style: solid;
	border-color: #E9E9E9 #BFBFBF #BFBFBF #E9E9E9;
	padding: 4px 4px 4px 8px;
	text-align: left;
	font-weight:normal;
}

table.PN01 th {
	background-image: url(/img/bg_gray20.png);
	background-repeat: repeat;
}
table.PN01 td {
	background-image: url(/img/bg_green20.png);
	background-repeat: repeat;
}

/* publicity */
table.PN02 {
	border-spacing: 0px;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	line-height:16px;
	
}
table.PN02 th, table.PN02 td {
	border-width: 1px;
	border-style: solid;
	border-color: #E9E9E9 #BFBFBF #BFBFBF #E9E9E9;
	padding: 6px;
	text-align: left;
}
table.PN02 thead th {
	background-image: url(/img/bg_2.png);
	background-repeat: repeat;
}
table.PN02 tbody th {
	border-color: #ffffcc #aca866 #aca866 #ffffcc;
	background-color: #eceaa8;
}
table.PN02 td {
	background-image: url(/img/bg_3.png);
	background-repeat: repeat;
}


/* mc*/
table.PN03{
	width:800px;
    	border-top:1px solid #C56431;
    	border-left:1px solid #C56431;
    	border-collapse:collapse;
   	border-spacing:0;
   	background-color:#ffffff;
    	empty-cells:show;
}
.PN03 th{
    	border-right:1px solid #C56431;
    	border-bottom:1px solid #C56431;
    	color:#330000;
    	background-color:#FFE6CD;
    	padding:5px;
    	text-align:center;
}
.PN03 td{
    	border-right:1px solid #C56431;
    	border-bottom:1px solid #C56431;
    	padding:5px;
}

table.PN04{
	width:100%;
    	border-top:1px solid #CCCCCC;
    	border-left:1px solid #CCCCCC;
    	border-collapse:collapse;
   	border-spacing:0;
   	background-color:#ffffff;
    	empty-cells:show;
}
.PN04 th{
    	border-right:1px solid #CCCCCC;
    	border-bottom:1px solid #CCCCCC;
    	color:#330000;
    	background-color:#FFE6CD;
    	padding:5px;
    	text-align:center;
}
.PN04 td{
    	border-right:1px solid #CCCCCC;
    	border-bottom:1px solid #CCCCCC;
    	padding:5px;
}



table.PN05{
	width:100%;
	empty-cells:show;
	font-size:14px;
	line-height:18px;
}
.PN05 th{
	padding:5px;
	text-align:right;
	font-weight:normal;
	border-right:3px solid #CCCCCC;
}
.PN05 td{
	padding:5px;
}

ul.PN05{
	margin-left:0;

}

table.PN06 {
	width:500px;
	border-spacing: 0px;
	font-size:12px;
	line-height:18px;
	margin-top:5px;
}
table.PN06 th, table.PN06 td {
	border-width: 1px;
	border-style: solid;
	border-color: #E9E9E9 #BFBFBF #BFBFBF #E9E9E9;
	padding: 4px 4px 4px 8px;
	text-align: left;
	font-weight:normal;
}

table.PN06 th {
	background-image: url(/img/bg_gray20.png);
	background-repeat: repeat;
}
table.PN06 td {
	background-image: url(/img/bg_green20.png);
	background-repeat: repeat;
}

table.PN07{
	border-top:1px solid #C56431;
	border-left:1px solid #C56431;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin-left:20px;
	line-height:16px;
}
.PN07 th{
    	border-right:1px solid #C56431;
    	border-bottom:1px solid #C56431;
    	color:#330000;
    	background-color:#FFE6CD;
    	padding:5px;
    	text-align:center;
}
.PN07 td{
    	border-right:1px solid #C56431;
    	border-bottom:1px solid #C56431;
    	padding:5px;
}


table.PN08{
		width:100%;
		border-top:1px solid #CCCCCC;
		border-left:1px solid #CCCCCC;
		border-collapse:collapse;
		border-spacing:0;
		background-color:#ffffff;
		empty-cells:show;
		line-height:16px;
		font-size:13px;
}
.PN08 th{
    	border-right:1px solid #CCCCCC;
    	border-bottom:1px solid #CCCCCC;
    	color:#330000;
    	background-color:#FFE6CD;
    	padding:5px;
    	text-align:center;
}
.PN08 td{
    	border-right:1px solid #CCCCCC;
    	border-bottom:1px solid #CCCCCC;
    	padding:5px;
	    text-align:center;
}

table.company01{
	width:100%;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	font-size:14px;
}
.company01 th{
    	border-right:1px solid #CCCCCC;
    	border-bottom:1px solid #CCCCCC;
    	color:#000000;
    	background-color:#EEE;
    	padding:10px;
    	text-align:center;
}
.company01 td{
    	border-right:1px solid #CCCCCC;
    	border-bottom:1px solid #CCCCCC;
    	padding:10px;
}

table.company02{
	width:100%;
    	border-collapse:collapse;
   	border-spacing:0;
   	background-color:#ffffff;
    	empty-cells:show;
	font-size:14px;
}

/***********************************************/
/* OTHER                                       */
/***********************************************/

.go_top {
	font-size:12px;
	text-align: right;
	padding: 5px 0px 5px 0;
	clear: both;
}

.go_spec {
	font-size:12px;
	text-align: left;
	border-top: 1px #000 solid;
	padding:10px 0 0 0;
	margin-left:10px;
	line-height:18px;
	clear: both;
}

.view_sw {
	width:775px;
	background-image: url(/img/bg_4.png);
	background-repeat: repeat;
	float:left;
	margin: 0;
	padding: 5px 5px 0px 0;
}
#pankuzu {
	width:100%;
	float:left;
	padding: 5px 0 10px 0;
	clear:both;
}

/***********************************************/
/*                                             */
/***********************************************/

#recom_box{
	width:660px;
	float:left;
}

#recom_box_up{
	height:21px;
	padding:9px 0 0 20px;
	background-image:url(/img/bg_recom_box_up.png);
	background-repeat:no-repeat;
}

#recom_box_mid{
	background-image:url(/img/bg_recom_box_mid.png);
	background-repeat:repeat;
}

#recom_box_bot{
	height:10px;
	background-image:url(/img/bg_recom_box_bot.png);
	background-repeat:no-repeat;
}

.recom_box_s{
	width:130px;
	text-align:center;
	line-height:1.2em;
	float:left;
	margin:5px 0 0 0;
}

img.recom_box_s{
	float:left;
	margin-left:15px;
}

/*//////////////////////////////////////////////////*/
/*// ログインフォーム　　　　　                   //*/
/*//////////////////////////////////////////////////*/

table.login {
	width: 600px;
	padding:10px;
	border: solid 1px #CCCCCC;
	font-size: 14px;
	text-align:center;
	margin-top:20px;
}
table.login th {
	padding: 7px 0px 7px 10px;
	text-align:right;
	width:200px;
}
table.login td {
	padding: 7px 0px 7px 10px;
	text-align:left;
}
table.login tr td ul li,table.login tr td ul,table.login tr td ol,table.login tr td ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
input.login {
	width: 200px;
	padding:3px;
	font-size:14px;
}
.login_submit {
	width:120px;
	padding:5px;
	font-size:15px;
	font-weight:bold;
}

#logindis{
	width:790px;
	padding:10px;
	border: solid 2px #e02323;
	background-image:url(/img/bg_blue20_w10h10.gif);
	background-repeat:repeat;
	margin:0 0 10px 0px;
	font-size:18px;
	font-weight:bold;
	color:#e02323;
}