﻿@charset "utf-8";

* {font-family:Lucida Grande,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka, "MS UI Gothic", Arial, Gothic, sans-serif;

	margin:0;
	padding:0;
}

a{
	text-decoration:none;
}
a:link{
	color:#3333FF;
}

a:hover{
	color:#EA3030;
}

a:visited{
	color:#003399;
}

p{
	margin:0;
	padding:0;
}

img{
	border:0;
}

/*-----------全体レイアウトに関するもの--------------*/
body{
	margin:0 auto;
	padding:0;
	color:#333333;
	background-color:#EEEEEE;
	text-align:left;
	font-size:1em;
	line-height:2.0em;
	text-align:center;
}
#wrapper{
	margin:0 auto;
	padding:0;
	width:800px;
	height:auto;
	text-align:left;
	border-right:1px solid #777777;
	border-left:1px solid #777777;
	border-bottom:1px solid #777777;
	background-color:#FFFFFF;
	text-align:center;
}

/*------ヘッダーに関するもの-----*/
#header{
	margin:0;
	padding:0;
	width:800px;
	height:267px;
	background-color:#FFFFFF;
}
#topImage{
	margin:0;
	padding:0;
	width:800px;
	height:240px;
	background-color:#FFFFFF;
	position:relative;
}

div.indexPageJ{
	background:url("./images/index_jTopImage.png") left top no-repeat;
}

div.indexPageE{
	background:url("./images/index_eTopImage.png") left top no-repeat;
}

div.infoJ{
	background:url("./images/info_jTopImage.png") left top no-repeat;
}

div.explJ{
	background:url("./images/expl_jTopImage.png") left top no-repeat;
}

div.reptJ{
	background:url("./images/rept_jTopImage.png") left top no-repeat;
}

div.joinJ{
	background:url("./images/join_jTopImage.png") left top no-repeat;
}

div.dwldJ{
	background:url("./images/dwld_jTopImage.png") left top no-repeat;
}

/*---------トップロゴ---------*/
#logo{
	margin:0;
	position:absolute;
	left:53px;
	top:29px;
}


/*---日本語英語切り替えボタン-----*/
#bilingualBtns{
	margin:0;
	/*padding:53px 0 0 53px;*/
	position:absolute;
	padding:0;
	left:53px;
	top:187px;
}
#bilingualBtnsIndexPage{
	margin:0;
	padding:0;
	position:absolute;
	left:350px;
	top:118px;
}
#bilingualBtns div.biBtn, #bilingualBtnsIndexPage div.biBtn{
	margin:0;
	padding:0 1px 0 0;
	float:left;
}

/*------Scroll Message New ! cOM 09.06.09 -----*/
#ScrollMessageNew{
	margin:0;
	padding:0;
	width:auto;
	height:26px;
	background-color:#d0d0d0;
	/*border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CC00CC;*/
}

/*------トップメニュー-----*/
#topMenu{
	margin:0;
	padding:0;
	width:auto;
	height:26px;
        float:center;
	background-color:#CCCCCC;
        /*background:images/index_jTopImage_bottom3.png;*/
	/*border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CC00CC;*/
}

#topMenu div.menuItem{
	margin:0x;
	padding:0;
	float:left;
}


/*------ボディ部分に関するもの-----*/

#innerWrapper{
	margin:0 auto;
	padding:20px 0 20px 0;
	width:700px;
	height:auto;
	text-align:left;
}

.innerBlockWrapper{
	margin:0 auto;
	padding:0px 0 20px 0;
	width:700px;
	height:auto;
}
.rColBlockWrapper{
	margin:0 auto;
	padding:0;
	width:auto;
	height:auto;
}

div.leftCol, div.leftColE{
	margin:0;
	padding:0;
	width:380px;
	height:auto;
	float:left;
}
div.rightCol{
	margin:0 auto;
	padding:0;
	width:270px;
	height:auto;
	float:right;
	text-align:center;
}

div.rightCol img{
	margin:0 auto;
	padding:0;
}


/*---回り込みクリア----*/
div.clear{
	margin:0;
	padding:0;
	clear:both;
}
div.clear hr{
	display: none;
}

/*------フッターに関するもの-----*/
#footer{
	margin:0;
	padding:5px 0 10px 50px;
	width: auto;
	height:auto;
}
#credit{
	margin:0;
	padding:0;
	font-size:0.8em;
	line-height:1.2em;
	color:#555555;
	text-align: left;
}

.gotoTop{
	margin:0;
	padding:10px 50px 0 0;
	width:auto;
	height:auto;
	text-align:right;
}

.gotoTop img{
	float:right;
}


/*---文字色の色分け----*/
.info{
	color:#0A70FA;
}
.expl{
	color:#FF9903;
}
.rept{
	color:#660066;
}
.join{
	color:#00CC73;
}
.dwld{
	color:#990033;
}


/*-----------------文字指定---------------*/
h1{
	margin:0 0 18px 0;
	padding:2px 2px 2px 0;
	width:700px;
	height:28px;
	font-size: 19pt;
	line-height: 19pt;
	text-align:left;
	text-indent:8px;
}

/*--------h1クラス分け----------*/
h1.infoH1{
	background: url(./images/H1Bkinfo.gif) bottom center no-repeat;
	color:#0A70FA;
}
h1.explH1{
	background: url(./images/H1Bkexpl.gif) bottom center no-repeat;
	color:#FF9903;
}
h1.reptH1{
	background: url(./images/H1Bkrept.gif) bottom center no-repeat;
	color:#660066;
}
h1.joinH1{
	background: url(./images/H1Bkjoin.gif) bottom center no-repeat;
	color:#00CC73;
}
h1.dwldH1{
	background: url(./images/H1Bkdwld.gif) bottom center no-repeat;
	color:#990033;
}


/*---English H1----*/
h1.infoH1e{
	background: url(./images/H1BkinfoEn.gif) bottom center no-repeat;
	color:#0A70FA;
}
h1.explH1e{
	background: url(./images/H1BkexplEn.gif) bottom center no-repeat;
	color:#FF9903;
}
h1.reptH1e{
	background: url(./images/H1BkreptEn.gif) bottom center no-repeat;
	color:#660066;
}
h1.joinH1e{
	background: url(./images/H1BkjoinEn.gif) bottom center no-repeat;
	color:#00CC73;
}
h1.dwldH1e{
	background: url(./images/H1BkdwldEn.gif) bottom center no-repeat;
	color:#990033;
}


/*---h2に関する入れ子---*/
h2{
	margin:0 0 0 18px;
	padding:0 0 0 4px;
	height:18px;
	font-size:12pt;
	line-height:12pt;
	background-color:#FFFFFF;
}

div.infoH2{
	margin:18px 0 18px 0;
	padding:0;
	vertical-align:middle;
	width:700px;
	background: #0A70FA;
}
div.explH2{
	margin:18px 0 18px 0;
	padding:0;
	vertical-align:middle;
	width:700px;
	background: #FF9933;
}
div.reptH2{
	margin:18px 0 18px 0;
	padding:0;
	vertical-align:middle;
	width:700px;
	background: #660066;
}
div.joinH2{
	margin:18px 0 18px 0;
	padding:0;
	vertical-align:middle;
	width:700px;
	background: #00CC73;
}
div.dwldH2{
	margin:18px 0 18px 0;
	padding:0;
	vertical-align:middle;
	width:700px;
	background: #990033;
}

.joinH3{
	margin:0;
	padding:0;
	font-size: 0.8em;
	line-height:1.5em;
    color:#003399;
    font-weight:bold;s
}

/*---ここまで---*/

p{
	margin:0;
	padding:0;
	font-size: 0.8em;
	line-height:1.8em;
    color:#000000;
}

div.leftColE p{
	margin:0 0 1.7em 0;
	padding:0;
	font-size: 0.8em;
	line-height:1.7em;
    color:#000000;
}

p.cap{
	margin:0;
	padding:0;
	font-size: 0.7em;
	line-height:1.4em;
    color:#000000;
    text-align:left;
}
p.number{
	margin:0;
	padding:0;
	font-size: 0.8em;
	line-height:1.8em;
    color:#000000;
}
p.list{
	margin:0;
	padding:0;
	font-size: 0.8em;
	line-height:1.8em;
    color:#000000;
    text-indent:1.5em;
}
p.joinP{
	margin:0 0 1.5em 0;
	padding:0;
	font-size: 0.8em;
	line-height:1.8em;
    color:#000000;
}
ul{
	list-style: none;
	margin:0 0 1.5em 1.5em;
}
li{
	margin:0 0 0.5em 0;
	padding:0;
	font-size: 0.8em;
	line-height:1.8em;
    color:#000000;
}

ul.dwldUl{
	list-style: none;
	margin:0 0 2.5em 1.5em;
}

span.dwldBtn{
	margin:auto;
	padding:0 0 0 20px;
	width:auto;
	height:auto;
	vertical-align: middle;
}



