/*  
Theme Name:ISOLATION UNIT BLOG
Theme URI:http://www.desegno.jp
Description:ISOLATION UNIT / TERUHIRO YANAGIHARA - BLOG
Version:1.0
Author:desegno ltd.
Author URI:http://www.desegno.jp
*/

* {
	margin:0px;
	padding:0px;
}

html, body {
	height:100%;
}

* html body #main_container {
	height:100%;
	overflow-x:hidden;
	overflow-y:visible;
}

body {
	background: #ffffff;
}

body, td, th {
	font-family:"Times New Roman", Times, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",serif;
	font-size:13px;
	line-height:1.6;
	letter-spacing:0.1em;
	color:#000000;
}

a {
	color:#0093dc;
	text-decoration:none;
}
a:hover {
	color:#0093dc;
	text-decoration:underline;
}

img {
	border:none;
}

.clear {
	clear:both;
}

#main_container {
	position:relative;
	width:999px;
	height:auto;
	min-height:100%;
	overflow:hidden;
	margin:0 auto;
	background-image:url(images/bg.gif);
	background-position:right;
}

#side_container,
#main_column,
#side_column {
	float:left;
	position:relative;
	width:999px;
}

#side_container {
	right:730px;
}

#main_column {
	width:650px;
	padding:82px 40px;
	left:730px;
}

#side_column {
	width:219px;
	left:730px;
	padding:90px 24px;
	line-height:1.4;
	font-size:10px;
	white-space:nowrap;
}

p {
	margin-bottom:20px;
}

h1 {
	font-weight:normal;
	margin-bottom:120px;
}

ul#link {
	margin-top:80px;
	border-top:1px dotted #000000;
}

ul#link li {
	list-style:none;
	width:219px;
	height:29px;
	border-bottom:1px dotted #000000;
}

#list {
	margin:0 0 -40px;
}

#navigation {
	position:relative;
	width:180px;
	margin:0 auto;
}

#navigation img {
	position:absolute;
}

#navigation img.right {
	right:0px;
}

#list .post {
	margin-bottom:120px;
}

.post h2 {
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",serif;
	font-size:20px;
	margin-bottom:4px;
	line-height:1.4;
}

.post h2 a {
	color:#000000;
}

.post p {
	clear:both;
}

.post .date {
	font-family:"Times New Roman", Times ,serif;
	font-size:12px;
	margin-bottom:64px;
}

.post .post_b {
	margin:20px 0 0;
}

address {
	font-style:normal;
	margin:0 0 20px;
}

address a {
	color:#000000;
}

#images {
	display:block;
	width:654px;
	margin:0 -4px 30px 0;
	padding:0 0 -16px;
}

#images img {
	float:left;
	display:block;
	margin:0 4px 4px 0;
}
