@import url('/pw/css/skin.css');

/***************************************************
	all
****************************************************/
* {
	font-family:'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','Osaka',sans-serif;
}
body {
/*	margin:22px 0 22px 0; */
	margin:0px 0 0px 0; 
	padding:0px;
	text-align:center;
	font-size:12px;
	color:#333333;
	border:none;
	background:url(/template/21/img/back.gif) repeat center top;
	}
ul,li, {
	margin:0;
	padding:0
	}
a:link,
a:visited {
	color:#FF0000;
	text-decoration:none;
	}
a:hover{
	color:#FF00000;
	text-decoration:underline;
	}
hr{
	color:#999999;
	height:1px;
	}
p {
	padding:5px 0;
	}
img {
	background:none;
	border:none;
	text-decoration:none;
	}
a img {
	border-width:0;
	}
input,textarea {
	padding:3px;
	border:1px solid #CCCCCC;
	background:#EEEEEE;
	}
form { 
	padding:0;
	margin:0 10px;
	font-size:12px;
	text-align:left;
	}
form {
	margin:0 10px;
	padding:10px;
	text-align:left;
	font-size:12px;
	}
.clear, .cl {
	height:1px;
	font-size:1px;
	clear:both;
	}


/***************************************************
	container
****************************************************/
#container {
	margin:0px auto 10px auto; 
	width:752px;
	text-align:left;
	background-color: #FFFFFF;
	padding-bottom:30px;
	}


/***************************************************
	header
****************************************************/
#header {
	width:752px;
	margin-bottom:25px;
	background:url(/template/21/img/head.gif) no-repeat left top;
	height:200px;
	}
h1 {
	margin:0;
	padding-top:70px;
	padding-left:146px;
	padding-right:86px;
	font-size:16px;
	font-weight:bold;
	}
h1 a:link,
h1 a:visited,
h1 a:hover {
	text-decoration:none;
	color:#FFFFFF;
	}
h2 {
	margin:0;
	padding-top:10px;
	padding-left:146px;
	padding-right:86px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	line-height:1.5;
	}
h1 div,
h2 div {
	/* h1,h2の大きい方の余白部分をマイナス */
	overflow:hidden;
	word-break:all-break;
	}

/***************************************************
	col
****************************************************/
#blog {
	margin:0 auto;
	padding:0;
	width:752px;
	}
#center {
	margin:0 10px 10px 10px;
	text-align:left;
	}
#center_r { }
#center_top { }
#center_top_r { }
#center_bot { }
#center_bot_r { }


/***************************************************
	entry
****************************************************/
.entry {
	width:382px;
	margin:0 auto 24px auto;
	text-align:left;
	background:url(/template/21/img/box_r.gif) no-repeat left top;
	overflow:hidden;
	word-break:break-all;
	/* コメント入力部分用、絵文字や文字色選択の表示を妨げないようにoverflowを使わない */
	padding-top:15px;
	}
.boxU {
	width:382px;
	padding-bottom:15px;
	background:url(/template/21/img/box_u.gif) no-repeat left bottom;
	}
.boxI{
	background:url(/template/21/img/box_i.gif) repeat-y left top;
}
.entry_comment{
	margin:0 auto 15px auto;
	text-align:left;
	background:url(/template/21/img/box_r.gif) no-repeat left top;
	padding-top:15px;
	width:382px;
	}
h3 {
	margin:0;
	padding:5px 20px;
	}
.tit {
	margin:0;
	padding:0;
	font-size:13px;
	color:#FF0000;
	font-weight:bold;
	}
.date {
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
	white-space:nowrap;
	}
.entry_text {
	margin:0;
	padding:5px 20px;
	font-size:12px;
	line-height:1.3;
	overflow:hidden;
	word-break:break-all;
	color:#666666;
	width: 361px;
	/* コメント入力部分用、絵文字や文字色選択の表示を妨げないようにoverflowを使わない */
	}
.entry_layer {
	}
.posted {
	padding:5px;
	font-size:10px;
	font-weight:normal;
	line-height:1.1;
	color:#666666;
	text-align:center;
	}
.posted a:link,
.posted a:visited {
	color:#666666;
	text-decoration:none;
	}
.posted a:hover {
	text-decoration:underline;
	color:#FF0000; 
	}
.comment_posted {
	margin:0 auto ;
	padding:10px 0px;
	font-size:10px;
	font-weight:normal;
	line-height:1.2;
	color:#666666;
	text-align:right;
	border-bottom:1px solid #999999;
	width:340px;
	margin-left:20px;
	}
.comment_posted a:link,
.comment_posted a:visited {
	color:#666666;
	text-decoration:none;
	}
.comment_posted a:hover {
	text-decoration:underline;
	color:#FF0000; 
	}
.comment_layer {
	width:330px;
	margin:0 auto 15px auto;
	padding:5px 0;
	font-weight:normal;
	font-size:12px;
	overflow: hidden;
	word-break: break-all 
	/* 半角英数羅列などの嫌がらせコメントでレイアウトが崩れないようにピクセル指定と幅制限を使用*/
	}
.pageCount{
	text-align:center;
}
.pageCount ul{
	font-size:10px;
	margin:0px auto;
	width:235px;
}
.pageCount li{
	float:left;
	width:25px;
	list-style:none;
	color:#FF0000;
}
.pageCount li.next{
	width:105px;
}
.pageCount li:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/***************************************************
	Lside
****************************************************/

#left {
	margin: 0px 0px 0px 5px;
	width: 169px;
}

#right {
	padding: 0px 0px 0px 0px;
}

.side {
	background: #F6B700 url(/template/21/img/side_boxu.gif) no-repeat left bottom;
	width:169px;
	padding-bottom:11px;
}

.calendar_bg {
	font-size: 12px;
	color: #FF0E00;
	margin: 0px 10px;
	font-weight: bold;
	width: 149px;
}

.calendar_bg th,
.calendar_bg td {
	padding: 2px 0px;
}

.calendar_bg a:link,
.calendar_bg a:visited,
.calendar_bg a:hover {
	color:#FF0E00;
	text-decoration: none;
	/* background:url(/template/スキンID//template/21/img/cal.gif) no-repeat; */
	}
.calendar_bg a:hover,
.calendar_bg a:link {
	text-decoration: underline;
	/* background:url(/template/スキンID//template/21/img/cal.gif) no-repeat; */
	}

.side_title{
	background: url(/template/21/img/side_title.gif) no-repeat left top;
	padding: 15px 0px 20px 0px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	letter-sapacing:inherit;
 	color:#FE0800;
	}  
.side_text {
	margin:0;
	font-size:10px;
	text-align:left;
	margin: 0px 10px 10px 10px;
	width:149px;
	line-height:1.2;
	overflow:hidden; 
	word-break:break-all;
	color:#FF0E00; 
	font-weight:bold;
	/* 半角英数羅列などの嫌がらせコメントでレイアウトが崩れないようにピクセル指定と幅制限を使用*/
	}

/***************************************************
	Rside
****************************************************/
#right{
width:169px;
margin-right:5px;
}

#adSpace {
	background:url(/template/21/img/ad.gif) no-repeat left top;
	width:169px;
	padding-top:72px;
	margin-bottom:18px;
	}
#recentEntries {
	background:url(/template/21/img/recent_entries.gif) no-repeat left top;
	width:169px;
	padding-top:47px;
	margin-bottom:18px;
	}
#archives {
	background:url(/template/21/img/archives.gif) no-repeat left top;
	width:169px;
	padding-top:45px;
	margin-bottom:18px;
	}
#archives .boxi ul,
#recentEntries .boxi ul,
#adSpace .boxi ul{
	width:153px;
padding-left:8px;
padding-right:8px;
margin:0px;
padding-bottom:15px;
}
#adSpace .boxi ul{
padding-top:10px;
}
#archives .boxi li,
#recentEntries .boxi li,
#adSpace .boxi li{
	list-style:none;
	text-align:left;
padding:4px 0px;
margin:0px;
font-size:10px;
}

#archives .boxi li.side_titleR,
#recentEntries .boxi li.side_titleR{
	padding-bottom:3px;
	font-weight:bold;
	font-size:10px;
	letter-sapacing:inherit;
 	color:#666666;
} 
#adSpace .boxi li.side_titleRT {
	padding-bottom:3px;
	font-weight:bold;
	font-size:10px;
	letter-sapacing:inherit;
 	color:#FFFFFF;
}
#adSpace .boxi{
	font-weight:bold;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	}   



/***************************************************
	page/footer
****************************************************/
.page {
	margin:0 0 10px 0;
	width:100%;
	font-size:10px;
	text-align:center;
	overflow:hidden;
	word-break:break-all;
	color:#FF0000;
	font-weight:bold;
	}
.page a {
	color:#FF0000;
	font-weight:bold;
	}
.footer{
	font-size:10px;
	width:100%;
	text-align:center;
	}