/* Makoto Yamaguchi Design 200805 */

/* 共通 */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

body,td,th {
	color: #666666;
}

a:link { color: #0000FF; text-decoration: none; }
a:visited { color: #0000FF; text-decoration: none; }
a:hover { color: #3333FF; text-decoration: none; }
a:active { color: #3333FF; text-decoration: none; }

p {
	margin-top:0em;
	margin-bottom:1.5em;
	line-height:1.4em;
}


/* メニュー */
.menu {
	line-height:1.4em;
}
.menu a:link { color: #666666; text-decoration: none; }
.menu a:visited { color: #666666; text-decoration: none; }
.menu a:hover { color: #333333; text-decoration: none; }
.menu a:active { color: #333333; text-decoration: none; }

.menu_sub a:link { color: #666666; text-decoration: none; }
.menu_sub a:visited { color: #666666; text-decoration: none; }
.menu_sub a:hover { color: #333333; text-decoration: none; }
.menu_sub a:active { color: #333333; text-decoration: none; }

.here {color:#333333;}


/* メニュー中の外部リンク */
.link a:link { color: #0000FF; text-decoration: none; }
.link a:visited { color: #0000FF; text-decoration: none; }
.link a:hover { color: #3333FF; text-decoration: none; }
.link a:active { color: #3333FF; text-decoration: none; }


/* プロジェクトページ */
.img {margin-bottom:5px;}