@charset "utf-8";

body {
	background-image: url(../img/bg.gif);
	font-family: "Arial Black", Algerian, "HGP明朝E";
	color: #333333;
	margin:0;
	padding:0;
	border:0;
	text-decoration: none;
}



html,div, span ,a,img{
	margin:0;
	padding:0;
	border:0;

}


a{
	color: #333333;

}
a:visited{
	color: #666666;
}
a:hover{
	color: #999999;
}



h2{
	width: 600px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: medium;
}

p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
}

#outercontents {
	width: 800px;
	margin-left: 100px;
	padding-top: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
}


#outercontents #header {
	text-align: left;
}
#outercontents #contents {
	width: 680px;
	height: auto;
	margin-left: 100px;
}

#outercontents #contents #about_content {
	margin-left: 100px;
}

#outercontents #contents #act_content {
	height: auto;
	font-size: small;
}
#outercontents #contents #act_wrapper {
	width: 600px;
}


#outercontents #footer {
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
	background-color: #000000;
	height: 15px;
	text-align: right;
}

#outercontents .drop {
	font-size: 3em;
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
	padding-top: -2px;
	font-weight: bolder;
}
#outercontents .web a{
	text-align: right;
	text-decoration: none;
}
#outercontents .web a:link{
	font-size:12px;
	text-decoration: none;
	color: #666666;
}
#outercontents .web a:visited{
	font-size:12px;
	text-decoration: none;
	color: #666666;
}
#outercontents .web a:hover{
	font-size:12px;
	text-decoration: none;
	color: #CCCCCC;
}

