@charset "euc-jp";

/* -------------------------------------------------

	Element
	Layout box
	Header/fc2footer/header_ad
	Main
	General Style

-------------------------------------------------- */



/* =================================================
	Element
================================================= */

body {
	background-color: #ffffff;
	color: #333333;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table td {
	padding: 10px;
}

table th {
	font-weight: bold;
	background-color: #e9e9ce;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.tbl .on {
	background-color: #fff;
}
.tbl .off {
	background-color: #f1f1f2;
}

a:link,
a:visited {
	color: #006699;
}

a:focus,
a:hover,
a:active {
	text-decoration: underline;
}



/* =================================================
	Layout box
================================================= */

#wrap {
	text-align: left;
	background: url(../image/img_dotted.png) repeat-x left 70px;
}

#container {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

#contents_body {

}

#main {
	width: 680px;
	margin: 0 auto;
}


iframe {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}


/* =================================================
	Header/fc2footer/header_ad
================================================= */

#header {
	text-align: left;
	margin: 0 auto 10px auto;
}

#header h1 {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

#fc2footer input {
	font-family: Verdana, Helvetica, sans-serif;
}



/* =================================================
	Main
================================================= */

#main h3,
#main h4 {
	font-size: 116%;
	padding-bottom: 10px;
}


/*----- Main H2 -----*/

#main h2 {
	border-top: 3px solid #333333;
	padding: 8px 5px;
	background: url(../image/back_main_h2.png) #fcfcfc repeat-x left bottom;
}

#main #main_inner h2 {
	border-top: none;
	background: none;
}



/* =================================================
	General Style
================================================= */

/*----- layout -----*/

.section {
	padding: 10px;
}

.section h4 {
	background: url(../image/icon_img.png) no-repeat 0 -1426px;
	padding: 0 0 0 20px;
}

.section p {
	margin-bottom: 10px;
}


/*----- iconimage -----*/

.a_img {
	background: url(../image/icon_img.png) no-repeat 0 -1315px;
	padding: 0 0 0 8px;
}
