@charset "Shift_JIS";

body{
	margin:0px;
	 padding:0px;
}

a{
	color:.33aaaa;
}
a:hover{
	color:.00cc00;
}

/* === ヘッダー部刁EEスタイル === */

.head{
	background-color: 32d4a9;
	 width:100%;
	 height:100px;
}

.head1{
	width:45px;
	 text-align:right;
}

.head2{
	padding-left:9px;
}

.head h1{
	font-size:24px;
	 font-family:'Comic Sans MS';
	 color:white;
	 margin-bottom:1px;
}

.head div{
	font-size:12px;
	 color:white;
}

.headmenu{
	background-color: 008000;
	 width:100%;
	 text-align:right;
	 font-size:11px;
	 color:white;
}

.headmenu a{
	color:white;
	 text-decoration:none;
}
.headmenu a:hover{
	color:orange;
        height : 100 ;
}

/* === table === */

.side_main{
	width:800px;
	 height:100%;
}


/* ===  === */
.main{
	width:620px;
	 background-color:.ffffff;
}

.side{
	width:180px;
	 background-color:.ffffff;
}

.side{
	vertical-align:top;
	 padding:0px;
}

.side div{
	font-size:12px;
	 font-weight:bold;
	 border-bottom:solid 1px white;
	 padding-top:8px;
	 padding-bottom:8px;
	 padding-left:30px;
	 padding-right:0px;
}

.side a{
	color:.444444;
	 text-decoration:none;
}
.side a:hover{
	color:white;
}

.sidemenu1{
	margin-top:20px;
	 border-top:solid 1px white;
}


/* ===addition  === */

.footermenu{
	background-color: 0080000;
	 width:100%;
	 text-align:right;
	 font-size:11px;
	 color:white;
}

.footermenu a{
	color:white;
	 text-decoration:none;
}
.footer a:hover{
	color:orange;
        height : 100 ;
}

.chinafont {
           font-family : Meiryo UI;
}

input, select, textarea {
font-size: 120%;
}