@charset "UTF-8";

/*------------------------------
全体構造
------------------------------*/

body {
	background-image:url(../blogimages/sb_bk.gif);
	background-repeat:repeat;
	background-color:#ffffff;
	_text-align:center;
}

#blog_container {
	width:800px;
	/*
	width:790px;
	_width:800px;
	padding:5px;
	*/
	margin:0px auto;
	_text-align:left;
	background-color:#ffffff;
}

#blog_gnavi_a {
        width:200px;
        float:left;
        margin-left:10px;
        _margin-left:5px;
        padding-top:10px;
}


#blog_gnavi {
	width:200px;
/*
	float:left;
*/
	background-image:url(../blogimages/sb_side_out_t.gif);
	background-repeat:no-repeat;
	background-color:#cde895;
	margin-top:10px;
/*
	margin-left:10px;
	_margin-left:5px;
*/
	padding-top:10px;
}

#blog_contents {
	width:550px;
	_width:540px;
	float:right;
	margin-right:20px;
	_margin-right:10px;
}
/*------------------------------
ヘッダー
------------------------------*/
#blog_header {
	width:800px;
	height:179px;
	/*background-image:url(../blogimages/sawayaka_blog_title.jpg);*/
	/*background-image:url(../../../../ftp/blog/blogimg.jpg);
	background-repeat:no-repeat;*/
	margin-bottom:5px;
}

#blog_header h1{
	margin:0px;
	padding:0px;
}

p#totop {
	text-align:right;
	background:none;
	width:800px;
	margin:5px auto;
}
/*------------------------------
フッター
------------------------------*/
#blog_footer_frame {
	_text-align:center;/*for IE*/
}

#blog_footer {
	background-image: url(../blogimages/sb_ft_back.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:800px;
	margin:0px auto;
	text-align:center;
	padding:10px 0px!important;
}

#blog_footer p{
	border-top:1px solid #CCCCCC!important;
	padding:5px 0px!important;
	margin:0px 15px!important;
}

#blog_footer address {
	border:none;
}

/*------------------------------
body
------------------------------*/
p#tohome {
	text-align:right;
	padding:3px;
	height:34px;
	_height:40px;
}

#blog_gnavi h3{
	margin-bottom:7px;
}

#weblog_blog,
#weblog_cal,
#weblog_com,
#weblog_cat,
#weblog_tb {
	background-image: url(../blogimages/sb_side_in_m.gif);
	background-position:left top;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	width:181px;
	margin-left:9px;
}

#sb_shuchan,
#sb_side_in_t,
#sb_side_in_b {
	margin-left:9px;
}

#weblog_cal img{
	margin-top:5px;
	margin-bottom:3px;
	margin-left:3px;
}

#weblog_blog img {
	margin-left:3px;
}

#weblog_com img,
#weblog_cat img,
#weblog_tb img {
	margin-top:25px;
	margin-bottom:3px;
	margin-left:3px;
}

#shuchan {
	padding-top:15px;
	padding-left:10px;
}


#weblog_blog h4{
	margin:0px 0px 5px 25px;
}


#sb_side_in_t {
	background-image: url(../blogimages/sb_side_in_t.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:6px;
	overflow:hidden;
}

#sb_side_out_t {
	background-image: url(../blogimages/sb_side_out_t.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:8px;
	overflow:hidden;
}

#sb_side_in_b {
	background-image: url(../blogimages/sb_side_in_b.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:6px;
	overflow:hidden;
}

#sb_side_out_b {
	background-image: url(../blogimages/sb_side_out_b.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:8px;
	overflow:hidden;
}


#weblog_cal table {
	width:160px;
	margin:0px 10px;
}

#weblog_cal th,
#weblog_cal td {
	font-size:12px;
	/*_font-size:86%;*/
	padding:1px;
	_padding:3px 1px;
	text-align:right;
	border:1px solid #FFFFFF;
}


#weblog_cal td.nextmonth,
#weblog_cal td.prevmonth {
	padding:1px;
	color:#CCCCCC;
}

#weblog_cal td.sunday {
	background:rgb(244, 207, 206);
}

#weblog_cal td.saturday {
	background:rgb(238,247,255);
}


#weblog_cat {
	font-size:12px;
	_font-size:86%;
}

#weblog_cat ul{
	margin-left:10px;
}


.weblog_com_entry,
.weblog_tb_entry {

	word-break: break-all;
	overflow:hidden;
	width:160px;
	margin-left:10px;
	font-size:12px;
	_font-size:86%;
}

p.weblog_com_date,
p.weblog_tb_date {
	text-align:right;
	font-size:10px;
	_font-size:93%;
}

.blogEntry {
	padding-bottom:10px;
}

.blogTitle h2 {
	background-image:url(../blogimages/sb_leaf_ico.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:15px 0px 0px 35px;
	_padding-top:5px;
	height:40px;
	border-bottom:2px dotted #02933e;
	font-weight:bold;
	font-size:16px;
	_font-size:114%;
}

.blogTitle h2 a{
	text-decoration:none;
}

.blogContents img {
	padding:5px;
}

.blogCategory,
.blogFooter,
.blogDate {
	font-size:12px;
	_font-size:86%;
	text-align:right;
}


.blogFooter {
	margin-bottom:20px;
	clear:both;
}


.blogTrackbackURL,
.blogShowTrackbackURL {
	font-size:12px;
	_font-size:86%;
	text-align:right;
}

.blogTrackbackdetail {
	color:#666666;
	border: 1px dotted #CCCCCC;
}

.blogTrackbackTransmit {
	color: #888888;
	border-bottom: 1px solid #888888;
	border-left: 6px solid #888888;	
	text-align: left;
	font-weight: bold;	
	margin: 10px;
	margin-left: 15px;
}
.blogTrackbackRecieved {
	color: #888888;
	border-bottom: 1px solid #888888;
	border-left: 6px solid #888888;	
	text-align: left;
	font-weight: bold;	
	margin: 10px;
	margin-left: 15px;
}

.blogTrackbackTitle {
	font-weight:bold;
	margin-left: 15px;
}

.blogTrackbackDescription {
	color:#666666;
	border: 1px dotted #CCCCCC;
	padding:5px;
	margin:5px 0px;
	margin-left: 15px;
}

.blogTrackbackft {
	font-size:12px;
	_font-size:86%;
	text-align:right;
	margin-bottom:15px;
}

#about_tb {
	font-size:12px;
	_font-size:86%;
	margin:10px;
	border:1px solid #CCCCCC;
	padding:3px;
}

#about_tb p{
	margin-bottom:5px;
}
/* for comment */
#blogComment {
	margin-left:15px;
}

.comment.image {

}

.comment.title {
	font-weight:bold;
}

.com_auth {
	font-size:12px;
	_font-size:86%;
}

.comDate {
	font-size:12px;
	_font-size:86%;
}

.comText {
	color:#666666;
	border: 1px dotted #CCCCCC;
	padding:5px;
	margin:5px 0px;
}

.comReply,
.comDate {
	text-align:right;
}

#blog_contents form table.outer tr th {
	background-image:url(../blogimages/sawayaka_blog_snow.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
	border-bottom:1px dotted #dfdfdf;
	padding:3px;
	padding-left:25px;
	font-weight:bold;
	font-size:16px;
	_font-size:114%;
	margin-top:6px;
}

#blog_contents form table.outer tr td input,
#blog_contents form table.outer tr td textarea {
	margin:5px 0px;
	padding:2px;
}

#blogform table tr th {
	padding:3px;
	padding-left:25px;
	font-weight:bold;
	font-size:16px;
	_font-size:114%;
}

#blogform table {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	margin-top:2px;
}

#blogform table td input,
#blogform table td textarea {
	padding:2px;
}

#blogform table th,td{
	padding:3px;
}


#blogform table td.head{
	font-weight:bold;
	background:#efefef;
	text-align:left;
}

#blogform table th,
#blogform table td{
	padding:3px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#blog_archive h2{
}

#blog_archive th{
	background-color:#dfdfdf;
}

#blog_archive td,
#blog_archive th{
	font-size:12px;
	_font-size:86%;	
	border:1px solid #CCCCCC;
}

#blog_archive span.nonapproved {
	color:#FF0000;
}

br {
	clear:both;
}
