/*
Theme Name: mBlog theme - July 2009
Theme URI: http://www.matchyo.net/mblog/
Description: mBlog - WordPress July Theme
Version: 1.0
Author: Digital Jack Corporation Tomohiro OSHIRO
Author URI: http://www.digital-jack.net/
*/

@charset "utf-8";





/* ============1) Global================= */


*{
	margin:0;
	padding:0;
	font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font: normal 12px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	background: url(images/bg.gif);
}

form, input {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	outline: none;
}

a img { border: 0; }

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}


.Container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}





/* ==============2) Header================== */


#Header {
	height: 63px;
	background: url(images/header-bg.gif) repeat-x;
}

h1 {
	margin: 0;
	padding: 27px 0 0 0;
	font-size: 12px;
}

h1 a {
	text-decoration: none;
	color: #666;
}

h1 a:hover {
	text-decoration: none;
	color: #333;
}

h2 {
	margin: -13px 0 0 0;
	padding: 0;
	color: #999;
	font-size: 12px;
	text-align: right;
}





/* ==============) PageNav================== */


#PageNav {
	margin: 25px 0;
	color: #999;
	text-align: right;
}

#PageNav a {
	color: #999;
	text-decoration: none;
}

#PageNav a:hover {
	color: #666;
	text-decoration: none;
}

#PageNav ul {
	list-style: none;
}

#PageNav ul li {
	margin: 0 0 0 20px;
	float: right;
}





/* ==============) MainVisual================== */


#MainVisual {
	margin: 0 0 30px 0;
	height: 300px;
	background: url(images/mainvisual.jpg) no-repeat;
}

#MainVisualComment {
	padding: 280px 0 0 10px;
	color: #000;
	font-size: 100%;
}





/* ==============) Contents================== */


#Contents {
	width: 665px;
	background: url(images/contents-bg.gif) repeat-y;
	float: left;
}

#ContentsHeader {
	height: 20px;
	text-indent: -99999px;
	background: url(images/contents-header-bg.gif) no-repeat;
}

#ContentsFooter {
	margin: 30px 0 0 0;
	height: 20px;
	text-indent: -99999px;
	background: url(images/contents-footer-bg.gif) no-repeat;
}

.Entry {
	margin: 0 0 79px 65px;
}

.Entry p {
	padding: 0 0 20px 0;
}

h3 {
	margin: 20px 0 0 0;
	font-size: 150%;
}

h3 a {
	color: #333;
	text-decoration: none;
}

h3 a:hover {
	color: #000;
	text-decoration: none;
}

.Date {
	margin: 20px 0 0 0;
	color: #038ea4;
	font-size: 80%;
}

.Text {
	margin: 8px 0 0 0;
	line-height: 2.42;
}

.Text p {
	margin: 0 0 31px 0;
}

.Text p span strong {
	font-size: 24px;
}

.Text img {
	border: 5px solid #999;
}

.Comments {
	margin: 38px 0 0 0;
	color: #999;
	font-size: 80%;
}

.Comments a {
	color: #038ea4;
	text-decoration: none;
}

.Comments a:hover {
	color: #e56d13;
	text-decoration: none;
}





/* ==============) Menu================== */

.Menu {
	margin: 0 0 5px 670px;
	width: 230px;
	background: url(images/menu-bg.gif) repeat-y;
}

.MenuHeader {
	height: 20px;
	background: url(images/menu-header-bg.gif) no-repeat;
}

.MenuContents {
	margin: 0 30px;
	color: #5aaaad;
}

h4 {
	margin: 20px 0;
	color: #333;
	font-size: 12px;
}

.MenuContents ul {
	list-style: none;
}

.MenuContents ul li {
	margin: 0 0 18px 0;
}

.MenuContents a {
	color: #5aaaad;
	text-decoration: none;
}

.MenuContents a:hover {
	color: #e56d13;
	text-decoration: none;
}

.MenuFooter {
	height: 20px;
	text-indent: -99999px;
	background: url(images/menu-footer-bg.gif) no-repeat bottom;
}

.MenuHeader img {
	margin: 10px 0 0 -22px;
}




/* ==============) Footer================== */

#Footer {
	margin: 30px 0 0 0;
	height: 52px;
	background: url(images/footer-bg.gif) repeat-x;
}

h5 {
	padding: 20px 0 0 0;
	color: #999;
	font-weight: normal;
}

h5 a {
	color: #999;
	text-decoration: none;
}

h5 a:hover {
	color: #666;
	text-decoration: none;
}

#blog-comments {
margin: 20px;
}

#blog-comments li {
margin: 0 0 10px 0;
}

#commentlist p {
margin: 0 0 10px 0;
line-height: 1.5;
}