@charset "UTF-8";
/*
基本フォント指定
2009.09.01

*/

body {
	color: #333333;
	margin: 0px;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	vertical-align:baseline;
	font-size: 85%;
}
h1, h2, h3, h4, h5, h6, p, li, address, table {
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
h1{
	font-weight:normal;
	font-size: 1.6em;
	line-height: 120%;
}
h2{
	font-weight:normal;
	font-size: 1.4em;
	line-height: 120%;
}
h3{
	font-weight:bold;
	font-size: 1.3em;
	line-height: 120%;
}
h4{
	font-weight:bold;
	font-size: 1.2em;
	line-height: 120%;
}
h5{
	font-weight:bold;
	font-size: 1.1em;
	line-height: 120%;
}
h6{
	font-weight:bold;
	font-size: 1em;
	line-height: 120%;
}
#side h3{
	font-weight:bold;
	font-size: 1em;
	line-height: 120%;
}
#side h4{
	font-weight:bold;
	font-size: .9em;
	line-height: 120%;
}
#side h5{
	font-weight:bold;
	font-size: .8em;
	line-height: 120%;
}
#side h6{
	font-weight:bold;
	font-size: .7em;
	line-height: 120%;
}
p {
	line-height: 150%;
	font-size: 1.0em;
}
table {
	font-size: 1.0em;
	line-height: 130%;
}

address{
	font-size:.75em;
	line-height: 130%;
}

li {
	font-size: 1em;
	line-height: 130%;
}

