/*基本設定*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../cmn2/bg_main.gif);
}
strong {
	font-weight: normal;
}

/*テキスト*/

.txt-normal {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #000000;
	line-height: 22px;
}
.txt-small {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
.txt-small2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}

/*リンク*/

a:link {
	color: #C81E78;
	text-decoration: underline;
}
a:visited {
	color: #C81E78;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #C81E78;
}
a:active {
	text-decoration: none;
	color: #CC6699;
}

/*以下あとで整理*/
.mgn-05 {
	margin-bottom: 5px;
}
.mgn-10 {
	margin-bottom: 10px;
}
.mgn-15 {
	margin-bottom: 15px;
}
.mgn-20 {
	margin-bottom: 20px;
}
.mgn-25 {
	margin-bottom: 25px;
}
.mgn-30 {
	margin-bottom: 30px;
}
.txt-name {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
}
.txt-tit {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;
	font-weight: bold;
	color: #C81E78;
	width: 500px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 1px;
}
.txt-tit1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 18px;
	line-height: 26px;
	font-weight: bolder;
	color: #000000;
}
.mgn-prof {
	margin-top: 10px;
	margin-bottom: 10px;
}

