@charset "utf-8";
/***********************************************/
/* wrapper                                   */
/***********************************************/ 

#wrapper {
	width: 900px;
	background-image: url(../images/wrapper-bkg.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 900px;
}
#navi {
	width: 900px;
	height: 30px;
}

#pr-navi {
	float: right;
	text-align: left;
	width: 300px;
	height: 30px;
}

#pr-navi li {
	background-image: url(../images/pl-navi-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	display: block;
}
#pr-navi li a {
	text-decoration: none;
}
#pr-navi li a:visited {
	color: #568EC7;
}




/***********************************************/
/* contents                         */
/***********************************************/ 


#contents {
	width: 900px;
	clear: both;
	background-image: url(../images/contents-bkg.png);
	background-repeat: repeat-y;
	padding-bottom: 30px;
	margin-top: 30px;

}
.topic_path {
	float: left;
	width: 450px;
	padding-left: 130px;
}
.topic_path_footer {
	float: left;
	width: 440px;
	padding-left: 130px;
	padding-top: 50px;
}

.section {
	width: 740px;
	margin-left: 130px;
}


#sub {
	float: left;
	width: 200px;
}


.main {
	float: left;
	width: 440px;
}
.flv {
	width: 270px;
	padding-left: 30px;
	float: right;
	padding-top: 70px;
}
h3 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.page-top {
	padding-left: 50px;
	width: 850px;
}
/***********************************************/
/* footer                         */
/***********************************************/ 

address {
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	padding-left: 5px;
}
.txt_select {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}

#footer {
	width: 800px;
	background-image: url(../images/footer_bkg.png);
	background-repeat: repeat-x;
	clear: both;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 100px;
}

/***********************************************/
/* clearfix                                */
/***********************************************/ 



#content:after,
.section:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.pic-left {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
