@charset "UTF-8";

body {
	background-color: transparent;
	font-family: "Meiryo", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/*全体*/
.wrapper{
	margin: 0 auto; /* 内容のセンタリング */
}

.main {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 10px;
}

h1 {
	font-size: 20px;
	margin-bottom: 0px;
	float: none;
	background-image : url("../image/h1-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	height : 35px;
	margin-top : 10px;
	padding-top: 2px;
	color : black;
	text-align: center;
	line-height: 26px;
}

h2 {
	font-size: x-large;
	margin-bottom: 5px;
}

h3 {
	font-size: large;
}

/* --- ボックス --- */
.section {
	width: 880px; /* ボックスの幅 */
	margin: 10px auto; /* ボックスのマージン（上下、左右） */
	background-color: #ffffff; /* ボックスの背景色 */
	border: 1px #c0c0c0 solid; /* ボックスの境界線 */
}

/* --- 見出しエリア --- */
.heading {
	width: 880px; /* 見出しエリアの幅 */
	margin-bottom: 1em;
	border-bottom: 2px #c0c0c0 solid; /* 見出しエリアの下境界線 */
}

/* --- 見出し --- */
.heading h3 {
	margin: 0;
	padding: 10px 10px 5px; /* 見出しのパディング（上、左右、下） */
/*background: url(Images/heading_back3_right.gif) no-repeat right top; *//* 見出しの背景 */
	border-bottom: 2px #9acd32 solid; /* 見出しの下境界線 */
	font-size: 100%; /* 見出しの文字サイズ */
	line-height: 100%;
}

.link-info {
	margin: 10px 10px; /* ボックスのマージン（上下、左右） */
/*	padding-left: 5px;*/				/*セルの余白(上下、左右)*/
}

.link-info td.banner2 {
	padding-left: 10px; /* ボックスのマージン（上下、左右） */
/*	padding-left: 5px;*/				/*セルの余白(上下、左右)*/
}

div.link-info p {
	margin-left: 10px; /* ボックスのマージン（上下、左右） */
/*	padding-left: 5px;*/				/*セルの余白(上下、左右)*/
}

.link-info img {
	border-width: 0px; /* ボックスのマージン（上下、左右） */
/*	padding-left: 5px;*/				/*セルの余白(上下、左右)*/
}

