@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
}
h1 {
	font-size: 1em;
}
h2 {
	font-size: 2em;
	line-height:1em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: .9em;
}

#font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#outerBox {
	width:900px;
	height:30px;
	background-color:#CCC; /* --- Gray --- */
	margin:20px auto 0 auto;
}

#menuBtn1 {
	width:150px;
	height:25px;
	margin:0 0 0 0;
	position:absolute;
}

#menuBtn2 {
	width:150px;
	height:25px;
	margin-left:150px;
	position:absolute;
	}

#menuBtn3 {
	width:150px;
	height:25px;
	margin-left:300px;
	position:absolute;
}

#menuBtn4 {
	width:150px;
	height:25px;
	margin-left:450px;
	position:absolute;
}

#menuBtn5 {
	width:150px;
	height:25px;
	margin-left:600px;
	position:absolute;
}

#menuBtn6 {
	width:150px;
	height:25px;
	margin-left:750px;
	position:absolute;
}

#headerBox {
	width:900px;
	height:100px;
	margin:0 auto;
}

#headerBoxLft {
	position:absolute;
	width:550px;
	height:100px;
	margin:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

#headerBoxRt {
	position:absolute;
	width:290px;
	height:100px;
	margin:0 0 0 600px;
	font-family: Arial, Helvetica, sans-serif;
}

#menuBoxHrz {
	width:900px;
	height:30px;
	background-color:#60F; /* --- Purple --- */
	margin:0 auto;
}

#menuBoxVrt {
	width:900px;
	height:200px;
	margin:-180 auto 0 auto;
	z-index:100;
}

#photoBox {
	width:900px;
	height:200px;
	background-color:#C00; /* --- Red --- */
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

#copyBoxBtm {
	width:900px;
	height:100px;
	margin:0 auto;
}
	
#copyBox01 {
	position:absolute;
	width:215px;
	height:100px;
	margin:0 0 0 0;
}

#copyBox02 {
	position:absolute;
	width:215px;
	height:100px;
	margin:0 0 0 225px;
}

#copyBox03 {
	position:absolute;
	width:215px;
	height:100px;
	margin:0 0 0 450px;
}
	
#copyBox04 {
	position:absolute;
	width:215px;
	height:100px;
	margin:0 0 0 675px;
}
		
#linkBoxBottom	{
	margin:90px auto 0 auto;
	width:900px;
	height:50px;
	margin:0 auto;
}