@charset "Shift_JIS";

/* /////////////////////////////////////////////////////////////////////////// Reset */

/* YUI Reset CSS
------------------------------------- */
html {

}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-spacing:0;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}

legend {
	color:#000000;
}

/* 追加 CSS
------------------------------------- */
address,caption,cite,code,dfn,em,th,var {
    font-style: normal;
    font-weight: normal;
}

p, blockquote{
	line-height: 1.8;
}

ol,ul {
    list-style: none;
	line-height: 1.8;
}

dl{
	line-height: 1.8;
}

a {
    cursor: pointer;
}
fieldset,img {
    border: 0;
}


/* /////////////////////////////////////////////////////////////////////////// Font */

/* フォントファミリー
------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, Arial, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}
/* Opera 9 */
;;body {
	font-family: "メイリオ", Meiryo, Verdana, Arial, Meiryo, san-serif;
}
/* IE 7 */
*:first-child+html body {
	font-family: "メイリオ", Meiryo, Verdana, Arial, Meiryo, san-serif;
}
/* IE 6 or sooner*/
* html body {
	font-family: "メイリオ", Meiryo, Verdana, Arial, Meiryo, san-serif;
}

/* フォントサイズ
------------------------------------- */
body {
	font-size: 12px;
	color:#222;
}
/* IE 6 or sooner*/
* html body {
	font-size: 75%;
}

table {
	font-size:inherit;
	font:100%;
}

/* YUI font CSS より
------------------------------------- */
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/* ボタンの表示状態
--------------------*/
#fsmall a{
	color: #dc1423;
	font-weight: bold;
	text-decoration: underline;
}

/*カレント*/
#fmiddle a, #flarge a{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#switcher ul li a:hover{
	color: #dc1423;
	text-decoration: underline;
}
