﻿/* --------------------------------- */
/* 初期設定 */



*{
	margin		: 0;
	padding		: 0;
}

html{
	direction	: ltr;
	border		: 0;
}

address,blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,map,ol,p,pre,ul{
	display		: block;
}

code, pre, samp, var, kbd, input, select, textarea{
	font-family	: "メイリオ","ＭＳ Ｐゴシック", Arial, sans-serif;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
	/* border-collapse: separate; */
}

input, select, textarea{
	font-size: 12px;	
}

a { color: #7E0D07; text-decoration: none; font-weight: normal;}
a:hover { color: #7A7A7A; text-decoration: underline;}

.c-both {
	clear:both;
}

.none {
	display:none;
}



/* 初期設定 End */
/* --------------------------------- */

body {
	width:100%;
	height:100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	/*background-image: url(../images/bg.png);
	background-position: center top;
	background-repeat: repeat;*/
}

div {
	margin: 0px auto 0px auto;
	width:917px;
	text-align: center;
}


h1 {
	margin: 0px auto 10px auto;
	font-size: 12px;
	text-align: center;
	color: #293494;
}

.banner {
	margin: 0px auto 20px auto;
	width: 468px;
	text-align: center;
}

table {
	margin: 0px auto 40px auto;
	width:700px;
	font-size:12px;
	color:#000;
}

tr {border-bottom:1px dotted #DDD;}

td {
	padding:5px;
	text-align:left;
	color: #999;
	vertical-align:top;}


td p {
	margin: 0px auto 5px auto;
	font-size: 18px;
	color:#293494;
	font-weight:bold;
	text-align: left;
}


p {margin: 0px auto 40px auto;}


h2 {
	margin: 0px auto 10px auto;
	width:600px;
	font-size: 13px;
	text-align: left;
	color: #293494;
}


h3 {
	margin: 0px auto 40px auto;
	width:600px;
	font-size: 11px;
	text-align: left;
	color: #9E9E9E;
}
.copy {
	margin: 0px auto 20px auto;
	font-size: 11px;
	text-align: center;
	color: #bbb;
}

/* --------------------------------- */
/* フォント */

.bold {
	font-weight: bold;
}

/* フォント End */
/* --------------------------------- */



/* --------------------------------- */
/* header-top */
/* --------------------------------- */


