/*全てのタグのmerginやpaddingを0に設定*/
* { margin: 0; padding: 0; }
/*ワイルドカードで全てにpadding:0;margin:0;を指定するとFirefoxでプルダウンメニューの表示が欠けてしまう場合の対処*/
option{ margin-right:10px;}
/**/
body {
/*	font-family: "Osaka", sans-serif;*/
	margin: 0;
	padding: 0;
	background-color: #000000;
/*
	background-image: url(visual/bk_grd.jpg);
	background-repeat: repeat-x;
*/
}

h1 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	line-height:1em;
	margin: 0;
	color: #ffffff;
}


a:link  { color: #36c; text-decoration: none }
a:visited { color: #36c; text-decoration: none }
a:active  { color: #36c; text-decoration: underline }
a:hover  { background-color: #bbbbbb; color: #fff; text-decoration: none }
.copy555_em100_130 { color: #555; font-size: 1em; line-height: 130% }
.copy555_em100_150 { color: #555; font-size: 1em; line-height: 150% }
.copy555_em100_170 { color: #555; font-size: 1em; line-height: 170% }
.copy555_em100_190 { color: #555; font-size: 1em; line-height: 190% }
.copy555_em095_130 { color: #555; font-size: 0.95em; line-height: 130% }
.copy555_em095_150 { color: #555; font-size: 0.95em; line-height: 150% }
.copy555_em095_170 { color: #555; font-size: 0.95em; line-height: 170% }
.copy555_em095_190 { color: #555; font-size: 0.95em; line-height: 190% }
.copy555_em080_130 { color: #555; font-size: 0.8em; line-height: 130% }
.copy555_em080_150 { color: #555; font-size: 0.8em; line-height: 150% }
.copy555_em080_170 { color: #555; font-size: 0.8em; line-height: 170% }
.copy555_em080_190 { color: #555; font-size: 0.8em; line-height: 190% }
.copy555_em070_130 { color: #555; font-size: 0.7em; line-height: 130% }
.copy555_em070_150 { color: #555; font-size: 0.7em; line-height: 150% }
.copy555_em070_170 { color: #555; font-size: 0.7em; line-height: 170% }
.copy555_em070_190 { color: #555; font-size: 0.7em; line-height: 190% }
.copyfff_em100_130 { color: #fff; font-size: 1em; line-height: 130% }
.copyfff_em100_150 { color: #fff; font-size: 1em; line-height: 150% }
.copyfff_em100_170 { color: #fff; font-size: 1em; line-height: 170% }
.copyfff_em100_190 { color: #fff; font-size: 1em; line-height: 190% }
.copyfff_em095_130 { color: #fff; font-size: 0.95em; line-height: 130% }
.copyfff_em095_150 { color: #fff; font-size: 0.95em; line-height: 150% }
.copyfff_em095_170 { color: #fff; font-size: 0.95em; line-height: 170% }
.copyfff_em095_190 { color: #fff; font-size: 0.95em; line-height: 190% }
.copyfff_em080_130 { color: #fff; font-size: 0.8em; line-height: 130% }
.copyfff_em080_150 { color: #fff; font-size: 0.8em; line-height: 150% }
.copyfff_em080_170 { color: #fff; font-size: 0.8em; line-height: 170% }
.copyfff_em080_190 { color: #fff; font-size: 0.8em; line-height: 190% }
.copyfff_em070_130 { color: #fff; font-size: 0.7em; line-height: 130% }
.copyfff_em070_150 { color: #fff; font-size: 0.7em; line-height: 150% }
.copyfff_em070_170 { color: #fff; font-size: 0.7em; line-height: 170% }
.copyfff_em070_190 { color: #fff; font-size: 0.7em; line-height: 190% }



