/*
Theme Name: hoyu-web
Theme URI: http://localhost/
Description: ホーユー設備工業 ホームページ用のテーマです。
*/

body {
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-color: #ddffdd;
}

/****** ラッパー ******/
div#wrapper {
	border: solid 1px #666666;
	width: 800px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.clr {
	clear: both;
}


/****** ヘッダー ******/

div#header {
	background: url(top.jpg) no-repeat;
	width: 760px;
	height: 350px;
	margin: 0 auto 0 auto;
	position: relative;
}

div#header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 136px;
	left: 42px;
}

div#header a:visited {
	text-decoration: none;
}

/****** メニュー ******/

div#menu {
	margin: 0px 1px;
	padding: 0px;
	background: url(menu.gif);
	height: 30px;
	text-align: center;
	border-bottom: #666666 1px solid;
}

div#menu ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
}

div#menu li {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}

div#menu li.current_page_parent, div#menu li.current_page_item  {
	color: #000000;
	font-weight: bold;
	background-color: #ffffff;
	border-top: 1px solid #666666;
}

div#menu li a {
	margin: 0px;
	padding: 6px 20px 6px 35px;
	float: left;
	display: block;
	color: #008000;
	text-decoration: none;
	border-left: 1px solid #666666;
	background: url(arrow.gif) no-repeat 15px 9px;
}

div#menu a:hover {
	background-color: #99ff99;
}

div#menu li.menu-item-103 {			/*** 最後のアイテム ***/
	border-right: 1px solid #666666;
}


/******* コンテンツ ******/
div#content {
	padding: 30px 0px 30px 20px;
}

div.blog {
	padding: 30px 0px 30px 20px;
	border: 1px solid #999999;
	float: left;
	width: 520px;
	margin-left: 13px;
}

#content h2	{
	margin: 15px 20px 30px auto;
	padding-left: 10px;
	border-left: solid 22px #66aa66;
	border-bottom: solid 2px #66aa66;
}

#content p	{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 0.95em;
	line-height: 150%;
}

/****
#content img	{
	margin: 0px 10px 30px 30px;
	width: 300px;
	float: right;
}
****/

#content address	{
	margin: 40px auto 0px auto;
	text-align: center;
	padding: 10px;
	border: solid 2px #66aa66;
	width: 400px;
	font-style: normal;
	line-height: 130%;
	background-color: #ddffdd;
}

#content table	{
	margin: auto 20px auto 20px;
	width: 700px;
	border: none;
}

#content th, #content td {
	height: 40px;
	padding: 8px;
	border-left: none;
	border-right: none;
}

#content .odd	{
	background-color: #ddffdd;
}

#content .even	{
	background-color: #ffffff;
}

#content table#wp-table-reloaded-id-2-no-1 {
	border: 1px solid #666666;
	margin: auto 15px auto 8px;
	width: 750px;
	font-size: 0.85em;
	line-height: 150%;
	border-collapse: collapse;
}

#content table#wp-table-reloaded-id-2-no-1 th, #content table#wp-table-reloaded-id-2-no-1 td {
	border: 1px solid #666666;
	padding: 5px;
}

#content thead {
	background-color: #ddffdd;
}

.note	{
	padding-left: 20px;
	font-size: 0.85em;
}

.wpcf7-validation-errors, .wpcf7-not-valid-tip-no-ajax {
	color: #ff0000;
	font-weight: bold;
}


/****** サイドバー ******/

div#sidebar {
	border: 1px solid #999999;
	float: right;
	width: 230px;
	margin-left: auto;
	margin-right: 13px;
}

div#sidebar .sidebar_menu {
	border: 1px dotted #777777;
}

div#sidebar p {
	text-align: center;
	font-weight: bold;
}

div#sidebar table#wp-calendar {
	margin-left: auto;
	margin-right: auto;
}

/****** 作業実例 ******/

div.post_koji {
	border: dotted 2px #ffcc00;
	margin: 20px 15px 15px 15px;
	padding: 10px 15px 10px 15px;
}

div.post_koji h3 {
	margin: 0px;
	padding-left: 12px;
	background-color: #ddffdd;
	border-bottom: solid 2px #66aa66;
	border-right: solid 2px #66aa66;
}

div.post_koji div.wp-caption {
	position: relative;
	margin: 0px 20px 20px 20px;
	padding-top: 30px;
}

div.post_koji div.alignleft {
	float: left;
}

div.post_koji div.alignright {
	float: right;
}

div.post_koji > p {
	clear: both;
}

div.post_koji p.wp-caption-text {
	position: absolute;
	top: -7px;
	font-weight: bold;
}

/******* フッター ******/
div#footer {
	padding: 8px 0px 0px 0px;
	background-image: url(menu.gif);
	height: 22px;
	border-bottom: #666666 1px solid;
	text-align: center;
	font-size: 0.75em;
}