/*//共通項目//////////////////////////*/

body {
	margin:0px 0px 0px 0px;
	background-color:#E4E4E4;
}

.bg-shasen {
	background-image:url(../img/bg_shasen.gif);
	background-color:#F1F1F1;
}

.menu-bg {
	background-image:url(../img/menu_bg.gif);
}

.main-shadow {
	background-image:url(../img/main_shadow.gif);
}

/*テキスト*/

a:link {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 140%;
	color: #0060FF;
	text-decoration: underline;

}
a:visited {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 140%;
	color: #0060FF;
	text-decoration: underline;

}
a:hover {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 140%;
	color: #0060FF;
	text-decoration: none;

}
a:active {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 140%;
	color: #0060FF;
	text-decoration: underline;

}

.main-text {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 140%;
}

h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 140%;
	color: #8A8A8A;
	font-weight:normal;
	margin:0px 0px 0px 0px;
}

/*パンくずリスト*/

.pan-text {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 140%;
	color: #666666;
}

a.pan:link {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 140%;
	color: #666666;
	text-decoration: underline;

}
a.pan:visited {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 140%;
	color: #666666;
	text-decoration: underline;

}
a.pan:hover {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 140%;
	color: #666666;
	text-decoration: none;

}
a.pan:active {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 140%;
	color: #666666;
	text-decoration: underline;

}
.text-10 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 140%;
}

/* 写真フレーム */

.frame-top {
	background-image:url(../img/frame_t.gif);
}
.frame-bottom {
	background-image:url(../img/frame_b.gif);
}
.frame-left {
	background-image:url(../img/frame_l.gif);
}
.frame-right {
	background-image:url(../img/frame_r.gif);
}

