@charset "UTF-8";

/*	Reset Styles
--------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

abbr,acronym {
	border:0;
}

a img{
	vertical-align:top;
}
/*	font Styles
--------------------------------------*/

body {
	text-align: center;
font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	background-color: #ffffff;
	font-size:12px;
	line-height:150%;
	color:#666666;
	background:transparent url(img/bg.gif) repeat scroll left top;
}

a:link {
	color: #eb47b2;
	text-decoration: none;
}
a:visited {
	color: #cc3399;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
a:active {
	color: #ff6600;
	text-decoration: none;
}
h2 a:link {
	color: #ff6699;
}
h2 a:visited{
	color:#ff6699;
}
h2{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ff6699;
}

h3{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}

.cap {
font-size:10px;
line-height:13px;
color:#333333;
font-family: Verdana, Arial, sans-serif;
}
/*--------------------------------
	layout
--------------------------------*/

#header{

}

#container {
	width: 800px;
	margin:0 auto;
	text-align: left;
	padding: 0px;
}
.contents{
	background: #fff url(img/bg_container.gif) top left repeat-y;
}
.contents:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.contents {display: inline-table;}

/* Hides from IE-mac \*/
* html .contents {height: 1%;}
*+html .contents {height: 1%;}
.contents {display: block;}
/* End hide from IE-mac */

#main{
	float: left;
	width:500px;
	padding:0 0 0 30px;
}
#right {
	float: right;
	width:245px;
	background:transparent url(img/bg_sidebar.gif) no-repeat scroll left top;
	padding:50px 0px 0px 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	line-height:13px;
}
#footer {clear:both;}


/*--------------------------------
エントリー
--------------------------------*/
/*タイトル*/
.author-an{
	background:transparent url(img/entry_an.gif) top left no-repeat;
}
.author-mililin{
	background:transparent url(img/entry_mililin.gif) top left no-repeat;
}
.author-rubia{
	background:transparent url(img/entry_rubia.gif) top left no-repeat;
}
.entry-header {
	height: 110px;
	width: 500px;
}
.entry-header h2 {
	height: 40px;
	padding: 38px 50px 0 110px;

}

/*日付&カテゴリ*/
.entry-header p {
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	line-height:13px;
	color: #333333;
	text-align: right;
	padding:0pt 20px 0pt;
	height:30px;
}

/*エントリーボディ*/
.entry-body{
	width: 460px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4d4d4d;
	padding:0 20px 0;
	background:transparent url(img/bg_entry.gif) repeat-y top left;
	/*\*/overflow: hidden;/**/
}

.entry-body p, .entry-body p.extended {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4d4d4d;
}
#more{
	padding:1em 0;
}
.entry-body p{
	margin: 10px 0;
}
.entry-body p.extended{
	margin: 5px 0 0;
}

p.posted{
	font-size:10px;
	line-height:13px;
	color: #333333;
	text-align: right;
}


/*追記が有る場合*/
/*本文フッター*/
.entry-footer{
	padding-bottom: 10px;
	width: 500px;
	height: 50px;
	text-align: right;
	background: transparent url(img/bg_entry_footer.gif) top left no-repeat;
}
.entry-footer p{
	padding: 25px 20px 12px;
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	line-height:13px;
	color: #333333;
}

p.page-nav{
	text-align: center;
}

/*コメント・トラックバック*/

div.section p{
	margin: 0;
}
div.section h3{
	margin:20px 0px 10px;
	padding:15px 0px 0px;
	border-top:1px solid #ccc;
}
h3#comments, h3#trackbacks{
	color: #ff6699;
}

div.section p.comment{
	border-top:1px solid #ddd;
	margin:2px 0pt 20px;
	padding:2px 0pt 0pt 5px;
	text-align:left;
}

form{
	font-size: 10px;
}
div.section form div{
	text-align: left;
}
#name_email p{
	margin: 0px 0px 5px;
}

/*--------------------------------
	右メニュー
--------------------------------*/

.side-module{
	margin-bottom: 10px;
}

/*右メニュー：タイトルテキスト*/

.side-module h3{
width:230px;
height:30px;
font-size:10px;
}

/*右メニュー：リスト*/
.side-module ul li {
background:url(img/icon.gif) no-repeat;
padding-left:15px;
margin-bottom:5px;
color: #666666;
}
/*プロフィール*/

/*最近のエントリ*/

/*アーカイブ*/

/*カテゴリー*/

/*RSS*/
#side-feed{
	margin-top: 30px;
}
/*--------------------------------
写真
--------------------------------*/
.photo {
text-align: left;
margin-bottom: 20px;
}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

