body {
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	background-repeat:repeat;
	background-image:url(../images/navi/bg_red.gif);
}

/*文字マージン*/
.moji_margin {
	padding-left: 30px;
	padding-right: 10px;
}
.moji_margin_2 {
	padding-left: 80px;
	padding-right: 10px;
}
/*文字位置真ん中*/
.moji_middle{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.moji_right {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

.moji_color_red {
	color: #FF0000;
}

/*　リンク　*/
a {
	color: #39002c; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}
	
a:hover {
	color: #ff0000; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}
