@charset "UTF-8";

/*
--------------------------------------------------
outline Style
--------------------------------------------------
	1.Page_header
	2.

	ClearFix
--------------------------------------------------*/



/* 1.Page_header
--------------------------------------------------*/
div.page_header {
	font-size: 1.3em;
	margin-bottom: 15px;
}
div.page_header h3 {
	border: solid 1px #eeeeee;
	width: 990px;
	font-size: 1.5em;
	margin-bottom: 5px;
	padding: 5px;
}
div.page_header ul {
	margin-left: 10px;
}
div.page_header ul li {
	list-style-type: none;
	font-size: 0.9em;
	color: #999999;
}
/* 2.H4
--------------------------------------------------*/
h4 {
	width: 900px;
	font-size: 1.4em;
	margin: 0 auto 10px auto;
}
/* caption
--------------------------------------------------*/
p.caption {
	font-size:1.2em;
	width:900px;
	margin:0 auto;
}
/* 4.Table
--------------------------------------------------*/
table.outline {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin: 0 auto 15px auto;
}
table.outline tr th {
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
table.outline tr td {
	border: solid 1px #cccccc;
	font-size: 1.3em;
	padding: 5px;
}
