@charset "euc-jp";

@import url("./layout.css");

div#pagetitle {
    background:url(../images/h1_voice_bg.gif) no-repeat left;
				height:40px;
				width:510px;
				margin:0 0 15px;
}

div#pagetitle h1{
				color:#FFFFFF;
				padding:8px 0 0 60px;
}

h2 {
    font-size:200%;
}

div.popnheader {
    margin:10px 0;
    background:url(../images/popnheader-bg.gif) no-repeat left top;
				height:160px;
}
div.write {
				font-weight:bold;
				font-size:120%;
				text-align:center;
				margin:10px 0;
}
div.archives {
    border-top:#999999 dotted 1px;
				border-bottom:#999999 dotted 1px;
				text-align:right;
}

div.popnheader h2{
				color:#9E5B44;
				padding:25px 0 0 35px;
				line-height:100%;
}
div.popnheader p{
				color:#85726C;
				padding:0 50px 0 35px;
}

.postdate {
    font-size:12px;
				text-align:right;
}

/*div#CenterColumn th {
				text-align:left;
				font-size:16px;
}*/
table.popnlist{
				background-color:#FF7F7F;
}
table.popnlist th{
    background-color:#FFBDBD;
				padding:5px;
}


table.popnlist tr.title td{
    background-color:#FDEAE4;
				padding:5px;
}
table.popnlist tr.contents td{
    background-color:#FFF;
				padding:5px;
}

table.popnlist td.popntitle{
				vertical-align:middle;
				font-weight:bold;
}
table.popnlist td.popndate{
				vertical-align:middle;
}

tr.pagenavi {
    background-color:#FFBDBD;
				font-weight:bold;
}


table.popnblog{
				background-color:#F7D6CA;
				
}

table.popnblog td.popntitle{
				background-color:#FDEAE4;
				padding:10px;
				border:#FF7F7F solid 3px;
}

table.popnblog td.popntitle h3{
				width:260px;
				float:left;
}
table.popnblog td.popntitle div.postdate{
				width:220px;
				float:right;
}

.popncontents {
    padding:10px 5px;
				background-color:#FFFFFF;
				line-height:160%;
}
.popncontents_view {
    padding:20px;
				background-color:#FFFFFF;
				line-height:160%;
				border-left:#FF7F7F solid 3px;
				border-right:#FF7F7F solid 3px;
				border-bottom:#FF7F7F solid 3px;
}
.popncontents_view img{
				margin-right:10px;
}
div#sig {
    margin-top:10px;
				text-align:right;
}



table.comment th {
    background-color:#FDEAE4;
				text-align:left;
				padding:5px;
				color:#FF7F7F;
}
table.comment td {
    background-color:#FDEAE4;
				padding:5px;
}

div.comment_con {
    padding:15px 15px 10px;
}
div.comment_sig {
		 	padding-bottom:15px;
			 text-align:right;
			 border-bottom:#999999 dashed 1px;"
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color:#CC0000;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #999999;
}

ul {
   list-style-type:disc;
			margin:0 0 0 20px;
}
li {
   list-style-type:disc;
}