/* ----------------------
Copyright (C) 1996-2012 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:#333;
	background-color:#fff;
	}

#wrapper{
	width:240px;
	margin:10px auto;
	text-align:left;
	word-break:break-all;
	word-wrap:break-word;
	background-color:#fff;
	}

#header,
#footer{
	text-align:center;
	}

h1{
	color:#666;
	font-size:x-small;
	font-weight:normal;
	text-align:left;
	}

table{
	margin:0 auto;
	width:120px;
	}

p{
	padding:0 5px;
	line-height:1.3em;
	}

.green{
	font-size:x-small;
	color:#26b8af;
	}

img{
	border:none;
	}

.x-small{
	font-size:x-small;
	font-weight:normal;
	line-height:1.4em;
	}

.R{
	margin:5px 0;
	padding-right:5px;
	text-align:right;
	}

.cl{
	clear:both;
	}

#bold,
.bold{
	font-weight:bold;
	}

a:link{
	color:#09acec;
	}

a:visited{
	color:#09acec;
	}

a:hover{
	text-decoration:none;
	}

a:focus{
	outline:none;
	}