@charset "Shift_JIS";
/*--------全体構造--------------*/

body {
	padding: 0;
	margin: auto;	
	text-align: center;
	color: #330099;
	
	font-size:12px;
	background-image: url(img/back.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	
	
	}
	
img { 
	border: 0;
	margin:0;
	padding:0;
	}
	
a{margin:0;
	padding:0;}
	
li{margin: 0;
	padding:0;}	
	
h1{margin:0;
 	padding:0;}	
h2,h3{margin:0;
	padding:0;
	font-size:14px;}	
h3{ font-size:18px;}	

	
p {
	margin:0;
	padding:0;
	line-height: 1.8em;
}	
	
	
	
tr {text-align:left;}	

th{text-align:left;}	
	
#maincontent {
	float: right;
	width: 550px;
	
	text-align: left;
	margin: 0px;
	padding-left:10px;
	padding-right:15px;
	padding-top:10px;
	
	

	
	}
	
#image {margin:0;
	padding:0;
	margin-bottom:1px;}	
	
	
#sidebar {
	float:left;
	margin-top:10px;	
	background-color:#CCCCCC;
	width: 220px;
	text-align: left;
	padding:0;
	
}
	

	
#sidebar #koukoku, #nikki-side #koukoku{
text-align:center;
padding:25px 0;
margin:0 0 -15px;
background: #ffdbed;}

	
#sidebar #koukoku img, #nikki-side #koukoku img{
text-align:center;
padding:10px 0 0;}

#sidebar .side_img{
	margin:5px 10px 0; } 






	
	
.main {
	width: 800px;
	margin: auto;
	text-align: center;
	border:ridge #CCCCCC;
	background: #ffffff;
	padding:0;	
	
	}
	
/*----------ヘッダ-------------------------*/	

#header {
	width: 800px;
	padding-top: 36px;
	padding-bottom: inherit;
	background-position:bottom;
	
	
	color: #666666;
	
	}
	
/*-------リンクの設定--------------------*/	
	
a:link, a:visited{  
	background:transparrent;
	text-decoration:none;
	color:#9900FF;
	}

a:hover, a:active{
	color: #FF3366;
	background:transparent;
	text-decoration:none;
	
}


/*---------------ナビゲーション----------------------*/

#navigation {
	margin: 0;
	padding:0;
	text-align:left;
	background-image:url(img/navi.jpg);
	background-repeat:repeat-x;
	}

#navigation ul{
	margin: 0;
	padding:0;
	line-height:14px;	
	list-style:none;
	
		
	background-position:center;}


	
#navigation li {
	display:inline;
	margin:0;
	padding:0;
	}
		
#navigation a{
	margin:0;
	padding:0;}
	
		

	
	
/*------カテゴリー------------------*/	
	
	
.category li{
	display:block;
	background-image:url(img/list.jpg);
	background-repeat:no-repeat;
	line-height:2em;
	border-bottom-style:dashed;
	border-width:1px;
	padding-left:20px;
	margin:0;
	list-style:none;
	text-align:left;

	}	
	
	
/*-------------------------------------*/

#profile {border:solid;
	border-width:1px;
	padding:10px;
	margin:10px;
	margin-bottom:10px;
	text-align:left;}	


.subject, .poem_body, .continue, #sinnsaku .date{
	display:block;
	line-height:2em;
	padding-right:1em;
}
#sinnsaku .date{
	border: 0;
	width: auto;
}
.subject{
	font-weight:bold;
	padding: 0 0 10px;
}
#sinnsaku li{
	padding:10px 0;
}
.continue{
	padding: 10px;
	text-align: right;
}

#sinnsaku {margin-top:10px;}


/*-------テキスト---------------*/	
	
.poem ,.blog ,.other{float: right;
	width: 550px;
	
	text-align: left;
	margin: 0px;
	padding-left:10px;
	padding-right:15px;
	padding-top:10px;
	background-color: transparrent;
	

	}


.date {
	
	
	margin-top:3px;
	margin-bottom:5px;
	padding-left:3em;
	padding-right:2em;
	text-align:right;
	border-bottom:solid;
	border-bottom-color:#CCCCCC;
	border-width:1px;
	
	
	}	
	
	
.section {
	border-style:solid;
	flot:right;
	
	border-style:solid;
	line-height:2em; 
	
	margin-bottom:30px;
	border-width:1px;
	padding:0;
	background-image:url(img/nagareboshi.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-right:0;}
	
#category_title, #poem_lit_title{ 
	background-color: #CCCCCC;
	background-image:url(img/list.jpg);
	background-repeat:no-repeat;
	padding-top:8px;
	height:25px;
	margin-bottom:15px;
	padding-left:2em;
	}		
	
	
#poem_list {
	margin:0;
	padding:0;
	background-color:#DEFEFE;
	
	padding-bottom:15px;
	
	}	

#poem_list li{
	display:block;
	border-bottom: dashed;
	border-color:#999999;
	border-width:1px;
	padding:8px 0 2px;
	margin:0;}	
		
#poem_lit_title{
	margin-left:0;}
	
#poem_list a {font-size:16px;
	font-weight: bold;
	padding-left:1em;
}

#poem_list a.entry_comments{
	font-size:12px;
	color:#999;}		
	
#poem_list a.entry_comments:hover{
	color: #FF3366;
	}	
	
	
/*---------ブログ記事ページ--------------*/	

.title ,nikki { 
	color:#ffffff;
	background-color: #336699;	
	padding-left:1em;
	height:30px;
	vertical-align:middle;
	padding-top:5px;
	line-height: 2em;
	}


.title a{color:#FFFFFF;
	background-color:#336699;
/*	display:block;*/
	line-height:25px;
	padding-top:5px;
	padding-left:1em;}





#nikki-side {
	float:left;
	margin-top:10px;	
	width: 220px;
	text-align: left;
	background-color:#CCFFFF;}
	
	
.text { padding-left:3em;
	padding-top:1.5em;
	padding-right:0;
	
	padding-bottom:3em;
	
	
	}
	
	
	
	

	
    
#nikki a{ 
	color:#FFFFFF;
	vertical-align:middle;}			
	
.kiji li{	
	display:block;
	background-image: url(img/list-hana.jpg);
	background-repeat:no-repeat;
	line-height:2em;
	border-bottom-style:dashed;
	border-width:1px;
	padding-left:20px;
	margin:0;
	list-style:none;
	text-align:left;
	

	}
	
.archive li	{display:block;
	background-image: url(img/list-hana.jpg);
	background-repeat:no-repeat;
	line-height:2em;
	border-bottom-style:dashed;
	border-width:1px;
	padding-left:20px;
	margin:0;
	list-style:none;
	text-align:left;
	

	}
	

#blog_list {
	margin:0;
	padding: 15px 0;
	background-color:#FFFFCC;
	}	

#blog_list li{
	display:block;
	border-bottom: dashed;
	border-color:#999999;
	border-width:1px;
	padding:0;
	margin:0 0 10px;
	line-height: 1.8em;
}
#blog_list a {font-size:16px;
	font-weight: bold;
/*	padding-left:1em; */
}
#blog_list .list_date{
	display: block;
}	

/*		
#poem_lit_title{
	margin-left:0;}
	
#poem_list a {font-size:16px;
	font-weight: bold;
	padding-left:1em;
}		
*/
	
	
.goto_pagetop{
	clear:both;
	text-align:right;
	padding: 10px;
}

/*-------フッター-----------------------*/

#footer {
	clear:both;
	
 	width:800px;
	height:40px;
	margin:0;
	padding:0px;
	background-color:#003366;
	font-size:10px;
	color:#FFFFFF;
	
	}
	
	
	
/*---------詩背景-------------*/	




.star, .nature, .present {
	background-position:bottom;
	background-position:right;
	background-repeat:no-repeat;
	
	}
	

.poem .section{
	background-position:bottom;
	background-position:right;
	background-repeat:no-repeat;
	
	
	background-image:url(img/milkyway.jpg); }
	
	
	
	
.poem .star {background-image:url(img/milkyway.jpg);
}
	
.poem .nature {background-image:url(img/umibe.jpg);
}

.poem .present { background-image:url(img/tulip.jpg);
}

/*------リンク関連-------------------*/

.other li{
	
	padding-right:2em;
	list-style: none;
	
	}

.othe { 
	padding:0;
	margin:0;
	}
	
.other li a{
	display:block;
	height:18px;
	background-color:#CCCCCC;
	background-image:url(img/list.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	margin-bottom:5px;
	margin-top:10pe;
	padding-bottom:2px;
	}
.other p{
	padding: 10px;
}
/*---------comments--------------*/	
#comments{
	border: 1px solid #000;
	line-height:2em; 	
	margin: 0;
	padding:10px;
}
.section #comments{
	border: none;
}
.comment{
	border-bottom: 1px dotted #eee;
	padding: 10px 0;
}
.section .comment{
	margin: 10px;
}
#comments .last{
	border-bottom: none;
}
.comment-header{
	background: #eee;
	margin: 0;
	padding: 10px;
}
.comment-content{
	padding: 10px;
}


#comments label{
	display: block;
	font-weight: bold;
}
#comments h3{
	background-color: #CCCCCC;
	background-image:url(img/list.jpg);
	background-repeat:no-repeat;
	padding-top:8px;
	padding-left:2em;
	height:25px;
	margin: -10px -10px 15px;
}
#comments h4{
	background: #eee;
	padding: 10px;
	margin: 0;
	font-size: 14px;
}
#comments-open{
	padding: 10px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
a.entry_comments, #blog_list a.entry_comments{
	padding-left: 1em;
	display: inline;
	font-size: 12px;
	font-weight: normal;
}
div.entry_comments{
	font-size: 12px;
	border-top: 1px solid #ccc;
	text-align: right;
	padding: 0 20px;
	clear: both;
}
.none{
	background-image: none;
}

/*-------mobile site---------------*/
#mobile_site{
	padding: 10px;
	text-align: center;
}
#mobile_site p{
	line-height: 1.5em;
}
#mobile_site img{
	padding: 10px;
}
