@charset "utf-8";

/*
-------------------------------
LED Japan common css
version:2nd june 2009
author:teamExtreme
-------------------------------*/

/* -- basics
-------------------------------------------------- */
body{
	margin:0;
	padding:28px 0;
	text-align:center;
	background:#2a2f34 url(../images/common/bg.gif) repeat-x;
	font-size:14px;
	color:#333;
	line-height:1.6;
	font-family:Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	}
	
div#wrapper{
	width:880px;
	margin:0 auto;
	padding:16px 20px;
	text-align:left;
	background:#fff url(../images/common/contents_top.gif) center top no-repeat;
	}
	
div#wrapper img{
	vertical-align:bottom;
	}
	
div#header{
	width:880px;
	height:121px;
	background:url(../images/common/header_bg.jpg) no-repeat;
	margin-bottom:12px;
	}
	
div#headerLogo{
	width:145px;
	height:92px;
	margin-left:27px;
	margin-top:16px;
	float:left;
	}
	
	
	
/* -- footer
-------------------------------------------------- */
div#footer{
	width:880px;
	margin:0 auto;
	padding:16px 20px;
	background:#fff url(../images/common/contents_bottom.gif) center bottom no-repeat;
	clear:both;
	}
	
div#footer p{
	margin:0;
	padding:0;
	line-height:3;
	font-weight:bold;
	border-top:2px solid #ccc;
	font-size:80%;
	}



/* -- contents
-------------------------------------------------- */
div#contentsWrap{
	padding:0 8px;
	min-height:300px;
	}



/* -- container
-------------------------------------------------- */
div.container01{
	padding:0 8px 12px;
	clear:both;
	margin-bottom:12px;
	}
	
div.container02{
	padding:0 8px;
	clear:both;
	}
	
div.exampleTextContainer{
	float:left;
	width:520px;
	}
	
	
	
/* -- list
-------------------------------------------------- */
ul.decimalList01{
	list-style:decimal;
	}
	
dl.dlStyle01{
	margin:12px 0;
	padding:0;
	}
	
dl.dlStyle01 dt{
	padding-left:4px;
	border-bottom:1px dotted #ccc;
	font-weight:bold;
	margin-bottom:6px;
	}
	
dl.dlStyle01 dd{
	margin-bottom:24px;
	margin-left:24px;
	}
	


/* Heading Element
-------------------------------------------------- */
div#contentsWrap h1{
	width:864px;
	padding:0px 0px 8px;
	margin:0 0 12px 0;
	font-weight: bold;
	color:#fff;
	font-size: 150%;
	line-height: 1.2;
	background:url(../images/common/h1_bg.gif) left bottom no-repeat;
	clear:both;
	}
	
div#contentsWrap h1 span{
	width: 840px;
	_width: 840px;
	_w\idth: 840px;
	padding: 8px 12px 0px;
	margin: 0px;
	display: block;
	background:url(../images/common/h1_top.gif) left top no-repeat;
	}
	
div#contentsWrap h2{
	background-color:#547192;
	padding:2px 8px 0 8px;
	font-size:120%;
	line-height:1.8;
	margin:8px 0;
	clear:both;
	color:#fff;
	}
	
div#contentsWrap h2.red{
	background-color:#823333;
	}
	
div#contentsWrap h2.green{
	background-color:#42644b;
	}
	
div#contentsWrap h3{
	padding:2px 8px 0 8px;
	font-size:110%;
	line-height:1.8;
	margin:6px 0;
	border-bottom:1px dotted #ccc;
	background:url(../images/common/h3_dot.gif) 2px 8px no-repeat;
	padding-left:24px;
	clear:both;
	}
	
.fontRed{
	color:#EA0000;
	}


/* -- link
-------------------------------------------------- */
div#wrapper a:link img,
div#wrapper a:visited img,
div#wrapper a:hover img,
div#wrapper a:active img{
	border:none;
	}
	
div#wrapper a:link,
div#wrapper a:visited{
	color:#0099CC;
	text-decoration:underline;
	}
	
div#wrapper a:hover,
div#wrapper a:active{
	color:#66CCFF;
	text-decoration:none;
	}
	


/* -- top
-------------------------------------------------- */
div#mainImage{
	margin-bottom:24px;
	}
	
div#topContentsLeft{
	width:610px;
	float:left;
	}
	
div#topContentsLeft h1{
	width:610px;
	padding:0px 0px 8px;
	margin:0 0 12px 0;
	font-weight: bold;
	color:#fff;
	font-size: 160%;
	line-height: 1.2;
	background:url(../images/top/top_h1_bg.gif) left bottom no-repeat;
	clear:both;
	}
	
div#topContentsLeft h1 span{
	width: 586px;
	_width: 586px;
	_w\idth: 586px;
	padding: 8px 12px 0px;
	margin: 0px;
	display: block;
	background:url(../images/top/top_h1_top.gif) left top no-repeat;
	}
	
div#topContentsRight{
	width:240px;
	float:right;
	}
	
div#topContentsRight ul{
	width:240px;
	margin:0;
	padding:0;
	list-style:none;
	}
	
div#topContentsRight ul li{
	margin-bottom:4px;
	}
	
div#newsContainer{
	width:100%;
	}
	
iframe#iframe_news{
	width:608px;
	height:280px;
	border:1px solid #ccc;
	}
	


/* -- clearFix
-------------------------------------------------- */
.clearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.clearFix{ display:inline-block;}

/* Hides from IE-mac \*/
*html.clearFix{ height:1%;}
.clearFix{display:block;}
/* End hide from IE-mac */

.clearb{
	clear:both;
	}
	
.fLeft{
	float:left;
	margin-right:12px;
	}
	
.fRight{
	float:right;
	margin-left:12px;
	}
