/* ----------------------
Copyright (C) 1996-2009 Starts Publishing Corporation ALL Rights Reserved.
http://www.no-ichigo.jp/
----------------------- */

*{margin:0; padding:0;}
body{
	width:100%;
	font-size:small;
	text-align:center;
	color:#666;
	background:#fff url(/news/0906/rey/images/bg.png) bottom left no-repeat fixed;
	}
	
#wrapper{
	width:240px;
	margin:10px auto;
	text-align:left;
	word-break:break-all;
	word-wrap:break-word;
	background-color:#fff;
	}
	
#header{text-align:center;}
#content p{text-align:left;}
#footer{color:#fff;}
#footer a{color:#fff;}

p{padding:0 5px; line-height:1.3em;}
img{border:none;}

.blue{color:#0E55A6;}
.sky{color:#33ccff;}
.pink{text-align:center; color:#ff6699;}

a:link{color:#33ccff;}
a:visited{color:#33ccff;}
a:hover{text-decoration:none;}
a:focus{outline:none;}
