@charset "utf-8";
/*
Theme Name: M&W child Three
Version: 1.0.4
Author: Digitalcube
Author URI: http://digitalcube.jp/
Template: mw-parent
*/
@import url(../mw-parent/style.css);

body {
	color: #333;
}

a {
	color: #08276a;
	text-decoration: none;
}

hgroup {
	min-height: 88px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	color: white;
}

#branding {
	position: relative;
	width: 100%;
	background-color: #232323;
}

#site-title {
	margin: 0;
	padding: 20px 0 0 0;
}

#site-title a {
	color: white;
}

#site-description {
	margin-bottom: 0;
	padding-bottom: 10px;
}

#access {
	margin-bottom: 0px;
	background-color: #ea7182;
}

#access-in {
	width: 960px;
	height: 41px;
	margin: 2px auto;
}

#access li a {
	line-height: 41px;
	font-size: 14px;
	color: white;
}

#access ul ul {
	top: 41px;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: #949494;
	color: white;
}

#access ul ul a {
	background-color: #6ebdc4;
}

.entry-content {
	clear: both;
	overflow: hidden
}

#main .widget-area {
	width: 250px;
}

/* main image
-------------------------------------------------------------- */

#main-image-box-out {
	background-color: #fffbfa;
	clear: both;
	overflow: hidden;
	border-bottom: solid 1px #f8e3e2;
}

#main-image-box {
	clear: both;
	margin: 10px auto;
    width: 960px;
	border: solid 1px #d5d5d5;
}

#main-image-box img {
	margin: 10px;
	vertical-align: middle;
}

/* hx
-------------------------------------------------------------- */

.entry-header {
	background-image: url(images/title_border_top.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.entry-header h1 {
	background-image: url(images/title_border_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 15px 0;
}

/*.entry-header h1,*/
.widget-header h1 {
	background-color: #4c4c4c;
	font-size: 100%;
	margin: 0;
	padding: 10px;
	line-height: 1.7em;
	color: white;
}

.entry-content h1 {
	/*18px*/
	font-size: 138.5%;
}

.entry-content h2 {
	/*17px*/
	font-size: 131%;
}

.entry-content h3 {
	/*16px*/
	font-size: 123.1%;
}

.entry-content h4 {
	/*15px*/
	font-size: 116%;
}

.entry-content h5 {
	/*14px*/
	font-size: 108%;
}

.entry-content h6 {
	/*13px;*/
	font-size: 100%;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	border-bottom: solid 1px #d5d5d5;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

/* top-page-widget
-------------------------------------------------------------- */

#top-page-widget {
	clear: both;
}

.cat-with-small-thum .post-title {
	font-weight: bold;
	margin-bottom: 10px;
}

/*
-------------------------------------------------------------- */

ul.cat-with-date-list {
	margin: 0;
}

.cat-with-date-list li {
	list-style: none;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-bottom: 15px;
}

.link-to-cat-arc {
	clear: left;
	text-align: right;
	width: 677px;
}

.cat-with-small-thum {
	width: 155px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.cat-with-small-thum.right {
	margin-left: 37px;
}

.thum-65 {
	width: 65px;
	float: left;
	margin-right: 10px;
}

.post-title,
.post-excerpt {
	padding-left: 50px;
}

/* sidebar
-------------------------------------------------------------- */

#secondary .widget,
#tertiary .widget {
	margin-top: 20px;
}

#secondary #searchform div {
	margin: 10px;
	overflow: auto;
}

#secondary .widget {
	background-color: #fefaf9;
}

#secondary .widget ul {
	margin: 0;
	width: 250px;
}

#secondary .widget ul li a {
	background-image: url(images/list_marker.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;
	list-style: none;
	padding: 10px 0;
	border-bottom: dotted 1px #e2e2e2;
}

#secondary .widget ul li ul a {
	background-image: url(images/list_marker.png);
	background-repeat: no-repeat;
	background-position: 20px 13px;
	list-style: none;
	padding: 10px 0;
	border-bottom: dotted 1px #e2e2e2;
}

#secondary .widget ul li ul li ul a {
	background-image: url(images/list_marker.png);
	background-repeat: no-repeat;
	background-position: 35px 13px;
	list-style: none;
	padding: 10px 0;
	border-bottom: dotted 1px #e2e2e2;
}

#secondary .widget ul li a {
	padding-left: 20px;
	display: block;
}

#secondary .widget ul.sub-menu a {
	padding-left: 38px;
}

#secondary .widget ul.sub-menu ul.sub-menu a {
	padding-left: 55px;
}

/* footer
-------------------------------------------------------------- */

#colophon {
	padding-top: 0;
	margin-top: 20px;
	width: 100%;
	border-top: solid 1px #f2798a;
	background-color: #fefaf9;
}

#footer-menu {
	padding: 20px;
	text-align: center;
}

#copyright {
	padding: 30px 20px 50px 20px;
	text-align: center;
	border-top: solid 1px #f1d7d8;
}

#footer-menu ul li {
	display: inline;
	list-style: none;
}

#copyright {
	clear: both;
}

/* general
-------------------------------------------------------------- */

#breadcrumb {
	margin: 20px;
}

dl {
	margin: 0 0 20px 0;
}

dt {
	border-left: solid 5px #00478f;
	border-top: dashed 1px #e3e3e3;
	margin: 0 0 15px 0;
	padding: 5px 10px;
}

dl dd {
	margin-left: 70px;
}

table.table-1 {
	width: 100%;
}

.table-1 th,
.table-1 tr td:first-of-type {
	background-color: #f9f9f9;
}

.table-1 th,
.table-1 td {
	border: solid 1px #e6e6e6;
}

#nav-below {
	padding: 20px;
}

#comments {
	padding: 15px;
}

#reply-title {
	background-color: #f4f4f4;
	padding: 10px;
	border-left: solid 5px #00478f;
}

#respond input[type="text"],
#respond input[type="submit"],
#respond textarea {
	border: solid 1px #d5d5d5;
}

#respond input[type="text"] {
	height: 25px;
}

#respond input[type="submit"] {
	padding: 10px;
	background-color: #f3f3f3;
}

p.form-submit {
	margin-bottom: 0;
}

.entry-meta {
	margin: 20px;
}

.entry-meta-delimiter {
	display: inline-block;
	margin: 0 20px;
}

/* for garally
-------------------------------------------------------------- */

dt.gallery-icon {
	border: none;
}

/* misc
-------------------------------------------------------------- */

#print-text-over-main-image {
	float: left;
	position: absolute;
	top: 100px;
	left: 100px;
	color: white;
	font-size: 36px
}

#contact-info {
	position: absolute;
    right: 0;
    top: 0;
	font-weight: normal;
}

.entry-header {
	clear: both;
}