@charset "utf-8";
/*
Theme Name: Housing Kobayashi
Theme URI: http://wordpress.org/
Description: ハウジング小林様テンプレート
Version: 0.1α
Author: Avalon Computer
Author URI: http://www.avaloncomputer.jp/
Tags: housing, kobayashi

*/


* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0 auto;
}

body {
	line-height: 140%;
	text-align: center;
	background-color: #303c43;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
}

#page {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

/* ヘッダ */
#header {
	position: relative;
	height: 132px;
}

#header h1,
#header .description {
	display: none;
}

/* メイン部分 */
#contents {
	zoom: 100%;
	width: 950px;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
}

#contents:after {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
} 

/* 本文 */
#content {
	float: right;
	width: 653px;
	color: #FFFFFF;
}

#content_inner {
	margin: 5px;
}

/* サイドバー */
#page #sidebar {
	float: left;
	width: 237px;
	padding-left: 60px;
}

#page #sidebar ul {
	list-style-type: none;
	margin-top: 10px;
}

#page #sidebar ul li {
	width: 210px;
	margin: 0 0 7px 27px;
}

/* フッタ */
#footer {
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	height: 66px;
}

/* タグ共通 */
img {
	border: none;
}

.center {
	text-align: center;
}


A{/*リンクされた文字*/
	color:#ffffff;
	font-style:normal;
	text-decoration:underline;
	font-size: 12pt;
}

A:link {/*未訪問のリンク*/
	color:#ffffff;
	font-style:normal;
	text-decoration:underline;
	font-size: 12pt;
}

A:visited {/*訪問後のリンク*/
	color:#ffffff;
	text-decoration:underline;
	font-size: 12pt;
}

A:hover {/*マウスをのせたとき*/
	color:#ff0000;
	font-style:normal;
	text-decoration:underline;
	font-size: 12pt;
}

A:active {/*クリック中*/
	text-decoration:none;
	font-size: 12pt;
}

