@charset "utf-8";

/*
Theme Name: MADORIなLIFE STYLE
Theme URI: http://hogehoge.jp
Description: MADORI BLOG用テーマ
Version: 0.1
Author: IMGflow
Author URI: http://img-flow.com/
Tags: Orange
*/

@import url('reset.css');

body {
	text-align: center;
	background: #ffc url(images/bodybg.png) 0 0 repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

#page {
	position: relative;
	width: 888px;
	margin: 0 auto 50px;
	text-align: left;
}

#header {
	position: relative;
	background: url(images/headbg.jpg) top right no-repeat;
	height: 121px;
}

#main {
	overflow: hidden;
	width: 880px;
	background: url(images/mainbg.jpg) 0 0 no-repeat;
	margin-top: -4px;
	padding: 4px;
}

#wContent {
	overflow: hidden;
	width: 880px;
	background-color: #fffff0;
}

#content {
	position: relative;
	float: left;
	width: 648px;
	background-color: #fffff0;
}

#sidebar {
	float: right;
	width: 232px;
	background-color: #fffff0;
}

#footer {
	position: relative;
	bottom: 4px;
	left: 4px;
	width: 880px;
	height: 48px;
	background-color: #F2F896;
}

/*
 * General
 */


/*
 * Header
 */
#header h1 {
	position: absolute;
	top: 28px;
	left: 0;
}

#header p.description {
	position: absolute;
	top: 13px;
	left: 5px;
}

#header p.description strong {
	color: #fff;
	font-size: 12px;
}

#header p.hplink {
	position: absolute;
	top: 68px;
	left: 368px; 
}

/*
 * Content
 */
#content .section.entry {
	margin-bottom: 60px;
}

#content .section .dayTitle {
	position: relative;
	width: 607px;
	height: 72px;
	margin: 20px 10px 49px 20px;
	background: url(images/d-t.jpg) 0 0 no-repeat;
}

#content .section .dayTitle .postTime {
	position: absolute;
	top: 8px;
	left: 11px;
	color: #fff;
	font-size: 12px;
}

#content .section .dayTitle h2 {
	position: absolute;
	top: 38px;
	left: 11px;
	color: #fff;
	font-size: 20px;
}

#content .section .dayTitle h2 a {
	color: #fff;
	text-decoration: none;
}

#content .text p {
	line-height: 1.5;
	margin: 1.5em 31px;
	font-size: 12px;
}

#content .pagenav {
	overflow: hidden;
	border-top: #ccc solid 1px;
	margin: 0 20px 30px;
	padding-top: 10px;
	font-size: 12px;
}

#content .pagenav p.prev {
	float: left;
	position: relative;
	left: 1px;
}

#content .pagenav p.next {
	float: right;
	position: relative;
	right: 1px;
}

#content .pagenav a {
	color: #F4590B;
}

#content .section code {
	width: 500px;
	word-break:break-all;
}

#content .section ol {
	margin: 15px 0 15px 55px;
	list-style-type: decimal;
	font-size: 12px;
}

#content .section ol li  {
	margin: 3px 0;
}

#content .section ol {
	list-style-type: decimal;
}

#content .section ol ol {
	list-style-type: upper-roman;
}

#content .section ol ol ol {
	list-style-type: lower-roman;
}

#content .section ul {
	margin: 15px 0 15px 55px;
	list-style-type: disc;
	font-size: 12px;
}

#content .section ul li  {
	margin: 3px 0;
}

#content .section ul ul {
	list-style-type: circle;
}

#content .section ul ul ul {
	list-style-type: square;
}

#content .section ul ul ul ul {
	list-style-type: disc;
}

#content .section p a,
#content .section li a {
	color: #F4590B;
}

#content .section h3 {
	margin: 31px;
	border-bottom: 5px solid #F4590B;
	font-size: 16px;
	font-weight: bold;
}

#content .section h4 {
	display: inline-block;
	margin: 15px 31px;
	border-bottom: 3px solid #F4590B;
	font-size: 14px;
	font-weight: bold;
}

#content .section h5 {
	margin: 31px;
	padding: 3px 0 3px 10px;
	border-left: 3px solid #F4590B;
	font-size: 13px;
	font-weight: bold;
}

#content .section h6 {
	margin: 15px 31px;
	color: #f4590b;
	font-size: 12px;
	font-weight: bold;
}

#content .section blockquote {
	margin: 15px 31px;
	padding: 15px;
	border: 3px solid #f4590b;
}

#content .section pre {
	
}

#content .section code {
	
}

#content .section span {
	
}

#content .section a {
	color: #f4590b;
}

#content .section a:hover {
	color: #f4590b;
	text-decoration: none;
	
}

img.alignleft {
	float: left;
	margin: 5px 5px 5px 0;
}

img.alignright {
	float: right;
	margin: 5px 0 5px 5px;
}

img.aligncenter {
	position: relative;
	left: auto;
	right: auto;
}

div.none {
	
}

div.none h2 {
	margin: 30px 40px 10px;
	color: #F4590B;
	font-weight: bold;
	font-size: 2.4em;
}

div.none p {
	margin: 15px 40px;
}

/*
 * Sidebar
 */


#sidebar > img {
	margin: 20px 0 25px;
}

#sidebar .aboutbox {
	width: 212px;
	margin: 20px 0 25px;
	padding-top: 104px;
	background: url(images/aboutbox.jpg) 0 0 no-repeat;
}

#sidebar .aboutbox p.about {
	margin: 19px 20px;
	color: #fff;
	font-size: 12px;
	_margin: 0;
	_padding: 19px 20px;
}

*:first-child+html #sidebar .aboutbox p.about {
	margin: 0;
	padding: 19px 20px;
}

#sidebar .aboutbox p.link {
	padding: 0 20px 20px;
	font-size: 12px;
	background: url(images/aboutbox2.jpg) bottom left no-repeat;
}

#sidebar .aboutbox p.link a {
	padding-left: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: url(images/a_mark.jpg) 0 1px no-repeat;
	_background: url(images/a_mark.jpg) 0 3px no-repeat;
}

*:first-child+html #sidebar .aboutbox p.link a {
	background: url(images/a_mark.jpg) 0 3px no-repeat;
}

#sidebar .sidemenu {
	width: 212px;
	margin-bottom: 25px;
	font-size: 12px;
	background: url(images/sidebar.jpg) 0 0 no-repeat;
}

#sidebar .sidemenu a {
	color: #F4590B;
}

#sidebar .sidemenu li {
	margin: 3px;
	padding: 14px 10px 13px 9px;
	font-weight: bold;
}

#sidebar .sidemenu li ul {
	margin-top: 14px;
	padding: 5px 0;
	background: url(images/line.jpg) 0 0 no-repeat;
}

#sidebar .sidemenu li ul li {
	margin: 0 3px;
	padding: 5px 7px 5px 0;
	font-weight: normal;
}

#sidebar .sidemenu li.rss {
	margin: 0;
	padding: 17px 13px 16px 12px;
	background: url(images/sidebar2.jpg) left bottom no-repeat;
}

#sidebar .sidemenu li.rss li a {
	margin: 0;
	padding: 3px 0 3px 20px;
	background: url(images/rss.gif) 0 2px no-repeat;
}
