@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      index.css
 Style Info:     インデックスファイル専用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	index用
----------------------------------------------------*/

#index h1 {
	text-indent:-9999px;
	width:378px;
	height:75px;
	background:url(../img/share/main_title.gif) no-repeat;
}

#contents {
	position:relative;
	z-index:0;
}

#index #english_btn {
	position:absolute;
	left:517px;
	top:0;
	z-index:1px;
}

#index #japanese_btn {
	position:absolute;
	left:517px;
	top:0;
	z-index:1px;
}

#more_btn {
	position:absolute;
	left:535px;
	top:400px;
	z-index:1px;
}

#news {
	padding:20px 0 0 18px;
}

#news dl {
	width:570px;
	margin-bottom:12px;
	overflow:hidden;
	clear:both;
}

#news dl dt {
	line-height:1.5em;
	width:80px;
	float:left;
}

#news dl dd {
	width:485px;
	float:right;
}

.layout_j {
	line-height:1.5em;
}

.layout_e {
	margin-top:4px;
	line-height:1.5em;
}