@charset "utf-8";

/*
Theme Name: KDM BY ET
Theme URI: http://www.experience-transporters.com
Version: 1.00
Author: Kosuke Kato
*/

html, body {
height:100%;
}

img, div, ul { behavior: url("/js/iepngfix/iepngfix.htc") }

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10pt;
	color:#000;
	background-color:#000;
	margin:0px;
	padding:0px;
	line-height:160%;
	background-image:url(/images/main_background.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#read {
	width:900px;
	margin:0px auto;
	text-align:right;
}

h1 {
	font-size:8pt;
	line-height:30px;
	color:#FFFFFF;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h2, h3, p {
	margin:0px 0px 10px 0px;
}

img {
	border:0px;
	vertical-align:middle;
}

a {
	color:#1c5289;
	text-decoration:none;
}

a:hover {
	color:#666;
	text-decoration:underline;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	width:1000px;
	background-image:url(/images/column_background.png); 
	background-repeat:no-repeat;
	background-position:150px 300px;
}

#header {
	margin:0px auto;
	width:900px;
}

.header_content {
	height:320px;
	background-repeat:no-repeat;
	background-image:url(/images/header_background.jpg);
}

.header_content ul {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}

.header_content ul li{
	float:left;	
}

#main {
	width:900px;
	margin:0px auto;
	padding-top:20px;
}

.left_column {
	width:230px;
	float:left;
}

.left_column ul.sidebar_img {
	background-image:url(/images/left_background.png);
	background-repeat:repeat-x;
}

.left_column ul {
	list-style:none;
	margin:0px 0px 20px 0px;
	padding:0px;
}

.left_column ul li {
}

 ul.sidebar_img li {
	line-height:0;
}

#sidebar ul li {
	margin:0px 0px 10px 0px;
}

#sidebar table {
	margin:0px auto 0px auto;
}

#sidebar table td {
	padding:3px;
	text-align:center;
}

.right_column {
	width:650px;
	float:right;
}

.right_column table {
	border-collapse:collapse;
	border:1px solid #333;
	width:630px;
}

.right_column table td {
	border:1px solid #333;
	padding:2px;
}

.right_column table.menu_list {
	border-collapse:collapse;
	border:1px solid #333;
	width:630px;
}

.right_column table.menu_list td {
	border:1px solid #333;
	padding:2px;
}

.right_column table.menu_list td a img {
	border:2px solid #1c5289;
}

.message {
	background-image:url(/images/message_background.jpg);
	padding:10px;
	margin-right:20px;
	margin-bottom:20px;
	color:#FFF;
	width:610px;
}

.blockimg {
	display:block;
	border:0px;
	vertical-align:middle;
}


.blog {

}

.blog_list {
	width:325px;
	float:left;
}

.blog_content {
	margin-right:20px;
	color:#333333;
	background-image:url(/images/right_background.png);
	background-repeat:repeat-x;
}

.blog_content ul {
	margin:0px;
	padding:10px;
	list-style:none;
	min-height:250px;
}

.blog_content ul li {
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
}

.push {
	height:100px;
}

#footer {
	font-size:8pt;
	height:100px;
	line-height:150%;
	width:900px;
	margin:0px auto;
}

#footer a {
}

#footer ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.footer_content {
	width:880px;
	margin:0px auto;
	padding:10px;
}

.footer_left {
	float:left;
	padding-right:20px;
}

.footer_right {
	float:right;	
	text-align:right;
}

.subnavititle {
	background-image:url(/images/widget_background.jpg);
	background-repeat:no-repeat;
	font-size:10pt;
	padding:10px 10px 0px 10px;
}

.widgettitle {
	background-color:#333;
	color:#FFF;
	background-repeat:no-repeat;
	font-size:10pt;
	padding:5px 5px 5px 5px;
	margin:20px 5px 5px 5px;
}

.widget ul {
	margin:0px 5px 0px 5px;
}

.widget ul li {
	padding:0px 10px 5px 10px;
	border-bottom:1px dotted #CCCCCC;
}

.pagenavi ul li{
	padding:5px 10px 5px 10px;
	border-bottom:1px dotted #CCCCCC;
	margin:0px 0px 0px 0px;
}

.pagetitle {
	background-image:url(/images/pagetitle_background.jpg);
	background-repeat:no-repeat;
	font-size:10pt;
	padding:10px 10px 20px 10px;
	margin:0px;
}

.metatitle {
	background-image:url(/images/metatitle_background.jpg);
	background-repeat:no-repeat;
	font-size:10pt;
	padding:10px 10px 20px 10px;
	margin:0px;
}

.post h2 {
	font-size:12pt;
	border-bottom:5px solid #CCCCCC;
	padding-bottom:5px;
	margin-bottom:20px;
}

.entry {
	font-size:10pt;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
	margin-bottom:20px;
}

.metainfo {
	font-size:9pt;
	color:#666666;
}

.postmetadata {
	font-size:9pt;
	color:#666666;
	margin-bottom:40px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.navigation {
	padding:0px 10px 0px 10px;
	margin-bottom:20px;
}

.post {
	padding:0px 10px 0px 10px;
}

.popup a img {
	border:5px solid #CCCCCC;
}

.popup a:hover img {
	border:5px solid #97c619;
}

.clear {
	clear:both;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}