@charset "UTF-8";
/*----------------------------------------------------------
	BASE CSS
/*----------------------------------------------------------
/*---------------------------------------------------*/
body{
	font-size: 80%;
	font-size:12px;
}
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,select,option,address,pre{
	margin:0;
	padding:0;
}
img{
	border: 0;
}
li {
	list-style-type: none;
}
em {
	visibility: hidden;
	font-size:8px;
	line-height:8px;
}
/*---------------------------------------------------*/
	FONT
/*---------------------------------------------------*/
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,address,pre {
	margin: 0;
	padding: 0;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
p, b{
	line-height: 130%;
}

p{
	margin-bottom:10px;
/*	text-indent:5px;*/
}

body{
	font-family:Osaka,"Hiragino Kaku Gothic Pro",verdana,"MS PSVbN";
}
/*---------------------------------------------------*/
body, p, li, b, dt, dl,h3,h4,h5,h6,caption, 
#copyright,
#pankuzu
{
}
/* Except IE */
html>body, p, li, b, dt, dl,h3,h4,h5,h6,caption, 
#copyright,
#pankuzu
{
}



/*---------------------------------------------------*/
	A
/*---------------------------------------------------*/
/*	default		*/
a{
	color: #0048ff;
	text-decoration: none;
}
a:link{
	color: #0048ff;
	text-decoration: none;
	color:#36343f;
}
a:visited{
	color: #0048ff;
	text-decoration: none;
	color:#36343f;
}
a:hover,
a:active{
	color: #0048ff;
	text-decoration: underline;
}
span.clear,
div.clear{
	display:block;
	clear:both;
	width:1px;
	height:1px;
	margin-top: -1px;
}

/*---------------------------------------------------*/
	h
/*---------------------------------------------------*/
/*	default		*/

h1{
}

h2{
	background-image:url(../img/sub_tlt_base.gif);
	height:23px;
	font-weight: bold;
	font-size: 1em;
	text-indent: 8px;
	padding-top: 3px;
	margin-bottom:10px;
}

h3{
	border-bottom:1px dotted #333;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
}


/*---------------------------------------------------
	class clearfix for firefox
/*---------------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
 }

#visualwrap_topics li a:link,
#visualwrap_topics li a:visited,
#visualwrap_topics li a:hover,
#visualwrap_topics li a:active{
	color:#FFF;
	text-decoration:underline;
}



/* print for IE6.0 */

@media print{
	body{zoom:80%;}
}


.mb30{
	margin-bottom:30px;
}