/* 使用ページ */
/* 
greeting.html link.html 
ijyuu hokfood.html risou.html
*/

/* 共通 */
a{
        text-decoration: none;
        color: #FF0000;
}
a:hover{
        color: #008000;
}

/* リンク文字色指定 */
.menured a{
        color: #FF0000;
}
.menured a:hover{
        color: #FF6666;
}


/* 点線枠 */
.c1 {
  margin-left: 1em;
  border: 4px dotted #ff9900;
  background: #ccffff;
}


/* 点線枠 （リンク集）*/
.c2 {
	background: #ffffff;
	border: 1px solid #00cc00;
}
.c2 p{
	margin: 0px 0 16 16;
	font-size: smaller;
}
.c3 {
	margin: 0px;
	border-collapse: collapse;
	border-left: hidden;
	color: #ffffff;
	padding-left: 16px;
	background-color: #00cc00;
	background-image: url(./images/left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


/* 緑線枠 */
.c4 {
	background: #ccffcc;
	border: 1px solid #00aa00;
}


/* ヘッドラインを■枠下線付にする */
.head_s {
	text-align: left;
	width: 720px;
	padding-left: 30px;
}	
.head_s h2{
	font-size: 16px;
	padding-left: 0.3em;
	border-left: 1em solid #00aa00;
	border-bottom: 1px solid #00aa00;
	margin: 0
}

