@charset "utf-8";
/* ****************************************************

1: common setting
2: link styles
3: general styles
4: localNavi
99: extra

***************************************************** */

/*1: common setting
=========================================*/

/* base font */
body {
	font-size: 75%;
	font-family:'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	line-height: 1.4;
	color: #333333;
}
/*ie7*/
#headContainer #categoryNav ul {
	font-size:75%;
}

/*2: link styles
=========================================*/

/* base links */
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
}
/*3: general styles
=========================================*/

sub, sup {
	font-size: 83%;
}
/* font size small */
.txtSmall {
	font-size: 83%;
}
.txtSmall02 {
	font-size: 70%;
}
/* font size large */
.txtLarge {
	font-size: 115%;
}
.txtLarge02 {
	font-size: 150%;
}
.txtLarge03 {
	font-size: 179%;
}
.txtLarge04 {
	font-size: 130%;
}
.txtLarge04-02 {
	font-size: 130%;
	margin-left: 73px;
}
/* font weight bold */
.bold {
	font-weight: bold !important;
}
/* font weight normal */
.fw-normal {
	font-weight: normal!important;
}
/* font weight bold */
.boldRed {
	font-weight: bold !important;
	color: #CB0000;
}
.txtNavy {
	color: #003399;
}
.txRed {
	color: #CB0000;
}

/* for images */
#footer #copyright {
	font-size: 0;
}
