/*-- HOME 専用スタイルシート --*/

@import url(../common/css/base.css);
@import url(../common/css/layout.css);


/*-- このページのみ使用するスタイルシートを以下に記載 --*/

#container {
	background-image : url(../common/img/background_container_3column.gif) ;
}

#right_column .blog {
	margin-top : 15px ;
	margin-left : 20px ;
	margin-bottom : 20px ;
	width : 194px ;
	background-image : url(../img/blog_b.gif) ;
}

#right_column .blog .blog_list {
	padding : 5px 0 ;
	margin : 0 6px ;
	border-bottom : solid 1px #cccccc ;
}

#right_column .blog .blog_list h3 {
	font-weight : normal ;
	font-size : 12px ;
	line-height : 18px ;
}

#right_column .blog .blog_list a {
	color : #925764 ;
}

#right_column .blog .blog_list a:hover {
	color : #cc3333 ;
}

#right_column .blog .blog_list p {
	margin : -53px 0 0 0 ;
	padding : 0 ;
	width : 115px ;
	height : 54px ;
}

#right_column .blog .blog_more {
	width : 194px ;
	height : 23px ;
	background-image : url(../img/blog_f.gif) ;
	background-position : left bottom ;
	background-repeat : no-repeat ;
}

#right_column .blog .blog_more p {
	margin : 0 ;
	padding : 0 5px 0 0 ;
	font-size : 10px ;
	line-height : 18px ;
	text-align : right ;
}

#right_column .blog .blog_more p a {
	color : #666666 ;
}

#right_column .blog .blog_more p a:hover {
	color : #cc3333 ;
}

#contents_home {
	margin : 15px 0 20px 0 ;
	width : 305px ;
	float : left ;
}

#footer .navi {
	clear : both ;
	padding : 10px 228px ;
}

