@charset "UTF-8";
/********* CSS Document ********
*   css_e/base.css
*
*   J-TRADING Inc.
*   for index
*
********** ********* **********/

/* all */
body{
	margin: 0;
	padding:0;
	background-image:url(../images/bgimg.gif);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}
a img {
	border: none;
}
#wrapper{
    margin:auto;
    width:720px;
    text-align:left;
    font-size:10px;
    color:#00344D;
}
#header{
	margin:0;
	padding:0;
	height:54px;
}
#logo {
	margin:0;
	padding:0;
	float:left;
	text-indent:-9999px;
	text-decoration:none;
	height: 54px;
	width: 360px;
	background-image: url(../images/jtradinglogo_e.gif);
	background-repeat:no-repeat;
	display:block;
}
#wrapper #header #japanese {
	display:block;
	float:left;
	width:360px;
	font-size:10px;
	height:14px;
	margin:38px 0px 0px 0px;
	padding:0px;
	background-image: url(../images/b_english.gif);
	background-repeat: no-repeat;
	background-position: 345px 1px;
	text-align:right;
}
#wrapper #header #japanese span{
	margin-right:20px;
}
#wrapper #header #japanese:link{
	text-decoration:none;
	color:#36B596;
}
#wrapper #header #japanese:visited{
	text-decoration:none;
	color:#36B596;
}
#wrapper #header #japanese:hover{
	text-decoration:none;
	color:#00344D;
}
#wrapper #header #japanese:active{
	text-decoration:none;
	color:#00344D;
}
#contents{
	clear:both;
	width:710px;
	height:450px;
	border:5px solid #00344D;
	margin:0;
	padding:0;
	text-align:left;
	background-image:url(../images/c_bgimg710_line.jpg);
	background-color:#00344D;
	background-repeat:no-repeat;
}
#menu{
	float:left;
	width:110px;
	margin-top:140px;
	padding:0;
}
#flash{
	float:left;
	width:600px;
	height:150px;
	margin-top:140px;
	padding:0px;
}
#topics{
	float:right;
	width:600px;
	padding:0;
	margin:0;
}
#topics h2{
	text-indent:-1500px;
	margin:0;
	padding:0;
}

/* Topics text set up */
#wraptopics{
	width:475px;
	margin-left:105px;/* Topics width set up */
	margin-top:52px;/* Topics height set up */
	padding:0;
	color:#FFFFFF;
}
#tset{
	width:475px;
	margin:0;
	padding:0;
}
#tdate{
	float:left;
	width:75px;
	line-height:100%;
}
#topicstext{
	float:left;
	width:400px;
	line-height:100%;
	margin-bottom:3px;
}
/* Topics link color set up */
#topics a:link,a:visited{
	color:#36B596;
	text-decoration:none;
}
#topics a:hover,a:active{
	text-decoration:none;
	color:#00344D;
}
/* Topics text set up end*/
/* 例外のTopics */
#topicsetc{
	float:right;
	width:404px;
	padding:0;
	margin:0;
}
#topicsetc h3{
	float:left;
	margin:0;
	padding:0;
}
#topicsetctext{
	float:left;
	width:100px;
	line-height:110%;/* 行間設定 */
	margin-bottom:4px;/* Topics 段落毎の間隔 */
}
/* Topics リンク色設定 */
#topicsetc a:link,a:visited{
	color:#36B596;
	text-decoration:none;
}
#topicsetc a:hover,a:active{
	text-decoration:none;
	color:#00344D;
}

/* navigation */
ul#navigation{
	width:106px;
	height:150px;
	margin:0;
	padding:0;
}
ul#navigation li {
	width:106px;
	list-style-type:none;
}
li#menu01,li#menu02,li#menu04{
	height:30px;
}
li#menu03{
	height:29px;
}
li#menu05{
	height:31px;
}
ul#navigation li a{
	display:block;
	height:100%;
	text-decoration:none;
	text-indent:-1500px;
	background-repeat:repeat-x;
}
ul#navigation li a:hover{background-position:-106px;}
li#menu01 a{background:url("../images/menu_company.gif");}
li#menu02 a{background:url("../images/menu_businessinfo.gif");}
li#menu03 a{background:url("../images/menu_products.gif");}
li#menu04 a{background:url("../images/menu_recruit.gif");}
li#menu05 a{background:url("../images/menu_contactus.gif");}

/* footer */
#footer{
	margin-top:20px;
	text-align:center;
	color:#666666;
}