﻿/* --------------------
index_style
-------------------- */


/* ============================================================
Default style clear
============================================================ */

@import"reset.css";
@import"common.css";


/* ============================================================
main style
============================================================ */


/* --------------------
contents
-------------------- */

div#article h2{
	background-image: url(../img/logo/about.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


div#article h3{
	width: 90px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
div#out_line {
	float: left;
	width: 960px;
	margin-left: 10px;
	margin-bottom: 45px;
}
table.out_line
{
	width: 300px;
	margin-left: 340px;
}
table.out_line th {
	width: 80px;
	text-align: left;
}
table.out_line td {
	text-align: left;
	padding-left: 5px;
	border-bottom: dotted 1px #888888;
}
div.text {
	width: 450px;
	margin: auto;
	text-align: left;
}

