/*-------------------------------------------------------------------

	DEFAULT CSS RESET

-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
address2,{
	background-color: #FFCC99;
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
caption{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
/*-------------------------------------------------------------------

	DEFAULT SETTING

-------------------------------------------------------------------*/
html{
	font-size:100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body{
	line-height:1.5em;
	color:#333;
	font-size:84%;
	font-family:"ＭＳ Ｐゴシック", osaka, "ヒラギノ角ゴ Pro W3";
}
a{
	color:#333;
	text-decoration:underline;
	outline:none;
}
a:hover{
	text-decoration:none;
	color: #333333;
}
.clr{clear:both;}
.blk{display:block;}
p{margin-bottom:0.8em;}
.p2{margin:0;}
strong{font-weight:bold;}
.pagetop{
	margin-bottom:20px;
	text-align:right;
	clear:both;
	
}
.bold{font-weight:bold;}

.hid{
	visibility:hidden;
}
.left{
	float:left;
}
.right{
	float:right;
}
/*----------------------------------------------------------
	clearfix
----------------------------------------------------------*/
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
	overflow:auto;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/*-------------------------------------------------------------------

	TOPIC PATH

-------------------------------------------------------------------*/
ul#topicPath {
	margin:0 auto;
	width:970px;
	clear:both;
}
ul#topicPath li {
	display:inline;
	font-size:84%;
}
ul#topicPath li a {
	padding:0 1em 0 0;
	margin-right:0.6em;
	background:url(/img/topicpath_arw.gif) no-repeat right center;
}
/*-------------------------------------------------------------------

	LOWER BANNER

-------------------------------------------------------------------*/
#lowerBnnBlock {
	padding:15px 0 10px;
	border-top:1px dotted #DDD;
	clear:both;
}
#lowerBnnBlock ul.fst {
	width:680px;
	float:left;
}
#lowerBnnBlock ul.scd {
	width:240px;
	float:right;
	text-align:right;
}
#lowerBnnBlock ul li {
	display:inline;
}
#lowerBnnBlock ul li img {
	vertical-align:top;
}
#lowerBnnBlock ul.scd li {
	padding-left:7px;
}
/*-------------------------------------------------------------------

	FOOTER LINK

-------------------------------------------------------------------*/
ul#footerLink {
	border-top:1px dotted #DDD;
	padding-top:10px;
	clear:both;
}
ul#footerLink li {
	display:inline;
	font-size:84%;
}
ul#footerLink li a {
	border-left:1px solid #999;
	padding:0 10px;
}
ul#footerLink li.fst a {
	border-left:none;
}

