// armonicos.css
// Armonicos Co., Ltd.
// 2006/09/05  kamiya awano

/* ----------------------------------------------------------------------
メニュー（全体メニュー）
---------------------------------------------------------------------- */
a.menu01:link {
	color: white;
	font-size: 13px;
	height: 22px;
	text-align: center;
	text-decoration: none

}

a.menu01:visited {
	color: white;
	font-size: 13px;
	text-align: center;
	height: 22px;
	text-decoration: none
}

a.menu01:hover {
	color: black;
	font-size: 13px;
	text-decoration: none;
	background-color: #eeeeee;
	height: 22px;
	text-align: center
}

.menu01 {
	color: white;
	font-size: 13px;
	background-color: #160B3D;
	text-decoration: none;
	text-align: center;
	display:block;
	height: 22px;
	width: 110px;
	clip:  rect(   )
}


/* ----------------------------------------------------------------------
メニュー（コンテンツ左側）
---------------------------------------------------------------------- */
a.menu02:link {
	color: black;
	font-size: 13px;
	text-indent: 10px;
	text-decoration: none
}

a.menu02:visited {
	color: black;
	font-size: 13px;
	text-indent: 10px;
	text-decoration: none
}

a.menu02:hover {
	color: black;
	font-size: 13px;
	text-decoration: none;
	background: url(../img/menu/mouseover01.gif) no-repeat left;
	background-color: #eeeeee;
	height: 22px;
	text-indent: 10px
}

.menu02 {
	color: black;
	font-size: 13px;
	background: url(img/menu02.gif) ;
	background-color: white;
	text-indent: 10px;
	text-decoration: none;
	display:block;
	height: 22px;
	width: 150px;
	clip:  rect(   )
}

/* ----------------------------------------------------------------------
リンク（色はまだ適当）
---------------------------------------------------------------------- */
a.linkstyle:link {
	color: mediumblue;
	text-decoration: none
}

a.linkstyle:visited {
	color: mediumblue;
	text-decoration: none
}

a.linkstyle:hover {
	color: mediumblue;
	text-decoration: underline
}

a.linkstyle:active {
	color: mediumblue;
	text-decoration: none
}

.linkstyle {
	color: mediumblue;
	text-decoration: none
}


/* ----------------------------------------------------------------------
リンク（フォーラム参加申込）
---------------------------------------------------------------------- */
a.link-sanka:link {
	color: mediumblue;
        font-weight: bold;
	text-decoration: none;
        background-color: #e0e0e9;
        padding: 3px 5px 3px 5px;
        border-color: white gray gray white; 
        border-style: solid; 
        border-width: 1px 1px 1px 1px
}

a.link-sanka:visited {
	color: mediumblue;
        font-weight: bold;
	text-decoration: none;
        background-color: #e0e0e9;
        padding: 3px 5px 3px 5px; 
        border-color: white gray gray white; 
        border-style: solid; 
        border-width: 1px 1px 1px 1px
}

a.link-sanka:hover {
	color: mediumblue;
        font-weight: bold;
	text-decoration: none;
        background-color: #f0f0f0;
        padding: 3px 5px 3px 5px; 
        border-color: white gray gray white; 
        border-style: solid; 
        border-width: 1px 1px 1px 1px
}

a.link-sanka:active {
	color: mediumblue;
        font-weight: bold;
	text-decoration: none
}

.link-sanka {
	color: mediumblue;
        font-weight: bold;
	text-decoration: none;
        background-color: #e0e0e9;
        padding: 3px 5px 3px 5px; 
        border-color: white gray gray white; 
        border-style: solid; 
        border-width: 1px 1px 1px 1px
}


/* ----------------------------------------------------------------------
見出しbackground-color:#ffeedd; border-left-color:#f0c0a0
---------------------------------------------------------------------- */
h1 {
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-top: 3px;
	padding-left: 10px;
	border-style: none none none solid;
        border-width: 0px 0px 0px 7px;
        border-color: white white white khaki;
	background-color: #B22222;
	height: 18px
}

/* ----------------------------------------------------------------------
テーブル
---------------------------------------------------------------------- */

table {
	font-size: 13px;
	line-height: 19px
}

