*{
	margin: 0;
	padding: 0;
}
body{
	width:100%;
	line-height: 150%;
	background-repeat : repeat-xy;
	background-image: url(../images/bg.png);
}
strong{
	color: red;
}
em{
	color: green;
	font-style: normal;
}
hr{
	width: 90%;
	border-width:1px 1px;
	border-style: solid;
	border-color: #FFAA00;
	background-color: #FFAA00;
	color: #FFAA00;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
}
table{
	margin-left: auto;
	margin-right: auto;
}

.cg{	/* Center&Green */
	color: #000000;
	background: #CCFFDD;
	text-align: center;
	padding: 10px;
	line-height: 150%;
}
.lg{	/* Letf&Green */
	color: #000000;
	background: #99FFCC;
	text-align: left;
	padding: 10px;
	line-height: 150%;
}

h1,h2,h3,p{
	text-align: center;
}
p.left{
	text-align: left;
	padding: 20px;
}
.gbox{	/* Green Box */
	background-color: #E3F0FB; /* 背景色 */
	border: 2px #FF9900 solid; /* 枠線（太さ・色・スタイル） */
	padding: 10px;
	width: 80%;
}

/* サイトの段組設定（フレームの代わり） */
#header{
	width: 100%;
	height: 60px;
	color: #000000;
	background-color: #FF8800;
}
#footer{
	vertical-align:middle;
	width:100%;
	clear: both;
	height:32px;
	color: #000000;
	background-color: #FF8800;
}
#menu{
	float: left;
	width: 210px;
}
#contents{
	margin: 10px;
	margin-left: 210px;
	color: #000000;	
}
