/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	line-height: 1.3;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url("../img/bg-default.gif");
}
/******* Paragraph styles *******/

p{
	padding: 0px 5px 0px 10px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	line-height: 1.3;	
}

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited{
	color: #0066CC;
	text-decoration: none;
}

a:hover{
	color: #CC0000;
	text-decoration: underline;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
 font: 10px ＭＳ ゴシック,Osaka−等幅;
}

ul ul{
 list-style-type: disc;
 font: 10px ＭＳ ゴシック,Osaka−等幅;
}

ul ul ul{
 list-style-type: none;
 font: 10px ＭＳ ゴシック,Osaka−等幅;
}


/************* header navigation ***************/

#headerNav{
	padding: 0px 5px 0px 10px;
 	font: 10px ＭＳ ゴシック,Osaka−等幅;
	font-size: 11px;
	color: #000000;
}

#headerNav a{
	color: #000000;
	font-size: 11px;
}

#headerNav a:hover{
	color: #0066CC;
	text-decoration: none;
}

/************* section header ***************/
#sectionHead{
	font: 10px ＭＳ ゴシック,Osaka−等幅;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}