
/* ===containerのレイアウト==================*/

#container {
	background:url(../images/comment/background_05.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ===headerのレイアウト==================*/

#header {
	width:800px;
	height:40px;
}

#head-top #head-top-left {
	float:left;
	width:650px;
	height:40px;
}

#head-top h1 {
	width:650px;
	height:40px;
	background:url(../images/comment/title_comment.png) 0px 10px no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#head-top #head-top-right {
	float:right;
	padding:16px 12px 0 0px;
}

#head-top #head-top-right p {
}

/* ===contentsのレイアウト==================*/

#contents .comment {
	width:740px;
	margin:auto;
	padding:30px 0 20px;
}

.comment .text-box {
	width:740px;
	margin:auto;
	padding:12px 0 22px;
	border-bottom:#950000 1px solid;
}

.comment .name-box {
	width:740px;
	height:16px;
	padding-top:8px;
}

/* ===text-boxのレイアウト==================*/

.text-box p#comment-01 {
	width:597px;
	height:130px;
	background:url(../images/comment/comment_01.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.text-box p#comment-02 {
	width:343px;
	height:109px;
	background:url(../images/comment/comment_02.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.text-box p#comment-03 {
	width:376px;
	height:125px;
	background:url(../images/comment/comment_03.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.text-box p#comment-04 {
	width:307px;
	height:61px;
	background:url(../images/comment/comment_04.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.text-box p#comment-05 {
	width:495px;
	height:123px;
	background:url(../images/comment/comment_05.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.text-box p#comment-06 {
	width:452px;
	height:146px;
	background:url(../images/comment/comment_06.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.text-box p#comment-07 {
	width:732px;
	height:62px;
	background:url(../images/comment/comment_07.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.text-box p#comment-08 {
	width:640px;
	height:173px;
	background:url(../images/comment/comment_08.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/* ===name-boxのレイアウト==================*/

.name-box p#name-01 {
	float:right;
	width:117px;
	height:16px;
	background:url(../images/comment/name_01.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.name-box p#name-02 {
	float:right;
	width:285px;
	height:16px;
	background:url(../images/comment/name_02.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.name-box p#name-03 {
	float:right;
	width:118px;
	height:16px;
	background:url(../images/comment/name_03.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.name-box p#name-04 {
	float:right;
	width:140px;
	height:16px;
	background:url(../images/comment/name_04.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.name-box p#name-05 {
	float:right;
	width:145px;
	height:16px;
	background:url(../images/comment/name_05.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.name-box p#name-06 {
	float:right;
	width:168px;
	height:16px;
	background:url(../images/comment/name_06.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.name-box p#name-07 {
	float:right;
	width:143px;
	height:16px;
	background:url(../images/comment/name_07.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.name-box p#name-08 {
	float:right;
	width:295px;
	height:16px;
	background:url(../images/comment/name_08.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

p.line {
	width:800px;
	border-bottom:#333 1px solid;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


