/* ----------------------
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:#fff;
	background:#fff url(/news/1003/shion_miyawaki/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:#000;
	}

#header,
#footer{
	text-align:center;
	}

#header p{
	text-align:left;
	}

p{
	padding:0 5px;
	line-height:1.25em;
	}

img{
	border:none;
	}

.x-small{
	font-size:x-small;
	line-height:1.2em;
	}

.center{
	text-align:center;
	}

.bold{
	font-weight:bold;
	}

.pink{
	color:#FF72B1;
	}

.yellow{
	color:#ffff00;
	}

a:link{
	color:#FF3B8F;
	}

a:visited{
	color:#FF3B8F;
	}

a:hover{
	text-decoration:none;
	}

h2,
h3{
	margin-top:3px;
	}

.R{
	float:right;
	}

#profile .R,
#song .R{
	width:65%;
	}

.L{
	float:left;
	width:30%;
	padding-left:5px;
	}

.btn{
	margin-left:3px;
	}

#present #yokoku{
	margin-left:26px;
	margin-bottom:3px;
	}

#book .koiuta{
	margin:0 auto;
	text-align:center;
	}

#song #recochoku{
	margin:0 0 5px 0;
	}

/* ------------------------- clearfix */
.cl{display:inline-block;}
.cl:after{
	content: " ";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	}