/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*テキスト基本*/
.text {font-size:small; line-height:140%; color:#333333;}
/*テキスト緑*/
.textg {font-size:small; line-height:140%; color:#006666;}

A {
	COLOR: #333333; TEXT-DECORATION: none; font-size:small; line-height:140%;
}
A:link {
	COLOR: #006600; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #009900; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #009900; TEXT-DECORATION: underline;
}
p   {
    font-size: 1em;
	line-height: 160%; 
}
.c1 {
    font-size: 1em;
	line-height: 160%; 
}
.c2 {
    font-size: 0.8em;
	line-height: 140%; 
}
/*ヘッダロゴ下のライン*/
.h_line {background-color:#999999;}
/*メニュー下の色*/
.m_back {background-color:#F7FBF7;}
/*メニュー下の会社情報*/
.m_about {font-size:x-small; line-height:120%; color:#666666;}
/*TOPニュースの左のライン*/
.n_line { background-image:url(../img/n_sideline.gif); background-repeat:repeat-y;}

