@charset "shift_jis";

/* 初期設定
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "MS Pゴシック","MS PGothic";
	background-color: #FFFFFF;
	background: url(../img/header_bg.png) repeat-x top;
	color: #333333;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

img,a img { border: none; }


/* ハイパーテキスト
------------------------------------------------- */

a {
	text-decoration: none;
	color: #6C91B8;
}

a:hover {
	text-decoration: underline;
	color: #6C91B8;
}

a:focus { outline: none; }


/* レイアウト
------------------------------------------------- */

div#header {
	position: relative;
	clear: both;
	height: 95px;
	background: url(../image/freedial.png) no-repeat;
	background-position: 500px 30px;
	width: 960px;
	margin: 0 auto;
}

div#header-menu {
	clear: both;
	height: 29px;
	background: url(../image/header-menu-bg.png) repeat-x;
}

div#main {
	clear: both;
	min-height: 325px;
	height: auto !important;
	height: 325px;
	background: url(../image/main-bg.png) repeat-x;
}

div#main-wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#left-column {
	float: left;
	width: 510px;
	min-height: 805px;
	height: auto !important;
	height: 805px;
	background: url(../image/left-column-bg.png) no-repeat;
	padding: 27px 28px 27px 27px;
	line-height: 180%;
}

div#side-wrapper {
	float: right;
	width: 395px;
}

div#center-column {
	float: left;
	width: 190px;
	padding: 0 7px 0 0;
	margin-top: 28px;
	border-right: solid 1px #CCCCCC;
}

div#right-column {
	float: right;
	width: 190px;
	padding: 0;
	margin-top: 28px;
}

div#footer {
	clear: both;
	width: 960px;
	height: 166px;
	background: url(../image/footer-bg.png) no-repeat top;
	margin: 0 auto;
	font-size: 90%;
	color: #666666;
	text-align: left;
	line-height: 180%;
}

div#copyright {
	clear: both;
	width: 960px;
	height: 20px;
	background: #008300;
	margin: 0 auto;
	font-size: 80%;
	color: #FFFFFF;
	padding-top: 4px;
}


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

div#header .titlelogo {
	position: absolute;
	top: 20px;
	left: 5px;
	background: url(../image/titlelogo.png) no-repeat;
	text-indent: -9999px;
}

div#header .titlelogo a {
	display: block;
	width: 402px;
	height: 74px;
}

div#header .bookmark {
	position: absolute;
	top: 0;
	right: 148px;
	background: url(../image/bookmark.png) no-repeat;
	text-indent: -9999px;
}

div#header .bookmark a {
	display: block;
	width: 49px;
	height: 32px;
}

div#header .bookmark a:hover {
	background: url(../image/bookmark-over.png) no-repeat;
}

div#header .feed {
	position: absolute;
	top: 0;
	right: 100px;
	background: url(../image/feed.png) no-repeat;
	text-indent: -9999px;
}

div#header .feed a {
	display: block;
	width: 48px;
	height: 32px;
}

div#header .feed a:hover {
	background: url(../image/feed-over.png) no-repeat;
}

div#header .english {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../image/english.png) no-repeat;
	text-indent: -9999px;
}

div#header .english a {
	display: block;
	width: 103px;
	height: 33px;
}

div#header .english a:hover {
	background: url(../image/english-over.png) no-repeat;
}

div#header .otoiawase {
	position: absolute;
	top: 55px;
	right: 45px;
	background: url(../image/otoiawase.png) no-repeat;
	text-indent: -9999px;
}

div#header .otoiawase a {
	display: block;
	width: 117px;
	height: 32px;
}

div#header .otoiawase a:hover {
	background: url(../image/otoiawase-over.png) no-repeat;
}

.hide {
	position: absolute;
	left: -2000px;
}


/* ヘッダーメニュー
------------------------------------------------- */

#header-menu ul {
	width: 960px;
	margin: 0 auto;
	padding-top: 4px;
	list-style-type : none;
}

#header-menu ul li{
	float: left;
	background: url(../image/header-menu-line.gif) no-repeat right;
}

#header-menu ul li a{
	display: block;
	padding: 2px 30px 0 30px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#header-menu ul li a:hover{
	text-decoration: underline;
	border: none;
}


/* メイン
------------------------------------------------- */

div#left-column p,
div#form-column p { margin-bottom: 20px; }

div#left-column ol,
div#left-column ul {
	margin-left: 30px;
	margin-bottom: 20px;
}

div#left-column dl {
	margin-bottom: 20px;
}

div#left-column dt.entry-list-header {
	font-size: 120%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 3px;
	padding-left: 20px;
	background-image: url(../image/list-image.png);
	background-position: left center;
	background-repeat: no-repeat;
}

div#left-column dt.subcat-list-header {
	font-size: 120%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 20px;
	list-style-type: none;
	background-image: url(../image/list-cat-image.png);
	background-position: left center;
	background-repeat: no-repeat;
}

div#left-column dd {
	margin-left: 10px;
	margin-bottom: 10px;
}

div#left-column dd.entry-list-body {
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 3px;
	border-top: solid 1px #999999;
}

.topic-path {
	clear: both;
	color: #666666;
	font-size: 80%;
	height: 15px;
	padding: 10px 0 5px 20px;
}

.header {
	clear: both;
	height: 35px;
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 3px;
	color: #008300;
	padding-top: 5px;
	padding-left: 45px;
	margin-bottom: 10px;
	background: url(../image/header.png) no-repeat;
}

.header2 {
	clear: both;
	font-weight: bold;
	font-size: 120%;
	color: #008300;
	border-bottom: solid 1px #999999;
	padding-left: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.header3 {
	clear: both;
	font-weight: bold;
	font-size: 100%;
	color: #008300;
	border-left: solid 4px #43A243;
	padding-left: 8px;
	margin-bottom: 5px;
}

.arrow-list-header {
	font-size: 120%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 3px;
	padding-left: 20px;
	padding-bottom: 3px;
	background-image: url(../image/list-image.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: solid 1px #999999;
}

.cat-header,
.bm-header,
.tb-header {
	clear: both;
	font-weight: bold;
	font-size: 100%;
	color: #666666;
	border-bottom: dotted 1px #999999;
	padding-left: 3px;
	margin-bottom: 10px;
}

.tb-ping-header {
	clear: both;
	font-weight: bold;
	font-size: 90%;
	color: #666666;
	padding-left: 3px;
	margin-bottom: 3px;
}

.arrow-list-item {
	list-style-type: none;
	padding-left: 20px;
	background-image: url(../image/list-image.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.pagetop {
	text-align: right;
	margin-top: 15px;
	margin-bottom: 15px;
}

.tag-box {
	width: 484px;
	padding: 10px;
	border: 3px solid #CCCCCC;
	font-size: 90%;
	margin-bottom: 20px;
}

.bm-body {
	margin-left: 10px;
	margin-bottom: 20px;
}

.tb-ping-body {
	clear: both;
	font-size: 90%;
	border: solid 1px #999999;
	padding: 10px;
	margin-bottom: 20px;
}

.donna-box {
	clear: both;
	width: 510px;
	height: 150px;
	background: url(../image/donna-bg.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.result-cat {
	font-size: 90%;
	color: #999999;
}


/* サイド
------------------------------------------------- */

.omitsumori-bg {
	background: #DDDDDD;
	width: 100%:
	height: 95px;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 15px;
}

.menu-list-header {
	color: #666666;
	font-weight: bold;
	margin-top: 10px;
	padding: 8px 0 8px 22px;
	border-bottom: solid 2px #43A243;
	background-image: url(../image/list-header-image.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.menu-header a {
	display : block;
	width : 100%;
}

li.menu-list-item {
	font-size: 90%;
	list-style-type: none;
	padding: 8px 0 8px 20px;
	border-bottom: solid 1px #CCCCCC;
	background-image: url(../image/list-image.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.menu-list-cat {
	font-size: 90%;
	list-style-type: none;
	padding: 8px 0 8px 20px;
	border-bottom: solid 1px #CCCCCC;
	background-image: url(../image/list-cat-image.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.menu-list-item a,
li.menu-list-cat a {
	display : block;
	width : 100%;
}

.header-blog,
.header-tag {
	color: #666666;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 0 8px 5px;
	border-bottom: solid 2px #43A243;
	background-position: left center;
	background-repeat: no-repeat;
}

.search {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 12px 0;
	background: #DDDDDD;
	text-align: center;
}

.search input.search-box {
	width: 120px;
	color: #333333;
	border: solid 1px #999999;
	padding: 3px;
}

.widget-list-item {
	display: inline;
	margin: 0 5px 0 0;
	line-height: 140%;
}


/* フッター
------------------------------------------------- */

div#footer .footer-left {
	float: left;
	width: 200px;
	height: 140px;
	margin: 15px;
	border-right: solid 1px #CCCCCC;
	text-align: center;
	padding-top: 10px;
}

div#footer .footer-center {
	float: left;
	width: 400px;
	height: 140px;
	margin: 15px;
	border-right: solid 1px #CCCCCC;
}

div#footer .footer-center .bookmark-footer {
	margin-top: 15px;
	color: #CCCCCC;
}

div#footer .footer-center .bookmark-footer img {
	margin-right: 5px;
	vertical-align: middle;
}

div#footer .footer-right {
	float: left;
	width: 250px;
	height: 140px;
	margin: 15px;
}

li.footer-list-item {
	width: 200px;
	list-style-type: none;
	padding: 3px 0 3px 20px;
	border-bottom: solid 1px #CCCCCC;
	background-image: url(../image/footer-list-image.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.footer-list-item a {
	display : block;
	width : 100%;
}


/* コピーライト
------------------------------------------------- */

div#copyright a {
	color: #DDDDDD;

}

/* ニュース
------------------------------------------------- */

.news-box {
	clear: both;
	width: 488px;
	border: solid 1px #999999;
	padding: 10px;
}

.news-box-footer {
	text-align: right;
}

.news-date {
	color: #666666;
}

ul.news-list {
	margin-left: 5px;
}

li.news-list-item {
	font-size: 90%;
	list-style-type: none;
	padding: 5px 0 5px 0;
}


/* ブログの更新情報
------------------------------------------------- */

.feedburnerFeedBlock {
	overflow: scroll;
	overflow-x : hidden;
	width : 190px;
	height: 300px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
	font-size: 90%;
	background-color: #EEEEEE;
}

.feedburnerFeedBlock ul {
	margin: 10px 0 0 10px;
	padding: 0;
	list-style-type:none;
}

.feedburnerFeedBlock li {
	margin: 0 0 8px 0;
}

.feedburnerFeedBlock p.date {
	font-weight: normal;
	color: #999999;
	margin-left: 10px;
	display: inline;
}

.feedburnerFeedBlock #creditfooter {
	text-align: right;
}


/* 和英対比表
------------------------------------------------- */

table.waei { font-size: 90%;margin: 0 0 20px 10px; }

table.waei td.jp { background: #CCCCCC;padding: 0 3px; }

table.waei td.en { background: #EEEEEE;padding: 0 3px; }


/* サービス比較表
------------------------------------------------- */

table.hikaku { font-size: 80%;margin: 10px 0 20px 0;width: 510px; }

table.hikaku td { background: #EEEEEE;padding: 5px 3px;text-align: center;line-height: 100%; }

table.hikaku td.service { background: #CCCCCC;padding: 5px 3px; }

table.hikaku td.tate { writing-mode: tb-rl;padding: 5px 0; }

table.hikaku td.blank { background: #FFFFFF; }


/* 主要港までの所要日数
------------------------------------------------- */

table.date_salling { margin: 0 0 20px 0;width: 510px; }

table.date_salling td { background: #EEEEEE;padding: 0 5px; }

table.date_salling td.top { background: #CCCCCC;padding: 0 5px;text-align: center; }


/* 電源トランスのカタログ
------------------------------------------------- */

table.transformer-catalog { margin: 0 0 20px 0;width: 510px;font-size: 70%; }

table.transformer-catalog td,
table.transformer-catalog th {
	background: #EEEEEE;
	padding: 0 2px;
	font-weight: normal;
}

table.transformer-catalog td.top,
table.transformer-catalog th.top {
	background: #CCCCCC;
	padding: 0 2px;
	text-align: center;
	font-weight: bold;
}

.trans-series-comment { font-size: 80%;color: #999999;line-height: 140%; }


/* 電源トランスの国別適用商品一覧表
------------------------------------------------- */

table.transformer-countries { margin: 0 0 20px 0;width: 510px;font-size: 80%; }

table.transformer-countries td { background: #EEEEEE;padding: 0 2px;line-height: 160%; }

table.transformer-countries td.top { background: #CCCCCC;padding: 0 2px;text-align: center;font-weight: bold;line-height: 160%; }


/* 車の引越し　国別
------------------------------------------------- */

table.car_countries,
table.car_houshiki { margin: 0 0 20px 0;width: 510px;font-size: 90%;line-height: 150%; }

table.car_countries td,
table.car_houshiki td { background: #EEEEEE;padding: 0 5px; }

table.car_countries th,
table.car_houshiki th { background: #CCCCCC;padding: 0 5px;font-weight: normal; }