@charset "utf-8";
/*  
Theme Name: wp.Vicuna
Theme URI: http://wp.vicuna.jp/
Description: <a href="http://en.wp.vicuna.jp">wp.Vicuna</a> Structure Template + <a href="http://en.wp.vicuna.jp/skin/">Skin</a>
Version: 1.5.7
Author: wu
*/

@import url("style-smartCanvas/0-import.css");

.google { margin: 0px 0px 10px 30px; }

.google_h { padding: 7px 0px 5px 20px; }

.google_s { 
margin: 0px 0px 5px 10px; 
line-height: 110%;
}

#rakuten { margin-left: 50px;}

#flickr { margin: 0 0 30px 50px;}

#rakuten2 { margin: 0px 0px 10px 30px; }

.textBody table {
float: right;
}

ul {
list-style-type:none;
line-height: 110%;
}

div .yahoologo {
margin: 0px;
padding: 0px 0px 0px 25px;
}

div .yahoologo a img {
margin: 0px;
padding: 0px;
}


table, th, td{
margin: 0 0 0 0;
border: none;
}

/* ------------------------------------------------- 
Accordion Menu 
---------------------------------------------------- */

.acc dl{
	width:620px;
	margin:20px 20px 20px 35px;
}
.acc dt{
	font-size: 13px;
	line-height:20px;
	text-indent:10px;
	font-weight:bold;
	color:white;
	height:20px;
	margin: 0 0 0 0;
	padding: 2px 0 3px 0;
	border-bottom: solid 1px #FFF;
	background-color: #555555;
}
.acc dt.over{
	background-color: #333333;
	color: #FFF;
	cursor:pointer;
}

.acc dt.selected{
	background-color: #A1A1A1;
	cursor:default;
	color:white;
}

.acc dd{
	font-size: 13px;
	line-height:18px;
	height:auto;
	background: #FEFFE5;
	margin: 0 0 0 0;
	padding:10px 20px 15px 20px;
}

