﻿@charset "utf-8";


/*-------------------------------------------------
///	リセット設定
-------------------------------------------------*/

a {
}

a img, img {
	border:0;
}

address, caption {
	font-style:normal;
	font-weight:normal;
}

blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
	margin:0;
	padding:0;
}

caption, th {
	text-align:left;
}


h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

q:before, q:after {
	content:'';
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}


/*-------------------------------------------------
///	basic設定
-------------------------------------------------*/

/* form */
fieldset {
	border:1px solid #ccc;
	margin-bottom:1em;
	padding:0 1em 1em 1em;
}

input, textarea {
	line-height:1.4;
	padding:0;
	vertical-align:middle;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align:text-bottom;
}

input[type="submit"] {
	padding:0.1em;
}

input[type="reset"] {
	padding:0.1em;
}

input[type="button"] {
	padding:0.1em;
}

legend {
	background:#FFFFFF;
	padding:0.3em;
}

select {
	padding:0;
}

/* for IE6 */
* html input {
	padding:0.1em;
}

* html input.checkbox,
* html input.radio {
	vertical-align:-0.3em;
}

* html input.submit {
	line-height:1.2;
	padding-top:0.2em;
}

* html select {
	vertical-align:-0.2em;
}

/* for IE7 */
*+html input {
	padding:0.1em;
}

*+html input.submit {
	line-height:1.2;
	padding-top:0.2em;
}

*+html select {
	vertical-align:-0.2em;
}

/* for Opera9.27 */
	html:first-child input {
	padding:0.1em;
}

html:first-child input[type="checkbox"],
html:first-child input[type="radio"] {
	vertical-align:middle;
}

html:first-child input[type="submit"] {
	padding:0.3em;
}

html:first-child select {
	padding:0.2em 0.5em;
}

/* for Opera9.5+ [Safari3 & Chrome] */
body:first-of-type input {
	padding:0.1em;
}

body:first-of-type input[type="checkbox"],
body:first-of-type input[type="radio"] {
	vertical-align:text-top;
}

body:first-of-type input[type="submit"] {
	padding:0.3em 0.3em 0.2em 0.3em;
}

/* for Safari3 & Chrome */
html:not(:only-child:only-child) input {
	padding:0;
	vertical-align:baseline;
}

html:not(:only-child:only-child) select {
	vertical-align:0;
}	


h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

ol, ul {
	text-align:left;
}


ol li {
	list-style:decimal outside;
}

ul li {
	list-style: none;
}


th {
	font-weight:bold;
	text-align:center;
}

em, strong {
	font-weight:bold;
}

p {
	text-align:left;
	width:auto;
}



/*-------------------------------------------------
///	基本全体共通設定	
-------------------------------------------------*/

/* html */
html {
	color: #333;
}

/* body */
body {
	font-size: 14px;
	background: #000;
	text-align: center;
}

/* * */
* {
	font-size: 100%;
	line-height: 150%;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,Sans-Serif;
}

/* for IE7 */
*+html body {
}

/* for IE6 */
* html body {
	overflow: scroll;
}

/* for safari \*/
html:not(:only-child:only-child) {
	letter-spacing: 0;
}

a:link {
	color: #333;
}

a:hover {
	color: #FF3366;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:active {
}

img {
	vertical-align: top;
}

a {
	/*background: url(../img/icon_arrow.gif) no-repeat left center;*/
}


/*-------------------------------------------------
///	clear fix
-------------------------------------------------*/

.clear:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* for IE6 */
* html .clear {
	display: inline-block;
}

/* for IE7 */
*+html .clear {
	display: inline-block;
}

/*-------------------------------------------------
///	wrapper
-------------------------------------------------*/

#wrapper {
	width: 768px;
	margin: 0 auto;
}

#header {
	margin-bottom: 10px;
}


#contents {
	background: url(../img/bg_main_body.gif) repeat-y left top;
	width: 720px;
	border-left: #4D0000 4px solid;
	border-right: #4D0000 4px solid;
	padding: 20px;
	text-align: left;
	margin-bottom: 30px;
}

* html #contents {
	width: 768px;
}

#contents h2 {
	margin-bottom: 25px;
}

#contents h3 {
	margin-bottom: 40px;
}

#contents ul {
	margin-bottom: 15px;
}

#contents p {
	margin-bottom: 15px;
	width: 710px;
}

#contents p.last_p {
	margin-bottom: 30px;
}

#contents p img{
	margin-bottom: 40px;
}

#contents dl {
	width: 710px;
}

#contents dl dt {
	margin-bottom: 15px;
}

#contents dl dd {
	margin-bottom: 30px;
}

#contents table {
	width: 719px;
	border-top: #999 1px solid;
	border-left: #999 1px solid;
	margin-bottom: 10px;
}

* html #contents table {
	width: 720px;
}

#contents table th {
	width: 210px;
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
	text-align: left;
	padding: 10px;
}

#contents table td {
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
	padding: 10px;
}

#contents .submit_wrapper {
	text-align: center;
	margin-bottom: 30px;
}

#contents #footer {
	font-size: 12px;
}

#contents #footer p.pagetop {
	width: 100%;
	text-align: right;
	border-bottom: #999 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contents #footer p.hp_link {
	text-align: left;
	float: left;
	width: 70%;
}

#contents #footer address {
	text-align: right;
}

.text_red {
	color: #CA0000;
}

.text10p {
	font-size: 10px;
}

.text12p {
	font-size: 12px;
}

.text14p {
	font-size: 14px;
}

.text16p {
	font-size: 16px;
}

.text_b {
	font-weight: bold;
}

.text_n {
	font-weight: normal;
}

.form50 {
	width: 50px;
}

.form70 {
	width: 70px;
}

.form100 {
	width: 100px;
}

.form110 {
	width: 110px;
}


.form130 {
	width: 130px;
}

.form150 {
	width: 150px;
}

.form200 {
	width: 200px;
}

.form250 {
	width: 250px;
}

.form300 {
	width: 300px;
}

.form350 {
	width: 350px;
}

.form400 {
	width: 400px;
}

.form510 {
	width: 505px;
}

.form550 {
	width: 550px;
}

.focus {
	background: #CCC;
}

.mr40 {
	margin-right: 40px;
}

.mr20 {
	margin-right: 20px;
}


.mr15 {
	margin-right: 15px;
}

.mr10 {
	margin-right: 10px;
}

.mr5 {
	margin-right: 5px;
	vertical-align: top;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.ml39 {
	margin-left: 39px;
}

.ml50 {
	margin-left: 50px;
}

.ml30 {
	margin-left: 30px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml10 {
	margin-left: 10px;
}

.ml5 {
	margin-left: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 59px;
}

.mp10 {
	padding-bottom: 10px;
}

#wrapper #contents .va {
	vertical-align: top;
}

#wrapper #contents .va02 {
	vertical-align: middle;
}

#wrapper #contents .va03 {
	vertical-align: -3px;
}


