@charset "utf-8";
/* CSS Document */



.contentsBox{
	margin-bottom:10px;
}

.infoBox{
	background:url(../images/topInfoBodyBg.gif) repeat-y;
}
	.infoHead{
		background:url(../images/topInfoHeadBg.gif) no-repeat;
		height:11px;
	}
	.infoFoot{
		background:url(../images/topInfoFootBg.gif) no-repeat;
		height:11px;
	}
	
	.infoBody{
		padding:0px 10px 10px 10px;
	}
	
	
	.myContents{
		margin-bottom:10px;
	}
	
		.infoTitleBox{
			border-bottom:dotted 1px #6B5F43;
			width:100%;
			margin-bottom:10px;
		}
			.infoTitleBox .title{
				float:left;
				width:590px;
				font-size:120%;
				color:#8D5234;
			}
			.infoTitleBox p{
				float:left;
				font-size:100%;
				color:#72474E;
				margin-right:20px;
				padding-top:1px;
			}
		
		.infoContents{
			width:663px;
			
		}
		.infoContents .infoPic{
			float:left;	
		}
		.infoContents dl{
			float:right;
			width:523px;
		}
		.infoContents dd{
			background-color:#eeeeee;
			
			padding:5px 10px 5px 10px;
		}
		
		
		
		
		.infoTitleBox .text{
			color:#000000;
			margin-right:0px;
			width:570px;
			float:right;
			padding-bottom:10px;
		}
		
#sideContents{
	margin-top:0px;
}


.retune{
	display:none;
}


