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

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

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

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

#main_box {
	padding-top:80px;
	width:600px;
	margin:0 auto;
	text-align:center;
}

#main_box p {
	text-align:center;
}

/*----------------------------------------------------
	Link
----------------------------------------------------*/

a {
	text-decoration:none; 
}

a:link {
	color: #ff007f;
}

a:visited {
	color: #ff007f;
}

a:hover {
	color:#fff;
	background-color:#ff007f;
}

a:focus{
	outline:none;
}

a.current {
	color: #ff007f;
}


#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;
}