@charset "utf-8";
/* CSS Document */

* {
	font-family: Helvetica, Arial, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html, body {
	width:100%;
}
#pagebase {
	margin:0px auto;
	width:90%;
	word-wrap: break-word;
}
p {
	margin-top: 0;
	margin-bottom: 5px;
	font-size:14px;
	line-height: 130%;
}
h1 {
	font-weight:bold;
	font-size:13pt;
	line-height:25px;
}
.back1 {
	background: #E4F2F9;
	width: 630px;
	padding: 15px;
	line-height:7px;
	word-wrap: break-word;
}
.content1 {
	background: #BEE2F4;
	width: 600px;
	padding:15px;
	line-height:7px;
	margin:0px auto;
	
}
.back2 {
	background: #E1EFA8;
	width: 630px;
	padding: 15px;
	line-height:7px;
	word-wrap: break-word;
}
.content2 {
	background: #C3D96B;
	width: 600px;
	padding:15px;
	line-height:7px;
	margin:0px auto;
}
.back3 {
	background:#FDE86F;
	width: 630px;
	padding: 15px;
	line-height:7px;
	word-wrap: break-word;
}
.content3 {
	background: #FAB80C;
	width: 600px;
	padding:15px;
	line-height:7px;
	margin:0px auto;
}

.tb_ide {
    width: 100%;
	mardin:5px 10px;
    border: 1px solid #B0C4DE;
    border-collapse: collapse;
    border-spacing: 0;
	background:#fff;
	font-size:14px;
}
.tb_ide th {
    color: #fff;
    padding: 5px;
    border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
    background: #777;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
.tb_ide td {
    padding: 5px;
    border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.tb_ide tr:nth-child(2n+1) {
    background: #dedede;
}

.tb_ide2 {
    width: 100%;
	mardin:5px 10px;
    border: 1px solid #B0C4DE;
    border-collapse: collapse;
    border-spacing: 0;
	background:#fff;
	font-size:14px;
}
.tb_ide2 td {
    padding: 5px;
    border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
}