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

#box1{	
	width:1115px;
	height: 0 auto;
	margin: 0 auto;
	text-align:center;
	font-size: 14px;
}

#header{
	margin:20px 0 0 0;
}

#header1{
	width:890px;
	border: thick double #FF0000;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	margin-left:105px;
}
	
#header2{
	width:1000px;
	border: thick double #FF0000;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	padding: 10px 0;
	margin-left:70px;
	margin-bottom: 30px;
}

#header3{
	width:550px;
	border: thick dashed #000000;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	padding: 10px 0;
	margin-right: 80px;
	margin-left:290px;
	margin-bottom: 30px;
	background: #FFF500;
}

#header4{
	width:700px;
	border: thick dashed #000000;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	padding: 10px 0;
	margin-right: 80px;
	margin-left:180px;
	margin-bottom: 30px;
	background: #FFF500;
}

#header5{
	width:680px;
	border: thick dashed #FF0000;
	border-radius: 30px;        /* CSS3草案 */
	-webkit-border-radius: 30px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 30px;   /* Firefox用 */
	padding: 10px 0;
	margin-right: 80px;
	margin-left:220px;
	margin-bottom: 30px;
	background: #FFF500;
}

#header6{
	width:1000px;
	border: solid #222222;
	font-size: 17pt;
	font-weight: bold;
	padding: 10px 0;
	margin-right: 80px;
	margin-left:80px;
	margin-bottom: 30px;
	background: #FFF500;
}

	
#bluebox{
    width:900px;
	height:21px;
	margin:20px 0 0 100px;
	padding:5px 10px 0 0;
	text-align:left;
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	background-color:#000099;
}

#yellowbox{
    width:600px;
	height:30px;
	margin:3px 0 0 0;
	padding:15px 10px 0 0;
	font-size:18px;
	text-align:left;
	font-weight:bold;
	background-color:#ffff00;
}

#glaybox{
    width:700px;
	margin:20px 0 0 -10px;
	padding:5px 10px 0 15px;
	text-align:left;
	background-color:#bfbfbf;
}

#glaybox2{
    width:370px;
	margin:0 0 0 50px;
	padding:0 0 0 0;
	background-color:#bfbfbf;
}

.text{
    width:880px;
	font-size: 12pt;
	margin:6px 0 0 110px;
	padding:5px 10px 0 0;
	text-align:left;
	line-height:140%;
}
.text2 {
	margin: 20px 50px;
}
.text3 {
	font-size: 15pt;
}
.text4 {
	font-size: 13pt;
}
.text5 {
	font-weight: bold;
	color: #00B050;
}

.sub_text{
    width:850px;
	font-size: 13px;
	margin:0 0 10px 20px;
	text-align:left;
	line-height:140%;
}

.sub_text2{
    width:630px;
	font-size: 13px;
	margin:0 0 10px 50px;
	text-align:left;
	line-height:140%;
}

.text_red{
	font-size: 13px;
	font-weight:bold;
	color:#FF0000;
}
.style1 {color: #FF0000}
.style3 {color: #FF0000; font-weight: bold; }

#container{	
	width:1150px;
	margin: 0 auto;
	margin-top: 1em;
	text-align:left;
	font-size: 14px;
}	
	
.left1{
	float:left;
	width:201px;
	background-color:#000099;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	margin-left:70px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	position:relative;
}

.right1{
	float:left;
	width:780px;
	text-align:left;
	padding-left:20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.pink{
font-size:18px; font-weight:bold; background-color:#ffcccc; width:670px; margin-bottom:5px;
}	

p{
margin:0 0 ;
line-height:1.5;
}	

.parsent{
    text-align: left;         /* 子要素を左右中央揃えにする */ 
	padding: 3px;             /* 余白指定 */ 
	margin-top: -1em;
}

.red {
    color: #ff0000;        /* 黒文字のままで赤色の下線を引く */
}
.black{
    color: #000;
}
.underline {
    text-decoration: underline;
}
.purple {
	color: #14108D;
}

.table1 {
	width: 560px;
	margin: 15px 40px ;
	border-collapse: collapse;
}
.table1 th {
	background-color: #DAF2D0;
	border: 1px solid #00B050;
	padding: 5px;
	text-align: center;
}
.table1 td {
	padding: 5px;
	border: 1px solid #00B050;
	text-align: center;
}
.table2{
	width: 560px;
	margin: 15px 40px ;
	border-collapse: collapse;
}
.table2 th {
	background-color: #1E88B8;
	border: 1px solid #222222;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.table2 td {
	padding: 8px 20px;
	border: 1px solid #222222;
}
.table3{
	width: 560px;
	margin: 15px 0 35px;
	border-collapse: collapse;
}
.table3 th {
	background-color: #C0E6F5;
	border: 1px solid #222222;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}
.table3 td {
	padding: 8px 20px;
	border: 1px solid #222222;
}
.table4{
	width: 760px;
	margin: 35px 0;
	border-collapse: collapse;
}
.table4 th {
	background-color: #DAF2D0;
	border: 1px solid #222222;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}
.table4 td {
	padding: 8px 20px;
	border: 1px solid #222222;
	text-align: center;
}
.table5{
	width: 760px;
	margin: 25px 0;
	border-collapse: collapse;
}
.table5 th {
	background-color: #FAEE8C;
	border: 1px solid #222222;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}
.table5 td {
	padding: 8px 20px;
	border: 1px solid #222222;
	text-align: center;
}
.table6{
	width: 760px;
	margin: -35px 0 35px;
	border-collapse: collapse;
}
.table6 th {
	background-color: #F7CCC5;
	border: 1px solid #222222;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}
.table6 td {
	padding: 8px 20px;
	border: 1px solid #222222;
	text-align: center;
}
.table7{
	width: 760px;
	margin: 35px 0;
	border-collapse: collapse;
}
.table7 th {
	background-color: #F7CCC5;
	border: 1px solid #222222;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}
.table7 td {
	padding: 8px 20px;
	border: 1px solid #222222;
	text-align: center;
}
.table8{
	width: 760px;
	margin: -35px 0 35px;
	border-collapse: collapse;
}
.table8 th {
	background-color: #F2CEEF;
	border: 1px solid #222222;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}
.table8 td {
	padding: 8px 20px;
	border: 1px solid #222222;
	text-align: center;
}
.table9{
	width: 260px;
	margin: 20px 0 0 40px;
	border-collapse: collapse;
}
.table9 td {
	padding: 4px 12px;
	border: 1px solid #222222;
	text-align: center;
}
.table10{
	width: 620px;
	margin: 8px 0 20px 0;
	border-collapse: collapse;
	border: none;
}
.table10 td {
	padding: 4px 12px;
	text-align: left;
}


.box2 {        /* テーブル枠にラベルを貼り付ける */
    position: relative;
    margin: 2em 3em;
    padding: 20px 25px;
    border: solid 4px #00B050;
	width: 600px;
}
.box3 {        /* テーブル枠にラベルを貼り付ける */
    position: relative;
    margin: 2em 3em;
    padding: 20px 25px;
    border: solid 4px #00B050;
	width: 700px;
}
.box2 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -4px;
    padding: 0 30px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #00B050;
    color: #ffffff;
    font-weight: bold;
}
.box3 .box-title {
    position: absolute;
    display: inline-block;
    top: -28px;
    left: -4px;
    padding: 0 30px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #00B050;
    color: #ffffff;
    font-weight: bold;
}
.box2 .box3 p {
    margin: 0; 
    padding: 8px;
}
.hr-dashed {
	border-top: 2px dashed #888888;
}
