	@charset "utf-8";
	/* CSS Document */
	
	*{
		line-height: 180%;
		font-size:12px;
	}
	

	h5 {
		font-weight: normal;
		color: #B50D00;
		text-align: right;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	h4{
		color: #B50D00;
		padding: 5px;
		margin-top: 1px;
		margin-bottom:5px;
		font-size:14px;
	}
	
	.container_product{
	min-height:1em;
	display:inline-table;
	width: 630px;
	}
	
	
.container_product:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.text_area{
	float:left;
	width:370px;
}
	
.contents_image{
	float:left;
	width:240px;
	margin-left:10px;
	text-align:center;
}
			
h6{
	background-repeat:no-repeat;
	background-image: url(http://jinzai.mediasion.co.jp/img/point1.jpg);
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	
}

.example_box{
	background-image:url(http://jinzai.mediasion.co.jp/img/background1.jpg);
	padding:3px;
	min-height:1em;
	display:inline-table;
	border: 1px solid #663300;
	}
	
.example_box:after{
   content:"";
   display:block;
   clear: both;
   height: 1px;
   overflow: hidden;
} 

.company_profile{
}

.company_profile dl{
}

.company_profile dd{
}

.background1{
	border: 2px solid #EBEBEB;
	padding: 3px;
	margin: 10px;
}
	
