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

	* {
	margin:0;
	padding:0;
}
a {
	color:#333333;
	text-decoration: none;
	outline: none;
}
img {
	border:none;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	overflow: hidden;
}
#content-wrapper {
	width:100%;
	height:100%;
	position:absolute;
	overflow:auto;

}
#content {
	width:100%;
	height:100%;
	margin-top: 0px;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
}
.style3 {
	font-size: 12px;
}
.style4 {
	font-size: 16px;
}
.tag_tex  {
	font-size: 14px;
	font-weight: bolder;
}
.tag_tex a:hover {
	color: #FF6600;
}
.tag_co {
	color: #CCCCCC;
}
