/* ----------------------
Copyright (C) 1996-2010 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:#444;
	background:#fff url(images/bg.png) top left repeat fixed;
	}

#wrapper{
	width:240px;
	margin:10px auto;
	text-align:left;
	word-break:break-all;
	word-wrap:break-word;
	background-color:#fff;
	border:1px dashed #ffcccc;
	}

#header,
#content,
#footer{
	text-align:center;
	}

table{
	margin:0 auto;
	width:120px;
	}

p{
	padding:0 5px;
	line-height:1.3em;
	}

#content p{
	text-align:left;
	}

img{
	margin:0 auto;
	border:none;
	}

.R{
	float:right;
	margin-top:5px;
	padding-right:5px;
	text-align:right;
	}

.cl{
	clear:both;
	}

.x-small{
	font-size:x-small;
	line-height:1.2em;
	}

#bold,
.bold{
	font-weight:bold;
	}

.pink{
	color:#ff6699;
	}

a:link{
	color:#ff66b3;
	}

a:visited{
	color:#ff66b3;
	}

a:hover{
	text-decoration:none;
	}