
/*
	background-image : url(bg.jpg);
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-position : right;
*/


BODY{
	background-color : #000000;
	margin : 50px;
	color : #ffffff;
	font-family : "MS UI Gothic";
	font-size : 10pt;
}

.body{
	width : 658px;
	line-height : 1.2em;
}

.left{
	width : 320px;
	float : left;
}

.right{
	width : 300px;
	float : right;
	text-align : right;
	line-height : 1.8em;
	letter-spacing : 0.1em;
}


a:link{
	color : #ffff00;
}

a:visited{
	color : #ffff00;
}

a:hover{
	color : #5555ff;
	text-decoration : underline;
}


.title_mini{
	font-size : 18pt;
	font-family : "Century Gothic";
}

.title_01{
	font-family : "serif";
	color : #ff0000;
	font-size : 100pt;
	font-weight : bold;
	margin : 0px 0px 0px 80px;
	line-height : 1em;
}

.title_02{
	font-family : "serif";
	color : #00aa00;
	font-size : 100pt;
	font-weight : bold;
	margin : 0px 0px 0px 10px;
	line-height : 1em;
}

.title_03{
	font-family : "serif";
	color : #3333ff;
	font-size : 100pt;
	font-weight : bold;
	margin : 0px 0px 0px 60px;
	line-height : 1em;
}

.box_01{
	width : 100%;
	border : solid 1px #ffffff;
	padding : 10px 15px;
	margin : 15px 0px;
	line-height : 1.5em;
}

.box_title{
	width : 550px;
	font-size : 25pt;
	border-style : solid;
	border-width : 0px 0px 5px 0px;
	border-color : #ffff00;
	margin : 25px 0px 25px 0px;
}

.ph_left{
	float : left;
	margin : 0px 20px 0px 0px;
}

.ph_right{
	float : right;
}

HR.clear{
	clear : both;
	margin : 5px 0px;
}

