@charset "UTF-8";
/********* CSS Document ********
*	base.css
*
*   株式会社ジェイトレーディング
*   index 用
*
********** ********* **********/

/* 全体構造 */
body{
	margin: 0;
	padding:0;
	background-image:url(../images/bgimg.gif);
	background-repeat:repeat;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",Osaka,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/jtradinglogo02.gif);
	background-repeat:no-repeat;
	display:block;
}
#wrapper #header #english {
	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 #english span{
	margin-right:20px;
}
#wrapper #header #english:link{
	text-decoration:none;
	color:#36B596;
}
#wrapper #header #english:visited{
	text-decoration:none;
	color:#36B596;
}
#wrapper #header #english:hover{
	text-decoration:none;
	color:#00344D;
}
#wrapper #header #english: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-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 のテキスト部分設定 */
#wraptopics{
	width:475px;
	margin-left:105px;/* Topics のテキスト位置 横 */
	margin-top:54px;/* Topics のテキスト位置 縦 */
	padding:0;
	color:#FFFFFF;
}
#tset{
	width:475px;
	margin:0;
	padding:0;
}
#tdate{
	float:left;
	width:75px;
	line-height:110%;/* 行間設定 */
}
#topicstext{
	float:left;
	width:400px;
	line-height:110%;/* 行間設定 */
	margin-bottom:4px;/* Topics 段落毎の間隔 */
}
/* Topics リンク色設定 */
#topics a:link,a:visited{
	color:#36B596;
	text-decoration:none;
}
#topics a:hover,a:active{
	text-decoration:none;
	color:#00344D;
}
/* Topics のテキスト部分設定　ここまで */
/* 例外の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;
}

/* ナビゲーション */
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;
}