/* ________________________________________________________________________
Marshmallow Studio
http://www.marshmallowstudio.jp/

CascadingStyleSheet ----- txt.css

共通テキスト設定

2006.4.18
Marshmallow Studio　Kazuhiro Chino
________________________________________________________________________ */

/* ---------------------------------------------共通テキスト */

/* 基本12px */
.bodytxt {
	font-size: 12px;
	line-height: 160%;
	font-family: sans-serif;
}
.bodytxt a:link {
	color: #4C4C4C;
	text-decoration: none;
}
.bodytxt a:visited {
	color: #4C4C4C;
	text-decoration: none;
}
.bodytxt a:hover {
	color: #4C4C4C;
	text-decoration: underline;
}


/* 基本10px */
.bodytxts {
	font-size: 10px;
	line-height: 160%;
	font-family: sans-serif;
}
.bodytxts a:link {
	color: #4C4C4C;
	text-decoration: none;
}
.bodytxts a:visited {
	color: #4C4C4C;
	text-decoration: none;
}
.bodytxts a:hover {
	color: #4C4C4C;
	text-decoration: underline;
}

/* 基本14px */
.bodytxtl {
	font-size: 14px;
	line-height: 160%;
	font-family: sans-serif;
}
.bodytxt a:link {
	color: #4C4C4C;
	text-decoration: none;
}
.bodytxt a:visited {
	color: #4C4C4C;
	text-decoration: none;
}
.bodytxt a:hover {
	color: #4C4C4C;
	text-decoration: underline;
}

/* Bold */
.txtbold {
	font-weight: bold;
}

/* 青01 */
.txtblue {
	color: #6699CC;
}
.txtblue a:link {
	color: #6699CC;
	text-decoration: none;
}
.txtblue a:visited {
	color: #6699CC;
	text-decoration: none;
}
.txtblue a:hover {
	color: #6699CC;
	text-decoration: underline;
}
.txtblue2 {
	color: #6699CC;
}
.txtblue2 a:link {
	color: #6699CC;
	text-decoration:underline;
}
.txtblue2 a:visited {
	color: #6699CC;
	text-decoration:underline;
}
.txtblue2 a:hover {
	color: #6699CC;
	text-decoration: underline;
}

/* 赤01 */
.txtred {
	color: #FF99FF;
}
.txtred a:link {
	color: #FF99FF;
	text-decoration: none;
}
.txtred a:visited {
	color: #FF99FF;
	text-decoration: none;
}
.txtred a:hover {
	color: #FF99FF;
	text-decoration: underline;
}

/* 赤02 */
.txtred02 {
	color: #FF0000;
}
.txtred02 a:link {
	color: #FF0000;
	text-decoration: none;
}
.txtred02 a:visited {
	color: #FF0000;
	text-decoration: none;
}
.txtred02 a:hover {
	color: #FF0000;
	text-decoration: underline;
}


/* メールマガジン本文 */
.mailmaga_txt {
	font-family: sans-serif;
	font-size: 10px;
	line-height: normal;
}
.mailmaga_txt a:link {
	color: #4C4C4C;
	text-decoration: none;
}
.mailmaga_txt a:visited {
	color: #4C4C4C;
	text-decoration: none;
}
.mailmaga_txt a:hover {
	color: #4C4C4C;
	text-decoration: underline;
}


/* セカンドライフ */
.sltxt {
	font-size: 10px;
	line-height: 230%;
	font-family: sans-serif;
}
.sltxt a:link {
	color: #62affe;
	text-decoration: none;
}
.sltxt a:visited {
	color: #62affe;
	text-decoration: none;
}
.sltxt a:hover {
	color: #62affe;
	text-decoration: underline;
}

