﻿div#header h1{
	background-image:url('../images/title.png');
	background-repeat:no-repeat;
}


/* =====================

左コンテンツ領域。

=======================*/
div.left_contents{
	width:350px;
	margin-top:40px;
	
}

/* IE用ハック */
*div.left_contents{
	width:350px;
	margin-top:20px;
}

h3#gaiyo_h3{
}
h3#gaiyo_h3 img{
	width:350px;
}

p#gaiyo_p{
	font-size:small;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:20px;
}

h3.kinou_h3{
	
}
h3.kinou_h3 img{
	width:350px;
}

p.kinou_p{
	font-size:small;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:5px;

}
div.catalog {
	width:180px;
	float:right;
	margin-top:10px;
}
div.catalog img{
	width:180px;
	height:250px;
	float:right;
	
}



/* =====================

右コンテンツ領域。

=======================*/
div.right_contents{
	width:558px;
}

p#subtitle_p{
}
p#subtitle_p img{
	margin-bottom:15px;
}

/* 画像配置用テーブル */
table.image_table{
border-collapse: collapse;
margin-bottom:30px;
margin-top:10px;
}
table.image_table th{
	width:259px;
	height:196px;
	padding-left:10px;
	padding-right:10px;
	
}
table.image_table td{
	width:259px;
	padding-left:10px;
	padding-right:10px;
	font-size:small;
	vertical-align:top;

}
table.image_table img{
	width:257px;
	/*height:131px;*/
	
	border:1px #d92e16 dotted;
}

table.image_table a:hover img{
    border-color:#cccccc;
    border-style:solid;
}
/* IEハック */
*table.image_table a:hover{
	/* a:hoverを動作させないとa内のimg要素にCSSが適用されない */
	border-width:0px;
}


/*  ユーザーの声テーブル */
table.user_table{
	border-collapse: collapse;
	margin-bottom:10px;
	margin-top:5px;
	background-image:url('../images/user_back.gif');
	background-repeat:repeat;
}
table.user_table th{
	width:119px;
	padding-left:10px;
	padding-right:10px;
	font-size:small;
	text-align:left;
}
table.user_table td{
	height:5px;
}
td.user_td{
	width:109px;
	font-size:small;
	padding-left:15px;
	padding-right:15px;
	vertical-align:top;
}
td.data_td{
	font-size:x-small;
	padding-left:15px;
	padding-right:15px;
	text-align:right;
	padding-top:20px;
}

td.image_td{
	text-align:center;
}

table.user_table img{
width:119px;
height:3px;
}

