@charset "euc-jp";

/* -------------------------------
	TAG
------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #64030a;
	background-image: url(../images/cmn_bg02.gif);
	background-repeat: repeat-y;
}
body {
	margin: auto;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: left;
	background-position: left top;
	line-height: 1.5em;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 1px;
}

a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 1px;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 1px;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 1px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
textarea {
	font-size: 1em;
	width: 80%;
}
h2, h3, h4, h5 {
	font-size: 1em;
	line-height: normal;
}
p {
	font-size: 1em;
}
/* -------------------------------
	COMMON STYLE
------------------------------- */

/* FONT */
.cmn-size1 {
	font-size: 0.8em;
}
.cmn-size2 {
	font-size: 1em;
}
.cmn-size3 {
	font-size: 1.2em;
}
.cmn-color1 {
	color: #FF0000;
}

/* MARGIN x PADDING */
.cmn-mrgL10 {
	margin-left: 10px;
}
.cmn-mrgR10 {
	margin-right: 10px;
}
.cmn-mrgT10 {
	margin-top: 10px;
}
.cmn-mrgB10 {
	margin-bottom: 10px;
}
.cmn-mrgB15 {
	margin-bottom: 15px;
}

/* FLOAT */
.cmn-flt1 {
	float: left;
	margin: 0px 10px 10px 5px;
	clear: both;
}.cmn-flt2 {
	float: right;
	margin: 0px 5px 10px 10px;
}

/* CLEAR */
.cmn-clear {
	clear: both;
	width: 100%;
}

/* ALIGN */
.cmn-align1 {
	text-align: left !important;
}
.cmn-align2 {
	text-align: center !important;
}
.cmn-align3 {
	text-align: right !important;
}
.cmn-valign1 {
	vertical-align: top !important;
}
.cmn-valign2 {
	vertical-align: middle !important;
}
.cmn-valign3 {
	vertical-align: bottom !important;
}

/* BOX */
.cmn-box1 {
	border: dotted 1px #cccccc;
	padding: 5px 10px;
}

/* TITLE x TEXT */
.cmn-ttl1 {
	background-image: url(../images/cmn_bg04.gif);
	background-repeat: repeat;
	padding: 7px;
	font-size: 1.3em;
	line-height: 1em;
	color: #FFFFFF;
	border: solid 1px #666666;
	margin: 0 !important;
}
.cmn-ttl1 a:link, .cmn-ttl1 a:active, .cmn-ttl1 a:visited, .cmn-ttl1 a:hover {
	color: #FFFFFF;
}
.cmn-ttl2 {
	color: #FFFFFF;
	width: 100%;
	display: block;
	clear: both;
	border-bottom: solid 1px #8e8782;
	font-size: 1.3em;
	margin: 15px 0px 0 !important;
}
	
/* TABLE */
.cmn-tbl1 {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	clear: both;
}
.cmn-tbl1 td, .cmn-tbl1 th {
	border-collapse: collapse;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
	border-top: dotted 1px #cccccc;
	padding: 8px 8px;
}
.cmn-tbl1 th {
color:#FFFFFF;
}


/* ICON */
.cmn-arw1 {
	background-image: url(../images/cmn_arw01.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 8px;
	line-height: normal;
}


/* FORM OBJECT */
.cmn-form1 {
	width: 300px;
	height: 18px;
}
.cmn-form2 {
	width: 150px;
	height: 18px;
}
.cmn-form3 {
	width: 50px;
	height: 18px;
}


/* ARIA STYLE */
.area-ph1 {
	width: 100%;
	clear: both;
}
.area-ph1 p {
	width: 130px;
	margin: 0 !important;
	float: left;
	padding-top: 10px;
	display: block;
	text-align: center;
}
.area-ph1 span {
	line-height: normal;
	display: block;
	width: 125px;
	font-size: 0.8em;
	text-align: left;
	margin-top: 5px;
}

.area-ph2 {
	width: 100%;
	clear: both;
	text-align: center;
}
.area-ph2 img {
	display: block;
	margin-top: 10px;
}
.area-ph2 span {
	line-height: normal;
	display: block;
	width: 510px;
	font-size: 0.8em;
	margin-top: 5px;
}

.area-free {
	width: 100%;
	clear: both;
}
.area-free table {
	width: 510px;
	border-collapse: collapse;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	clear: both;
	margin: 0 auto;
}
.area-free table td, .area-free table th {
	border-collapse: collapse;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
	border-top: dotted 1px #cccccc;
	padding: 8px 8px;
}
.area-free table th {
	white-space: nowrap;
}
.area-free ul, .area-free ol {
	list-style-position: outside;
}
.area-free ul li {
	list-style-type: circle;
	margin: 5px 0 5px 20px;
}
.area-free ol li {
	margin: 5px 0 5px 25px;
}
.area-free p, .area-free ul, .area-free ol, .area-free table {
	margin-top: 10px;
}
.area-free iframe {
	margin: 5px 5px 0;
}
