/* CSS Document */

@charset "Shift_JIS";

/* =====================================
  File        : font.css
  Last Update : 2008.05.19
===================================== */



/* ////////////////////////////////////////////////////////////////////////////////////////// COMMON */
body {
	line-height: 1.25;
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, Verdana, '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
}


/* underPage */
#pageTitle h1#underPage {
	color: #4D4D4D;
	font-size: 138.5%;	/* 18px */
	font-weight: bold;
}

#pageTitle h1#underPage span {
	font-size: 61.4%;	/* 11px */
}

#contentsArea #leftContents h2.underPage,
#contentsArea #leftContents #leftMainArea .categoryWrap div.categoryUnderHead {
	font-size: 93%;	/* 12px */
	font-weight: bold;
}

#contentsArea #leftContents h3.underPage {
	color: #002D6C;
	font-size: 93%;	/* 12px */
	font-weight: bold;
}


/* ////////////////////////////////////////////////////////////////////////////////////////// SIZE */
#wrapper {
	font-size: 93%;	/* 12px */
	color:#464646;
}

.pagetop {
	font-size: 77%; /* 10px */
}

.fs10 {
	font-size: 83%; /* 12px>10px*/
}

.indent {
	margin: 0 0 0 1em;
	text-indent: -1em;
}


/* ////////////////////////////////////////////////////////////////////////////////////////// ANCHOR */
a {
	color: #006AAE;
}

a:visited {
	color: #7E51B0;
}

a:hover {
	min-height: 1em;	/* Mac Firefox */
	text-decoration: none;
}

