@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family: "メイリオ","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	list-style-type: none;
}

img {
	border: none;
}

.clear {
   clear: both;
   height: 0px;
   line-height: 0;
   zoom: 1;
}

#right_box p {
	margin: 0px 10px 20px 10px;
}

hr {
	color:#fff;


}

strong {
	color:#906;
}

em {
	background-color:#CCF;
}



a {
	color:#FFF;
	text-decoration: none; 

}

a:visited {
	color:#C00;
	text-decoration: none; 

}

a:hover {
	color:#F00;
	text-decoration: none; 

}

h1 {
	font-size: 10px;
	color:#09C;
	text-align:right;
	margin-right:10px;
}

body {
	background-color:#FFFFFF;
}