@charset "utf-8";
/* main */
body{
	background-color:#fff;
	font-size:12px;
	_font-size:75%;	/*forIE6*/
	font-family:"メイリオ",Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",sans-serif;
	color:#000;
	line-height:1.5;
}

p{ margin-bottom:14px;}

strong{ font-weight:bold;}

body a{ color:#000;}
body a:hover{ text-decoration:none;}

img{
	vertical-align:bottom;
	font-family:sans-serif;
	line-height:1;
}
img.thumbnail{
	border: #CCCCCC solid 1px;
}

hr{
	_display:none;	/*forIE6*/
	position:absolute;
	left:-9999em;
}


/*----------header----------*/
#header{}

#headerContent{
	position:relative;
	margin:0 auto;
	padding:52px 0 37px;
	width:960px;
}

#siteLogo{
	float:left;
	margin:0 41px 0 0;
}

#feed{
	position:absolute;
	right:0;
	top:0;
	padding:20px 0 0 10px;
	width:169px;
	border-left:1px solid #e0e0e0;
}
#feed li{
	float:left;
	margin-right:20px;
}

#globalNav{
	float:left;
	margin-top:14px;
	background:url(../img/bg_globalnav.gif) no-repeat 2px 0;
}
#globalNav li{
	_display:inline;	/*forIE6*/
	float:left;
	margin-left:2px;
}


/*----------main----------*/
#main{
	clear:both;
	margin:0 auto;
	width:960px;
}


/*-----keyVisual-----*/
#keyVisual{
	clear:both;
	margin:15px 0 57px;
	padding:15px;
	background:url(../img/bg_keyvisual.gif) repeat 0 0;
}
#keyVisual p{ margin-bottom:0;}


/*-----contentHeader-----*/
#contentHeader{
	clear:both;
	margin-bottom:17px;
}

#contentHeader .topicPath{ font-size:83.333%;}
#contentHeader .topicPath li{
	_display:inline;
	float:left;
	margin-left:10px;
	padding-left:15px;
	background:url(../img/arrow_topicpath.gif) no-repeat 0 0.4em;
}
#contentHeader .topicPath li strong{
	font-weight:normal;
	color:#333;
}
#contentHeader .topicPath li.home{
	margin:0 3px 0 0;
	padding-left:0;
	background:none;
}
#contentHeader .topicPath li img{
	padding:0.15em 0;
	font-size:10px;
	font-family:sans-serif;
	line-height:1;
}


/*-----mainContent-----*/
#mainContent{ clear:both;}

/*content*/
#content{
	float:left;
	margin-right:60px;
	width:720px;
}

/*sidebar*/
#sidebar{
	float:left;
	padding-bottom:47px;
	width:180px;
}


/*-----contentFooter-----*/
#contentFooter{
	clear:both;
	position:relative;
	padding:0 0 46px;
}

#contentFooter .gotoPageTop{
	position:absolute;
	right:0;
	top:-24px;
}


/*----------footer----------*/
#footer{
	clear:both;
	background:url(../img/ptnFadeBottomUp.gif) left top repeat-x #fff;
}
#footer p{ margin-bottom:0;}
#footerContent{
	margin:0 auto;
	padding:35px 0;
	width:960px;
	background:url(../img/ptnFadeBottomUp.gif) left top repeat-x #fff;
}

#footer .footerLogo{
	float:left;
	margin:0 20px 0 0;
	padding:0 20px 0 0;
	background:url(../img/separator_footer01.gif) right top no-repeat;
}
#footer .footerCenter{ float:left;}
#footer .footerSide{ float:right;}

#footer .footerNavi{
	margin:0 0 10px 0;
	width:640px;
}
#footer .footerNavi li{
	float:left;
	padding:0 15px;
	background:url(../img/separator_nav.gif) right 1px no-repeat;
}
#footer .footerNavi li.top{ padding:0 15px 0 0;}
#footer .footerNavi li.bottom{ background:none;}
#footer .footerNavi li a{
	display:block;
	border-bottom:#bebebe 2px solid;
	color:#000;
	line-height:1.2em;
	text-decoration:none;
}
#footer #copyright{
	float:left;
	font-size:83%;
	color:#818181;
}


/* Start clear fix */
#header #headerContent:after,
#header #feed:after,
#header #globalNav:after,
#contentHeader .topicPath:after,
#mainContent:after,
#footerContent:after,
#footer .footerNavi:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0px;
	font-size:0px;
}
#header #headerContent,
#header #feed,
#header #globalNav,
#contentHeader .topicPath,
#mainContent,
#footerContent,
#footer .footerNavi{
	_overflow:visible;
	_height:1px;
	zoom:1;
}
/* End clear fix */
