@charset "utf-8";
/*  
Theme Name: wp.Vicuna
Theme URI: http://wp.vicuna.jp/
Description: <a href="http://en.wp.vicuna.jp">wp.Vicuna</a> Structure Template + <a href="http://en.wp.vicuna.jp/skin/">Skin</a>
Version: 1.5.7
Author: wu
*/

/*======================================

	3-2. [Sngle column]
	bodyにclass="single"がついた時のレイアウト
	
=======================================*/
body.single {
background:#bcb27a;
}
body.single ul#flip1 {
	position: absolute;
	right: 0;
	top: 0;
}

body.single div#main{
	margin: 0 auto;
	padding: 0;
	width :770px;
	position: relative;
	text-align:center;
}

body.single div#content p.topicPath {
	clear:both;
	text-align:left;
	font-size: 11px;
	padding:0 0 0.5em 2.4em;
}

/*--------------------------------------
	3-2-1. div#utilities
---------------------------------------*/

body.single div#utilities {
	margin-top: 1em;
}

body.single div#utilities dl.navi,
body.single div#utilities dl.news{
	margin-top: 0;
	display: inline; /* for WinIE */
	float: left;
	width: 320px;
}

body.single div#utilities dl.others,
body.single div#utilities dl.info{
	margin-top: 0;
	margin-left: 360px;
	padding-left: 10px;
/*	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
}

/*======================================

	Multi Column TYPE1 Fixed
	┌┐┏━━┓┌┐
	││┃　　┃││
	└┘┗━━┛└┘
	
=======================================*/

/*--------------------------------------
	1-2. Style for "body.multi"
---------------------------------------*/

/* 1-2-1. div#main
-----------------------------*/

body.multi div#main {
	margin-right: 340px; /*[←★→]*/
	float: right; /*[←★→]*/
	display: inline;
	width: 260px;
	min-height: 500px;
	_height: 500px; /* for IE */
}


/* 1-2-2. div#utilities
-----------------------------*/

body.multi div#utilities {
	float: left; /*[←★→]*/
	display: inline;
	margin:0;
}

body.multi div#utilities dl.osusume {
	position: absolute;
	top: 0;
	right: 0; /*[←★→]*/
	width: 340px;
	margin-top:1em;
}

body.multi div#utilities div.left{
	margin:0;
	width:220px;
	height:162px;
	background:url(http://blog.exe.jp/~fukumitsu/img/side-left.gif) no-repeat top right;
}
body.multi div#utilities div.left span{display:none;}

/*--------------------------------------*/

*{  margin:0;
	padding:0;
	line-height: 1.5;
	text-decoration:none;
	font-weight:normal;
	font-size:100%;
}

body {
	font-family: "Trebuchet MS", "Arial, Helvetica", "ＭＳ Ｐゴシック", "sans-serif";
	text-align: center; /* Centering for IE6 */
	width:100%;
	margin: 0;
	padding: 0;
}

a {color: #5191C9;}

a:hover {color: #6F6F6F;}

a img {border: none;}

img.alignright,div.alignright{float:right;}

img.alignleft,div.alignleft{float:left;}

div.centered{text-align:center;margin:0 auto;clear:both;}

.clear{clear:both;}

strong,
strong a,
strong span{font-weight:bold;}

em{font-style:italic;}

u,
span.underline{text-decoration: underline;}

blockquote {
	color: #666;
	background: #f5f5f5;
	border: 3px solid #eee;
	margin: 0.5em 30px 1em;
	padding: 0.6em 20px;
}

blockquote * {
	color: #666;
	margin: 0!important;
	border: none!important;
}

blockquote[title]:before {
	margin-bottom: 0.6em;
	color: #000;
	display: block;
	content: "Quote: "attr(title); 
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: "Quote: "attr(cite);
	text-align: right;
	color: #333;
}

cite {
	color: #333;
	display: block;
	text-align: right;
	margin: 0.5em 30px 1em;
}

code {
	font-family: monospace;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
}

del {
	color: #bbb;
	text-decoration: line-through;
}

del[datetime]:before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ins[datetime]:before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}

hr.separator,
div.separator{
	height:0;
	border: none;
	border-top: 1px solid #a0a0a0;
	background:none;
	margin: 0.5em 0;
}

span.red{color: #D06C16;}

span.blue{color: #00f;}

span.small{font-size: 70%;}

span.medium{font-size: 100%;}

span.large{font-size: 130%;}

p.right{text-align:right;}

p.center{text-align:center;}

#body {
	background:#FFF;
	position:relative;
	margin:0 auto;
	width:770px;
	padding:0;
}
body.multi #body {
	background:url(http://blog.exe.jp/~fukumitsu/img/bg.gif) repeat-y top left;
	width:820px;
}
#content{
	margin: 0 auto;
	padding: 0;
	width :770px;
	position: relative;
	text-align:left;
	clear:both;
}
body.multi #content{width:820px;}

/*======================================

	Forms Module
	
=======================================*/

form {
	margin: 0; 
	padding: 1px 0; 
}

form dl,
form p {
	margin: 0.5em 20px;
}

fieldset {
	padding: 0;
}

legend {
	margin: 0 1em;
	padding: 0 10px;
	background-color: #fff;
}

input,
textarea {
	border-width: 1px;
	border-style: solid;
	margin: 0.5em 0;
	padding: 1px 0.2em;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
}

input,
textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #eee #eee #d4d4d4;
}

input:hover,
textarea:hover {
	border-color: #00a0dd;
}

input:focus,
textarea:focus {
	border-color: #aaa;
}

textarea {
	font-size: 100%;
	padding: 0.4em 8px;
}

input.inputField {

}

input.submit {
	cursor:pointer;
	_padding: 0;
	border: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

input.submit:hover {
	background: #000;
	color:#FFF;
}

input.radio {
	background-color: transparent;
	background-image: none;
	border: none;
}

/*======================================

	div#header
	
=======================================*/

div#header {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	height: 85px;
	border-bottom:2px solid #967B37;
	background:url(http://blog.exe.jp/~fukumitsu/img/headermenu-bg.gif) repeat-x left bottom;
}
body.multi div#header{
	border:0;
	width:820px;
	height: 297px;
	background:url(http://blog.exe.jp/~fukumitsu/img/header-left.gif) no-repeat 50px 50px;
}

div#header div{
	height:50px;
	width:770px;
}
body.multi div#header div{
	width:600px;
	float:right;
}
div#header div p.siteName{
	margin:0.5em 0 0 0.5em;
	width:195px;
	float:left;
}
div#header div p.siteName a{
	background:url(http://blog.exe.jp/~fukumitsu/img/header-title1.gif);
	display:block;
	width:195px;
	height:38px;
}
div#header div p.description{
	background:url(http://blog.exe.jp/~fukumitsu/img/header-title2.gif);
	margin:0.5em 0 0;
	display:block;
	width:185px;
	height:38px;
	float:left;
}
div#header div p.siteName a span,
div#header div p.description span{display:none;}
div#header div ul#SubMenu{
	margin:1.5em 0 0;
	list-style:none;
	display:inline;
	float:right;
}
div#header div ul#SubMenu li{
	background:url(http://blog.exe.jp/~fukumitsu/img/header-li.gif) no-repeat 0px 2px;
	font:bold 13px "ＭＳ Ｐゴシック", "Osaka";
	display:inline;
}
div#header div ul#SubMenu li a{
	margin:0 0.5em 0 1em;
	color:#000;
}

div#header dl{
	border-bottom:2px solid #967B37;
	width:600px;
	float:right;
	clear:both;
}
div#header dl dt{
	background:url(http://blog.exe.jp/~fukumitsu/img/header-photo.jpg) no-repeat;
	height:210px;
}
div#header dl dd{
	clear:both;
}
div#header dl dd ul#header-menu{
	margin:0;
	width:600px;
	list-style:none;
}
div#header dl dd ul#header-menu li{
	list-style:none;
	float:left;
	width:98px;
}
div#header dl dd ul#header-menu li a{
	display:block;
	height:35px;
}
div#header dl dd ul#header-menu li a span{display:none;} 
body.multi li.btn1 a{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu1-top_r.gif);}
body.multi li.btn1 a:hover{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu1-top_r.gif) 0px -35px;}
body.multi li.btn2 a{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu2-top_r.gif);}
body.multi li.btn2 a:hover{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu2-top_r.gif) 0px -35px;}
body.multi li.btn3 a{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu3-top_r.gif);}
body.multi li.btn3 a:hover{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu3-top_r.gif) 0px -35px;}
body.multi li.btn4 a{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu4-top_r.gif);}
body.multi li.btn4 a:hover{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu4-top_r.gif) 0px -35px;}
body.multi li.btn5 a{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu5-top_r.gif);}
body.multi li.btn5 a:hover{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu5-top_r.gif) 0px -35px;}
body.multi li.btn6{width:110px!important;}
body.multi li.btn6 a{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu6-top_r.gif);}
body.multi li.btn6 a:hover{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu6-top_r.gif) 0px -35px;}

div#header ul#header-menu{
	clear:both;
	width:720px;
	margin:0 25px;
	list-style:none;
}
div#header ul#header-menu li{
	list-style:none;
	float:left;
	width:120px;
}
div#header ul#header-menu li a{
	display:block;
	height:35px;
}
div#header ul#header-menu li a span{display:none;} 
li.btn1 a{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu1_r.gif);}
li.btn1 a:hover{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu1_r.gif) 0px -35px;}
li.btn2 a{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu2_r.gif);}
li.btn2 a:hover{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu2_r.gif) 0px -35px;}
li.btn3 a{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu3_r.gif);}
li.btn3 a:hover{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu3_r.gif) 0px -35px;}
li.btn4 a{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu4_r.gif);}
li.btn4 a:hover{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu4_r.gif) 0px -35px;}
li.btn5 a{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu5_r.gif);}
li.btn5 a:hover{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu5_r.gif) 0px -35px;}
li.btn6 a{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu6_r.gif);}
li.btn6 a:hover{background: url(http://blog.exe.jp/~fukumitsu/img/headermenu6_r.gif) 0px -35px;}

/* sidemenu */

dl.osusume dt{
	border-top:6px solid #A9A9A9;
	height:40px;
}
dl.osusume dt span{
	font:bold 17px/40px "ＭＳ Ｐゴシック", "Osaka";
}
dl.osusume dd{clear:both;}
dl.osusume dd div{
	margin: 0;
	padding-top:0.5em;
	border-top:1px solid #D3D3D3;
}
dl.osusume dd div div.thumbnail{
	border:0;
	float:left;
	width:130px;
}
dl.osusume dd div div.textBody{
	border:0;
	width:210px;
}
* html body dl.osusume dd div div.textBody{
	float:right;
}
*:first-child+html body dl.osusume dd div div.textBody{
	float:right;
}
dl.osusume dd div div.textBody h2{
	font:bold 15px/25px "ＭＳ Ｐゴシック", "Osaka";
	margin:0 0 0 135px;
	width:210px;
}
* html body dl.osusume dd div div.textBody h2{
	margin:0;
	float:right;
	width:200px;
}
*:first-child+html body dl.osusume dd div.textBody h2{
	margin:0;
	float:right;
	width:200px;
}
dl.osusume dd div.textBody p{
	font:13px/16px "ＭＳ Ｐゴシック", "Osaka";
	margin:0 0 0 135px;
	width:210px;
}
* html body dl.osusume dd div.textBody p{
	margin:0;
	float:right;
	width:200px;
}
*:first-child+html body dl.osusume dd div.textBody p{
	margin:0;
	float:right;
	width:200px;
}
dl.osusume dd div.textBody p img,
dl.osusume dd div p a.development span{display:none;}
dl.osusume dd div p a.development{
	width:140px;
	height:28px;
	display:block;
	margin:0 0 0 auto;
	background: url(http://blog.exe.jp/~fukumitsu/img/btn-ex_r.gif);
}
dl.osusume dd div p a.development:hover{background: url(http://blog.exe.jp/~fukumitsu/img/btn-ex_r.gif) 0px -28px;}

/* 本文
-----------------------------*/

h1 {
	margin:0 auto;
	width:520px;
}

body#entry1 h1{
	height:46px;
	background: url(http://www.fukumitsu-fudosan.com/img/concept-title.gif);
}
body#entry3 h1{
	height:46px;
	background: url(http://blog.exe.jp/~fukumitsu/img/rent-title.gif);
}
body#entry4 h1{
	height:46px;
	background: url(http://blog.exe.jp/~fukumitsu/img/company-title.gif);
}
body#entry5 h1{
	height:58px;
	background: url(http://blog.exe.jp/~fukumitsu/img/hpi-title.gif);
}
body#entry6 h1{
	height:46px;
	background: url(http://blog.exe.jp/~fukumitsu/img/form-title.gif);
}
h1.development{
	height:70px;
	background: url(http://blog.exe.jp/~fukumitsu/img/development-title.gif);
}
h1.sale{
	height:46px;
	background: url(http://blog.exe.jp/~fukumitsu/img/sale-title.gif);
}

h1 span,
h1 a{
	display:none;
}

img {
	margin: 0;
	padding: 0;
}

div.imagecaption{
	font:13px "ＭＳ Ｐゴシック", "Osaka";
}

div.entry div.textBody,
div.development div.textBody,
div.sale div.textBody{
	margin: 0;
	padding: 0;
	text-align:left;
}

body.single div.entry div.textBody{
	margin:0 auto;
	width:520px;
}

div.entry div.textBody p,
div.development div.textBody p,
div.sale div.textBody p {
	font:15px/18px "ＭＳ Ｐゴシック", "Osaka";
}


div.entry div.textBody ul,
div.entry div.textBody ol,
div.development div.textBody ul,
div.development div.textBody ol,
div.sale div.textBody ul,
div.sale div.textBody ol {
	font:15px/18px "ＭＳ Ｐゴシック", "Osaka";
}

/* TOP */

table.topics{
	border-callapse:separate;
	margin-left:0.7em;
	width: 240px;
}
dl.topics{
	margin-left:0.7em;
	width: 240px;
}
* html body table.topics{
	margin:1em 0 0 0.7em;
}
*:first-child+html body table.topics{
	margin:1em 0 0 0.7em;
}
table.topics caption,
dl.topics dt{
	color:#FFF;
	text-align:left;
	text-indent:0.6em;
	font:bold 17px/30px "ＭＳ Ｐゴシック", "Osaka";
	background:#A9A9A9;
	margin:1em 0 0;
	width:240px;
	height:30px;
}
table.topics tbody,
dl.topics dd{
	height:450px;
	overflow:auto;
	overflow-x: hidden;
}
table.topics tbody tr{
	height: auto;
}
table.topics th{
	margin: 0;
	padding: 0;
}
table.topics th hr.separator,
table.topics th div.separator,
dl.topics dd ul li hr.separator,
dl.topics dd ul li div.separator{
	padding: 0;
}
table.topics td span#new,
dl.topics dd ul li span#new{
	margin-left:1em;
}
table.topics td,
dl.topics dd ul li{
	color:#4d4d4d;
	font-size:9pt;
	height: auto;
	padding:0.2em;
	margin:0;
}
table.topics td p,
dl.topics dd ul li p{
	margin:0 0 0 0.6em;
}

/* 企業理念 */

body#entry1 h2{
	margin:1em 0 0;
}
body#entry1 h3{
	margin:0;
}
p.concept{
	font:13px/16px "ＭＳ Ｐゴシック", "Osaka" !important;
	margin:0 0 0.5em 2em;
}

/* 分譲土地 */

body.category h2.development{
	border-bottom:1px solid #A9A9A9;
	margin:0.5em auto 0;
	width:530px;
}

body.category h2.development span{
	color:#333;
	text-align:left;
	text-indent:1.2em;
	font:bold 17px/25px "ＭＳ Ｐゴシック", "Osaka";
	background:url(http://www.fukumitsu-fudosan.com/img/development-li.gif) no-repeat center left;
	display:block;
}

div.development{
	margin:1.5em auto;
	width:530px;
}
div.development h2{
	float:left;
	width:165px;
}
* html body div.development div.textBody{
	float:right;
}
*:first-child+html body div.development div.textBody{
	float:right;
}
div.development div.textBody a{
	margin:0 0 0 165px;
	width:355px;
	display:block;
}
* html body div.development div.textBody a{
	margin:0;
	float:right;
}
*:first-child+html body div.development div.textBody a{
	margin:0;
	float:right;
}
div.development div.textBody p{
	margin:0 0 0 190px;
	padding:0;
	width:330px;
}
* html body div.development div.textBody p{
	margin:0;
	float:right;
}
*:first-child+html body div.development div.textBody p{
	margin:0;
	float:right;
}
div.development div.textBody p a{
	margin:0;
	width:auto;
	display:inline;
}

body.individual h2{
	font:bold 17px/30px "ＭＳ Ｐゴシック", "Osaka";
}

dl.development{
	font:13px/16px "ＭＳ Ｐゴシック", "Osaka";
	margin:0 0 1em;
}
dl.development dt{
	background:#C99;
	text-align:center;
	line-height:20px;
	color:#FFF;
}
dl.development dd{
	background:#fefad8;
	padding:0.2em 0.5em;
}
dl.development dd ul li{
	margin-left:1.2em;
	font:13px/16px "ＭＳ Ｐゴシック", "Osaka";
}
dl.development dd p{
	margin-left:1.2em;
	font:13px/16px "ＭＳ Ｐゴシック", "Osaka";
}

table.development,
table.development-life{
	width:80%;
	margin:0 auto 1em;
	background:#fefad8;
	border-collapse:collapse;
}
table.development caption{
	margin:0 auto;
	background:#C99;
	border:1px solid #999;
	font:13px/20px "ＭＳ Ｐゴシック", "Osaka";
	text-align:center;
	color:#FFF;
}
table.development-life caption{
	margin:0 auto;
	background:#C99;
	text-align:center;
	font:13px/20px "ＭＳ Ｐゴシック", "Osaka";
	color:#FFF;
}
table.development th{
	padding:0.2em;
	background:#FFF;
	border:1px solid #999;
	font:13px/16px "ＭＳ Ｐゴシック", "Osaka";
}
table.development-life th{
	font:13px/16px "ＭＳ Ｐゴシック", "Osaka";
	vertical-align:top;
	padding:0.2em;
}
table.development td{
	border:1px solid #999;
	font:13px/16px "ＭＳ Ｐゴシック", "Osaka";
	padding:0.2em;
}
table.development-life td{
	font:13px/16px "ＭＳ Ｐゴシック", "Osaka";
	padding:0.2em;
}

img.town-hotarugawa{display: none;}
dl#photo-hotarugawa{
	margin: 0;
	padding: 0;
	background: transparent url(http://blog.exe.jp/~fukumitsu/img/uploads/town-hotarugawa.gif) top left no-repeat;
	width: 492px;
	height: 201px;
	position: relative;
}
dl#photo-hotarugawa dt{
margin: 0;
padding: 0;
position: absolute;
font-size: 85%;
display: none;}
dl#photo-hotarugawa dd{
margin: 0;
padding: 0;
position: absolute;
font-size: 85%;
}
dl#photo-hotarugawa dd a{
position: absolute;
text-decoration: none;
}
dl#photo-hotarugawa dd a span{display: none;}
dd#photo-hotarugawa1{top: 84px; left: 335px;}
dd#photo-hotarugawa1 a{width: 14px; height: 14px; }
dd#photo-hotarugawa2{top: 130px; left: 293px;}
dd#photo-hotarugawa2 a{width: 14px; height: 14px;}
dd#photo-hotarugawa3{top: 80px; left: 303px;}
dd#photo-hotarugawa3 a{width: 14px; height: 14px;}
dd#photo-hotarugawa4{top: 123px; left: 152px;}
dd#photo-hotarugawa4 a{width: 14px; height: 14px;}
dd#photo-hotarugawa5{top: 50px; left: 147px;}
dd#photo-hotarugawa5 a{width: 14px; height: 14px;}
dd#photo-hotarugawa6{top: 100px; left: 178px;}
dd#photo-hotarugawa6 a{width: 14px; height: 14px;}
dd#photo-hotarugawa7{top: 110px; left: 220px;}
dd#photo-hotarugawa7 a{width: 14px; height: 14px;}
dd#photo-hotarugawa8{top: 76px; left: 320px;}
dd#photo-hotarugawa8 a{width: 14px; height: 14px;}
dd#photo-hotarugawa9{top: 165px; left: 114px;}
dd#photo-hotarugawa9 a{width: 76px; height: 13px;}

/* 売買物件 */

body#cat3 div.entry div.textBody p{
	margin:1.5em 0;
	padding-left:2.8em;
}

div.sale{
	margin:1.5em auto;
	width:520px;
	clear:both;
}
div.sale div.thumbnail{
	float:left;
	width:130px;
}

div.sale div.textBody h2{
	font:bold 17px/30px "ＭＳ Ｐゴシック", "Osaka";
	margin:0 0 0 140px;
	width:380px;
}
* html body div.sale div.textBody h2{
	margin:0;
	float:right;
}
*:first-child+html body div.sale div.textBody h2{
	margin:0;
	float:right;
}
div.sale div.textBody p{
	margin:0 0 0 140px;
	width:380px;
}
* html body div.sale div.textBody p{
	margin:0;
	float:right;
}
*:first-child+html body div.sale div.textBody p{
	margin:0;
	float:right;
}
div.sale div.textBody ul{
	list-style:none;
	margin:0 0 0 140px;
	width:380px;
}
* html body div.sale div.textBody ul{
	margin:0;
	float:right;
}
*:first-child+html body div.sale div.textBody ul{
	margin:0;
	float:right;
}
div.sale div.textBody ul li{
	background: url(http://blog.exe.jp/~fukumitsu/img/pdf_small.gif) no-repeat center left;
	padding-left:1.2em;
}


/* 賃貸物件 */

body#entry3 div.entry div.textBody p{
	margin:1.5em 0;
	padding-left:2.8em;
}


/* 企業概要 */

body#entry4 h2{
	margin:0.8em 0 0.3em;
	background: url(http://blog.exe.jp/~fukumitsu/img/company-titlebg.gif);
}
body#entry4 h2 span{
	display:block;
	font:15px/20px "ＭＳ Ｐゴシック", "Osaka";
	text-indent:1.2em;
	color:#FFF;
}

table.company{
	border-collapse:separate;
	margin-left:1em;
}
table.company th{
	width:140px;
	text-align:left;
	vertical-align:top;
	font:15px/18px "ＭＳ Ｐゴシック", "Osaka";
}
table.company td{
	vertical-align:top;
	font:15px/18px "ＭＳ Ｐゴシック", "Osaka";
}

div.company{
	margin:0 0 0.5em 2.1em;
}

/* 問合せ */

div.wpcf7 table{
	font:15px/18px "ＭＳ Ｐゴシック", "Osaka";
	border-collapse:separate;
	margin-left:1em;
}
div.wpcf7 table th{
	width:100px;
	padding:0.2em 0;
	text-align:left;
	vertical-align:top;
}

/*--------------------------------------
	Flip Navi 1 (Newer | Older)
---------------------------------------*/

ul#flip1 {
	margin: 0.5em 25px 0;
}

ul#flip1 li {
	margin: 0;
	display: inline;
	font:13px "ＭＳ Ｐゴシック", "Osaka";
}

ul#flip1 li a {
	display: block;
	float: left;
	padding: 0 0.5em;
	color: #666;
	line-height: 1;
	text-decoration: none;
}

ul#flip1 li a:hover {
	color: #000;
}

/* Newer Article */

ul#flip1 li.newer a {
	padding-left: 18px;
	background: url(img/arrow1-1.gif) no-repeat left center;
}

ul#flip1 li.newer a:hover {
	background: url(img/arrow1-2.gif) no-repeat left center;
}

/* Older Article */

ul#flip1 li.older a {
	padding-right: 18px;
	border-left: 1px solid #ccc;
	background: url(img/arrow2-1.gif) no-repeat right center;
}

ul#flip1 li.older a:hover {
	background: url(img/arrow2-2.gif) no-repeat right center;
}

/* Flip Navi 2 (Newer | Older)
-----------------------------*/

#flip2 {
	padding: 0.3em 0 0.3em 0.5em;
	border: 1px solid #ddd;
}

#flip2 li {
	background: url(img/arrow3.gif) no-repeat left center;
	font:13px "ＭＳ Ｐゴシック", "Osaka";
	padding-left: 12px;
	list-style:none;
}

#flip2 li a {

}

/*--------------------------------------
	div.blog
---------------------------------------*/

p.SearchResult {
	text-align:left;
	padding:1em 0 0 1.5em;
	font: 13px "ＭＳ Ｐゴシック", "Osaka";
}
p.SearchResult em{font-weight:bold;}
p.SearchResult span.count{color:#900;}

div.blog {
	background:#CEDCEB;
	margin: 0 1em 0.5em;
	padding: 0.3em 0 0.8em;
	clear:both;
}

/* Blog Title
-----------------------------*/

div.blog h2 {
	text-align:left;
	text-indent:1em;
	font:bold 15px/30px "ＭＳ Ｐゴシック", "Osaka";
}

div.blog h2 a {
	text-decoration: none;
	color: #000;
}

div.blog h2 a:visited {
	color: #000;
}

div.blog h2 a:hover {
	color: #01b0f0;
}

div.blog h3 {
	text-align:left;
	margin:0 0.5em 0 2.2em;
	font:14px "ＭＳ Ｐゴシック", "Osaka";
}
div.blog span.count{color:#000;}

/*
moved
subSkin module
*/

/* Blog Info 
-----------------------------*/

div.blog ul.info {
	margin: 0.4em 0.5em 0 0;
	text-align:right;
}

div.blog ul.info li {
	margin: 0 0 0 0.5em;
	display: inline;
	font:11px/20px "ＭＳ Ｐゴシック", "Osaka";
}

div.blog ul.info li.comment a {
	padding: 0 0 0 18px;
	background: url(img/icon-comment.gif) no-repeat;
}

div.blog ul.info li.trackback a {
	padding: 0 0 0 18px;
	background: url(img/icon-trackback.gif) no-repeat;
}

/* Text Body
-----------------------------*/

div.blog div.textBody{
	margin: 0 1em;
	padding: 0 0 0.5em;
	text-align:left;
}

div.blog div.textBody img {
	margin: 0;
	padding: 0;
}

div.blog div.textBody p {
	font:13px "ＭＳ Ｐゴシック", "Osaka";
	padding:0.5em 0.5em 0 1em;
}

div.blog div.textBody ul,
div.blog div.textBody ol {
	font:13px "ＭＳ Ｐゴシック", "Osaka";
	margin-left: 2em;
}

div.blog div.textBody ul li{
	list-style: outside url(none) disc;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}

/* Continue Reading
-----------------------------*/

p.continue {
	margin-bottom: 0;
}

p.continue a {
	padding: 0 0 0 1.2em;
	text-decoration: none;
	font: 13px "ＭＳ Ｐゴシック", "Osaka";
	background:url(http://www.imizu-jc.com/2009/img/arrow-continue.gif) no-repeat left center;
}

/*---------------
 Retun to page top
-----------------*/

p.return {
	text-align:right;
	font: 11px "ＭＳ Ｐゴシック", "Osaka";
	padding-right:1.2em;
	margin-top:0.5em;
	clear:both;
}

p.return a {
	padding-right: 12px;
	background: url(img/arrow-pagetop.gif) no-repeat right center;
}

/* Reaction
-----------------------------*/

div.blog ul.reaction {
	text-align:right;
	margin-top: 0;
	padding-top: 0.3em;
	_height: 1px; /* for IE */
}

div.blog ul.reaction li {
	margin: 0;
	font:13px "ＭＳ Ｐゴシック", "Osaka";
	display: inline;
}

div.blog ul.reaction li a {
	padding-left: 20px;
}
div.blog ul.reaction li.comment{background: url(img/icon-comment.gif) no-repeat 0 0;}
div.blog ul.reaction li.trackback{background: url(img/icon-trackback.gif) no-repeat 0 0;}

/* Comment Log
-----------------------------*/

div#comments {
	margin:1em 0 0;
	padding: 0;
}

div#comments h2 {
	margin-right: 0.5em;
	text-align:right;
	font-size:11px;
}

div#comments p{
	font:13px "ＭＳ Ｐゴシック", "Osaka";
}

div#comments dl.log {
	margin: 0 0 0 1.3em;
}

div#comments dl.log dt {
	margin: 0;
}

div#comments dl.log dt span.name {
	margin:0 0.5em 0 1em;
}

div#comments dl.log dt span.date {
	color: #999;
}

div#comments dl.log dd {
	margin: 0 0 0.8em 0;
	border-bottom: 1px solid #eee;
}

div#comments dl.log dd p {
	margin: 0.5em 0 1em;
}

/* Comment Post form
-----------------------------*/

form.post {
	margin: 0;
	border: none;
}

form.post fieldset {
	border: 1px solid #AAA;
}

form.post legend {
	font:bold 15px "ＭＳ Ｐゴシック", "Osaka";
}

form.post dl {
	font:13px "ＭＳ Ｐゴシック", "Osaka";
}

form.post dl dt {
	margin: 0;
}

form.post dl dd {
	margin-left: 0;
	margin-bottom: 0;
}

form.post dl input {
	margin: 0;
}

form.post textArea {
	margin: 0;
	width: 90%;
}

form.post div.action {
	margin: 0 20px 1em;
}

form.post div.action input.submit {
}

/*--------------------------------------
	.admin
---------------------------------------*/

.admin a {
	background: url(style-ninja/images/mark/icon_edit.gif) no-repeat 0 0;
	padding-left:1.5em;
}

.admin a:hover {
	color: #953844;
}

/* Trackback Log
-----------------------------*/

div#trackback {
	margin: 1em 0 0 1.7em;
	padding-bottom:1em;
}

div#trackback h2 {
	margin-right: 0.5em;
	text-align:right;
	font-size:11px;
}

div#trackback dl.info {
	border-left: 5px solid #01b0f0;
}

div#trackback dl.info dt {
	font:13px "ＭＳ Ｐゴシック", "Osaka";
}

div#trackback dl.info dd {
	margin: 0;
	padding: 0.4em 0 0;
	border-bottom: 1px solid #eee;
	font:13px "ＭＳ Ｐゴシック", "Osaka";
}

/* Trackback Info
-----------------------------*/

div#trackback dl.info {
	border-left: 5px solid #aaa;
	border-bottom: 1px solid #eee;
	padding:0 0.3em;
	width:90%;
}

div#trackback dl.info .URL {
	padding:0;
	margin:0.2em 0;
	color: #01b0f0;
}

/* ページナビ */

div.tablenav {
	color: #2583ad;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers,div.tablenav .current {
	color: #000;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color: white;
	background:#503723;
}

div.tablenav .current {
	color:#E6D7C3;
	background:#503723;
	border-color:#503723;
	font-weight:bold;
}

div.tablenav .next,div.tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}
div.tablenav .next:hover,div.tablenav .prev:hover {
	color:#999;
	background:#FFF;
}

/*======================================

	div#utilities
	
=======================================*/

body.double div#utilities dl {
	margin: 0 0.8em 0 0;
	padding:0;
}

body.double div#utilities dl.other {
	margin: 0 0.8em 0.5em 0;
	padding: 0 0 0.5em;
}

body.double div#utilities dl dt {
	background: url(img/bar-blogleft.gif) no-repeat top left;
}

body.double div#utilities dl dt span{
	display:block;
	background: url(img/bar-blogright.gif) no-repeat top right;
	font:bold 15px/25px "ＭＳ Ｐゴシック", "Osaka";
	text-indent:0.8em;
	color:#FFF;
}

body.double div#utilities dl dt a{
	font:bold 15px/25px "ＭＳ Ｐゴシック", "Osaka";
	color:#FFF;
}

body.double div#utilities dl dd {
	margin: 0 0 0.5em;
	padding: 0 0.8em;
	border-style:solid;
	border-color:#7986AE;
	border-width:0px 2px 2px;
	font:13px "ＭＳ Ｐゴシック", "Osaka";
}

body.double div#utilities dl dd ul {
	margin: 0;
	list-style:none;
}

body.double div#utilities dl dd ul li {
	text-indent:1.5em;
	background:url(http://www.imizu-jc.com/img/yajirushi.gif) no-repeat 0px 5px;
}

body.double div#utilities dl dd ul li.atom,
body.double div#utilities dl dd ul li.rss {
	background:url(none);
	list-style-type: none;
	text-indent:0;
}

body.double div#utilities dl dd ul li.atom a,

body.double div#utilities dl dd ul li.rss a {
	padding-left: 20px!important;
	background: url(style-ninja/images/mark/icon_feed.gif) no-repeat 0 0;
}

/* Sub Categories */

body.double div#utilities dl dd ul li ul {
	list-style-type: disc;
}

body.double div#utilities dl dd ul li li {
	margin: 0.3em 0 0 10px;
	list-style-type: none;
}

/*	Search
---------------------------------------*/

body.double div#utilities dl dt form {
	margin: 0;
	border: none;
}

body.double div#utilities dl dt form fieldset {
	border: none;
}

body.double div#utilities dl dt form legend {
	display: none;
}

body.double div#utilities dl dt form input {
	margin-left: 0;
}

body.double div#utilities dl dt form input.inputField {
float:left;
width:80px;
}

*:first-child+html body.double div#utilities dl dt form input.inputField {
width:70px;
}

body.double div#utilities dl dt form input.submit {
float:right;
}

/*======================================

	div#footer
	
=======================================*/

div#footer {
	position:relative;
	padding:10px 0 0;
	margin:0 auto;
	width:770px;
	clear:both;
}
body.multi div#footer {width:820px;}

div#footer ul.support {
	margin:0;
	padding:0.3em 0.7em 0 0;
	text-align:right;
}

div#footer ul.support li {
	font:12px "ＭＳ Ｐゴシック", "Osaka";
	margin: 0 0 0 6px;
	display: inline;
	color:#333;
}

div#footer ul.support li a {
	text-decoration: none;
	color:#666;
}

div#footer li.template a {

}

div#footer address {
	font:12px "ＭＳ Ｐゴシック", "Osaka";
	padding: 0.1em 0.7em 1em 0;
	text-align: right;
	color:#333;
}

/*--------------------------------------
	clearFix
---------------------------------------*/

div#utilities,
.textBody,
ul.flip,
ul.thumb {
	_height: 1px;
	min-height: 1px;
}

div#utilities:after,
.textBody:after,
ul.flip:after,
ul.thumb:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* for MacIE5 \*//*/
div#utilities,
.textBody,
ul.flip,
ul.thumb {
	height: auto;
	overflow: hidden;
}