

body{
	background-image: url("../image_use/cw4.jpg"); 
	background-repeat: no-repeat; 
	background-position: 85% 85% ; 
	background-attachment: fixed; 
	background-color: #ffffff; 
	margin: 10px; 
	padding: 0px; 
}

/* メニュー */
ul.button02b {
	width: 80px;/*↓の幅+15px*/
	margin: 10px;
	padding: 0;
	font-size: 80%;/*フォントサイズ*/
	font-family: Verdana,Arial,sans-serif;
}
.button02b li {
	list-style: none;
	border: solid 1px #666666;/*外枠の色*/
	margin: 0.5em 0;/*メニュー間の間隔*/
	padding: 0;
}
.button02b li a {
	display: block;
	width: 65px;/*リンクの幅*/
	margin: 0 0 0 0;
	padding: 2px 0 3px 3px;
	border-left: solid 10px #33cc33;/*左側の着色部分*/
	color: #000000;/*文字色*/
	background-color: #33ff66;
	text-decoration: none;
}
.button02b a:hover{
	background-color: #66ccff;
	border-color: #3399ff;
}

#menu{
	float: left; 
	width: 20%; 
	margin-top: 30px; 
	margin-left: 25px; 
}

/* メイン */
#main{
	float: left; 
	width: 70%; 
	margin-top: 30px;
	margin-left:20px; 
	font-size: 90%; 
}

/* タイトルロゴ */
h1{
	color: #00cccc; 
	font-style: italic; 
	margin-top: 10px; 
	text-decoration: none; 
}

a:link h1{ text-decoration: none; color: #00cccc; }
a:visited h1{ text-decoration: none; color: #00cccc; }
a:hover h1{ text-decoration: none; color: #00cccc; }
a:active h1{ text-decoration: none; color: #00cccc; }

/* 全体を中心に */
#box{
	margin-left: auto; 
	margin-right: auto; 
	width: 800px; 
}

/* 行間・文字間隔 */
p{
	line-height: 150%; 
	letter-spacing: 1px; 
}

