/* 見出し */
h1, h2, h3
{
	margin: 0px;
	margin-bottom: 0.5em;
}
h3 { font-size:small; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { color:red; }
h1 .supple strong, h2 .supple strong, h3 .supple strong, h4 .supple strong, h5 .supple strong, h6 .supple strong
{
	color:red;
}

/* テーブル・段落 */
th, td  { font-size:x-small; }

/* リンク */
a.text
{
	color: #777777;
	text-decoration: none;
}
a.text:link, a.text:visited
{
	text-decoration: underline;
}
a.text:hover
{
	color: #aa0000;
	background-color: #ffcc99;
	text-decoration: none;
}

a.bunner
{
	display: block;
	padding: 0px;
}
a.bunner img
{
	border: none;
}

a.image img
{
	border: none;
}

/* 配置 */
.inline
{
	display: inline;
}

.left-container
{
	text-align: left;
}

.center-container
{
	text-align: center;
}
.center
{
	margin-left: auto;
	margin-right: auto;
}

.right-container
{
	text-align: right;
}

.marked
{
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	white-space: normal;
}
.sub
{
	padding-left: 1em;
}
.supple
{
	padding-left: 1em;
}

.blank
{
	white-space: pre;
}

.xsmall-font
{
	font-size: x-small;
}
.small-font
{
	font-size: small;
}

strong.normal-red
{
	font-weight: normal;
	color: red;
}

/* リストメニュー */
ul.menu-vertical
{
	list-style-type: none;
	margin-left: 10px;
}
ul.menu-vertical li
{
	margin: 10px;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
}
ul.menu-vertical a
{
	text-decoration:none;
	color: #7777ff;
	padding-left:20px;
	background-repeat:no-repeat;
	background-image:url(images/c_mono.gif);
}
ul.menu-vertical a:hover
{
	color: #ff8899;
	background-image:url(images/c_color.gif);
}
