/* <BODY>タグ */
body {
	font-size: 13px;
	font-weight: normal;
	background: #b3ccff; 
	color: #202020;
	text-align: left;
}

/* 枠&色 */
#waku-u {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 25px;
	background-image: url(menu/kado-u.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#waku-r {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 25px;
	background-image: url(menu/kado-r.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#waku-d {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 25px;
	background-image: url(menu/kado-d.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#waku-c {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 700px;
	background: url(menu/tai.gif) #0066FF;
	background-repeat: no-repeat;
	background-position: left;
}


#n-iro {background: #0066FF;}


/* リンク */
a:link{
	font-size: 13px;
	font-weight: normal;
	color:#0000c2;/* 文字色*/
	background:transparent;/* 文字背景色*/
	text-decoration:none;/* 下線 */
}
a:active,a:hover{
	font-size: 13px;
	font-weight: normal;
	color:#ffffff;/* オンマウス時文字色*/
	text-decoration:none;/* オンマウス時下線 */
	background:#0066ff;/* オンマウス時文字背景色*/
}
a:visited {
        font-weight: normal;
        font-size: 13px;
        text-decoration:none;
        color: #990033 
}


/* メインの文字 */
.main {
	font-size: 13px;
	font-weight: normal;
	color: #202020;
	text-align: left;
	line-height: 160%;
}


/* 文字いろいろ */
#deka{
	font-size: 14px;/* ちょい大きい */
}
#syou{
	font-size: 12px;/* ちび ＆行間*/
	line-height: 140%;
}
#chibi{
	font-size: 12px;/* ちび＋色 */
	color: #ffffff;
}
#ichi{padding-left: 13px;}/* 位置 */


/*NYATED文字 */
.nyan{
	font-size: 13px;
	font-weight: normal;
	color: #0066ff;
	text-align: left;
	line-height: 130%;
}