@import "iehack.css";
/* +++++ 全般設定 +++++ */
p	{
	font-size: 12px;
	text-align: justify;
	line-height: 150%;
	color: #333333;
	}
a:link	{
	text-decoration: none;
	color: #ca7252;
	}
a:visited	{
	text-decoration: none;
	color: #b13100;
	}
a:hover	{
	text-decoration: underline;
	color: #ff0000;
	}
h2	{
	font-size: 12px;
	color: #ff0000;
	text-align: left;
	} 
h3	{
	font-size: 14px;
	font-weight: bold;
	color: b13100;
	}
img	{
	border:none;
	}

/* +++++ 背景 +++++ */

body	{
	background-image: url(http://www.y-maibun.jp/images/all/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-top:0;
	}
/* +++++ 全体横幅 +++++ */
#two #container	{
	background-color: #ffffff;
	width: 790px;
	margin: auto;
	padding-top:1px;
	border-left:1px solid #ca7252;
	border-right:1px solid #ca7252;
	}

/* +++++ 左横幅 +++++ */
#two #leftcolumn	{
	width: 170px;
	}
#leftcolumn	{
	float: left;
	margin:0 15px 10px 15px;
	}

/* +++++ 中央横幅 +++++ */
#two #centercolumn	{
	width: 575px;
	margin-bottom:10px;
	}
#centercolumn	{
	float: right;
	margin-right: 15px;
	}
#footer	{
	clear: both;
	}

/* +++++ デザイン設定 +++++ */

/* +++++ ヘッダー +++++ */
#header	{
	background-image: url(images/all/blogtitle.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 760px;
	height: 120px;
	margin:auto;
	}
#header a{
	color:#ffffff;
	}
.title a	{
	display: block;
	width: 380px;
	height: 60px;
	position: relative;
	top: 15px;
	left: 15px;
	outline-style:none;
	}
#header h1	{
	text-indent: -9999px;
	}
#header h2	{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 30px;
	}
#header h3	{
	text-indent: -9999px;
	}
.home a	{
	display: block;
	width: 280px;
	height: 33px;
	position: relative;
	top: -80px;
	left: 472px;
	}
.mail	{
	position: relative;
	top: -80px;
	left: 670px;
	}
.mail a	{
	font-weight: bold;
	color: #ffffff;
	}

/* +++++ コンテンツ +++++ */
#contents	{
	margin-top:0;
	}
#centercolumn h1	{
	background-image: url(http://www.y-maibun.jp/images/all/title_page.gif) ;
	background-repeat: no-repeat;
	width: 575px;
	height: 35px;
	font-size: 16px;
	color: #ffffff;
	padding:5px;
margin-bottom:-20px;
	}
.entry	{
	margin-bottom:10px;
	border-bottom: 2px dotted #0075c5;
	}
.entry h2	{
	}
.entry h3	{
	margin-top:0;
	padding-bottom:5px;
	border-bottom:1px dotted #0075c5;
	}
.entry p	{
	margin-top:-5px;
}
.entry img	{
	border: 1px solid #0075c5;
	float:left;
	margin: 0 10px 10px 0;
	}
.clear	{
	clear:both;
	}
.extended	{
	font-size:12px;
	padding-bottom:3px;
	margin-bottom:3px;
	}
.trackback	{
	clear:both;
	font-size:12px;
	border-top:1px dotted #0075c5;
	}

/* +++++ サイドバー +++++ */
#leftcolumn h1	{
	background-image: url(images/all/sidebartitle.gif);
	background-repeat: no-repeat;
	width:170px;
	height:30px;
	font-size:12px;
	color: #b13000;
	padding:7px 0 0 17px;
	}
#leftcolumn ul	{
	font-size: 12px;
	list-style-type: disc;
	list-style-position: inside;
	padding: 5px 10px 5px 5px;
	margin-top: -10px;
	}
#leftcolumn li	{
	padding-bottom: 5px;
	}

/* カレンダー */
#calendar table	{
	width: 100%;
	font-size: 11px;
	text-align: center;
	margin-top:-10px;
	}
#calendar td	{
	padding: 1px;
	}
#calendar caption	{
	background-color: #b13000;
	}
/* カテゴリー */

/* アーカイブ */

/* 最近のエントリー */
#recent li span	{
	font-size: 10px;
	color: #333333;
	}

/* +++++ フッター +++++ */
#footer	{
	margin:15px;
	border-top:1px solid #ca7252;
	}
#footer p	{
	text-align:center;
	padding-bottom:20px;
	}
