@charset "Shift_JIS";

* {
	margin:0;
	padding:0;
}

html {
	overflow-y:scroll; /* non-opera non-safari property */
}

hr {
	display: none;
	clear: both;
}

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

p {
	margin:0;
	padding:0;
}

table {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

th, td {
	margin:0;
	padding:0;
}


em {
	font-style: normal;
	font-weight: bold;
}


a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	background-color: #FFFFA3;
	text-decoration: none;
}

a:active {
	color: #FF6600;
	text-decoration: underline;
}


ul,ol {
	list-style-type:none;
}


body {
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 13px;
	background:  url(../img/bg.gif) #ffffff repeat-y center top;
	text-align: center;
	line-height: 145%;
}

div#container {
	margin: 0 auto;
	padding: 0;
	width: 769px;
}

div#menu {
	margin: 0;
	padding: 20px 0 0 0;
	width: 150px;
	float: left;
}


div#menu div.menuitem-top {
	padding: 2px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

div#menu div.menuitem {
	padding: 2px 0;
	border-bottom: 1px dotted #ccc;
}
div#footer {
	margin: 20px 0 0 0;
	padding: 0;
}

div#footer div.footermenu {
	margin: 10px 0;
	padding: 5px;
	text-align: right;
	font-size: 11px;
}


div#article {
	margin: 0 0 0 160px;
	padding: 0;
	width: 600px;
}


div#article div.article-right {
	margin: 0;
	padding: 0;
	width: 285px;
	float: left;
}


div#article div.article-left {
	margin: 0 0 0 295px;
	padding: 0;
	width: 298px;
}

div#article div.article-right div.toplogin {
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
}

div#article div.article-right div.kessaimethod img{
	padding: 0 0 20px 0;
}


div#article div.article-left div.infoarea{
	margin: 0 0 15px 0;
	padding: 0;
	width: 298px;
	background: url(../img/frcenter.gif) repeat-y center top;
}

div#article div.article-left div.infoarea-title{
	margin: 0;
	padding: 0;
}

div#article div.article-left div.infoarea-foot{
	margin: 0;
	padding: 0;
}

div#article div.article-left div.infoarea-disp {
	margin: 0;
	padding: 5px 0 0 10px;
	width:280px;
	height:126px;
	overflow:auto;
	text-align:left;
	font-size: 11px;
}

div#article div.article-left div.infoarea-company {
	margin: 0;
	padding: 0 5px;
	text-align:left;
	font-size: 11px;
}

div#article div.article-left div.infoarea-company b{
	margin: 0;
	padding: 0;
	color: #f60;
	font-weight: normal;
	padding: 2px 0 2px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	display: block;
}

div#article div.article-left div.infoarea-company p{
	margin: 0;
	font-size: 11px;
	padding: 2px 0 2px 10px;
	border-bottom: 1px solid #ccc;
}

div#article h1 {
	margin: 0 ;
	padding: 0;
}


/*    howto     */

div#article table.howtomenu {
	margin: 0 auto 15px auto;
	padding: 0 0 15px 0;
	width: 550px;
	border-bottom: 1px solid #ccc;
}

div#article table.howtomenu th {
	margin: 0;
	padding: 2px;
	text-align:left;
	color: #ff3300;
	font-size: 12px;
	font-weight: normal;
}

div#article table.howtomenu td {
	margin: 0;
	padding: 2px;
	font-size: 12px;
	text-align:left;
}


div#article #howtoarticle {
	margin: 10px auto ;
	padding: 0;
	width: 550px;
}

div#article #howtoarticle h2{
	margin: 10px 0 ;
	padding: 5px 10px;
	color:#333;
	background:#FFFFEE;
	font-size: 12px;
	text-align:left;
}

div#article #howtoarticle img.howtopict{
	margin: 0 10px 10px 0 ;
}


div#article #howtoarticle p{
	font-size: 12px;
	text-align:left;
	padding: 5px 10px;
}

div#article #howtoarticle p.itemp{
	border-bottom: 1px solid #ccc;
}


div#article #howtoarticle p.itemp strong{
	color:#f00;
}


div#article #howtoarticle div.footer{
	margin: 10px 0 ;
	padding: 5px 10px;
	color:#333;
	font-size: 11px;
	text-align:right;
}


/*    legal     */

div#article table.legalitem {
	margin: 0 auto 15px auto;
	padding: 0 0 15px 0;
	width: 550px;
}

div#article table.legalitem th {
	margin: 0 0 2px 0;
	padding: 5px 10px;
	text-align:left;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	background:#FFFFEE;
	border: 1px solid #ccc;
}

div#article table.legalitem td {
	margin: 0 0 2px 0;
	padding: 5px 10px;
	font-size: 12px;
	text-align:left;
	vertical-align: top;
	border: 1px solid #ccc;
}

/*    privacy     */

div#article #privacyitem {
	margin: 0 auto 15px auto;
	padding: 0 0 15px 0;
	width: 550px;
}

div#article #privacyitem h2{
	margin: 10px 0 ;
	padding: 5px 10px;
	color:#333;
	background:#FFFFEE;
	font-size: 12px;
	text-align:left;
}

div#article #privacyitem p{
	margin: 10px 0 ;
	padding: 5px 10px;
	color:#333;
	font-size: 12px;
	text-align:left;
}

div#article #privacyitem p.footer{
	text-align:right;
}

div#article #privacyitem ol{
	margin: 0 10px 0 40px;
	padding: 0;
	list-style-type: decimal;
	text-align:left;
	font-size: 12px;
}


div#article #privacyitem ol li{
	margin: 0 0 5px 0;
	color:#333;
}


div#article #privacyitem ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:left;
	font-size: 12px;
}

div#article #privacyitem ul.discitem{
	list-style-type: disc;
	margin: 0 10px 0 30px;
}


div#article #privacyitem ul li{
	margin: 0 0 5px 0;
	padding: 0;
	color:#333;
}

div#article #privacyitem div.subtitle {
	margin: 10px 0 ;
	padding: 5px 10px;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
}









.ublarge { font-size: 16px; font-weight: bold;line-height: 115%;}
.ubbig { font-size: 20px; font-weight: bold;line-height: 115%;}

.w250blarge { font-size: 16px; font-weight: bold; width: 250px; background-color: #fffff5;}
.dnnormal { font-size: 12px; font-weight: normal;line-height: 145%;}
.dbnormal { font-size: 12px; font-weight: bold;line-height: 145%;}

.dnsmall { font-size: 10px; font-weight: normal;line-height: 145%;}
.dbsmall { font-size: 10px; font-weight: bold;line-height: 145%;}


.w100nsmall { font-size: 11px; font-weight: normal; width: 100px; background-color: #FFFFFF;}
.w100nnormal { font-size: 12px; font-weight: normal; width: 100px; background-color: #FFFFFF;}
.w100nlarge { font-size: 16px; font-weight: normal; width: 100px; background-color: #FFFFFF;}
.w100nbig { font-size: 20px; font-weight: normal; width: 100px; background-color: #FFFFFF;}
.w100bsmall { font-size: 11px; font-weight: bold; width: 100px; background-color: #FFFFFF;}
.w100bnormal { font-size: 12px; font-weight: bold; width: 100px; background-color: #FFFFFF;}
.w100blarge { font-size: 16px; font-weight: bold; width: 100px; background-color: #FFFFFF;}
.w100bbig { font-size: 20px; font-weight: bold; width: 100px; background-color: #FFFFFF;}

.w200nsmall { font-size: 11px; font-weight: normal; width: 200px; background-color: #FFFFFF;}
.w200nnormal { font-size: 12px; font-weight: normal; width: 200px; background-color: #FFFFFF;}
.w200nlarge { font-size: 16px; font-weight: normal; width: 200px; background-color: #FFFFFF;}
.w200nbig { font-size: 20px; font-weight: normal; width: 200px; background-color: #FFFFFF;}
.w200bsmall { font-size: 11px; font-weight: bold; width: 200px; background-color: #FFFFFF;}
.w200bnormal { font-size: 12px; font-weight: bold; width: 200px; background-color: #FFFFFF;}
.w200blarge { font-size: 16px; font-weight: bold; width: 200px; background-color: #FFFFFF;}
.w200bbig { font-size: 20px; font-weight: bold; width: 200px; background-color: #FFFFFF;}

.w300nsmall { font-size: 11px; font-weight: normal; width: 300px; background-color: #FFFFFF;}
.w300nnormal { font-size: 12px; font-weight: normal; width: 300px; background-color: #FFFFFF;}
.w300nlarge { font-size: 16px; font-weight: normal; width: 300px; background-color: #FFFFFF;}
.w300nbig { font-size: 20px; font-weight: normal; width: 300px; background-color: #FFFFFF;}
.w300bsmall { font-size: 11px; font-weight: bold; width: 300px; background-color: #FFFFFF;}
.w300bnormal { font-size: 12px; font-weight: bold; width: 300px; background-color: #FFFFFF;}
.w300blarge { font-size: 16px; font-weight: bold; width: 300px; background-color: #FFFFFF;}
.w300bbig { font-size: 20px; font-weight: bold; width: 300px; background-color: #FFFFFF;}

.w050nsmall { font-size: 11px; font-weight: normal; width: 50px; background-color: #FFFFFF;}
.w050nnormal { font-size: 12px; font-weight: normal; width: 50px; background-color: #FFFFFF;}
.w050nlarge { font-size: 16px; font-weight: normal; width: 50px; background-color: #FFFFFF;}
.w050nbig { font-size: 20px; font-weight: normal; width: 50px; background-color: #FFFFFF;}
.w050bsmall { font-size: 11px; font-weight: bold; width: 50px; background-color: #FFFFFF;}
.w050bnormal { font-size: 12px; font-weight: bold; width: 50px; background-color: #FFFFFF;}
.w050blarge { font-size: 16px; font-weight: bold; width: 50px; background-color: #FFFFFF;}
.w050bbig { font-size: 20px; font-weight: bold; width: 50px; background-color: #FFFFFF;}

.w000nsmall { font-size: 11px; font-weight: normal; background-color: #FFFFFF;}
.w000nnormal { font-size: 12px; font-weight: normal; background-color: #FFFFFF;}
.w000nlarge { font-size: 16px; font-weight: normal; background-color: #FFFFFF;}
.w000nbig { font-size: 20px; font-weight: normal; background-color: #FFFFFF;}
.w000bsmall { font-size: 11px; font-weight: bold; background-color: #FFFFFF;}
.w000bnormal { font-size: 12px; font-weight: bold; background-color: #FFFFFF;}
.w000blarge { font-size: 16px; font-weight: bold; background-color: #FFFFFF;}
.w000bbig { font-size: 20px; font-weight: bold; background-color: #FFFFFF;}

.w100pnsmall { font-size: 11px; font-weight: normal; width: 100%; background-color: #FFFFFF;}
.w100pnnormal { font-size: 12px; font-weight: normal; width: 100%; background-color: #FFFFFF;}
.w100pnlarge { font-size: 16px; font-weight: normal; width: 100%; background-color: #FFFFFF;}
.w100pnbig { font-size: 20px; font-weight: normal; width: 100%; background-color: #FFFFFF;}
.w100pbsmall { font-size: 11px; font-weight: bold; width: 100%; background-color: #FFFFFF;}
.w100pbnormal { font-size: 12px; font-weight: bold; width: 100%; background-color: #FFFFFF;}
.w100pblarge { font-size: 16px; font-weight: bold; width: 100%; background-color: #FFFFFF;}
.w100pbbig { font-size: 20px; font-weight: bold; width: 100%; background-color: #FFFFFF;}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 40px 0px 40px 0px;
	clear: none;
	float: none;
	padding: 4px;
	line-height: 120%;
}

form {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
}

td {font-size: 12px; line-height: 145%;}
p {font-size: 12px; }
.mailformwidth{;}
.mailbtnwidth{width:250px;margin: 40px 0px 40px 0px;}
.calendartablewidth{width:550px;}
.calendartd{width:14%;height:60px;font-size: 12px;}
.calendarspday{font-size: 10px;color: #ff6600;}

table.mailformwidth  {
	margin: 0 auto;
	padding: 0;
	width:550px;
	text-align:left;
}

table.mailformwidth  th{
	margin: 0;
	padding: 0;
}

table.mailformwidth  td{
	margin: 0;
	padding: 0;
}

table.mailformwidth table th {
	margin: 0;
	padding: 5px 10px;
	text-align:left;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	background:#FFFFEE;
}

table.mailformwidth  table  td {
	margin: 0;
	padding: 5px 10px;
	font-size: 12px;
	text-align:left;
	vertical-align: top;
}



/*5:other
=================================*/
/*.clear
---------------------------------*/
.clear:after{
	content:".";
	display:block;
	height:0;
	line-height: 0;
	font-size: 0;
	clear:both;
	visibility:hidden;
}

.clear{
	display: inline-block;
}

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



/* FireFox—psup’²®CSS */
*>/**/sup { vertical-align: text-top; line-height: 4px; }
/* FireFox—psup’²®CSS */



