@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.9
Author: wu
*/

@import url("style-misky/import.css");

body {
	margin: 0 0;
	background: url(http://miskyworks.net/wp/wp-content/themes/wp.vicuna/style-misky/images/background/body.png) repeat;
}

p {
	color: #474747;
	letter-spacing: 0.05em;
}

div#header {
	background: transparent;
}

div#header p.siteName {
	margin-top: 50px;
}

div#header p.description {
	padding-left: 16px;
	margin-bottom: 30px;
}

div#content {
	border-top: none;
	background: transparent;
}

div#main {
	background: transparent;
}

div#main div.entry {
	margin-top: 13px;
}

div#main p.topicPath, 
div#main ul#flip1 {
	display: none;
}

div#main h1 {
	text-align: right;
	border-top: none;
	background: transparent;
/*	padding-top: 12px;
	padding-bottom: 8px;
*/	padding-top: 0;
	padding-bottom: 0;
}

div.entry h1 {
	background: transparent;
	font-size: 116%;
	margin: 15px 0 0 0;
	padding: 0.3em 10px;
	border-top: none;
	border-left: 5px solid #ee1370;
	border-bottom: 1px dotted #cccccc;
}

div.entry h2 {
	border-left: 5px solid #ee1370;
}

div.entry ul.info, 
div#main ul.info {
	background: transparent;
	border-left: none;
	border-right: 5px solid #ee1370;
	border-bottom: none;
	position: relative;
	margin: 0;
	padding: 3px 0;
}

div.entry ul.info li {
	float: right;
	border: none;
}

div.entry ul.info li.date {
	position: absolute;
	left: -66px;
	top: -25px;
	text-align: right;
	padding: 0;
}

div.entry ul.info li.category {
	position: absolute;
	right: -81px;
	width: 60px;
	padding: 0;
	text-align: left;
	line-height: 1.4;
}

div.entry ul.reaction li {
	float: right;
	border-right: none;
}

div.entry ul.reaction, 
div.entry ul.reaction li.comment, 
div.entry ul.reaction li.trackback {
	display: none;
}

div.textBody h5 {
	clear: both;
	display: block;
	font-size: 100%;
	padding: 0.5em 8px;
	border-left: 10px solid #ccff00;
}

div.textBody h6 {
	clear: both;
	display: block;
	font-size: 100%;
	padding: 0.2em 8px;
	border-left: 10px solid #dddddd;
	margin-top: 24px;
	margin-bottom: 12px;
}

div.textBody p.img_C {
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 6px;
	margin-bottom: 13px;
}

div.textBody .miki_L {
	text-align: left;
}

div.textBody .miki_C {
	text-align: center;
}

div.textBody .miki_R {
	text-align: right;
}

div.textBody dl {
	border-top: none;
	border-left: 6px solid #eeeeee;
	border-right: none;
	border-bottom: none;
	padding: 0.2em 6px;
}

div.textBody dt {
	color: #222222;
	margin: 0.4em 10px;
	margin-top: 0.6em;
	padding-bottom: 0;
	border-bottom: 0;
}

div.textBody dd {
	margin: 0.4em 30px;
	margin-top: 0.6em;
	padding-bottom: 0;
	border-bottom: 0;
}

div.entry div#comments, 
div.entry div#trackback {
	display: none;
}

ul.flip li.newer {
	margin-bottom: 8px;
}

p.return {
	display: none;
}

div#footer {
	padding-bottom: 44px;
}

div#footer ul, 
div#footer address {
	color: #999999;
	text-align: center;
}

div#footer a:hover {
	color: #333333;
}

strong {
	color: #cc0066;
}

p.img_R {
	float: right;
	margin-left: 1em;
	margin-top: 1em;
}

div#utilities {
	display: none;
}

