@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/new_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/new_base_bg2_2.gif") repeat-y 0 1px;*/
	width: 1000px;
}
/*#background {*/
	/*background: url("../img/new_bg_main.jpg")repeat-y 0 1px;*/
	/*width: 1000px;
}*/

#background {
	/*background: url("../img/new_bg_main_2.jpg") no-repeat 0 1px;*/
	/*padding-bottom: 20px;*/
	width: 1000px;
}
#background_top {
	/*background: url("../img/new_bg_main_top2.jpg") no-repeat 0 1px;*/
	/*padding-bottom: 20px;*/
	width: 1000px;
}
#mainbg2 {
	/* 20100326 modify
	background: url("../img/bg_main2.jpg") no-repeat;
	*/
	margin-top: 5px;
	padding: 11px;
	width: 536px;
}

.kuzu {
	font-size: 12px;
	color: #333333;
	height: 25px;
	padding: 6px 0 0 15px;
	text-align:left;
	/*width: 1000px;*/
	width: 980px;
	margin-bottom: 10px;
}
.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_bg3.gif") no-repeat top right #FFFFFF;*/
	width: 1000px;
	height: 90px;
}
#home #header .head {
	/*background: url("../../img/h_bg3.gif") no-repeat top right #FFFFFF;*/
	width: 1000px;
	height: 90px;
}

#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: 1000px;
}

/*■レートテーブル追加(200804)*/
#header #rate {
	border-width: 1px 0;
	border-style: solid;
	border-color: #000000;
	padding: 2px 0;
	width: 1000px;
}
#header .rate td {
	/*
    border-width: 0 0 0 1px;
    border-left-style: dotted;
    border-color: #ffffff;
	padding: 5px 5px;
	*/
    background: #333333;
	font-size: 12px;
	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%;
}

.left_border a:link { color:#FFF }
.left_border a:visited { color:#ccc }
.left_border a:hover { color:#FFF }
.left_border a:active { color:#FFF }

/* ----- 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 {
	/* 20100326 modify
	border-width: 1px 0;
	border-style: solid;
	border-color: #000000;
	*/
	padding: 2px 0;
	width: 1000px;
}
#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 10px 20px 10px;
	margin: 0px auto;
	width: 980px;
	font-size: 10px; 
	color: #333333;
}

