@charset "UTF-8";
/* =======================================================================
	CSS information

	file name  :top.css
	version:1.0
	style info :トップページ用。
======================================================================= */
/* import　各ディレクトリのスタイルシートは以下を必ず読み込む
----------------------------------------------------------------------------- */
@import "default.css"; /*リセット、font.css、再定義*/
@import "base.css"; /*サイトの初期設定*/
@import "layout.css"; /*サイトの基本レイアウト*/


/* top
----------------------------------------------------------------------------- */

#contents .news{
width:470px;
float:left;
}

#contents .news h2{
background-image:url(../img/t_news.gif);
width:129px;
height:19px;
text-indent:-9999px;
margin-top:5px;
margin-bottom:40px;
}

#contents .news h2.blog{
background-image:url(../modelhouse/img/t_blog.gif);
width:250px;
height:19px;
text-indent:-9999px;
margin-top:100px;
margin-bottom:40px;
}

#contents .news div{
	border-bottom: 1px dotted #333333;
	height:90px;
	padding-bottom:8px;
	margin-top:8px;
}

#contents .news li{
	border-bottom: 1px dotted #333333;
	padding-bottom:5px;
	padding-top:5px;
}
#contents .news li a{
clear:both;
text-decoration:none;
}



#contents .news li a:hover{
text-decoration:underline;
color:#33CCFF;
}

#contents .news p{
line-height:150%;
font-size:100%;
}

#contents .news div img{
float:left;
margin-right:20px;
}

#contents .news .date{
color:#999999;
font-size:90%;
font-weight:normal;
}

#contents .news p img{
float:none;
margin-right:5px;
}

#contents .news p.tuduki{
font-size:10px;
background-color:#000000;
text-align:right;
padding-right:5px;
width:70px;
margin-left:auto;
}



#contents .news  p.back{
width:auto;
margin-right:30px;
	font-size:85%;
	background-image:url(../img/arrow02.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:20px;
	border:none;
	margin-top:10px;
	margin-bottom:30px;

}

#contents .bn{
float:right;
width:180px;
}

#contents .bn img{
margin-bottom:10px;
}
