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

* {
	margin: 0px;
	padding: 0px;
	line-height:1.4;
	font-size: 12px;
	color: #7C7C7C;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
	font-style: normal;
	font-weight: normal;
	border: none;
	list-syle: none;
	text-decoration: none;




}
/*link*/
span#pagetop {
	display: none;
}
a:link {
	color: #FF8400;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #FF8400;
}
/*txt_deco*/
.orange {
	color: #FF8400;
	padding: 0 5px;
}
.orange2 {
	color: #FF8400;
}
.green {
	color:#89C938
}
.title {
	font-size: 19px;
	font-weight: bold;

}
.detail {
	line-height:1.7;
	font-size: 13px;
}
.copy {
	font-size: 11px;
}
.none {
	display: none;
}
.clear {
	clear: both;
}
/*common*/
html {
	height: 100%;
}
body {
	background: url(../image/pairleaf_body_back.gif) repeat-x;
	width: 100%;
	height: 100%;

}
img {
	margin:0;
	padding:0;
	vertical-align:bottom;
	border:none;
}
.right{
	text-align:right;
	width:100%;
	display:block;
	font-size: 11px;
}
.s_f {
	font-size: 11px;
}
/*IE6_png*/
*html #wrapper {
	behavior: expression(IEPNGFIX.fix(this));
}
#wrapper {
	background: url(../image/pairleaf_main_back.png) repeat-y;
	width: 860px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	text-align: center;
	padding: 0 25px;

	
}
#header {
	width: 860px;
	height: 225px;
	text-align: left;
	background: url(../image/pairleaf_header_back.gif) no-repeat;
	margin-bottom: 20px;
}
#header #head_txt {
	float:right;
	text-align:right;
}
#header li {
	display: inline;
	float: left;

}
#main {
	width: 860px;
	height: 100%;
	text-align: left;
	float: left;
	margin-bottom: 80px;
	
}
#main #message {
	width: 520px;
	height: 300px;
	background: url(../image/pairleaf_message.gif) no-repeat;
	margin-right:20px;
	padding: 10px 0 0 10px;
	float: left;
	
}
#main #player {
	width: 310px;
	height: 300px;
	background: url(../image/pairleaf_player.gif) no-repeat;
	float: left;
	text-align:right;
	padding-top:2px;
}
#player iframe {
	margin:0 auto;
	
	border: 1px #eee solid;
	display: block;
	
}
#main #information {
	width: 520px;
	height: 100%;
	background: url(../image/pairleaf_info.gif) no-repeat;
	margin-top: 30px;
	margin-right:20px;
	padding: 50px 0 0 10px;
	float: left;
}
#information .info_txt {
	margin: 5px 0 10px 0;
	padding: 0 15px;
	display: block;
}
#main #blog_link {
	width: 310px;
	height: 100%;
	float: left;
	margin-top: 30px;

}
#blog_link .bl_txt{
	margin: 10px 0;
	padding: 0 15px;
	display: block;	
}
#blog_link .bl_txt_more{
	margin: 10px 0;
	padding: 0 15px;
	display: block;
	text-align:right;
}
#blog_link img{

	margin: 15px 0 5px 0;
}
#main #blog {
	width: 310px;
	height: 120px;
	float: left;
}
#main #link {
	width: 310px;
	height: 100%;
	float: left;


}
#push {
	width: 860px;
	height: 60px; /* .push must be the same height as .footer */
}
/*Firefox*/
#wrapper>/**/ #push {
	clear: both;

	width: 860px;
	height: 60px;

}

#footer {
	background: url(../image/pairleaf_footer.gif) no-repeat center;
	width: 860px;
	height: 46px; /* .push must be the same height as .footer */
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	line-height:1.2;
}
#footer li {
	display: inline;
	border-right: 1px #ccc solid;
	margin-right: 8px;
	padding-right: 8px;


}
#breadcrumbs {
	list-style: none;
}
#breadcrumbs li{
	float: left;
	padding-left: 5px;
	
	
}

