/*#ffd700 #ffe98d*/



* {
	margin: 0;
	padding: 0;
	font-family: Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
body {
	color: #222222;
	font-size: 0.8em;
}
#high_top {
	width: 100%;
	background: url(img/top_back1_hawaii.png) top left repeat-x;
	padding-bottom: 5px;
}
/*ヘッダにトップ画面背景をつける 950x100で作成*/
#header {
	width: 950px;
	background: url(img/top_back7.png) top left no-repeat;
	margin: 0 auto;
}


/*ロゴのリンク位置設定をする、微妙なマージン*/
#header h1 {
	float: left;
	width: 200px;
	height: 60px;
	margin: 10px 0 20px 15px;
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	width: 200px;
	height: 60px;
}







#grobalnavi {
	width: 910px;
	height: 35px;
	margin: 0 auto;
	clear: both;
}
#grobalnavi ul{
	list-style-type: none;
}
#grobalnavi li {
	float: left;
	width: 130px;
	height: 35px;
}
#grobalnavi a {
	display: block;
	width: 130px;
	height: 35px;
	text-indent: -9999px;
}


/*sabnavi*/
#subnavi {
	margin-top: 58px;
	margin-right: 45px;
	font-weight: bold;
	float: right;
	letter-spacing: 0.1em;
}
#subnavi a {
	color: #fff;
}









/*日記とＢＢＳ用のトップページ専用*/
#diary_bbs {
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #ffd700;
}
#grobalnavi2 {
	margin: 0 auto;
	width: 950px;
	list-style-type: none;
}
#grobalnavi2 {
	clear: both;
}
#grobalnavi2 ul{
	list-style-type: none;
}
#grobalnavi2 li {
	float: left;
	width: 130px;
	height: 35px;
}
#grobalnavi2 a {
	display: block;
	width: 130px;
	height: 35px;
	text-indent: -9999px;
}
#grobalnavi2 a.top {
	background: url(img/button/home_button2.gif) top left no-repeat;
}
#grobalnavi2 a.work {
	background: url(img/button/workshop_button2.gif) top left no-repeat;
}
#grobalnavi2 a.member {
	background: url(img/button/member_button2.gif) top left no-repeat;
}
#grobalnavi2 a.actual {
	background: url(img/button/actual_button2.gif) top left no-repeat;
}
#grobalnavi2 a.diary {
	background: url(img/button/diary_button2.gif) top left no-repeat;
}
#grobalnavi2 a.bbs {
	background: url(img/button/bbs_button2.gif) top left no-repeat;
}
#grobalnavi2 a.link {
	background: url(img/button/link_button2.gif) top left no-repeat;
}
#grobalnavi2 a:hover {
	background-position: 0 -35px;
}
/*日記とＢＢＳ用のトップページ専用終わり*/





/*ボタン画像を配置*/
#grobalnavi a.top {
	background: url(img/button/home_button.gif) top left no-repeat;
}
#grobalnavi a.work {
	background: url(img/button/workshop_button.gif) top left no-repeat;
}
#grobalnavi a.member {
	background: url(img/button/member_button.gif) top left no-repeat;
}
#grobalnavi a.actual {
	background: url(img/button/actual_button.gif) top left no-repeat;
}
#grobalnavi a.diary {
	background: url(img/button/diary_button.gif) top left no-repeat;
}
#grobalnavi a.bbs {
	background: url(img/button/bbs_button.gif) top left no-repeat;
}
#grobalnavi a.link {
	background: url(img/button/link_button.gif) top left no-repeat;
}
#grobalnavi a:hover {
	background-position: 0 -35px;
}
/*ボタンの画像を配置おわり*/








/*フッター*/
#footer {
	width: 100%;
	clear: both;
	background-color: #00DBFF;
}
#footernavi {
	width: 920px;
	margin: 0 auto 0;
	padding:3px 30px 3px 0;
	text-align: right;
	color: #000000;
	letter-spacing: 0.1em;
}
#footernavi a {
	color: #000000;
}
address {
	width: 950px;
	margin: 10px auto;
	padding-bottom: 10px;
	text-align: center;
	font-style: normal;
}

/*フッター終わり*/



img { border: none;
}



a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

