@charset "utf-8";
/* CSS Document */

/* font color  ---------------*/
.font_brown{
		color: #A6420B;
		font-weight: bold;
		}

/* p_tpx  -------------------*/
#p_tpx{
	background: none;
	background-color: #dcceaa;
	padding: 13px;
	}
	#p_tpx #container{
		width: 734px;
		margin: 0 auto;
		padding-bottom: 65px;
		background:none;
		background-color: #fff;
		text-align: left;
		position: relative;
		}
	#p_tpx #content{
		margin: 0 27px;
		padding: 10px;
		background: #fcf5e8;
		border-bottom: 1px solid #997f07;
		}
		#p_tpx #content img{
			margin-right: 10px;
			}
		#p_tpx #content p{
			margin: 0;
			}
		/* 2009/06/18 add text-indent */
		#p_tpx #content p#indent1em{
			margin: 0;
			padding-left: 1em;
			}
	#p_tpx #container #content2{
		margin: 0 27px;
		padding: 12px 0 0;
		}
		#p_tpx #container #content2 li{
			width: 328px;
			display: inline;
			margin-left: 10px;
			float: left;
			}
		#p_tpx #container #content2 li#first{
			border-right: 1px solid #997f07;
			}
			#p_tpx #container #content2 li img{
				margin-right: 10px;
			}
			#p_tpx #container #content2 p{
				margin-right: 0;
				font-size: 79.5%;
				line-height: 1.3;
				}
			#p_tpx #container #content2 li p{
				margin-right: 10px;
				}
				/* 2009/06/18 add text-indent */
				#p_tpx #container #content2 li p span span#spanindent1em{
					padding-left: 1em;
					}
				#p_tpx #container #content2 p strong{
					display: block;
					font-size: 126%;
					line-height: 1.4;
					}

		
		
	#p_tpx #container h2{
		padding-top: 12px;
		margin: 0 27px;
		}
	#p_tpx #container #backnum{
		margin: 0 27px;
		padding: 5px 10px;
		font-size: 79.5%;
		}
		#p_tpx #container #backnum li span{
			margin-right: 2em;
			}
		#p_tpx #container #backnum li a{
			color: #cc6633;
			}
	#p_tpx #container .alignright{
		margin: 0 27px;
		font-size: 79.5%;
		}
		#p_tpx #container .alignright a{
			color: #cc6633;
			}
	
	#p_tpx #container #close{
		position: absolute;
		right: 22px;
		bottom: 20px;
		}
	#p_tpx #container #copy{
		position: absolute; 
		left: 23px;
		bottom: 19px;
		}
		

/* p_index  -----------------*/
#p_index #body{
	width: 930px;
	margin: 0 auto;
	}

#p_index #body h3{
	margin-bottom: 10px;
	}
#p_index #body div{
	margin: 0 35px 30px;
	}
#p_index #body #topic_data{
	border: 1px solid #b2a96c;
	height: 198px;
	overflow: hidden;
	background: #fbf0db;
	position: relative;
	}
	#p_index #body #topic_data p{
		padding: 10px 10px 0;
		margin: 0;
		}
		#p_index #body #topic_data p span{
			display: block;
			width: 35px;
			height: 35px;
			line-height:35px;
			margin-right: 5px;
			color: #fff;
			background: #525252;
			text-align: center;
			font-size: 28px;
			float: left;
			}
	#p_index #body #topic_data #detail_bt{
		display: block;
		text-align: right;
		}
		#p_index #body #topic_data #detail_bt img{
			margin-right: 10px;
			}

#p_index #body ul{
	margin: 0 35px 30px;
	}
	#p_index #body ul li{
		margin-bottom: .5em;
		}
	#p_index #body ul li span{
		margin-right: 2em;
		}
	#p_index #body ul li a{
		color: #cc6633;
		font-size: 120%;
		font-weight: bold;
		}
		
