@charset "utf-8";
/* CSS for category of message */


/* ++++++++++++++++++++++++++++
	import files
++++++++++++++++++++++++++++ */

@import url("reset.css"); /* browser reset */
@import url("common.css"); /* for all page */
@import url("sub.css"); /* for all page */



/* ----------------------------
	contents title for message
---------------------------- */


h3.message {
	margin:30px 0 0 42px;
	padding:0 0 0 12px ;
	clear:both;
	color:#3F4036;
	font-size:116%;
	border-left:12px #3F4036 solid;
	border-bottom:none;
	background:none;
	line-height:1em;
}

h4 {
	margin:20px 30px 0;
	padding:0 0 2px 36px ;
	width:764px;
	clear:both;
	color:#231600;
	font-size:116%;
	border-bottom:3px #7D5C28 solid;
	background:url(../images/cot_mark.gif) no-repeat 0.5em center;
}


/* ----------------------------
	title lead
---------------------------- */

p.title_ex {
	margin:6px 0 42px;
	padding:0 36px 0 66px;
	clear:both;
}

/* ----------------------------
	comment name
---------------------------- */

p.comment {
	margin-bottom:1.6em;
}


/* ----------------------------
	comment list 
---------------------------- */
ul.message {
/*	margin-right:1em;
	padding-left:1em;
*/}

ul.message li {
	margin-bottom:1.5em;
	padding-left:1em;
	background:url(../images/li_news.gif) no-repeat left 0.6em;
}


ul.message li a.textlink {
	margin-left:1em;
}

