@charset "utf-8";
@import "pagination.css";
/*
Theme Name: wp.Vicuna Ext Custom.
Theme URI: http://wp.vicuna.jp/
Description: <a href="http://wp.vicuna.jp">wp.Vicuna</a> Structure Template + <a href="http://wp.vicuna.jp/skin/">Skin</a> + <a href="http://ma38su.sourceforge.jp/wp/vicuna/">Ext.</a>
Version: 1.55
Author: wu, ma38su
*/

dl.navi dd p.icon {
	text-align: center;
}

dl.navi dd p a.rssbanner img {
	border: none;
}

div#pr {
	background-color: #f0f0f0;
	margin: 0 0 1em;
}

div.clip {
	margin: 2px 30px;
}

div.clip img {
	border: none;
}


/* Volare Add */
#volare_yougo ul{
	margin-top: 0;
	margin-bottom: 30px;
}
#volare_yougo .yougo_cat{
	font-weight: bold;
	padding: 3px 5px;
	background-color: #aaa;
	list-style-type: none;
	margin-top: 20px;
}
#volare_yougo .yougo_cat a:link,
#volare_yougo .yougo_cat a:visited{
	color: #fff;
	text-decoration: none;
}
#volare_yougo .yougo_cat a:hover{
	color: #fff;
	text-decoration: underline;
}
#volare_yougo .yougo_tit{
	margin-left: 15px;
}
/**********************************************************

 * 2008/08/04 追加

 * 投稿画面での右寄せ、左寄せ、センター寄せへの対応

 *********************************************************/

img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
clear:both;
	margin: 1em 0 1em 1em;
	display: inline;
}

img.alignleft {
clear:both;
	margin: 1em 1em 1em 0;
	display: inline;
}


.alignright {
clear: both;
	float: right;
}

.alignleft {
clear: both;
	float: left;

}
/**********************************************************

 * 2009/01/21 追加

 * 投稿画面でのセンター寄せへの対応

 *********************************************************/
 
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right:auto;
}

/**********************************************************

 * 2009/05/21 追加

 * キャプチャ付き画像の左寄せを解消

 *********************************************************/
 
div.textBody div.wp-caption {
margin:0.5em 30px 1em;
}

