@charset "Shift_JIS";
/* 初期設定 */

*{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,p,ul,ol,li,dt,dl,dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	width:100%;
	height:100%;
}
.anker {
	width:100%;
	height:1px;
	float:left;
}

/* ボディー */
body {
	width:100%;
	height:100%;
	font-size: 100%;
	color: #747474;
	font-size:12px;
	!font-size:80%;
	line-height:140%;
	margin: 0 auto 0 auto;
	padding: 0;
	background:url(http://www.osazen.com/blog/main_img_bk.jpg) repeat-x center top;
}


/* 画像ボーダー */
img {
border-style: none;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

/* 強調 */
strong{
	color:#E2402E;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*?*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ↓ベース↓ */
div#base{
	width:790px;
	margin:0 auto 0 auto;
}
/* ヘッダー・メイン画像 */
div#base div#main{
	width:790px;
	margin:16px 0 0 0;
	float:left;
}
/* メインスペース */
div#base div#cont{
	width:790px;
	padding:25px 0 0 0;
	float:left;
	background:url(http://www.osazen.com/blog/main_bk.gif) repeat-y;
}
/* フッター */
div#base div#footer{
	width:790px;
	height:52px;
	float:left;
	padding:0 0 30px 0;
	background:url(http://www.osazen.com/blog/main_bottom.gif) no-repeat;
	text-indent:-9999px;
}


/* ↓ヘッダー・メイン画像↓ */
/* ヘッダー */
div#main #header{
	width:730px;
	height:74px;
	float:left;
	background:url(http://www.osazen.com/blog/main_img01.jpg) no-repeat right;
}
/* ロゴ */
#header h1{
	width:203px;
	height:64px;
	margin:0 0 0 25px;
	float:left;
	background:url(http://www.osazen.com/blog/logo.gif) no-repeat;
	text-indent:-9999px;
}
/* メイン画像 */
div#main h2{
	width:790px;
	height:258px;
	float:left;
}
div#main h2 img{
	float:left;
}

/* ↓メインスペース↓ */
/* 左ベース */
div#cont #leftspace{
	width:510px;
	margin:0 0 0 35px;
	_margin:0 0 0 18px;
	float:left;
}
/* 記事 */
div#cont .cont01{
	width:510px;
	margin:0;
	!margin:0 0 45px 0;
	_margin:0;
	float:left;
}
/* コメント */
div#cont .cont02{
	width:490px;
	margin:0 0 0 10px;
	_margin:0 0 0 5px;
	float:left;
}
/* コメントを送る */
div#cont .cont03{
	width:510px;
	margin:0 0 20px 10px;
	!margin:20px 0 20px 10px;
	_margin:0 0 20px 5px;
	float:left;
}

/* ↓記事↓ */
.cont01 dl{
	width:510px;
	margin:0 0 45px 0;
	float:left;
}
.cont01 dt{
	width:480px;
	margin:0 0 0 10px;
	_margin:0 0 0 5px;
	padding:0 0 0 15px;
	float:left;
	font-size:14px;
	background:url(http://www.osazen.com/blog/maru.gif) no-repeat 0 2px;
}
.cont01 dd{
	width:510px;
	margin:5px 0 0 0;
	padding:10px 0 0 0;
	float:left;
	background:url(http://www.osazen.com/blog/tit_blog.gif) no-repeat top;
}
.cont01 dd p{
	width:490px;
	padding:10px;
}

/* 日付・コメント */
.cont01 .date{
	width:495px;
	height:23px;
	margin:5px 0 0 0;
	padding:7px 15px 0 0;
	text-align:right;
	color:#FFFFFF;
	float:left;
	background:url(http://www.osazen.com/blog/blog_bottom.gif) no-repeat;
}
.date a:link{ color: #FFFFFF; text-decoration:underline;}
.date a:visited{ color: #FFFFFF; text-decoration:underline;}
.date a:active{ color: #FFFFFF; text-decoration:underline;}
.date a:hover{ color: #FFFFFF; text-decoration:underline;}

/* ↓コメント↓ */
.cont02 dl{
	width:490px;
	margin:0 0 20px 0;
	float:left;
}
.cont02 dt{
	width:480px;
	height:23px;
	padding:7px 0 0 10px;
	color:#FFFFFF;
	float:left;
	background:url(http://www.osazen.com/blog/tit_comment.gif) no-repeat;
}
.cont02 dd{
	width:490px;
	float:left;
}
.cont02 dd p{
	width:470px;
	margin:0 0 10px 0;
	padding:10px;
	float:left;
}
/* 名前・日付 */
.cont02 .date{
	width:480px;
	margin:5px 0 0 0;
	padding:10px 10px 0 0;
	text-align:right;
	float:left;
	color:#E2402E;
	background:url(http://www.osazen.com/blog/comment_bottom.gif) no-repeat top;
}


/* コメントを送る */
.cont03 h3{
	width:480px;
	height:23px;
	float:left;
	font-size:14px;
	margin:0 0 20px 0;
	padding:7px 0 0 10px;
	color:#000000;
	background:url(http://www.osazen.com/blog/tit_okuru.gif) no-repeat;
}
.cont03 dl{
	width:460px;
	margin:0 0 25px 10px;
	_margin:0 0 25px 5px;
	float:left;
}
.cont03 dt{
	width:130px;
	padding:0 0 0 15px;
	float:left;
	background:url(http://www.osazen.com/blog/ichigo.jpg) no-repeat 0 2px;
}
.cont03 dd{
	width:310px;
	float:right;
}
.cont03 #soushin{
	width:480px;
	float:left;
	text-align:center;
}
/* 右ベース */
div#cont #rightspace{
	width:190px;
	margin:0 35px 0 0;
	_margin:0 18px 0 0;
	float:right;
}
/* リストベース */
#rightspace .cont04{
	width:190px;
	margin:0 0 20px 0;
	background:url(http://www.osazen.com/blog/menu_bk.gif) repeat-y;
	float:left;
}
/* タイトル */
#rightspace h4.tit01{
	width:190px;
	height:44px;
	float:left;
	_float:none;
	background:url(http://www.osazen.com/blog/tit_new.jpg) no-repeat;
	text-indent:-9999px;
}
#rightspace h4.tit02{
	width:190px;
	height:44px;
	float:left;
	_float:none;
	background:url(http://www.osazen.com/blog/tit_kako.jpg) no-repeat;
	text-indent:-9999px;
}
#rightspace h4.tit03{
	width:190px;
	height:44px;
	float:left;
	_float:none;
	background:url(http://www.osazen.com/blog/tit_category.jpg) no-repeat;
	text-indent:-9999px;
}
#rightspace h4.tit04{
	width:190px;
	height:44px;
	float:left;
	_float:none;
	background:url(http://www.osazen.com/blog/tit_link.jpg) no-repeat;
	text-indent:-9999px;
}

/* 枠 */
.cont04 ul{
	width:190px;
	padding:5px 0 20px 0;
	float:left;
	list-style:none;
	background:url(http://www.osazen.com/blog/menu_bottom.gif) no-repeat bottom;
}
.cont04 li{
	width:140px;
	margin:0 0 8px 15px;
	padding:0 0 0 20px;
	background:url(http://www.osazen.com/blog/maru.gif) no-repeat 0 2px;
}

/* ページトップ */
div#cont #pagetop{
	width:755px;
	float:left;
}
#pagetop ul{
	width:90px;
	height:20px;
	float:right;
}
#pagetop li{
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#pagetop li a{
	width:90px;
	height:20px;
	margin:0;
	padding:0;
	background: url(http://www.osazen.com/blog/b_pagetop.gif) no-repeat;
	float:right;
	text-indent:-9999px;
}

/* ページ送り */
div#cont .cont05{
	width:510px;
	margin:0 0 45px 0;
	float:left;
	_float:none;
	text-align:center;
}

a:link{ color: #E2402E; text-decoration:underline;}
a:visited{ color: #666666; text-decoration:underline;}
a:active{ color: #E2402E; text-decoration:underline;}
a:hover{ color: #666666; text-decoration:underline;}