@charset "UTF-8" ;
/*
 *  宇部よもぎ畑技術研究所 スタイルシート
 *
 *  Project     :  Yomogi-Ube Research Institute
 *  Description :  main style sheet
 *
 *  Written by Kossetu-Inryo / U.S.T.Laboratory, 2009.
 *
 *  $Id$
 */


/*---------- body・アンカー設定 ----------*/

body {
	color: black;
	background: floralwhite /*url('images/mp_back.jpg')*/;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #8f008f;
}

a:hover, a:active {
	color: #ff0000;
}


/*---------- ヘッダ設定 ----------*/

h1 {
	font-size: xx-large;
	text-align: center;
}

h2 {
	font-size: x-large;
	text-align: center;
	margin: 1.5em auto 0.5em;
}

h3 {
	font-size: large;
	text-align: center;
	margin: 1.5em auto 0.5em;
}

p.head {
	text-align: right;
	font-size: x-small;
	color: #888888;
	font-style: italic;
}


/*---------- イメージ ----------*/
img {
	border: 0;
}


/*---------- 重要事項 ----------*/
p.important {
	margin: 2em 6%;
	padding: 10px;
	background-color: #ffff8f;
	border: thin solid #ff8f8f;
	text-align: center;
	font-size: larger;
	font-weight: bold;
	color: #2f2f6f;
}

p.important a:link {
	color: #0000cf;
}

p.important a:visited {
	color: #af00af;
}

p.important a:hover, a:active {
	color: #ff0000;
}


/*---------- フッタ ----------*/
div.footer {
	width: 100%;
	text-align: right;
}

table.footer {
	width: 100%;
	font-size: 80%;
}

table.footer td.banner {
	text-align: right;
}


/*---------- 著者情報 ----------*/
address {
	margin: 2em auto auto;
}



