@charset "Shift_JIS";

/* ------------------------------
	1.GENERAL
	2.HEADER
	3.CATEGORY MENU
	4.FOOTER
------------------------------ */


/* ----- GENERAL ----- */

form, body, ul, ol, li, p {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	background: url("../img/base_bg1.gif") repeat-y center #333333;
}

td, th { font-size: 12px; color: #000000; }
img { border: 0; }
strong { font-weight: bold; }
ul li { list-style: none; }

a:link    { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:active  { color: #000000; text-decoration: underline; }
a:hover   { color: #000000; text-decoration: underline; }

a.color1:link    { color: #FF0000; text-decoration: none; }
a.color1:visited { color: #FF0000; text-decoration: none; }
a.color1:active  { color: #FF0000; text-decoration: underline; }
a.color1:hover   { color: #FF0000; text-decoration: underline; }

#content {
	background: url("../img/base_bg2.gif") repeat-y 0 1px;
	width: 742px;
}

#mainbg {
	background: url("../img/bg_main.jpg") no-repeat 0 1px;
	padding-bottom: 20px;
	width: 742px;
}

#mainbg2 {
	background: url("../img/bg_main2.jpg") no-repeat;
	margin-top: 5px;
	padding: 11px;
	width: 536px;
}

.kuzu {
	font-size: 10px;
	color: #333333;
	height: 25px;
	padding: 6px 0 0 15px;

}
.kuzu a:link { text-decoration: none; color: #000000; }
.kuzu a:visited { text-decoration: none; color: #000000; }
.kuzu a:active { text-decoration: underline; color: #000000; }
.kuzu a:hover { text-decoration: underline; color: #000000; }


/* ----- HEADER ----- */

#header .head {
	background: url("../../img/h_bg2.gif") no-repeat top right #FFFFFF;
	width: 742px;
	height: 64px;
}
#home #header .head {
	background: url("../../img/h_bg2.gif") no-repeat top right #FFFFFF;
	width: 742px;
	height: 64px;
}

#header .logo { margin: 11px 0 4px 10px; }

#header .login { padding: 0 10px 5px 0; }
#header .login img {
	margin-left: 5px;
	vertical-align: middle;
}
#header .login input.text {
	border: 1px solid #000000;
	width: 170px;
	margin-right: 2px;
	vertical-align: middle;
}
#header .login input.text2 {
	border: 1px solid #000000;
	width: 70px;
	margin-right: 2px;
	vertical-align: middle;
}
#header .login input.loginbtn { vertical-align: middle; }

#header .btn { margin: 0 10px 3px 0; }
#header .btn2 { margin-bottom: 5px; }

#header #gnbtn {
	border-width: 1px 0;
	border-style: solid;
	border-color: #000000;
	padding: 2px 0;
	width: 750px;
}


	#header #rate {            /*■レートテーブル追加(200804)*/
	border-width: 1px 0;
	border-style: solid;
	border-color: #000000;
	padding: 2px 0;
	width: 750px;
}
#header .rate td {
/*
    border-width: 0 0 0 1px;
    border-left-style: dotted;
    border-color: #ffffff;
	padding: 5px 5px;
	*/
    background: #CC0000; 
    font-size: 17px; 
	color: #ffffff;
    }
#header .rate .left_border {
    border-left: 1px solid #ffffff;
    /*vertical-align: top;*/
    padding: 0px 5px 0px 10px;
    /*
    table-layout: fixed;
    */
   	/*height: 28px;*/
	font-size:11px;
	line-height: 100%;
}



/* ----- MENU CATEGORY ----- */

#menu .title { margin-top: 25px; }
#menu .st { margin: 10px 0 0 14px; }
#menu .category {
	margin-left: 20px;
}
#menu .category td.list {
	padding: 1px 10px;
	background: #000000;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1.3em;
}
#menu .category td.list a:link { text-decoration: none; color: #FFFFFF; }
#menu .category td.list a:visited { text-decoration: none; color: #FFFFFF; }
#menu .category td.list a:active { text-decoration: underline; color: #FFFFFF; }
#menu .category td.list a:hover { text-decoration: underline; color: #FFFFFF; }

#menu .category td.list ul li {
	padding-left: 9px;
	background: url("../img/arrow_wh.gif") no-repeat 0 6px;
}


/* ----- FOOTER ----- */

#footer #pagetop {
	border-width: 1px 0;
	border-style: solid;
	border-color: #000000;
	padding: 2px 0;
	width: 750px;
}
#footer #pagetop table { background: #000000; }
#footer #pagetop img { margin-right: 10px; }

#footer .copyright {
	background: url("../img/f_bg.gif") no-repeat top #FFFFFF;
	padding: 10px 8px 20px 0;
	font-size: 10px; 
	color: #333333;
}

