/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */
*	{
	margin: 0;
	padding: 0;
	}

body	 {
	background-color: #cccccc;
	text-align: justify;
	text-justify: inter-ideograph;
	}

img	{
	border: 0;
	}

#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #cccccc;
	}

a:hover img{
        filter: alpha(opacity=50);
        opacity:0.5;
        background: #fff;
        }
/* ++++++++++++++++メイン部分のデザイン++++++++++++++++ */
#content{
	clear: both;
	}

.entry{
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	}


/* ++++++ １カラム ++++++ */
.one-column	{width: 700px;}
.one-column img	{width: 700px;}


/* ++++++ ２カラム、３カラム ++++++ */
.small-column-left	{float:left; width: 221px; padding-right:1px;}
.small-column-left img	{width: 221px;}

.small-column-right	{float:left; width: 221px; padding-left:18px;}
.small-column-right img	{width: 221px;}

.medium-column-left	{float:left; width: 350px;}
.medium-column-left img	{width: 350px;}

.medium-column-right	{float:left; width: 332px; padding-left:18px;text-align: right;}
.medium-column-right img{width: 332px;}

.large-column-left	{float:left; width: 460px; padding-right:1px;}
.large-column-left img	{width: 460px;}

.large-column-right	{float:left; width: 460px; padding-left:18px;}
.large-column-right img{width: 460px;}


/* ++++++ サムネイル表示 ++++++ */
.thumbnail-first	{float:left; width: 146px; padding-left:18px;}
.thumbnail-first img	{width: 146px;}

.thumbnail	{float:left; width: 146px; padding-left:11px;}
.thumbnail img	{width: 146px;}

/* ++++++ コンテンツの文字サイズと行間隔 ++++++ */
.entry  {
	font-family: "Dotum", "Century Gothic", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	}

/* タイトル */
h1	{
	color: #4c6473;
	line-height: 1.5;
	}

/* サブ・タイトル */
h2	{
	color: #444444;
	line-height: 1.5;
	}

/* 目次見出し */
h3	{
	color: #666666;
	line-height: 1.5;
	}

/* NEW */
h4	{
	color: #dd3333;
	line-height: 1;
	padding: 0;
	}

p	{
	color: #444444;
	padding: 0 0 1em 0;
	}

p.ita	{
	font-style: italic;
	}

p.red	{
	font-family: "Arial Narrow", sans-serif;
	font-size: 8pt;
	color: #dd3333;
	}

address	{
	font-family: "Arial Narrow", sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #666666;
	}

a	{text-decoration: underline;}

a:link	{color: #3d4fa2;}
a:visited{color: #3d4fa2;}
a:hover {color: #ffffff;}

/* テーブル */
caption	{
	color: #4c6473;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
	}

td	{
	color: #444444;
	padding: 0 8px 0 0;
	}

/* ++++++ コンテンツの文字サイズ(中) ++++++ */

/* h1＞物件タイトル */
h1	{font-size: 13.5pt;}


/* h2＞サブ・タイトル */
h2, caption	{font-size: 20pt;}


/* h4＞NEW */
h4, h3	{font-size: 10.5pt;}

/* 普通のテキスト h3＞写真キャプション */
p, ol, ul, li, blockquote, td ,h2.home, h5  {font-size: 10pt;}


/* ++++++ ヘッダー、フッターのデザイン ++++++ */
h1.label	{
	color: #ffffff;
	background-color: #46180A;
	padding: 10px;
	text-align: center;
	}

#footer	{clear: both;}
