/*------------------------------*/
/* mabi_style.css               */
/*                              */
/* マビノギページのスタイルート */
/*                              */
/*------------------------------*/

<style type="text/css">

p.base
{
}

/* 文字描画用スタイル */
p.standard
{
	color : #000000;
	font-style : normal;
	font-size : 13;
	font-weight : normal;
	font-family : "ＭＳ Ｐゴシック",serif;
	line-height : normal;
	margin-top : 2px;
	margin-bottom : 2px;
}

em.emphasis
{
	color : #0000ff;
	font-style : normal;
	font-size : 14;
	font-weight : bold;
	font-family : "ＭＳ Ｐゴシック",serif;
	line-height : normal;
}

em.link
{
	color : #ff0000;
	font-style : normal;
	font-size : 14;
	font-weight : bold;
	font-family : "ＭＳ Ｐゴシック",serif;
	line-height : normal;
}

em.bbs
{
	color : #ff0000;
	font-style : normal;
	font-size : 24;
	font-weight : bold;
	font-family : "ＭＳ Ｐゴシック",serif;
	line-height : normal;
}

em.title
{
	color : #0C8848;
	font-style : normal;
	font-size : 14;
	font-weight : bold;
	font-family : "ＭＳ Ｐゴシック",serif;
	line-height : nomal;
}

em.inverse
{
	color : #ffffff;
	font-style : normal;
	font-size : 13;
	font-weight : normal;
	font-family : "ＭＳ Ｐゴシック",serif;
	line-height : nomal;
}

em.color-red
{
	color : #ff0000;
	font-style : normal;
	font-size : 14;
	font-weight : normal;
	font-family : "ＭＳ Ｐゴシック",serif;
	line-height : normal;
}

/* 中央寄せに使う*/
div.center
{
	text-align : center;
}

/* スペース確保用スタイル */
td.space30
{
	height : 30px;
}
td.space50
{
	height : 50px;
}
td.space80
{
	height : 80px;
}

/* 日記に使うＴＤタグ */
td.day
{
	color : #000000;
	font-style : normal;
	font-size : 14;
	font-weight : normal;
	font-family : "ＭＳ Ｐゴシック",serif;
	line-height : normal;
	border : 1;
	border-style : solid;
	border-width : 1pt;
	border-color : #9f95bf;
	background-color : #ffffff;
}

td.comment
{
	color : #000000;
	font-style : normal;
	font-size : 14;
	font-weight : bold;
	font-family : "ＭＳ Ｐゴシック",serif;
	line-height : normal;
	border : 1;
	border-style : solid;
	border-width : 1pt;
	border-color : #9f95bf;
	background-color : #ffffff;
}

/* 基本的なテーブルの作成用 */
table.normal
{
	width : 600;
	border : 1;
	border-style : solid;
	border-width : 1pt;
	border-color : #9f95bf;
	background-color : #ffffff;
}

/* 全体に影響するスタイル */
body
{
	scrollbar-base-color : white;
	scrollbar-face-color : white;
	scrollbar-track-color : white;
	scrollbar-arrow-color : #9f95bf;
	scrollbar-3dlight-color : #9f95bf;
	scrollbar-darkshadow-color : #9f95bf;
	scrollbar-highlight-color : #9f95bf;
	scrollbar-shadow-color : #9f95bf;
}

a
{
	text-decoration : none;
}
a:link
{
	color : #ff0000;
}
a:visited
{
	color : #ff0000;
}
a:hover
{
	color : #ff0000;
}
