@charset "UTF-8";

#wrap-content {
	font-size:small;
}


#pankuzu p {
	font-size:100%;
}

#content h2.common {
	font-size: 125%;
}

#content h3 {
	font-size: 117%;
}

#content h4 {
	font-size: 108%;
}

#content h4.center {
	font-size: 108%;
}

#content h5 {
	font-size: 108%;
}

#content h6 {
	font-size: 92%;
}

#content p {
	font-size: 92%;
}

#content p.name {
	font-size: 92%;
}

#content p.date {
	font-size: 92%;
}

#information ul li.kome {
	font-size: 92%;
}

#side_area p {
	font-size: 92%;
}

#credit_box {
	font-size:100%;
}

#footer_menu {
	font-size:100%;
}


/* ボタンの表示状態
--------------------*/

/*カレント*/
#fsmall a {
	background-image: url(../images/common/header/bt_resize_s_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#fmiddle a {
	background-image: url(../images/common/header/bt_resize_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#flarge a {
	background-image: url(../images/common/header/bt_resize_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*カレント
#fsmall a:hover {
	background-image: url(../images/common/header/bt_resize_s_o.gif);
}
*/

#fmiddle a:hover {
	background-image: url(../images/common/header/bt_resize_m_o.gif);
}

#flarge a:hover {
	background-image: url(../images/common/header/bt_resize_l_o.gif);
}

