﻿@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */

h1	{
	font-size: 100%;
	margin-bottom: 30px;
}
/* サンプル1-2
----------------------------------------------------------- */
div.comment1-2	{
	width: 350px;
	padding: 0 15px;
	margin-bottom: 10px;
	margin-left: 0px;

}
div.comment1-2 .imgL	{
	float: left;
	text-align: center;
}
div.comment1-2 .imgL img	{
	border: 1px solid #CCC;
	padding: 3px;
	margin-bottom: 5px;
}
div.comment1-2 .commentContents	{
	width: 350px;
	float: left;
	background: url(../image/comment_bottom.GIF) no-repeat left bottom;
}
div.comment1-2 .commentContents p	{
	margin-bottom: 1.2em;
}
div.comment1-2 .commentContents	div	{
	background: url(../image/comment_top.GIF) no-repeat;
	padding: 10px 25px 10px 10px;
}
div.comment1-2 p.img	{
	position: absolute;
	left: 350px;
	top: 50px;
}
div.comment1-2 p.data	{
	color: #999;
	text-align: right;
	margin-bottom:0;
}
