html,body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-size: 14px;
	line-height: 180%;
	background-image:url(bg.png);
	background-repeat:repeat-x;
}

.footer{
	height: 55px;
	width: 980px;
	background-image: url(ft.png);
	background-repeat:no-repeat;
	clear : both ;
}

.hedder{
	height: 56px;
	background-image: url(hd.png);
}

.contener{
	margin: auto;
	width: 980px;
	background-image: url(bg2.png);
	background-repeat: repeat-y;
	padding: 0px 20px 0px 20px;
	overflow:auto;

}

.inner_contener{
	padding: 20px 20px 20px 20px;
	overflow:auto;
}

.inner_contener2{
	margin-left:10px;
}

.navi{
	margin-bottom: 15px;
}

.txt_1{
	font-size: 18px;
	color: #20A5D7;
	margin: 20px 0px 6px 0px;
	font-weight: bold;
}

/* ---- ### TOP ### ---- */
.top_left{
	height: 100%;
	width: 670px;
	float: left;
}

.top_right{
	height: 100%;
	width: 250px;
	margin-left:20px;
	float: left;
}

.top_news{
	text-align:center;
	height: 646px;
	width: 670px;
	margin-top: 20px;
	background-image: url(news.png);
	padding-top: 30px;
}

.top_menu{
	height: 385px;
	width: 250px;
	background-color:#828282;
}

.top_twitter{
	height: 420px;
	width: 250px;
	margin-top: 20px;
	padding-top: 30px;
	background-image: url(twitter.png);
	background-repeat: no-repeat;
}

.top_mottosp{
	height: 300px;
	width: 250px;
	margin-top: 20px;
}

.top_sliderbg {
    width:670px;
	height:486px;
	background-color:#323232;
}

/* ---- ### cgame ### ---- */
.cgame_lineup{
	width: 940px;
	height:200px;
}

.cgame_title{
	height: 30px;
	background-color:#dcf3ff;
	font-size: 16px;
	color:#0046BE;
	font-weight:bold;
	line-height: 30px;
	padding-left:10px;
}

.cgame_txt1{
	margin-top: 7px;
	height: 68px;
	font-size: 14px;
	line-height: 150%;
	margin-left: 10px;
	border-bottom: solid 1px #ddf3ff;
}

.cgame_txt2{
	margin-top: 6px;
	font-size: 14px;
	line-height: 160%;
	margin-left: 10px;
	margin-bottom: 0px;
}

/* ---- ### multilingual ### ---- */
.multilingual_lineup{
	width: 940px;
	height:200px;
}

.multilingual_title{
	height: 30px;
	background-color:#dcf3ff;
	font-size: 16px;
	color:#0046BE;
	font-weight:bold;
	line-height: 30px;
	padding-left:10px;
}

.multilingual_txt1{
	height: 170px;
	font-size: 14px;
	line-height: 160%;
	padding-top: 8px;
	margin-left: 10px;
}

/* ---- ### event ### ---- */
.event_lineup{
	width: 940px;
	height:160px;
}

.event_txt1{
	margin-top: 7px;
	height: 100px;
	font-size: 14px;
	line-height: 150%;
	margin-left: 10px;
}


/* ---- ### recruit ### ---- */
.recruit_h1 {
	padding:0.5em 0em 0.3em 0.3em;
	border-left: 10px solid #2e30c0;
	background: #edf7fb;
	box-shadow:0px 1px 1px 0px rgba(0,0,0,0.4);
}

.recruit_h3 {
	margin-bottom:0px;
}

.recruit_img {
	float: right;
	padding: 0 1em 1em 0;
}

