/* --基本--*/
body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka;
	font-size: 12px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: left top;
}
/* --リンク--*/
a:link {
	color: #6699CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#999999;
}
a:hover {
	text-decoration: underline;
	color: #99CCFF;
}
a:active {
	text-decoration: none;
}
/* --見出し--*/
h1,h2,h3,h4,h5,h6 {
	font-family: ＭＳ ゴシック, Osaka－等幅;
	font-weight: bold;
}
#title{
	visibility: hidden;
}
h1 {
	font-size: 14px;
}
/* --右側コンテンツの背景--*/
.cont-middle {
	background-image: url(/images/img_cont_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* --プロフィール内リスト--*/
.list-txt {
	font-size: 11px;
	line-height: 140%;
	margin: 5px;
}

/* --行間調整--*/
.line-130 {
	line-height: 130%;
}
.line-140 {
	line-height: 140%;
}
.line-150 {
	line-height: 150%;
}
.kubotty{color:#006699;
}

.sasaki{color:#336699;
}

.talkother{color:#999900;
}
dt{
	color:#CC3333;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
