@charset "Shift_JIS";

/* ======================= GENERAL ======================= */
body {
	margin: 0px;
	padding: 0px;
	font: 1em/1.5em verdana, palatino, georgia, arial, "qMmpS Pro W3", "lr oSVbN", "Osaka", sans-serif;
	text-align: center;
	color: #000;
	background: #F2F7DC;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font: 1em/1.5em verdana, palatino, georgia, arial, "qMmpS Pro W3", "lr oSVbN", "Osaka", sans-serif;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* ======================= LINK ======================= */
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
#contents a:hover {
	background: #D3E5FF;
}
a:active {
	color: #0000FF;
}

/* ======================= TEXT SIZE ======================= */
.ts-xsmall {
	font-size: 0.8em;
	line-height: 1.1em;
}

.ts-small {
	font-size: 0.9em;
	line-height: 1.2em;
}

.ts-medium {
	font-size: 1.2em;
}

.ts-large {
	font-size: 1.35em;
	line-height: 1.3em;
}

.ts-xlarge {
	font-size: 1.6em;
	line-height: 1.4em;
}


/* ======================= TEXT STYLE ======================= */
.lcenter {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

/* ======================= TEXT COLOR ======================= */
.red {
	color: #F00;
}

.orange {
	color: #FF6600;
}

.pink {
	color: #FF3366;
}

.green {
	color: #009900;
}

.blue {
	color: #0066FF;
}

.purple {
	color: #CC00FF;
}

.bg-yellow {
	padding: 2px;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.7em;
	background: #FFFF77;
}

.marker {
	padding: 2px;
	color: #000;
	/*font-weight: bold;*/
	line-height: 1.7em;
	text-decoration: underline;
	background: #FEFEC6;
}

.markerred {
	padding: 2px;
	color: #000;
	/*font-weight: bold;*/
	line-height: 1.7em;
	text-decoration: underline;
	background: #FFE9E9;
}

/* ======================= g ======================= */
#container{
	margin: 0px auto;
	padding: 0px;
	width: 788px;
	background: url(./images/bg_white.png) repeat-y 0px 0px;
}

#container-bg{
	margin: 0px 24px;
	padding: 0px;
	text-align: left;
}

#contents {
	margin: 0px 0px 50px;
	padding: 0px;
	width: 740px;
}

/* ======================= CONTENTS ======================= */
.page-title {
	margin: 0px;
	padding: 15px 0px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #F00;
}

.headcopy {
	margin-bottom: 10px;
	padding: 0px;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #F00;
}

.block {
	margin-bottom: 30px;
	padding: 0px;
}

.heading {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #147ADD url(./images/title_bg.gif) no-repeat;
}

#contents p {
	margin: 0px 0px 15px;
	padding: 0px;
}

.border {
	border: 1px solid #333;
}

/* table */
table {
	margin: 0px 0px 15px;
	padding: 0px;
	border-collapse: collapse;
}

td {
	border-collapse: collapse;
}

/* List */
ul, ol {
	margin: 15px 0px;
	padding: 0px 10px;
	list-style: none;
}

ul li {
	margin-bottom: 10px;
	padding-left: 25px;
	color: #090;
	background: url(./images/icon_check.gif) no-repeat 0px 2px;
}

ol li {
	margin-bottom: 10px;
	padding: 5px 0px 7px 40px;
	font-size: 1.2em;
	font-weight: bold;
}

.n1 {
	background: url(./images/icon_number1.gif) no-repeat 0px 50%;
}

.n2 {
	background: url(./images/icon_number2.gif) no-repeat 0px 50%;
}

.n3 {
	background: url(./images/icon_number3.gif) no-repeat 0px 50%;
}

.n4 {
	background: url(./images/icon_number4.gif) no-repeat 0px 50%;
}

.n5 {
	background: url(./images/icon_number5.gif) no-repeat 0px 50%;
}

.n6 {
	background: url(./images/icon_number6.gif) no-repeat 0px 50%;
}

.n7 {
	background: url(./images/icon_number7.gif) no-repeat 0px 50%;
}

.n8 {
	background: url(./images/icon_number8.gif) no-repeat 0px 50%;
}

.n9 {
	background: url(./images/icon_number9.gif) no-repeat 0px 50%;
}

/* Float */
.float-left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 370px;
	vertical-align: top;
}

.float-right {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 370px;
	vertical-align: top;
}


/* ======================= FOOTER ======================= */
#footer {
	margin: 0px;
	padding: 5px;
	font-size: 0.9em;
	text-align: center;
	color: #FFF;
	background: #147ADD;
}

#footer a:link,
#footer a:visited,
#footer a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
