@charset "shift_jis";

/*=========================================================

	共通設定

=========================================================*/

/* Reset
---------------------------------------------------------*/
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,input,select,option,a,address,pre,blockquote,
fieldset,legend {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	font-size: 62.5%;
	background: #F8F8ED url(../img/bg.gif) repeat 0 0;
	color: #000;
}

*html body {	/* for IE6 */
	padding-left: 1px;
}

a img {
	border: none;
}

ul,li {
	list-style-type: none;
}


/* micro clearfix
---------------------------------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
} 


/* Hyper Text
---------------------------------------------------------*/
a:link,
a:visited {
	color: #03C;
	text-decoration: underline;
}
a:focus,
a:hover,
a:active {
	color: #F60;
	text-decoration: none;
}

/* Text Style
---------------------------------------------------------*/
.sml {
	font-size: 0.9em;
	line-height: 140%;
}
.mid {
	font-size: 1.1em;
	line-height: 145%;
}
.lrgr {
	font-size: 1.2em;
	line-height: 160%;
}
.lrg {
	font-size: 1.3em;
	line-height: 130%;
}

.cnr {
	text-align: center;
}

.list {
	margin-left: 1em;
	text-indent: -1em;
}

ul.smlList {
	font-size: 0.85em;
	line-height: 140%;
}
ul.smlList li {
	margin-left: 1em;
	text-indent: -1em;
}

.red {
	color: #C03;
}


/* パンくず
---------------------------------------------------------*/
#pankuzu {
	margin: 8px 0 8px 0;
	text-align: left;
	font-size: 12px;
}
#pankuzu a {
	margin: 0 4px 0 4px;
}
#pankuzu img {
	vertical-align: -4px;
}
#pankuzu .kugiri {
	color: #999999;
}


