/*-----------------------------------------------
    Browser Reset
-----------------------------------------------*/
body {
    margin:0;
    padding:0;
	color: #0D0D0D;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	background: url(../img/menu_bg.jpg);
	background-position: center;
}

h1,h2,h3,h4,h5,h6,pre,address,em,strong,th,ins {
    font-size:100%;
    font-style:normal;
}

h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p,img {
    margin:0;
    padding:0;
}

table {
    border-collapse:collapse;
    border:0;
}

th {
    text-align:left;
}

input,select,textarea {
    vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
}

img {
    border:0;
}

ins, a {
    text-decoration:none;
}

ul {
    list-style:none;
}

br {
    letter-spacing: 0;
}

a{
	color: #D54E04;
}

a:hover{
	color: #FF9900;
	text-decoration:underline;
}

/*-----------------------------------------------
    Centering
-----------------------------------------------*/

#wrapper{
	width: 100%;
	text-align: center;
}

#container{
	width: 780px;
	margin: auto;
	text-align: left;
	padding-top: 20px;
}

/*-----------------------------------------------
    Header
-----------------------------------------------*/

#lang{
	width: 780px;
	height:30px;
	margin-top: 5px;
	text-align: right;
}

#navi{
	width: 780px;
	height:52px;
	margin-top: 0px;
	font-size: 14px;
}

#navi ul{
	width: 780px;
	height:47px;
	list-style: none;
	float: inherit;
	background: #660000 url(../img/menu_background.gif) repeat-x bottom;
}

#navi ul li{
	height:44px;
	float: left;
	position: relative;
	left: 56px;
	top: 17px;
	padding-left: 16px;
	padding-right: 16px;
}

#navi ul li a{
	color: #FFFFFF;
}

#navi ul li a:hover{
	text-decoration: underline;
}

#navi ul li img{
	position: relative;
	top: -9px;
}

/*-----------------------------------------------
    Contents
-----------------------------------------------*/

#contents{
	width: 780px;
	overflow: auto;
}

/*-----------------------------------------------
    Sidebar
-----------------------------------------------*/

#sidebar, #sidebar2{
	width: 200px;
	float:left;
	background: url(../img/h1.gif) repeat-x;
	padding-top: 30px;
	padding-bottom: 10px;
}

#login_top{
	width: 180px;
	position: relative;
	left: 10px;
	margin-bottom:16px;
}

#login{
	width: 180px;
	position: relative;
	left: 10px;
	margin-bottom:5px;
}

#login a{
	display: block;
	position:relative;
	text-align: center;
	width: 180px;
	height: 20px;
	color:#000000;
	background: #999999;
	background-image:url(../img/button_back1.gif);
	margin-top: 2px;
	line-height: 1.5;
}

#login a:hover {
	color: #660000;
	background-image:url(../img/button_back2.gif);
}

/*-----------------------------------------------
    Sidebar #news
-----------------------------------------------*/

#news{
	width: 180px;
	padding: 0;
	margin: 0 0 0 10px;
	color: #222255;
	
}
#news .contents{
	height: 190px;
	background-color: #B1D7D0;
	background-image: url(../img/news_back2_02.gif);
}

#news h1{
	position: relative;
	left: 10px;
	width: 160px;
	font-size: 14px;
	color: #295049;
	text-align: center;
}

#news h2{
	position: relative;
	left: 10px;
	width: 160px;
	margin-top: 6px;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #295049;
	color: #295049;
}

#news p{
	position: relative;
	left: 16px;
	width: 148px;
}

#news a{
	color: #222255;
	text-decoration:underline;
}

#news a:hover{
	color: #ffffff;
	text-decoration:underline;
}

/*-----------------------------------------------
    Sidebar #ad, #ad2
-----------------------------------------------*/

#ad{
	width: 180px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#ad p{
	margin-bottom: 8px;
}

#adv{
	width: 180px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#adv p{
	margin-bottom: 8px;
}

/*-----------------------------------------------
    Sidebar #submenu
-----------------------------------------------*/

#submenu{
	width: 180px;
	position: relative;
	left: 10px;
}

#submenu ul li.sub_index{
	display: block;
	width: 180px;
	color:#000000;
	background-image:url(../img/button_back1.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-bottom: 8px;
	line-height: 1;
	background-position: top;
	padding-top: 4px;
}

/*　サイドバーのSubmenu　*/

#submenu ul li ul.sub_link{
	margin-top: 10px;
	width: 160px;
	background-color: #AFD5CF;
	background-image: url(../img/news_back2_04.gif);
	background-position: center;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d1e8df;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #359F8F;
}

#submenu ul li ul.sub_link li{
	display: block;
	padding: 6px 10px 6px 6px;
	font-size: 11px;
	text-align: left;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d1e8df;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #359F8F;
}

#submenu ul li ul.sub_link a{
	display: block;
	color: #222255;
}


#submenu ul li ul.sub_link li a:hover{
	background-image: url(../img/transparent_blue.gif);
	background-repeat: repeat;
	color: #FFFFFF;
}

/*-----------------------------------------------
    Main
-----------------------------------------------*/

#main{
	width: 580px;
	float:left;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align:center;
	background: url(../img/h1.gif) repeat-x;
	font-size: 12px;
	line-height: 1.5;
}

#main_center{
	width: 550px;
	margin:auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}


#main h1{
	padding: 10px; 
	background-image: url(../img/h1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#main h2{
	background-color: #FFFFFF;
	color: #333300;
	background-image: url(../img/h2.gif);
	background-repeat: no-repeat;
	height: 50px;
	position:relative;
	margin-top: 20px;
	padding-left: 130px;
	padding-top: 2px;
	font-size: 16px;
}

#main h2 a{
	color: #333300;
}

#main h2 span{
  background: url(../img/gradient/gradient-glossy.png) repeat-x;
  position: absolute;
  display: block;
  width: 420px;
  height: 31px;
}

#main h3{
	padding: 10px;
	line-height: 0.1;
	background-color: #F6F6F6;
}

#main p{
	padding: 10px;
	background-image:url(../img/stripe.gif);
}
#main p.box{
	margin: 10px 30px;
	padding: 10px;
	border: 1px solid #999999;
	background-image:none;
}

#main form{
	padding: 10px;
}

#main table{
	margin: 10px;
}

#main .contact{
	width: 500px;
}

#main li{
	margin-left: 25px;
	list-style-position:outside;
	list-style-type: disc;
	padding: 5px 0 5px 0 ;
	background: url(../img/stripe.gif);
}

#main table#sp_rank{
    border: 1px  #333333 solid;
    border-spacing: 0;
    background: #FFFFFF;
}

#main #sp_rank th {
    padding: 5px;
    border: #333333 solid;
    border-width: 0 0 1px 1px;
    background: #CC3300;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

#main #sp_rank td {
    padding: 5px;
    border-style: solid;
	border-width: 1px;
    border-color: #333333;
    color: #1A4444;
}

#main ul li{
	list-style-image: url(../img/list-style-img.gif);
}

#main ol{
	background-image: url(../img/stripe.gif);
}

#main ol li{
	list-style-type: decimal;
	background-image: none;
}

/*-----------------------------------------------
    Footer
-----------------------------------------------*/

#footer{
	width: 780px;
	clear: both;
	background: url(../img/h1.gif) repeat-x bottom;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-top: #CCCCCC 1px solid;
	font-size: 10px;
}

#footer ul{
	font-size: 14px;
	width: 780px;
	list-style: none;
	margin-left: 90px;
}
#footer ul li{
	float: left;
	top: 17px;
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 8px;
}

#footer address{
	clear: both;
	margin-top: 8px;
	padding-top: 8px;
	border-top: #CCCCCC 1px solid;
	font-size: 10px;
	color: #333333;
}

#footer .copyright{
	margin-top: 10px;
	padding-top: 6px;
	border-top: #CCCCCC 1px solid;
	clear: both;
	color: #333333;
}


/*-----------------------------------------------
    Kadomaru
-----------------------------------------------*/
.kadomaruhead_view{
	width:575px;
	font-size:1px;
	background:url(../img/curve/kadomaru_righthead.gif) top right no-repeat;
}

.kadomarubody2_view{
	width: 568px;
	height: 190px;
	position: relative;
	left:7px;
	right:7px;
	background:url(../img/curve/kadomaru_rightmiddle.gif) top right repeat-y;
	min-height:22px;
}

.kadomarubottom_view{
	clear:both;
	font-size:1px;
	width:575px;
	height:7px;
	background:url(../img/curve/kadomaru_rightbottom.gif) bottom right no-repeat;
}

.kadomaruhead_view div{
	font-size:1px;
	height:7px;
	background:url(../img/curve/kadomaru_lefthead.gif) top left no-repeat;
}
.kadomarubody_view{
	background:url(../img/curve/kadomaru_leftmiddle.gif) top left repeat-y;
}

.kadomarubottom_view div{
	font-size:1px;
	height:7px;
	background:url(../img/curve/kadomaru_leftbottom.gif) bottom left no-repeat;
}

/*-----------------------------------------------
    Mailform
-----------------------------------------------*/

#mailform{
	line-height: 2em;
}

#mailform span{
	width:100px;
	display: inline-block;
}

#mailform input{
	border: 0;
	border-bottom: #CCCCCC solid 1px;
}

#mailform textarea{
	height: 150px;
	width :400px;
	margin-left: 100px;
	border: #CCCCCC solid 1px;
}

#mailform .submit{
	width:180px;
	height: 20px;
	margin-left: 200px;
	margin-top: 20px;
	background-image: url(../img/button_back2.gif);
	display: block;
	border: none;
}

/*-----------------------------------------------
    Resist
-----------------------------------------------*/

.blue{
	background-color: #F6F6F6;
}

.resist{
	width: 510px;
}

.resist tr{
	height: 3em;
}

.resist tr td{
	padding-left: 5px;
}

.resist tr td input{
	border: #666666 1px dotted;
}

.resist tr td input.ckbox{
	border: none;
}

.resist tr.blue td input{
	background-color: #F6F6F6;
}

.resist tr td .textarea{
	width: 320px;
	border: #CCCCCC 1px dotted;
}

.resist .submit{
	width:180px;
	height: 20px;
	margin: 30px 0 0 40px;
	background-image: url(../img/button_back2.gif);
	display: inline;
	border: none;
}

/*-----------------------------------------------
    Stock Search
-----------------------------------------------*/

table.search_result{
	width: 600px;
	position: relative;
	left: -20px;
}

table.search_result tr{
	background-image: url(../img/h1.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 80px;
}

table.search_result .header{
	background-image: none;
	background-color: #990000;
	color: #FFFFFF;
	height: 10px;
}

table.search_result tr.header td{
	width: 50px;
}

