/* Basic Setting */

body {
	background: #fff url("../img/main_back_line.png") repeat-y 990px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 82%;
}

.eng {
	font-family: Arial, Helvetica, sans-serif;
}
a, a:link, a:visited {
	color: #00C;
	text-decoration: none;
}
a:hover {
	color: #F30;
}
p, dd, .line_height_160, ul.line_height_160 li, ol.line_height_160 li {
	line-height: 160%;
}

.strong {
	font-weight:bold;
}
.strong_shadow {
	font-weight:bold;
	text-shadow:1px 1px 0px #ccc;
}

.no_display {
	display: none;
}
.print_break_before {

	page-break-before: always;
}

.print_break_after {

	page-break-after: always;
}

.font_16px {
	font-size: 16px;
}
.large_font {
	font-size: 107%;
}
.normal_font {
	font-size: 100%;
}
.font_weight-normal {
	font-weight:normal;
}
.font_red, .redfont {
	color:#F00;
}
.small_font, .error_message {
	font-size: 91%;
}
.xsmall_font, .item_required {
	font-size: 84%;
}
.xxsmall_font {
	font-size: 76%;
}

.top_space07px {
	margin-top:07px;
}

.top_space16px {
	margin-top:16px;
}
.top_space30px {
	margin-top:30px;
}
.top_space50px {
	margin-top:50px;
}

.relative {
	position: relative;
}
.absolute {
	position:absolute;
}
.float_box {
	zoom: 100%;
	position:relative;
}
.float_box:after {
	content: " ";
	clear: both;
	font-size: 0;
	height: 0;
	display: block;
	visibility: hidden;
}
.float_box:after, .float_box:-moz-read-only {
 content: "&nbsp;";
}
.float_left {
	float: left;
	_display : inline;
}
.float_right {
	float: right;
	_display : inline;
}
.float_clear {
	clear: both;
}
.text_left {
	text-align: left;
}
.text_right, th.right, td.right {
	text-align: left;
}
.text_center, th.center, td.center {
	text-align: center !important;
}

.margin_auto {
	margin-left:auto;
	margin-right:auto;
}

span.upset {
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
}
sub, sup {
	font-size: 76%;
	vertical-align: baseline;
}
sup {
	position:relative;
	top:-4px
}
sub {
	position:relative;
	top:4px
}

a.link-red-arrow {
	background: url("../img/arrow_red.png") no-repeat left 2px;
	padding-left: 7px;
}
#wrapper {
	width:990px;
}

#wrapper-inn {
	width: 900px;
	padding-right: 45px;
	padding-left: 45px;
}
#header {
	border-top: solid 3px #004DA0;
	height: 113px;
}
#header > .up_box {
	padding-top:3px;
	height: 28px;
}
#header > .up_box > .left_box {
	width:625px;
}
#header > .up_box > .right_box {
	padding-top:3px;
	width:275px;
}

#header > .down_box > #topics_path {
	margin-top: 68px;
	font-size: 11px;
	width:662px;
}
#header > .down_box > .contact_box {
	margin-top: 33px;
	width:238px;
}

#contents {
	width:900px;
	padding-bottom:120px;
}

#main_image {
	margin-top: 12px;
	height:430px;
}

#main_image .guide  {
	position:absolute;
	width: 360px;
	font-size:16px;
	top:226px;
	left: 0;
}

#main_image .lang_link {
    position: absolute;
    top: -130px;
    right: 13px;
}

#main_image .lang_link >a {
	background:url(../img/arrow_right.png) left center no-repeat;
	padding-left: 17px;
}

.summary > .float_left {
		width:400px;
		padding-top: 27px;
}

.summary > .float_right {
	width:487px;
	padding: 27px 0 0 3px;
	font-size:16px;
	
}


.type, .feature, .announce {
		margin-top: 30px;
}

.announce {
	font-size:16px;
	border:#5FC0C6 solid 1px;
	padding: 10px 20px;
}
.feature > .float_box {
	margin-top: 20px;
}

.feature > .float_box > .float_left {
	width:400px;
	margin-left:15px;
}

.feature > .float_box > .float_right {
	width:450px;
	margin-right: 10px;
}

.feature ul li {
	list-style:none;
	background:url(../img/list_dot.png) no-repeat left 3px;
	padding: 0 0 0 18px;
	font-size:16px;
	line-height: 140%;
	
}
.howto {
	margin-top:54px;
}

.howto p {
	margin-top:3px;
	margin-left:28px;
}

.howto > .float_box > .float_left, .howto > .float_box > .float_right {
	margin-top:35px;
}
.howto > .float_box > .float_left.top, .howto > .float_box > .float_right.top {
	margin-top:15px;
}


.precautions {
	margin-top:50px;
}
.precautions ol {
	line-height: 150%;
	margin-left: 30px;
}

.precautions ol li {
	margin-top: 7px;
}
#footer {
	width:900px;
	background:#e5e5e5;
}
#footer-head {
	background:#333;
	height:29px;
	border:#656565 solid 1px;
}

#footer-body > ul {
	margin:20px 0 27px;
}
#footer-body > ul > li {
	width:195px;
	padding: 7px 10px 7px 20px;
	list-style:none;
	float:left;
	_display : inline;
}
#footer-copy {
	font-size:11px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	height:11px;
	padding: 7px 20px;
	background:url(../img/copy_back.png) repeat-x;
}


/* 印刷用 */
@media print {
	#wrapper, x:-moz-any-link {
		background:none;
	}
}
