@charset "utf-8";
/*
Theme Name: スライブオンラボブログ
Theme URI: http://wordpress.org/
Description: スライブオンのブログ
Version: 1.0
Author: Thrive on
Author URI: http://www.thrive-on.com/
Tags: header menu, custom header, fixed width, three columns, widgets
*/


body {
	margin: 0 auto ;
	padding:0px;
	font-size: 12px ;
	color: #444444 ;
	line-height:1.5;
	text-align:center;
	background-color:#ECEAE1;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝","Times New Roman",Times,serif;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}

img {
	border:0;
	line-height:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}

img.img2 {
	vertical-align : baseline  ;
}

p {margin: 0px 0px 0px 0px ;}

ul {
	margin: 0px ;
	padding: 0px ;
	list-style-type: none ;
}

ol {
	margin: 0px ;
	padding: 0px ;
	list-style-type: none ;
}

li {
	margin: 0px ;
	padding: 0px ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

table {
	margin: 0px ;
	padding: 0px ;
	border: 0px ;
}

.clear_float { clear: both ;}

/*クリアフィックス*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*ｴ*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/*defaultより*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/*コンテンツ全体(shadow) w800*/
#wrapper {
	margin:0 auto;
	width:800px;
}


/*ヘッダー*/
#header {
	background:url("image/top_bg.gif") no-repeat;
	width:800px;
	height:130px;
	text-align:left;
	margin:0 auto;
}

#title {
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:20px 0 0 20px;
	/*font-family:Times New Roman;*/
}

#title a {
	color:#ffffff;
	text-decoration:none;
}

#title a:link,
#title a:visited {
	color:#ffffff;
}
#title a:hover {
	text-decoration:underline;
}

h1 {
	font-size:14px;
	color:#ffffff;
	padding:0px 0 0 20px;
	margin:0;
	font-weight:normal;
}


/*検索*/
.search_box {
	background:url("image/search.gif") no-repeat;
	padding:3px 0 0 5px;
	margin:10px 0 0 565px;
	width:225px;
	height:29px;
	position:relative;
}

.search_box input.w_175 {
	width:175px;
}

.search-button {
	width:24px;
	height:12px;
	margin-left:5px;
	border:0;
	position:absolute;
	top:10px;
}


/*カレンダー*/
#calendar {
	margin:10px auto;
	width:800px;
	/*font-family:Times New Roman;*/
}
#cal-month {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	margin-right:10px;
}

#wp-calendar-horizontal {
	text-align:center; 
}

#wp-calendar-horizontal span {
	margin:0 2px ;
}

#wp-calendar-horizontal span a {
	color:#6da60a;
	text-decoration:underline;
}

#wp-calendar-horizontal span a:link,
#wp-calendar-horizontal span a:visited {
	color:#6da60a;
}

#wp-calendar-horizontal span a:hover {
	color:#4d7705;
	text-decoration:none;
}


/*記事全体 w800*/
#content {
	margin:0 auto;
	width:800px;
}


/*メインコンテンツ*/
#main {
	float:left;
	width:560px;
	text-align:left;
	display:inline;
	overflow:hidden;
}

/*レフトナビ*/
#side_navi {
	float:right;
	width:225px;
	text-align:left;
	display:inline;
	overflow:hidden;
}


/*投稿枠*/
.main_kakomi {
	border:1px #999999 solid;
	padding:20px 25px 25px;
	margin-bottom:15px;
	background:#ffffff;
	overflow:auto;
	_zoom:1; /*IE6対策*/
}

.h_title {
	background:url("image/title_icon.gif") no-repeat 0 4px;
	font-size:14px;
	font-weight:bold;
	color:#6A6A6A;
	border-bottom:1px #999999 dotted;
	padding:0 3px 0 15px;
	margin-bottom:5px;
}

.date {
	color:#6A6A6A;
	text-align:right;
	margin-bottom:15px;
	/*font-family:Times New Roman;*/
}

.honbun {
	color:#444444;
	font-size:12px;
	margin-bottom:25px;
}

.up {
	border:1px #cccccc solid;
	background:#ffffff;
	padding:8px 8px 20px 8px;
	width:auto;
	height:auto;
	margin:0 auto 5px;
}


/*記事のタグ*/
.tag {
	margin:20px 0 5px 0;
}


/*コメント＆トラックバック（小リンク部分）*/
.info_small {
	font-size:83%;
	text-align:right;
	border-top:1px #999999 dotted;
	padding:3px 0 0;
}


/*サイド囲み*/
.side_kakomi {
	border:1px #999999 solid;
	padding:10px;
	margin-bottom:15px;
	background:#ffffff;
}

.side_kakomi p {
	font-size:14px;
	font-weight:bold;
	color:#6A6A6A;
	border-bottom:1px #999999 dotted;
	padding:0 0 3px;
	margin-bottom:5px;
	/*font-family:Times New Roman;*/
}

ul.kiji {
	font-size:10px;
	margin:0 0 5px;
}

ul.kiji li {
	line-height:1.5;
}


.side_kakomi span {
	display:block;
	text-align:center;
	margin:10px 0 0;
}

ul.kiji02 {
	margin-left:10px;
}

/*リンク*/
a {
	color:#444444;
	line-height:1.3;
	text-decoration:underline;
}

a:link,
a:visited {
	color:#444444;
	text-decoration:underline;
}


a:hover {
	color:#000000;
	text-decoration:none;
}


/*ページトップ*/
.pagetop {
	clear:both;
	margin:10px 0 3px;
	text-align:right;
	color:#666666;
	/*font-family:Times New Roman;*/
}

.pagetop a {
	background:url("image/arrow.gif") no-repeat left center;
	padding-left:15px;
}


/*フッター*/
#footer {
	clear:both;
	border-top:1px #999999 solid;
	padding:5px 0 3px;
	width:800px;
	text-align:left;
	color:#666666;
	font-size:12px;
}

#footer a {
	color:#666666;
}


/*マージン*/
.mg_l15 {
	margin-left:15px;
}

.mg_r10 {
	margin-right:10px;
}

.mg_r15 {
	margin-right:15px;
}

.mg_b10 {
	margin-bottom:10px;
}

.mg_b20 {
	margin-bottom:20px;
}

.mg_t5 {
	margin-top:5px;
}

.mg_t10 {
	margin-top:10px;
}

.mg_t20 {
	margin-top:20px;
}


/*テキスト配置*/
.txa_c {
	text-align:center;
	display:block;
}

.txa_r {
	text-align:right;
	display:block;
}

/*フロート*/
.fl_l {
	float:left;
	display:inline;
}

.fl_r {
	float:right;
	display:inline;
}


h2.pagetitle {
	font-size:18px;
	margin-bottom:10px;
}

.post {
	color:#999999;
}

.pagenav {
	text-align:center;
}

textarea#comment {
	width:400px;
	height:100px;
	margin:10px 0;
}

.author {
	float:left;
	width:130px;
	display:inline;
}

.author_txt {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:370px;
}

.author_txt dl {
	margin:0;
	padding:0;
}

.author_txt dl dt {
	float:left;
	clear:both;
	width:60px;
	margin-bottom:10px;
}

.author_txt dl dd {
	margin-left:60px;
	margin-bottom:10px;
	padding-top:3px;
}

