@charset "utf-8";
/*  
Theme Name: Wanna Suite
Theme URI: http://www.wannasuite.com/
Description: Theme of Wanna Suite
Version: 1.0
Author: master
*/



/*
------------------------------
   RESET
------------------------------ */


html,body,h1,h2,h3,h4,h5,h6,p,div,span,table,tr,th,td,ul,ol,li,dl,dt,dd,form,fieldset,input,option,select,textarea {
	margin:0;
	padding:0;
}

body {
	background: url("/img/bg_body.gif") center repeat-y #fff;
	color: #333;
	font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Verdana', sans-serif;
	font-size: 87.5%;
	line-height: 1.5;
}

a:link    { color: #09f; }
a:visited { color: #90f; }
a:hover   { color: #900; }

h1,h2,h3,h4,h5,h6 { font-size: 100%; }
ul,ol,li,dl,dt,dd { list-style: none; }
hr { display: none; }

iframe{border:none;}

img,object{
	border: none;
	vertical-align: middle;
}


p { margin-bottom: 1.5em; }



img.fl{
	float: left;
	margin: 0 24px 24px 0;
}

.ac{text-align:center;}




/*
------------------------------
   LAYOUT
------------------------------ */

#content{
	padding: 25px 0 5px 0;
	background: url("/img/bg_maintop.jpg") top center no-repeat;
}

#content-inner{
	width: 764px;
	margin: 0 auto;
	padding-top: 10px;
	border: 3px double #ccc;
}

#content-inner:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Header */

#header{
	padding-top: 10px;
	border-bottom: 10px solid #e6e6e6;
	background: #fff;
}

#header-inner{
	width: 780px;
	margin: 0 auto;
}

#header h1{
	height: 95px;
	text-indent: -9999px;
	background: url("/img/img_logo.gif") left no-repeat;
}

#header h1 a{
	display: block;
	width: 120px;
	height: 95px;
}



/* Contents */

#main{
	float: left;
	width: 480px;
}

#main .entry{
	margin: 0 0 2em 10px;
}

#main h2, #main h3{
	padding: 0 5px;
	margin-bottom: 1em;
}

#main h2{
	font-size: 120%;
	border-bottom: 2px solid #850d0e;
}

#main h2 a{ text-decoration: none; }

#main h3{
	border-bottom: 1px solid #ccc;
}

#main p{
	margin: 0 5px 1.5em 5px;
}

#main dl{
	margin-bottom: 2em;
}

#main dl dt{
	margin: 0.5em 0 0.3em 0;
}

#main dl dd{
	margin: 0.3em 0 0.3em 2em;
}

#google-adsense{
	margin-bottom: 2em;
	text-align: center;
}

#rakuten {
	overflow: hidden;
}

.rakuten-item {
	display: inline-table;
	float: left;
	width: 133px;
	height: 260px;
	margin: 0 5px 10px 5px;
	padding: 5px;
	text-align: center;
	border: 1px solid #ccc;
	background: #f3f3f3;
}

#main #rakuten .rakuten-item h3 {
	margin: 0 0 5px 0;
	font-size: 85%;
	line-height: 1.3;
	border: none;
}

#main #rakuten .rakuten-item p {
	margin: 0 0 5px 0;
	font-size: 85%;
	line-height: 1.3;
}

#main #rakuten .rakuten-item p.rakuten-image {
	width: 130px;
	height: 130px;	
}

#main #rakuten .rakuten-item strong {
	color: #850d0e;
}


p#backtotop{
	clear: both;
	width: 755px;
	margin: 0 auto 1em auto;
	font-size: 90%;
	text-align: right;
}


/* SideNavi */

#sidebar{
	margin-left: 504px;
}

#sidebar .sidebar-content{
	margin: 0 10px 2em 0; 
}


#sidebar h3{
	padding-left: 5px;
	color: #850d0e;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	font-size: 120%;
}

#sidebar h4{
	margin-bottom:10px;
	font-size:87.5%;
	line-height:1.3;
}

#sidebar p{
	font-size:81.25%;
	line-height:1.3;
}

#sidebar ul, #sidebar ol{
	border-top: 1px solid #ccc;
}

#sidebar ul li, #sidebar ol li{
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

#sidebar ul li{
	padding-left: 21px;
	background: url("/img/ic_sidebar_li.gif") left no-repeat;
}

#sidebar ol li{
	list-style: decimal inside;
	color: #7a3324;
}


/* Footer */

#footer{
	clear: both;
	padding: 24px 0;
	background: url("/img/bg_footer.jpg") top repeat-x #3a0c48;
}

#footer-inner{
	width: 780px;
	margin: 0 auto;
}

#footer h2{
	color: #d99300;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	font-size: 120%;
}

#footer ul li{
	display: inline;
	margin-right: 1em;
}
