@charset "UTF-8";

/* ここから トップページ 設定 */
#toppage {
	width				: 680px;
	height				: auto;
	float				: left;
}

#japanican {
	width				: 680px;
	height				: auto;
	float				: right;
	margin-top			: 5px;
	margin-bottom		: 5px;
}

#japanican li {
	width				: 150px;
	height				: 40px;
	float				: left;
	list-style-type			: none;
	color				: #FFFFFF;
	font-size			: 1em;
	display				: block;
	text-align			: center;
	letter-spacing: 3px;
}

#japanican a {
	text-decoration		: none;
	width				: 150px;
	color				: #FFFFFF;
	display				: block;
}

#japanican a:link {
	text-decoration		: none;
}

#japanican a:visited {
	text-decoration		: none;
	color				: #FFFFFF;
}

#japanican a:hover {
	width				: 150px;
	text-decoration		: none;
	color				: #333333;
	background-color	: #99FF00;
}

#japanican a:active {
	text-decoration		: none;
}

#wrap {
	width				: 680px;
	height				: 380px;
	background-color	: #000000;
}

#wrap a {
	text-decoration		: none;
	color				: #0000FF;
}

#wrap a:link {
	text-decoration		: none;
}

#wrap a:visited {
	text-decoration		: none;
	color				: #990099;
}

#wrap a:hover {
	text-decoration		: underline;
	color				: #00FF00;
}

#wrap a:active {
	text-decoration		: none;
}

#wrap_left {
	width				: 340px;
	float				: left;
	color				: #FFFFFF;
	height				: 380px;
}

#wrap_left h1 {
	background-color	: #99FFFF;
	font-size			: 1.5em;
	text-align			: center;
	padding-top			: 5px;
	padding-bottom		: 5px;
	font-weight			: bolder;
}

#wrap_left h2 {
	color				: #99FFFF;
	font-size			: 0.9em;
	text-align			: center;
	margin-top			: 10px;
	margin-bottom		: 5px;
}

#wrap_left h3 {
	font-size			: 0.9em;
	padding-right		: 10px;
	padding-left		: 10px;
	text-align			: left;
	line-height			: 1.25em;
	color				: #FFFFFF;
}

#wrap_right {
	width				: 340px;
	float				: right;
	color				: #FFFFFF;
	height				: 380px;
}

#wrap_right h1 {
	background-color	: #FF0000;
	font-size			: 1.5em;
	text-align			: center;
	padding-top			: 5px;
	padding-bottom		: 5px;
	font-weight			: bolder;
}

#wrap_right h2 {
	color				: #FF0000;
	text-align			: center;
	margin-top			: 10px;
	margin-bottom		: 5px;
	font-size			: 0.9em;
}

#wrap_right h3 {
	font-size			: 0.9em;
	padding-right		: 10px;
	padding-left		: 10px;
	text-align			: left;
	line-height			: 1.25em;
	color				: #FFFFFF;
	margin-top			: 5px;
	margin-bottom		: 5px;
}

/* ここから トップ フラッシュ 設定*/
#top_flash {
	width				: 680px;
	height				: auto;
	font-size			: 0.75em;
}

/* ここまで トップ フラッシュ */

/* ここから cgiページ用 設定 */

#cgi_wrap {
	width				: 680px;
	height				: 280px;
	float				: left;
	margin-left			: 10px;
}

#news {
	width				: 680px;
	height				: 280px;
	float				: left;
}

#news h1 {
	font-size			: 1.25em;
	color				: #0000FF;
	background-color	: #FFFF33;
	padding-top			: 3px;
	padding-bottom		: 3px;
	padding-left		: 10px;
	text-align			: center;
	border-top-color	: #FF0000;
	border-bottom-color	: #FF0000;
	border-top-style	: solid;
	border-bottom-style	: solid;
	border-top-width	: 1px;
	border-bottom-width	: 1px;
	width				: 670px;
}

#topics {
	width				: 680px;
	height				: 280px;
	float				: left;
}

#topics h1 {
	font-size			: 1.25em;
	color				: #000000;
	background-color	: #33FF66;
	padding-top			: 3px;
	padding-bottom		: 3px;
	padding-left		: 10px;
	border-top-color	: #0000FF;
	border-bottom-color	: #0000FF;
	border-top-style	: solid;
	border-bottom-style	: solid;
	border-top-width	: 1px;
	border-bottom-width	: 1px;
	text-align			: center;
	width				: 670px;
}

/* ここまで cgiページ用 設定 */

/* ここまで トップページ設定 */
