@charset "UTF-8";

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


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

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

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

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

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

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

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

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

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

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

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

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

#credit_box {
	font-size:100%;
}

#footer_menu {
	font-size:100%;
}


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

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

/*カレント*/
#fmiddle a {
	background-image: url(../images/common/header/bt_resize_m_o.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);
}

