* {
	margin: 0;
	padding: 0;
}

/* link */
a {
	color:#06B;
	text-decoration: none;
}

a img {
	border: none;
}

a:link {
	color:#06B;
}

a:visited {
	color:#955496;
}

a:hover {
	color:#06B;
	text-decoration: underline;
}

/* List */
ul {
	list-style: none;
}

ol {
	list-style: none;
}

/* span */
span.normal {
	font-weight: 400;
}

span.bold {
	font-weight: 600;
}

span.blue {
	color: #06C;
}

span.red {
	color: #F00;
}

span.gray {
	color: #666;
}

span.orange {
	color: #FF6600;
}

span.small {
	font-size: 78%;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	line-height: 0;
}

.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

.clearfix {
	min-height: 1px; /*IE6、7対策*/
}

* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

body {
	color:#333;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	background: #FFF;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,Arial,sans-serif;
}
.font_mincho {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_x-small {
	font-size: 71%;
}

.font_small {
	font-size: 78%;
}

.font_medium {
	font-size: 85%;
}

.font_large {
	font-size: 92%;
}

.font_x-large {
	font-size: 115%;
}


/* ページ */
#header_wrap {
	background: #295789;
	text-align: center;
}
#header {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#contents_wrap {
	background: #FFF;
	text-align: center;
}
#contents {
	width: 800px;
	margin: 0 auto;
	padding: 4% 100px 3% 100px;
}
#contents h2 {
	font-size: 1.6em;
	color: #346798;
	line-height: 130%;
	text-align: left;
}
#contents .company_table {
	width: 99%;
	border: 1px solid #CCC;
	margin: 2% 0 0 0;
}
#contents .company_table th {
	width: 30%;
	border-top: 1px solid #FFF;
	padding: 1.5% 2%;
	color: #346798;
	background: #E0E8F0;
	text-align: left;
	vertical-align: top;
	font-size: 0.95em;
}
#contents .company_table tr:first-child th {
	border-top: none;
}
#contents .company_table td {
	border-top: 1px solid #FFF;
	padding: 1.5% 2%;
	background: #F5F7FA;
	text-align: left;
	vertical-align: middle;
	font-size: 0.9em;
}
#contents .company_table tr:first-child td {
	border-top: none;
}
#contents .company_table td ul li {
	list-style: disc;
	margin-left: 25px;
}

#footer_wrap {
	background: #295789;
	text-align: center;
	padding: 1% 0;
}
#footer {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#copyright_wrap {
	background: #FFF;
	text-align: center;
	padding: 0.3% 0 0.5% 0;
	font-size: 0.8em;
	color: #295789;
}
