@charset "UTF-8";
/*　メインレイアウト用　*/

html {
	height: 100%;
	text-align: none;
	/*text-align: none;*/
}

body{
	background:#dddddd;
	margin: 0px auto;
	padding: 0px;
	font-size: 13px;
	line-height: 140%;
	/* Hack for modern Browser */
	voice-family: "\"}\"";
	voice-family: inherit;
}

div{
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
}


#wrapper{
	background:url(../images/back.jpg) repeat-y;
	margin: 0px auto;
	width: 770px;
}

#header{
	background:url(../images/top.png);
	margin: 0px 5px;
	padding-bottom: 4px;
	width: 760px;
	height: 150px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	text-indent: 19em;
}

#header_en{
	background:url(../images/top_en.png);
	margin: 0px 5px;
	padding-bottom: 4px;
	width: 760px;
	height: 150px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	text-indent: 19em;
}

#header_kr{
	background:url(../images/top_kr.png);
	margin: 0px 5px;
	padding-bottom: 4px;
	width: 760px;
	height: 150px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	text-indent: 19em;
}

#header_cn{
	background:url(../images/top_cn.png);
	margin: 0px 5px;
	padding-bottom: 4px;
	width: 760px;
	height: 150px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	text-indent: 19em;
}


/* カラム左「メニュー」 */
#menu{
	float: left;
	width: 150px;
	padding-left: 15px;
	display: inline;
}


/* カラム右「コンテンツ」 */
#contents{
	float: right;
	width: 540px;
	margin: 10px 35px 10px 30px;
	display: inline;
}

/* トップコンテンツ枠 */
#top_unit{
	width: 500px;
	margin: 2px 20px;
	text-align: left;
}



/*　COPYRIGHT　*/
/*　========================　*/
#footer{
	clear: both;
	margin: 0px 5px;
	padding: 3px 0px;
	width: 760px;	
	border-top: 10px solid #9ACD32;
}
#footer2{
	clear: both;
	margin: 0px 5px;
	padding: 3px 0px;
	width: 760px;	
	border-top: 10px solid #cc3333;
}
#footer3{
	clear: both;
	margin: 0px 5px;
	padding: 3px 0px;
	width: 760px;	
	border-top: 10px solid #3366ff;
}
#footer4{
	clear: both;
	margin: 0px 5px;
	padding: 3px 0px;
	width: 760px;	
	border-top: 10px solid #DD0516;
}


#copyright{
	background:url(../images/copyright.jpg) no-repeat;
	color: #ffffff;
	font-size:13px;
	line-height: 200%;
	height: 25px;
}

#copyright2{
	background:url(../images/copyright2.jpg) no-repeat;
	color: #ffffff;
	font-size:13px;
	line-height: 200%;
	height: 25px;
}

#copyright3{
	background:url(../images/copyright3.jpg) no-repeat;
	color: #ffffff;
	font-size:13px;
	line-height: 200%;
	height: 25px;
}

#copyright4{
	background:url(../images/copyright5.jpg) no-repeat;
	color: #ffffff;
	font-size:13px;
	line-height: 200%;
	height: 25px;
}
/*　========================　*/




/* 画像回り込み */
/*　========================　*/
.image_float{
	float: right;
	margin-left: 1em;
}

.image_clear{
	clear: both;
}
/*　========================　*/



/* ページタイトル用 */
#h2{
	color: #ffffff;
	background-color: #35BC2A;
	border-left: 0px solid #003300;
	padding: 4px 6px;
	text-align: left;
	font-size: 18px;
	font-weight:bold
}
#h3{
	color: #ffffff;
	background-color: #FF9900;
	border-left: 0px solid #003300;
	padding: 4px 6px;
	text-align: left;
	font-size: 18px;
	font-weight:bold
}
#h4{
	color: #ffffff;
	background-color: #3300CC;
	border-left: 0px solid #003300;
	padding: 4px 6px;
	text-align: left;
	font-size: 18px;
	font-weight:bold
}
#h5{
	color: #ffffff;
	background-color: #990000;
	border-left: 0px solid #003300;
	padding: 4px 6px;
	text-align: left;
	font-size: 18px;
	font-weight:bold
}
#h6{
	color: #ffffff;
	background-color: #ff0000;
	border-left: 0px solid #003300;
	padding: 4px 6px;
	text-align: left;
	font-size: 18px;
	font-weight:bold
}



/* 行揃え*/
.left {
text-align: left;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.justify {
text-align: justify;
}



/*TABLE サイズ*/

.tbl td {
color: black;
font-size: 14px;
}


/*  TABLE 設定 */
/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}
th, td	{
	padding: 10px 10px;
	/*color: #1D5C79;*/
	color: black;
}

