/* ページの基本デザイン用CSS */
body{
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:14px;
	color:#333333;
	margin: 0px;
	padding: 0px;
}



a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: underline;
	color: #FF9966;
}

h1 a:link {
	color: #ffffff;
	text-decoration: none;
}
h1 a:visited {
	text-decoration: none;
	color: #ffffff;
}
h1 a:hover {
	text-decoration: none;
	color: #FFFF33;
}
h1 a:active {
	text-decoration: none;
	color: #FFFF33;
}

#navi a:link {
	color: #ffffff;
	text-decoration: none;
}
#navi a:visited {
	text-decoration: none;
	color: #ffffff;
}
#navi a:hover {
	text-decoration: none;
	color: #FFFF33;
}
#navi a:active {
	text-decoration: none;
	color: #FFFF33;
}



h1{
	font-size:18px;
	color:#FFFFFF;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0px;
	height: 18px;
	text-align:right;
	}
	

h2 {
	background-image:url(../img/bg3.jpg);
	border:3px double #FF9900;
	color: #FFFFFF;
	font-size: 100%;
	padding-left: 4px;
	margin:0.5em 0px;
	text-align:center;
	
}






p {
	font-size: 90%;
	line-height: 150%;
	margin:0px;
}

table{
    font-size: 90%;
	width:520px;	
}


ul{
    margin:0px 0px;
	padding-left:0px;
	line-height:150%;
}

li{
	list-style-type:none;
	list-style-image:none;
	margin-bottom:5px;
}

#top p{     	
	font-size:120%;
	font-weight:bold;
	color:#336600;
	margin-left:20px;
	padding:0px;
	text-align:left;
}



#top img{
     float:right;
     margin 0px;
}



#main p img {
	 border-color:#666666;
	 margin-right:10px;
}

#main img {
	 border: 0px;

}

#text_box img{
      float:none;
      border:0px;
}





#main ul{
    margin:0px 0px;
	padding-left:0px;
	line-height:150%;
}

#main li{
	list-style-type:none;
	list-style-image:none;
    background-image:url(../img/listmark2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:22px;
	margin-right:7px;
	margin-bottom:5px;
}








form {
	font-size:90%;
	}
.right_side img {
	border:0;
	}
	
.left_side img {
	margin: 0px;
	}





.topics{
    width:158px;
    margin-bottom:5px;
	padding:1px;
	border:solid 1px #BDC527;
	background-color: #FFFFFF;  
}

.font_green_b {
	font-weight: bold;
	color: #1E9214;
}


.font_blue_b {
	font-weight: bold;
	color: #091FE8;
}
.font_red_b {
	font-weight: bold;
	color: #FF0000;
}

.font_white_b {
	font-weight: bold;
	color: #ffffff;
}

.font_yellow_b {
	font-weight: bold;
	color: #FFCC00;
}

.font_small {
	font-size: 10px;
}



.font_red {
	font-size: 12px;
	color: #FF0000;
}

.clear{
    clear:both;
	}
	
.copyright{
   color:#FFFFFF;
   text-align:center;
   padding:5px 0px;
}