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

/* -----------------------------------------------------------
CSS Information
 File name:      about.css
 Style Info:     アバウトファイル専用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	ABOUT用
----------------------------------------------------*/

#copy{
	width:382px;
	background:url(../img/about/copy.gif) no-repeat;
}

h2 {
	width:86px;
	background:url(../img/about/title.gif) no-repeat;
	margin-bottom:45px;
}

#about_text {
	width:486px;
	height:476px;
	background:url(../img/about/about_text.gif) no-repeat;
	text-indent:-5000px;
	margin:0 auto;
	overflow:hidden;
}

table {
	margin:20px auto 0 auto;
	width:485px;
	border:0;
}

table tr {
	background:url(../img/share/parting_line.gif) repeat-x bottom;
}

table th {
	vertical-align:top;
	font-weight:normal;
	text-align:right;
	width:90px;
	padding:5px 0;
}

table td {
	padding:5px 0 5px 15px;
}

table #finish {
	background:none;
}

.back {
	margin:20px auto;
	width:486px;
	text-align:right;
}

