/*
Cascading style sheet for REUSE Web Site. Created 07.02.2003
*/

/* テキスト標準 */

body{
        font-size:12px;
        color: #454545;
} 

p{
        font-size:12px;
        color: #454545;
} 

td{
	font-size:12px;
       color: #454545;
}

/* テキスト指定 */

td.sn{
	font-size:11px;
        color: #454545;
}

td.sw{
	font-size:11px;
        line-height:150%;
        color: #454545;
}

td.mn{
	font-size:12px;
        color: #454545;
}

td.mw{
	font-size:12px;
        line-height:150%;
        color: #454545;
}

td.ln{
	font-size:15px;
        color: #454545;
}

td.lw{
	font-size:15px;
        line-height:140%;
        color: #454545;
}

td.on{
	font-size:18px;
        color: #454545;
}

td.ow{
	font-size:18px;
        line-height:140%;
        color: #454545;
}


/* 場所指定 */

.ssn{
	font-size:9px;
 	font-weight:nomal;
       color: #454545;
}

/* リンク標準 */

a:link {
	font-size:12px;
	color: #0000cd;
	text-decoration: none;
}

a:visited {
	font-size:12px;
	color: #3366cc;
	text-decoration: none;
}

a:hover {
	font-size:12px;
	color: green;
	text-decoration: underline;
}


/* リンク指定 */

a.sn:link {
	font-size:11px;
	color: #0000ff;
	text-decoration: none;
}

a.sn:visited {
	font-size:11px;
	color: #3366cc;
	text-decoration: none;
}

a.sn:hover {
	font-size:11px;
	color: green;
	text-decoration: underline;
}

a.mn:link {
	font-size:12px;
	color: #0000ff;
	text-decoration: none;
}

a.mn:visited {
	font-size:12px;
	color: #3366cc;
	text-decoration: none;
}

a.mn:hover {
	font-size:12px;
	color: green;
	text-decoration: underline;
}

a.ln:link {
	font-size:15px;
	color: #0000ff;
	text-decoration: none;
}

a.ln:visited {
	font-size:15px;
	color: #3366cc;
	text-decoration: none;
}

a.ln:hover {
	font-size:15px;
	color: green;
	text-decoration: underline;
}


/* 場所指定 */


/* フォーム */

input.line {
	border:1 solid #999999
}

textarea,select {
	border:1 solid #999999
}
 
select {
	border:1 solid #999999
}

