@charset "utf-8";
/* ALL */
* {
	margin: 0;
	padding: 0;
	line-height: 1.35;
	font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	list-style-type: none;
}

img {
	border: none;
}

.alt {
	display: none;
}

.ind {
	text-indent: -10000px;
}

.just {
	text-align: justify;
	text-justify: inter-ideograph;
}

.clear {
   clear: both;
   height: 0;
   line-height: 0;
   zoom: 1;
}

.top {
   vertical-align: top;
}

.right {
	text-align: right;
}

.mt_40 {
	margin-top: 40px;
}

.mt_5 {
	margin-top: 5px;
}

.mb_5 {
	margin-bottom: 5px;
}

.middle {
	text-align: center;
}

.align_right {
	text-align: right;
}


strong {
	text-decoration: none;
	font-weight: 400;
}

/* FONT */

.b {
	font-weight: bold;
}

.f21 {
	font-size: 21px;
}

/* BASE_BOX */

body {
	text-align: center;
	font-size: small;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#container {
	width: 760px;
	margin: 0 auto;
}


/* HEADER */

#header {
	width: 760px;
	height: 70px;
	background: url(../img/header_ttl.jpg) no-repeat;
}

#header h1 {
	float: left;
}

#header img {
	float: right;
}

#head_msg {
	width: 760px;
	height: 23px;
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
	padding-top:7px;
}


/* CONTENTS */

#inbox {
	width: 730px;
	padding: 0px 15px 10px 15px;
}

#inbox table tr td h2 {
	font-size: 14px;
	color: #006BB4;
	text-indent: 20px;
	background: url(../img/icon_arrow.jpg) no-repeat left center;
	margin-bottom: 5px;
}

#inbox_2 {
	width: 760px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E6E6E6;
}

#inbox_2 table {
	margin: 0 auto;
}


/* FOOTER */

#footer {
	width: 760px;
	height: 35px;
	background: url(../img/back_footer.jpg) no-repeat;
	text-align: center;
	margin-top: 40px;
	padding-top: 5px;
}















































