/* CSS Document */



body { font-size:40px; }

table.main{
 border-left:solid #ccc 1px;
 border-right:solid #ccc 1px;
 background-color:#FFF;
}

td.waku{
 border:#CCC solid 1px;
	}

table.kaitouline{
	border:#CCC solid 1px;
}
th.kaitou{
	font-weight:bold;
	color:#FFF;
	background-color:#093;
	font-size:14px;
}
td.kaitoutext{
	font-size:12px;
	text-align:left;
	vertical-align:top;
}

#menu {
 padding:0;
 margin:0;
 list-style-type: none;
}

#menu li {
 height:60px;
 width:300px;
 font-size:40x;
 float:left;
 padding:0;
 margin-left:0px;
 text-align:center;
}
#menu li a {
 color:#fff;
 width:300px;
 height:60px;
 font-size:40px;
 font-weight:bold;
 padding:0px 0px 0px;
 text-decoration:none;
 display:block;
 background-image:url(../images/menu_back.png);
 background:#360;
 text-align:center;
 vertical-align:middle;
				   
}
#menu li a:hover {
 width:300px;
 height:60px;
 background-image:url(../images/menu_back2.png);
 background:#0C0;
}


#menu2 {
 padding:0;
 margin:0;
 list-style-type: none;
}

#menu2 li {
 height:54px;
 width:300px;
 font-size:30x;
 float:left;
 padding:0;
 margin-left:0px;
 text-align:center;
}
#menu2 li a {
 color:#fff;
 width:300px;
 height:54px;
 font-size:30px;
 font-weight:bold;
 padding:0px 0px 0px;
 text-decoration:none;
 display:block;
 background-image:url(../images/menu_back.png);
 background:#364;
 text-align:center;
 vertical-align:middle;
				   
}
#menu2 li a:hover {
 width:300px;
 height:54px;
 background-image:url(../images/menu_back2.png);
 background:#0C0;
}

h1{
 border-bottom: 1px solid #CCC;
 border-left: 7px solid #090;		
 border-left: 7px solid rgba(0,0,0,.2);
 margin: 0px;
 padding: 5px 15px;
 font-size:52px;
 color:#060
}

h2{
 border-bottom: 1px dashed #CCC;
 margin: 0px;
 padding: 5px 5px;
 font-size:48px;
 color:#090;
}

h3{
 border-bottom: 1px dashed #CCC;
 margin: 0px;
 padding: 5px 5px;
 font-size:40px;
 color:#090;
}


p{
 font-size:38px;
 margin-left:1em;
 
}

li{
 font-size:38px;
 margin-left:1em;
 
}
.yougo_title{
	font-size:41px;
	font-weight:bold;
	margin:5px;
	color:#090;
}
.yougo_text
 {
	 font-size:38px;
	 margin:5px;
 }

input[type="checkbox"],[type="radio"]
{
width:40px;
height:40px;
border:4px;
}

input[type="button"],[type="submit"]
{
font-size:38px;
width:700px;
height:70px;
border:4px;
}




.footer{
 color:#FFF;
 font-size:40px;
 font-weight:bold;
}
