@charset "UTF-8";

/*---全体---*/
a			{ text-decoration: none; color:#0090FF; }
a:link		{ text-decoration: none; color:#0090FF; }
a:visited	{ text-decoration: none; color:#0090FF; }
a:active	{ text-decoration: none; color:#0090FF; }
a:hover		{ text-decoration: underline; color:#0090FF; }
	
body {
	margin: 0;
	padding: 0;
	background-color:#ffbccb;
	background:url("images/bg.gif") repeat 0px 0px;
	text-align: center;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.body{
	font-size:small;
	line-height:160%;
	font-family: Geneva,Verdana,sans-serif;

}
.right
{text-align:right;}
.center
{text-align:center;}
.left
{text-align:left;}

.caption{
	font-size:x-small;
	line-height:166%;
	font-family: Geneva,Verdana,sans-serif;
}

textarea, select, option{
	font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", "MS PMincho", "Hiragino Mincho Pro W3", Arial, sans-serif;
	line-height: 140%;
}


input{
	font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", "MS PMincho", "Hiragino Mincho Pro W3", Arial, sans-serif;
	line-height: 100%;
}

form{
	margin: 0;
}

#container {
	width :770px;
	line-height: 140%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #ffe4ea;
	background:url("images/main_bg.gif") repeat-y center top;
}

/*ヘッダーエリア*/

#header {
	height:25px;
	width :770px;
	background:url("images/header_bg.gif") #ff829d no-repeat center bottom;
	padding: 0;
}


/*ヘッダーエリア：メニュー*/
	

#header a{
	font-size: small;
	color:#fff;
}

#header .menu{
font-size: small;
	margin: 0;
	padding: 3px 0px 3px 12px;
	color:#fff;
}

#header .menuDecoration{
	background: url("images/arrow_r.gif") no-repeat left center;
	vertical-align: middle;
	margin-left: 12px;
	padding-left: 14px;
}




/*バナーエリア*/

 #banner{
 	width:770px;
 	height:100px;
 	padding: 0px;
	margin: 0px;
	background:url("images/banner_bg.gif") #ff829d no-repeat center top;
	}
	
 #banner h1{
	vertical-align: bottom;
	padding-left: 12px;
	padding-top: 22px;
	}

	
#banner .lead{
	margin-left: 12px;
	margin-right: 12px;
	text-align: left;
	font-size: x-small;
	color: #FF6F91;
	display:block;
	}


/*コンテンツエリア*/

#content {
	width: 770px;
	overflow: hidden;
		}
	
	/*コンテンツエリア：記事*/

#main {	
	width: 540px;
	margin-top: 7px;
	padding-right:13px;
	float: right;
	overflow: hidden;
	}

#main .archive-title{
	width: 540px;
	color: #333333;
	font-family: Geneva,Verdana,sans-serif;
	padding: 0px;
	margin-bottom: 6px;
} 

#main .archive-name{
	font-size: small;
	float: left;
}


#main .previousLink{
	background: url("images/arrow_l.gif") no-repeat left center;
	padding-left: 12px;
	font-size: small;
}

#main .nextLink{
	background: url("images/arrow_r.gif") no-repeat right center;
	padding-right: 12px;
	font-size: small;
}

.archive-bottom{
	width: 540px;
	color: #333333;
	font-family: Geneva,Verdana,sans-serif;
	padding: 7px 0px 0px 0px;
	margin-bottom: 6px;
}

#main .archive-links{
	background: url("images/arrow_t.gif") no-repeat left center;
	padding-left: 12px;
	font-size: x-small;
	float: right;
}

#main .page-navi {
    padding-left: 12px;
	font-size: x-small;
	float: right;
}

.articles{
	width: 540px;
	color: #333333;
	font-family: Geneva,Verdana,sans-serif;
	font-size: small;
  	line-height: 166%;
	background-color: #fff;
  	clear:both;
	overflow: hidden;
	padding:0px 0px 10px 0px;
}

.articles p{
	text-align: left;
	margin: 10px 10px 0px 10px;
	}


.articles img {
	margin-right: 6px;
	margin-bottom: 6px;
}

.articles h3{
	padding: 6px 10px 6px 10px;
	background: url("images/article_bg.gif") #ff6287 no-repeat left top;
	font-size: small;
	font-weight: bold;
	color: #fff;
	margin-bottom:10px;
	}

.articles h3 a{
	text-decoration: none; color:#fff;
	}

.articles h3 a:link{
	text-decoration: none; color:#fff;
	}
	
.articles h3 a:visited{
	text-decoration: none; color:#fff;
	}
	
.articles h3 a:hover{
	text-decoration: underline; color:#fff;
	}

.articles h4{
	padding: 0px 0px 0px 6px;
	margin: 0;
	font-size: small;
	font-weight: bold;
	}

.articles font {
  	line-height: 140%;
	}
	
.articles td{
	font-size: small;
	line-height: 166%;
	}
	

.articles blockquote {
  	line-height: 166%;
	}


.posted{
	line-height: 166%;
	font-size: x-small;
	color:#333333;
	padding: 6px 0px 0px 0px;
	margin: 8px 10px 0px 10px;
	border-top: #FFAE38 dotted 2px;
}



/*エントリーエリア*/


#comments{
	margin: 10px 10px 0px 10px;
	padding: 6px 0px 6px 0px;
	border: 1px #999 solid;
	overflow: hidden;
}
	
#comments form{
	margin: 12px 0px 12px 0px;
}


.comments{
	color: #333333;
	font-family: Geneva,Verdana,sans-serif;
	font-size: small;
  	line-height: 150%;
	text-align: left;
	margin: 10px 6px 12px 6px;
}

.comments-namecard{
	width: 48px;
	float: left;
	text-align:center;
}

.comments-body{
	font-family: Geneva,Verdana,sans-serif;
	line-height: 166%;
	margin-left: 20px;
}

#comments .delete{
	margin: 12px 0px 6px 60px;
}


#comment-write{
	margin: 10px;
	padding: 6px 6px 0px 0px;
	border: 1px #999 solid;
	overflow: hidden;
}


.comment-write{
	color: #333333;
	font-family: Geneva,Verdana,sans-serif;
	font-size: x-small;
  	line-height: 166%;
	text-align: left;
	margin: 12px 0px 12px 6px;
}

.comment-write textarea{
	width: 420px;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}


#trackback{
	margin: 10px;
	padding: 6px 6px 6px 0px;
	border: 1px #999 solid; 
}

#trackback .trackback {
	color: #333333;
	font-family: Geneva,Verdana,sans-serif;
	font-size: small;
  	line-height: 166%;
	text-align: left;
	margin: 12px 0px 12px 6px;
}

#trackback .trackback input{
	margin-top: 6px;
	font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", "MS PMincho", "Hiragino Mincho Pro W3", Arial, sans-serif;
}

#related {
	font-family: Geneva,Verdana,sans-serif;
	font-size: small;
  	line-height: 166%;
	text-align: left;
	margin: 0px 10px 0px 10px;
	padding: 6px 6px 6px 0px;
	border: 1px #999 solid;
}

.related {
	color: #333333;
	font-family: Geneva,Verdana,sans-serif;
	font-size: small;
    	line-height: 166%;	
	text-align: left;
	margin: 12px 0px 12px 6px;
}

	
 /*サイバーエリア*/

#side{
	width: 190px;
	float: left;
	margin-top: 7px;
	margin-right: 0px;
	padding-left: 10px;
	font-size: small;
}

.sidebar {
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
}
	
.sidebar h3{
	background:url("images/sidebar_bg.gif") no-repeat left top;
	background-color: #FFD87D;
	color:#212121;
	font-size: small;
	padding: 3px 6px 3px 25px;

}

.sidebar h3 a{
	text-decoration: none; color:#fff;
	}

.sidebar h3 a:link{
	text-decoration: none; color:#fff;
	}
	
.sidebar h3 a:visited{
	text-decoration: none; color:#fff;
	}
	
.sidebar h3 a:hover{
	text-decoration: underline; color:#fff;
	}

#postpetwindow{
	font-size: 10px;
	padding: 6px;
	margin: 0;
	text-align:center;	
	}
#sub{
	font-size: 10px;
	padding: 6px;
	margin: 0;
	text-align:center;	
	}
#sub_w{
	font-size: 10px;
	padding: 6px;
	margin: 0;
	text-align:center;
                background-color: #fff;	
	}
.sidebar form{
	padding: 6px 6px 6px 6px;
	margin: 0px 0px 0px 0px;
	font-size: x-small;
	background-color: #fff;
	}
	
.sidebar form input{
	font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", "MS PMincho", "Hiragino Mincho Pro W3", Arial, sans-serif;
	}
	
.sidebar ul{
	background-color: #fff;	
	padding: 6px 6px 6px 6px;
	margin: 0px 0px 0px 0px;
	}


.sidebar li {
	color: #333333;
	font-family: Geneva,Verdana,sans-serif;
	text-align: left;
	line-height: 130%;
	list-style-type: none;
	font-size: small;
	margin-bottom: 9px; 
	}

.sidebar .customPane-body{
	color: #333333;
	background-color: #fff;	
	font-size: x-small;
	padding: 6px 6px 6px 6px;
	margin: 0;
	}


.new{
	margin-left:6px;
	color: #ff0000;
	font-weight:bold;
	font-size: x-small;
	line-height: 120%;
}
	
 .more {
	width: 188px;
	text-align: right;
	background-color: #DFE3E6;
	padding: 0;
	margin: 0;
	}

#calendar{
	font-size: 10px;
	padding: 3px 6px 3px 6px;
	margin: 0;
	}
	
.calendar-date{	
	text-align:center;
	margin: 0;
	}

#calendar table.day{
	margin-bottom: 1px;
	text-align: center;
	border-spacing: 1px;
	}
	
#calendar table.day td{
	width: 22px;
	background-color: #ffe478;
	background: url("images/calender_day.gif") repeat left top;
	}
	
#calendar table{
	border-spacing: 1px;
	text-align: center;
	border: 0px;
	margin-bottom: 3px;
    	}

#calendar td{
	height: 22px;
	width: 22px;
	font-size: 10px;
	background:url("images/calender_bg.gif") no-repeat left top;
	text-align: center;
	line-height: 120%;
	}


#calendar td.link {
	background:url("images/calender_link.gif") no-repeat left top;
}


#calendar td a{
	 color:#fff;
	}


.button a{
	text-decoration: none;
}

a .modo {
	background-color: #0090FF;
	border: 1px #0090FF solid;
	text-align: center;
	font-size: x-small;
	margin-bottom: 6px;
	color: #ffffff;
}

a:hover .modo {
	background-color: #ffffff;
	border: 1px #0090FF solid;
	color: #0090FF;
}


#rss {
margin:0px;
padding:0px;
}
#rss p.rss {
border:solid 1px #999999;
padding:1px;
width:80px;
}
#rss p.rss a {
display:block;
width:100%;
background-color:#bbbbbb;
color:black;
font-size:9px;
font-family:Arial Helvetica,sans-serif;
}
#rss span.rss-format {
background-color:orange;
padding:0px 5px;
}
#rss span.rss-version {
padding:0px 5px;
}


	
	pre {
		background-color: #e3e3e3;
		margin: 12px;
		padding: 6px;
		font-size: small;
		font-family: Geneva,Verdana,sans-serif;
	}
	
	blockquote {
		border: 1px solid #cccccc;
		margin: 12px;
		padding: 6px;
	}

	
/*フッターエリア*/


	#footer{	
		clear:both;
		width: 770px;
		height: 52px;
		background: url("images/footer_bg.gif") no-repeat left top;
		background-color:#FF8CA7;
		margin-right: auto;
		margin-left: auto;
		padding-bottom:12px;
		color:#FFFFFF;
		font-family: Geneva,Verdana,sans-serif;
		
		}
	
	
	#footer .copyright{
		padding:16px 3px 0px 0px;
		margin:0;
		float: right;
		font-size: x-small;
		line-height:150%;
		vertical-align:middle;
	}
	
