@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
}

#wapper {
	background-color: #FFF;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 60px;
}

#all {
	width: 100%;
	background-color: #FFF;
	height: 1350px;
	margin: 0px;
	padding: 0px;
}

#main_l {
	float: left;
	width: 670px;
	margin-left: 10px;
}

h1 {
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

#main_l h2{
	font-size: 14px;
	line-height: 24px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #036;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #036;
	text-indent: 5px;
	width: 660px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #036;
}

.comname{
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	float: left;
	width: 450px;
	line-height: 30px;
	color: #369;
	text-indent: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.comapp{
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	float: right;
	width: 185px;
}

table {
	font-size: 12px;
	line-height: 18px;
	background-color: #CCC;
	margin-bottom: 15px;
}

th {
	background-color: #6A94BE;
	color: #FFF;
}

td {
	background-color: #FFF;
}

#main_r {
	padding: 0px;
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer{
	clear: both;
	height: 15px;
	width: 900px;
	text-align: center;
	line-height: 15px;
	margin-top: 10px;
}

#footer_in{
	height: 15px;
	width: 900px;
	text-align: center;
	line-height: 15px;
	margin-top: 10px;
	font-size: 10px;
	text-indent: -9999px;
}
