@charset "utf-8";

body {
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
	font-size: 12px;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}

#header-link,
#header,
#g_navi,
.navi,
#beta,
.pager_manual,
#gotop,
.footer-menu,
.footer-link {
	display: none;
}

#copyright {
	font-size: 90%;
	color: #000000;
}


.manual_title {
	width:100%;
	background:#006;
	padding:1px 0;
}

.manual_title h2 {
	background:#0e368d url(manual/images/manual_title_bg.gif) bottom repeat-x;
	margin:0 1px;
	color:#fff;
	font-weight:bold;
	padding:3px 10px;
	font-size:130%;
}

.info {
	border:2px solid #999;
	background:#f3fcfc;
	padding:10px;
}

.info .title {
	padding-left:15px;
	font-size:130%;
	color:#069;
	font-weight:bold;
	background:url(manual/images/info_title_point.gif) 2px center no-repeat;
	height:1%;
}
.info .box {
	background:url(manual/images/info_title_bg.gif) top repeat-x;
	padding:15px 5px 0;
}

.order {
	font-weight:bold;
	font-size:110%;
	color:#069;
	font-weight:bold;
	background:#ccc;
	margin:20px 0;
	padding:5px;
}

.img_box {
	background:#FFF;
	width:400px;
	border:1px solid #999;
	margin: 10px;
	text-align:center;
}

.text_box {
	margin: 10px;
}

.manual_table {
	width: 94%;
}

.manual_table table {
	font-size:100%;
	border-top:1px solid #999;
	border-right:1px solid #999;
	text-align:center;
	margin:0 auto;
}

.manual_table td {
	padding: 10px;
	vertical-align:top;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	text-align:left;
}

.hr_manual {
	border: 1px solid #CCCCCC;
}


