﻿/*===============
コンテナ。
================*/
div.container_product{
	width:900px;
	margin-bottom:30px;
	clear:both;
}
/* サポート情報 */
div#support_container{
	border:1px #ccc solid;
	width:850px;
	clear:both;
	padding:10px;
}


/*===============
画像説明の左側。
=================*/
div.img_left{
	float:left;
	width:400px;
	margin-right:70px;
}

/*===============
画像説明の右側。
=================*/
div.img_right{
	float:right;
	width:400px;
	margin-right:25px;
}

div.desc_product{
	clear:both;
	width:100%;
}
div.img_desc{
	float:left;
	width:150px;
	margin-bottom:20px;
}
div.img_desc2{
     float:left;
	 width:155;
	 margin-bottom:20px
}
div.img_desc3{
     float:left;
	 width:200;
	 margin-bottom:20px
}	 
div.desc_desc{
    float:right;
	width:200px;
	margin-bottom:30px;
}
div.desc_desc3{
    float:right;
	width:190px;
	margin-bottom:30px;
}
p.img_desc_p{
	padding:5px;
}
p.img_desc_p img{
	width:150px;
	height:100px;
	margin-right:10px;
	/*border:1px #ccc solid;*/
}
p.img_desc2_p img{
	width:155px;
	height:130px;
	margin-right:10px;
	margin-top:10px;
}
p.img_desc3_p img{
	width:200px;
	height:150px;
	margin-right:10px;
	margin-top:10px;
}
p.img_desc_p a:hover img{
	/*border:1px gray solid;*/
}
/* IE */
p.img_desc_p a:hover{
	border:0;
}
h3.title_h3{
	font-size:small;
	padding:5px 5px 5px 0;
}

/* その他機能 */
ol.other_kinou_ol{
	/*list-style-position:inside;*/
	margin-left:25px;
}


/* =============
サポート欄
===============*/
div#support_container h3{
	border-bottom:1px #ccc solid;
	margin-bottom:10px;
	font-size:small;
}
div#support_container h4{
	font-size:small;
	font-weight:normal;
}
div#support_container p{
	margin-left:20px;
	margin-bottom:10px;
}
