@charset "UTF-8";
body{
	text-align : center;
	background : #fff;
}
#container{
	width:940px;
	min-height:100%;
	margin:0 auto;
	text-align:left;
}
#alpha,#beta,#gamma{
	display:inline;
	float:left;
	position:relative;
}
.layout-twt #alpha {
	left: 190px;
	width: 560px;
}
.layout-twt #beta {
	left: -560px;
	width: 190px;
}
.layout-twt #gamma {
	width: 190px;
}
.layout-tw #alpha {
	left: 190px;
	width: 750px;
}
.layout-tw #beta {
	left: -750px;
	width: 190px;
}
h1,h2,h3,h4,p,div,ul,ol{
	font-size : 12px;
	line-height : 24px;
	margin:0;
	font-family : "ＭＳ Ｐゴシック";
}
tr,pre,form{
	font-size : 12px;
	line-height : 20px;
	margin:0;
	font-family : "ＭＳ ゴシック";
}
ul{
	list-style : none;
	padding:0;
}
h2{
	font-size : 16px;
	color : white;
	background-color : #80c0c0;
}
h3{
	font-size : 14px;
	color : white;
	background-color : #8080c0;
}
h4{
	font-size : 12px;
	color : white;
	background-color : #c080c0;
}
.point{
	color : red;
}

