@charset "utf-8";

/* basic
------------------------------ */

* {
    margin: 0;
    padding: 0;
	text-decoration: none;
	/*word-break: break-all;*/
	line-height: 1.5em;
}

body {
	background: #FFF url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/background.jpg) no-repeat fixed bottom center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 78%;
	text-align: center;
	color: #333;
}
pre, blockquote {
   margin: 10px 0;
}

/* ------ a */
a { 
	text-decoration: none;
}
a:link { 
	color: #FF3399;
}
a:hover {
	color: #FF00FF;
	text-decoration: underline;
}
a:active {
	color: #FF66FF;
	text-decoration: underline;
}
a:visited {
	color: #CC0099;
}

/* ------ img */
img {
	vertical-align: text-bottom;
}
a img {
	border: none;
	text-decoration: none;
}

/* ------ clear float */
.clear:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.clear {
	display: inline-block;
}
/*\*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* */

/* ------ set column (type: tree) */
#main-left {
	margin-right:-200px;
	width:100%;
	float:left;
}
#main {
	width:100%;
	float:right;
	margin-left:-200px;
}
#main-inner {
	margin-right:200px;
	margin-left:200px;
}
#left-side {
	width:200px;
	float:right;
}
#left-side-inner {
	width:99%;
}
#right-side {
	width:200px;
	float:left;
}
#right-side-inner {
	width:99%;
}

/* container
------------------------------ */
#container {
	margin: 0 auto;
	background: url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/cont_back02.gif) repeat-y center;
	width: 940px;
	text-align: left;
}
#container-inner {
	margin: 0 auto;
	background: url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/cont_back01.gif) no-repeat top center;
}

/* header
------------------------------ */
#header {
	background: url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/top_back.gif) no-repeat top center;
	width: 940px;
	height: 400px;
}
#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#header h2 {
	display: none;
}
#header a {
	margin: 0 auto;
	background: url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/header.jpg) no-repeat top center;
	width: 800px;
	height: 319px;
	display: block;
}

/* content
------------------------------ */
#content {
	margin: -70px auto 0 auto;
	width: 800px;
}

/* main
------------------------------ */
#main-content {
	margin-left: 10px;
	width: 380px;
}

/* ------ entry */
.entry {
	margin-bottom: 20px;
	overflow: hidden;
}
.entry-date {
	font-size: 120%;
	color: #B7B7B7;
	text-align: right;
}
.entry h3 {
	margin-bottom: 5px;
	font-size: 130%;
	border-bottom: 1px solid #000;
}
.entry-content {
	clear: both;
}
.entry-content img {
	margin: 5px 5px 5px 0;
}
.entry-more-link {
	margin-top: 8px;
	clear: both;
}
.entry-footer {
	margin-top: 10px;
	padding-top: 8px;
	background: url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/line.gif) no-repeat top center;
	font-size: 90%;
	color: #999;
	text-align: center;
}

/* ------ archives common */
.content-nav {
	margin: 15px 0;
	font-size: 90%;
	text-align: center;
}

/* ------ day-archives */
.day-archives h2 {
	margin-bottom: 5px;
	font-size: 130%;
	border-top: 1px solid #000;
	border-bottom: 3px solid #000;
}
.day-archives .entry h3 {
	margin-bottom: 0px;
	border-bottom: 1px dashed #CCC;
	font-size: 110%;
	font-weight: bold;
}
.day-archives .entry-footer {
	margin-top: 0px;
	padding-top: 0px;
	background: none;
	font-size: 90%;
	color: #999;
	text-align: left;
}

/* ------ entry-archives */
.entry-more {
	clear: both;
}
#trackbacks {
	overflow: hidden;
}
#trackbacks h3 {
	margin-top: 20px !important;
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 0 5px;
	border-top: 3px double #000;
	border-bottom: 3px double #000;
	font-size: 110%;
}
#trackbacks .trackbacks-content {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
}
#trackbacks .lighter {
	font-size: 100%;
	font-weight: lighter;
}
#trackbacks .from {
	color: #999;
	font-size: 90%;
}
#trackbacks .tb-cont {
	color: #666;
	font-size: 95%;
}
#trackbacks-url {
	padding: 5px;
	background: #FFDFF0;
	border-left: 1px solid #FFEFF7;
	border-top: 1px solid #FFEFF7;
	border-right: 1px solid #FFD6EB;
	border-bottom: 1px solid #FFD6EB;
	font-weight: bold;
	color: #999;
}
#trackbacks-url input {
	padding: 1px;
	width: 99%;
	border: 1px solid #FFF;
	background: #FFEEF7;
	color: #666;
}

/* ------ photo-gallery */
.photo-gallery h3 {
	margin-bottom: 5px;
	font-size: 130%;
	border-top: 1px solid #000;
	border-bottom: 3px solid #000;
}
.photo-gallery .photo-content {
	margin: 20px 0;
	padding: 4px;
	border: 1px solid #CCC;
}
.photo-gallery .photo-content p {
	margin: 2px 0 13px 0;
	text-align: right;
	font-size: 110%;
	color: #838383;
}

/* side common
------------------------------ */
.side-menu {
	margin-left: 6px;
	width: 188px;
	font-size: 80%;
	color: #747474;
}
.module {
	overflow: hidden;
}
.module-content {
	margin: 5px 0 15px 20px;
	padding: 0 5px 0 0;
}
.module-content ul {
	list-style: url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/en_icon_s.gif);
}
.module-content ul li {
	margin: 5px 0;
}

/* left-side
------------------------------ */
#left-side h4 {
	width: 188px;
	height: 60px;
	text-indent: -9999px;
}

#profile h4 {
	background: url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/profile.gif) no-repeat;
}
#profile p {
	padding: 0px 5px;
}
#side-trackbacks h4 {
	margin-top: 10px;
	background: url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/recent_trackbacks.gif) no-repeat;
}
#side-entry h4 {
	margin-top: 10px;
	background: url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/recent_entries.gif) no-repeat;
}
#side-archives h4 {
	margin-top: 10px;
	background: url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/monthly_archives.gif) no-repeat;
}
#bn_aspara img {
	margin: 50px 0 0 13px;
}
#bn-kamblog img {
	margin: 0 0 0 10px;
}

/* right-side
------------------------------ */
#right-side h4 {
	width: 188px;
	height: 59px;
	text-indent: -9999px;
}

/* ------ mail */
#mail h4 {
	background: url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/mail.gif) no-repeat;
}
#mail p {
	padding: 0px 5px;
}
#mail img {
	margin: 7px 0 0 4px;
}

/* ------ photo-gallery */
#photo-gallery h4 a {
	margin-top: 15px;
	background: url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/photo_gallery02.gif) no-repeat 0px 0px;
	display: block;
	width: 188px;
	height: 59px;
}
#photo-gallery h4 a:hover {
	background: url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/photo_gallery02.gif) no-repeat 0px -59px;
}
#photo-gallery .thumbnail {
	margin: 5px 0 0 8px;
}
#photo-gallery img {
	margin: 2px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #CCC;
	float: left;
}
#photo-gallery a:hover img {
	border: 1px solid #FFA6D2;
}

/* ------ research */
#research h4 {
	margin-top: 15px;
	background: url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/research.gif) no-repeat;
}
#research h5 {
	margin-top: 5px;
	margin-left: 4px;
	padding: 5px;
	background: #FFA6D3;
	width: 168px;
	border: 1px solid #FFA6D2;
	font-size: 100%;
	font-weight: normal;
	color:#484848;
}
#research p.see-result {
	margin-top: 5px;
	text-align: center;
	font-size: 100%;
}
#research table {
	margin-left: 4px;
	table-layout: fixed;
	width: 180px;
	overflow: auto;
	empty-cells: show;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #FFA6D2;
}
#research td {
	padding: 3px;
}
#research table.question td.radiobutton {
	width: 45%;
	text-align: right;
}
#research table.result td {
	background: #FFDDEE;
}
#research table.result td.value {
	background: none;
	width: 20%;
	text-align: right;
}
#research table.result td.number {
	background: none;
	width: 15%;
	text-align: center;
}
#research table.result td.total {
	background: none;
}
#research table.result td.totalnumber {
	background: none;
	text-align: center;
}
#research table.result .percent {
	color: #6633CC;
}

/* ------ book-info */
#book-info h4 {
	margin-top: 15px;
	background: url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/book_info.gif) no-repeat;
}
#book-info #parts {
	margin-left: 13px;
}

/* ------ blog-mov */
#blog-mov img {
	margin: 20px 0 0 13px;
}

/* ------ feed */
#feed a {
	margin: 20px 0 0 55px;
	background: url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/rss.gif) no-repeat;
	display: block;
	width: 74px;
	height: 16px;
	text-indent: -9999px;
}

/* footer
------------------------------ */
#footer 
{
	margin: 30px 0 0 0;
	height: 30px;
}
#footer p
{
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 80%;
	text-align: center;
	letter-spacing: 1px;
}
