/*デフォルト CSS*/
body{
	background-color: #66CCFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#page{
	width:1000px;
	height:1000px;
	margin:0px auto;
	padding:0px;
	text-align: left;
}
/**** ヘッド ****/
#head{
	margin: 0px 0px 10px;
	height: 225px;
	padding: 0px 10px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align:right;
	color:#FFFFFF;
}
#head a{
	margin: 0px;
	height: 100%;
	display: block;
	width: 100%;
}
#head a:link , #head a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
#head a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
#foot{
	clear:both;
	text-align:center;
	font-size:12px;
	color:#EEEEEE;
}
/**** レイアウト ****/
#left , #right{
	float: left;
	width: 200px;
}
#center{
	float: left;
	width: 600px;
}
/**** 次のページ****/
#next{
	text-align:center;
	font-size:13px;
	color:#2244FF;
}
#next a:link , #next a:visited{
	color:#FF3322;
}
#next a:hover{
	color:#2244FF;
}
/**** サイド ****/
div.side{
	margin-bottom:30px;
}
div.side h1{
	background-image: url(../images/label_s.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin:0px;
	padding:0px;
	line-height:25px;
	padding: 10px 20px 5px;
	font-size:18px;
	color:#2244FF;
}
div.side div.head{
	margin: 5px 0px 0px;
	padding: 0px 10px;
	background-image: url(../images/side_head.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 5px;
	font-size:1px;
}
div.side div.foot{
	margin: 0px;
	padding: 0px 10px;
	background-image: url(../images/side_foot.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 5px;
	font-size:1px;
}
div.side div.content{
	margin: 0px 10px;
	padding: 5px 10px 2px;
	background-color: #CCEEFF;
	font-size:16px;
	line-height:25px;
	color:#444444;
}
div.side h1 a:link , div.side h1 a:visited{
	color:#2244FF;
}
div.side h1 a:hover{
	color:#FF6633;
}
/**** サイド データリスト ****/
div.side dl{
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height:18px;
}
div.side dt{
	margin:0px;
	padding:0px;
}
div.side dd{
	margin:0px 0px 0px 26px;
	padding:0px;
}
/**** サイド インデント ****/
div.side div.indent p{
	margin:0px;
	background-image: url(../images/li_01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent:13px;
}
div.side div.indent div.indent{
	margin-bottom:5px;
	font-size:14px;
}
div.side div.indent div.indent p{
	margin-left:10px;
	background-image: url(../images/li_01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent:13px;
}
div.side div.indent span{
	font-size:13px;
	margin-left:3px;
}

/**** コンテンツリンク ****/
div.side div.content a:link , div.side div.content a:visited{
	color:#FF3322;
}
div.side div.content a:hover{
	color:#2244FF;
}
/**** プロフィール ****/
#profile{
	color:#666666;
}
#profile p{
	margin:0px;
	text-align:center;
}
/**** twitter ****/
#twitter{
	padding:5px 2px 2px;
	text-align:center;
}
#twitter a{
	font-size: 10px;
	color: #66CCFF;
	text-decoration: none;
}

/**** カレンダー ****/
#calendar_caption{
	text-align:center;
}
#calendar_caption a{
	text-decoration:none;
}
#calendar{
	margin:0px auto;
}
#calendar td{
	font-size:12px;
	line-height:15px;
	text-align:center;
	width:22px;
	height:22px;
	padding:0px;
}
#calendar td p{
	margin:0px;
}
#calendar .today{
	font-weight:bold;
	background-color:#C0E0F0;
}
#calendar .saturday{
	color:#2244FF;
}
#calendar .sunday{
	color:#FF3322;
}
#calendar .holiday{
	color:#FF3322;
}
#calendar .event{
	font-weight:bold;
}
/**** 最近の記事 ****/
#recent{
	font-size:13px;
}
#recent p span{
	font-size:12px;
	line-height:15px;
	text-align: right;
	margin: 0px 0px 5px;
	padding: 0px;
	display: block;
}
/**** 最近のコメント ****/
#recent_comment{
	font-size:13px;
}
#recent_comment p span{
	font-size:12px;
	line-height:15px;
	text-align: right;
	margin: 0px 0px 5px;
	padding: 0px;
	display: block;
}
/**** センター ****/
div.center{
	margin-bottom:30px;
}
div.center h1.entry_title{
	background-image: url(../images/label_l.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin:0px;
	padding:0px;
	line-height:25px;
	padding: 10px 15px 5px;
	font-size:18px;
	color:#339933;
}
div.center h1.entry_title a:link , div.center h1.entry_title a:visited{
	color:#339933;
	text-decoration: none;
}
div.center h1.entry_title a:hover{
	color:#FF3322;
	text-decoration: underline;
}
div.center div.head{
	margin: 5px 0px 0px;
	padding: 0px 10px;
	background-image: url(../images/center_head.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 5px;
	font-size:1px;
}
div.center div.foot{
	margin: 0px;
	padding: 0px 10px;
	background-image: url(../images/center_foot.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 5px;
	font-size:1px;
}
div.center div.content{
	margin: 0px 10px;
	padding: 5px 10px;
	background-color: #CCEEFF;
	color:#444444;
	font-size:14px;
	line-height: 22px;
}
div.center div.content p{
	margin:0px;
	padding:0px;
}
div.center div.content div.content_footer{
	padding-top:5px;
	font-size:12px;
	text-align:right;
	color:#888888;
	border-top:1px #FFFFFF dashed;
	margin-top: 5px;
}
div.center div.content a:link , div.center div.content a:visited{
	color:#1122FF;
}
div.center div.content a:hover{
	color:#FF3322;
}
/**** コメント****/
div.center div.content div.comment{
	border-top:3px #FFFFFF double;
	padding-top:5px;
	margin-top:10px;
}
div.center div.content div.comment div.comments{
	margin-top:10px;
	padding:10px;
	background-color:#C0E0F0;
	color:#777777;
}
div.center div.content div.comment div.comments h2{
	margin:0px 0px 3px;
	padding:0px;
	font-weight:normal;
	font-size:15px;
	border-bottom:3px #CCEEFF double;
	color:#555555;
}
div.center div.content div.comment span.hidden{
	font-size:11px;
	color:#999999;
}
div.center div.content div.comment div.comments div.commentator{
	font-size:11px;
	text-align:right;
}
div.center div.content div.comment div.comments div.text{
	font-size:12px;
	margin-top:3px;
	color:#555555;
}
div.center div.content div.comment div.entry{
	margin-top:10px;
	padding:0px;
}
div.center div.content div.comment div.comments div.commentator a.del{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FF3322;
	margin-left:6px;
}
#deleteCommentWindow{
	font-size: 12px;
	background-color: #F0F0F0;
	padding: 10px;
	width: 350px;
	display: none;
	position: absolute;
}
#deleteCommenPassword{
	width:80px;
}
#deleteCommenResponse{
	color:#FF3322;
	margin:5px 0px;
}
#deleteCommenReload{
	display: none;
}
#deleteCommentWindow h2{
	font-size:14px;
	font-weight:normal;
	color:#555555;
	border-bottom:1px #AAAAAA solid;
	margin: 0px 0px 10px;
}

