@charset "utf-8";
/*
Theme Name: Blog Layout Theme
Theme URI: http://google.com/
Author: Nami
Author URI: http://wordpress.org/
Description: Blog Layout Theme
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */
body {
	background: url(images/pattern.png) repeat;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	overflow-y:scroll;
}
body,
textarea {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
input,
select {
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
a {
	color: #06F;
	text-decoration: none;
}
a:hover {
	color: #39F;
	text-decoration: underline;
}


#wrapper {
}
#header {
	width: 960px;
	margin: auto;
}
#headerArea {
	padding: 100px 0 50px;
	overflow: hidden;
}
#headerArea a {
	color: #000;
	font-size: 42px;
	font-weight: bold;
}
#headerArea a:hover {
	text-decoration: none;
}
#headerNavi {
	padding: 5px 0;
	border-top: 1px dotted #777;
	border-bottom: 1px dotted #777;
}
#menu-headernavi {
	overflow: hidden;
}
#menu-headernavi li {
	float: left;
	padding-right: 15px;
}
#menu-headernavi li a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 18px;
}
#menu-headernavi li a:hover {
	text-decoration: none;
	font-weight: bold;
}

#main {
	width: 960px;
	margin: auto;
}
#breadcrumbs {
	overflow: hidden;
}
#breadcrumbs li {
	float: left;
}
#primary {
	width: 620px;
	float: left;
}
#content {
}
.entryPosts {
	margin: 25px 0;
}
.entryHeader {
	border-left: 5px solid #333;
	border-bottom: 1px dotted #333;
}
.entryTitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	margin-left: 10px;
}
.entryTitle a:hover {
	color: #39F;
	text-decoration: none;
}
.entryExcerpt {
	margin: 5px 10px;
}
.entryExcerpt p {
	line-height: 30px;
}
.entryMeta {
	padding: 2px 0 2px 5px;
	border-bottom: 1px solid #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: inset 0px 1px 2px 0px #666;
	-webkit-box-shadow: inset 0px 1px 2px 0px #666;
	-moz-box-shadow: inset 0px 1px 2px 0px #666;
}
.relationTitle {
	border-bottom: 1px dotted #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	padding-left: 10px;
}
.relationLists {
	list-style: disc;
	padding: 5px 0 5px 20px;
}
#secondary {
	width: 300px;
	float: right;
}
.rightSidebar {
	margin: 25px 0;
}
.rightSidebar h3 {
	border-bottom: 1px dotted #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	padding-left: 10px;
}
.rightSidebar ul {
	padding: 10px 0 0 20px;
}
.rightSidebar ul li {
	list-style: circle;
	font-size: 12px;
}
.tagcloud {
	padding: 10px 0 0;
}
.tagcloud a {
	color: #333;
}
.tagcloud a:hover {
	text-decoration: none;
}

.pageNavi {
	margin: 10px 0 20px;
}
#footer {
	width: 960px;
	margin: auto;
	border-top: 1px dashed #333;
}
#copyright {
	margin: 15px 0;
	text-align: center;
}
#copyright a {
	color: #333;
	font-weight: bold;
}
.clearfix {zoom:1;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

#sample {
	overflow: hidden;
	height: 30px;
	border-bottom: 1px solid #fff;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 0px 1px 2px 0px #666;
	-webkit-box-shadow: inset 0px 1px 2px 0px #666;
	-moz-box-shadow: inset 0px 1px 2px 0px #666;
}
