/*-------------------------------------------------------------------*/

/* テキスト関連 */
* {
font-size: small;
font-weight: normal;
font-family: "ＭＳ Ｐゴシック",Arial,Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
letter-spacing: 0em;
}

/* 各タグ設定 */
p, td {
text-align: left;
}

strong {
font-size: 100%;
font-weight: bold;

letter-spacing: 0em;
font-family: "ＭＳ Ｐゴシック",Arial,Osaka,sans-serif;
}

#body p {
text-indent: 1em;
letter-spacing: 0em;
line-height: 1.5em;
}

/*-------------------------------------------------------------------*/

/*-------------------------------------------------------------------*/
/* 基本的リンク設定 */
/*-------------------------------------------------------------------*/

a {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#link ul li a {
font-size: 80%;
letter-spacing: 0em;
}

#body p a {
font-size: 100%;
}


/*-------------------------------------------------------------------*/
/* タイトル */
/*-------------------------------------------------------------------*/

h1 {
	font-size: 120%;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 140%;

}

h2 {
font-size: 110%;
font-weight: bold;
letter-spacing: 0.1em;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

margin-top: 0em;
margin-bottom: 0em;

padding-top: 0px;
padding-bottom: 0px;

}

h3 {
font-size: 100%;
font-weight: bold;
letter-spacing: 0.1em;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
margin-top: 0em;
margin-bottom: 0em;
}

/*-------------------------------------------------------------------*/
/* リスト設定 */
/*-------------------------------------------------------------------*/

#link ul {

list-style-type:circle;

margin-top: 0em;
margin-left : 1.2em;
margin-right : 1em;

}

