@charset "utf-8";

/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background-color: #FCDEDC;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	position: relative;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
}

html>/**/body {
  font-size: 12px; /* Except IE */
}

a {
	color: #464646;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 810px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/bg_outwrap.gif);
}
#wrap_in {
	background-image: url(images/bg_inwrap.gif);
	background-repeat: repeat-y;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
}
#header {
	height: 60px;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
}

#logo {
	float: left;
	margin-left: 15px;
}

#description {
	font-size: 130%;
	color: #666666;
}

#menu {
	height: 25px;
	background-image: url(images/bg_main_menu.gif);
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
	width: 780px;
}

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
}

#content {
	float: left;
	width: 540px;
}

.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 16px;
	color: #669900;
	font-weight: bold;
	line-height: 28px;
	background-image: url(images/icon01.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 5px;
	float: left;
	width: 500px;
	text-align: left;
	display: block;
	margin-top: 10px;
	height: 28px;
}

.post-title a {
	color: #006699;
}

.post-title a:hover {
	color: #CC3300;
}

.page-subtitle {
	font-weight: bold;
	color: #CC3300;
	font-size: 100%;
	text-transform: uppercase;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align: left;
	padding-left: 10px;
	margin-top: 10px;
}

.post-meta {
	font-size: 90%;
	color: #666666;
	margin-top: 5px;
	text-align: right;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 10px;
	text-align: left;
	margin-right: 5px;
	margin-left: 20px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
	font-size:14px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #999999;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #999999;
	padding: 4px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #999999;
	padding: 4px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 100%;
	margin-bottom: 10px;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
	display: none;
}

.comment-data {
	border: 1px solid #999999;
	padding: 5px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
	margin-top: 5px;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 195px;
}

.sidepanel {
	margin-bottom: 30px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}

.sidepanel h3 {
	line-height: 20px;
	background-image: url(images/bg_h3_side.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

.sidepanel ul li {
	font-size: 12px;
	color: #669900;
	line-height: 1.4em;
	background-image: url(images/side_icon_block01.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	text-align: left;
	margin-top: 6px;
	padding-left: 18px;
	margin-left: 2px;
	font-weight: normal;
	list-style-type: none;
}
.sidepanel ul li a {
	color: #006666;
	text-decoration: underline;
}
.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}
.sidepanel  a:hover {
	color: #CC3300;
}
.sidepanel select {
	text-align: center;
	margin-top: 10px;
	margin-left: 5px;
	border: 1px solid #999999;
	width: 150px;
	padding-top: 2px;
	padding-bottom: 2px;
}



#footer {
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	position: relative;
	clear: both;
}



#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}


/* 追加要素 */
#header .header_block {
	float: right;
	text-align: right;
	margin-top: 5px;
	margin-right: 15px;
}
.header_block p {
	margin-right: 5px;
}
.header_block .header_tel {
	margin-top: 10px;
}



#menu ul {
	display: block;
	list-style-type: none;
	line-height: 25px;
	position: relative;
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#menu li {
	display: inline;
	height: 25px;
	width: 107px;
	float: left;
}
#menu a {
	display: block;
	width: 107px;
	height: 25px;
}
#menu a:hover {
	background: none;
}
#menu a:hover img {
	background: none;
	height: 0px;
	width: 0px;
}


#menu .mn01 {
	background-image: url(images/menu01_02.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 107px;
}


#menu .mn02 {
	background-image: url(images/menu02_02.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 107px;
}


#menu .mn03 {
	background-image: url(images/menu03_02.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 107px;
}

#menu .mn04 {
	background-image: url(images/menu04_02.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 107px;
}

#menu .mn05 {
	background-image: url(images/menu05_02.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 107px;
}

#menu .mn06 {
	background-image: url(images/menu06_02.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 107px;
}


#menu .mn07 {
	background-image: url(images/menu07_02.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 107px;
}

/* パンくず */
#content .kuzu {
	line-height: 1.8em;
	text-align: left;
	font-size: 95%;
	padding-left: 10px;
	margin-top: 5px;
}
#content .kuzu a {
	color: #006666;
	text-decoration: underline;
	font-weight: bold;
}
#content .kuzu a:hover {
	color: #CC3300;
	text-decoration: none;
}

/* endnavi */

#end_navi {
	clear: both;
	line-height: 2.5em;
	padding-top: 15px;
}
#end_navi li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
	padding-right: 4px;
	padding-left: 4px;
}
#end_navi a {
	color: #336600;
}
#end_navi a:hover {
	text-decoration: underline;
}


/*　footer */
#footer .footer_logo {
	float: left;
	margin-left: 1px;
}
#footer .footer_info {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	text-align: right;
}
.footer_info .p_footertel {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 2px;
}
.footer_info .p_footeradd {
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 2px;
	line-height: 1.2em;
}
.footer_info .p_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 5px;
	font-style: italic;
}


/* カレンダー */
#calendar_wrap {
	margin-top: 5px;
}
#calendar_wrap table {
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
	width: 170px;
}

#wp-calendar caption {
	line-height: 1.5em;
	text-align: center;
}
#wp-calendar th {
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #CCCCCC;
	color: #336633;
}
#wp-calendar td {
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #CCCCCC;
	color: #666666;
}
#wp-calendar a {
	color: #CC3300;
	text-decoration: underline;
}
#comments {
	clear: both;
	font-size: 95%;
}


  /*  clear fix */
.post:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.post{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.post { display: block; }
/* End hide from IE-mac */

