@charset "utf-8";

/*============================================
 2009.0731
 base.css
============================================*/

/*============================================
  reset Css
============================================*/
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,form,p,table,th,td,input,textarea,select { margin:0px; padding:0px; }
h1,h2,h3,h4 { font-size:1em; font-weight:normal; }
p{ text-justify:distribute; }
img { border:0; margin:0; padding:0; }
ul,dl{ list-style-type:none; }

/*============================================
/* link
========================================== */
a:link{ color:#128ead; }
a:visited{ color:#128ead; }
a:hover{ color:#ec7c22; }
a:active{ color:#ec7c22; }

/*	float clear
============================================*/
.floatLeft { float:left; }
.floatRight { float:right; }
.clear { clear:both; }

/*	text-align
============================================*/
.taCenter{ text-align:center; }


/* CSS Hack clearfix
============================================*/
/*--IE以外のモダンブラウザ向け--*/
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/*--IE7及びMac版IE5向けの指定--*/
.clearfix{display:inline-block;}
/*--IE6以前向けの指定--*/
/*Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */



/*============================================
  base Css
============================================*/
body {
	font-family:"メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size:75%;
	line-height:1.4em;
	background:#ffffff;
	color:#4d4d4d;
}
/*============================================
  IE6透過png
============================================*/
img ,h2 ,.headlead p ,.buzzNumber,.pan,.worldNavi,div.menuLink{
behavior:url("/js/iepngfix.htc")
}

/*	wrapper
============================================*/
#wrapper{
}
/*	logo
============================================*/
#logo{
position:absolute;
top:-114px;
left:8px;
z-index:10000;
cursor:pointer;
}
/*	container
============================================*/
#container{
position:relative;
}

/*	header
============================================*/
#header{
	background-image: url(../img/prt_headlead_body.gif);
	background-repeat: repeat-y;
	background-position: left;
	line-height: 20px;
}

/*	contents
============================================*/
#contents{
padding-top:0px;
}

	/*	main
	--------------------------------------------*/
	#leftside{
	float:left;
	width:620px;
	padding-left:3px;
	}

	/*	side
	--------------------------------------------*/
	#rightside{
	float:right;
	width:303px;
	}

/*	pagetop
============================================*/
.pagetop{
clear:both;
text-align:right;
margin-bottom:20px;
font-weight:bold;
}
.pagetop a{
background: url(/img/icn_arrow_top.gif) center right no-repeat;
padding:3px 17px 3px 0;
margin-top:25px;
line-height:1em;
}
.pagetop a:hover{
background: url(/img/icn_arrow_top_on.gif) center right no-repeat;
}
/*	footer
============================================*/
#footer_bg{
clear:both;
background:url(/img/bg_foot.gif) top left repeat-x;
height:53px;
}
#footer{
width:936px;
color:#ffffff;
padding:5px 7px;
margin:0 auto;
}
#footer p{
margin-bottom:3px;
}

#footer a:link{ color:#ffffff; text-decoration:none; }
#footer a:visited{ color:#ffffff; text-decoration:none; }
#footer a:hover{ color:#ffffff; text-decoration:none; }
#footer a:active{ color:#ffffff; text-decoration:none; }


/*	toplead
============================================*/
#topleadArea{
height:30px;
background:#e8f1ef;
}
#toplead{
width:950px;
margin:0 auto;
}
#toplead h1{
width:849px;
color:#3b949f;
float:left;
font-size:87%;
margin-top:5px;
padding-left:24px;
}
#toplead img{
float:right;
}

.headlead{
	background:transparent url(/img/prt_headlead_bg.gif) no-repeat scroll 0 bottom;
	margin-left:0px;
	padding-bottom:5px;
	position:relative;
	width:618px;
	font-size: 125%;
}
.headlead img.headArrow{
position:absolute;
top:-9px;
left:90px;
}
.headlead p{
	background:transparent url(/img/prt_headlead_top.gif) no-repeat scroll 0 top;
	color:#6C4411;
	letter-spacing:1px;
	width:605px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 10px;
}
.headlead span{
color:#d53c00;
font-weight:bold;
font-size:135%;
}
.top{ margin-bottom:15px;}