@charset "shift_jis"; 

@import "toppage_layout.css";
@import "toppage_contents.css";

/* All pages property*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	color: #333333;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* リンク用スタイル */
.linktyle1{
	background: url(../imges/link2.gif) no-repeat right center;
	padding-right: 16px;

}

/* 外部リンク用スタイル */
.external{
	background: url(../imges/link.gif) no-repeat right center;
	padding-right: 14px;
}
/* リストマークその1 */
.liststyle1{
	background: url(../imges/listmark3.gif) no-repeat left center;
	text-indent: 14px;
}
/* リストマークその2 */
.liststyle2{
	background: url(../imges/listmark4.gif) no-repeat left center;
	text-indent: 14px;
}

