/* Grobal */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
	background-image: url(../images/bg_img.gif);


}

/* Layout */
#container {
}
#container-inner {
	width: 750px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;

}
/*
#header,#content,#alpha,#beta,#gamma,#footer {
	position: relative;
}
#header-inner,#content-inner,#footer-inner,#alpha-inner,#beta-inner,#gamma-inner {
	position: static;
}
#header-inner,#content-inner,#footer-inner {
	position: relative;
	margin: 0 auto;
	width: 940px;
}
*/
#header {
	height: 180px;
}
#content {
}
#footer {
	height: 50px;
}

/* Header */

#header-inner {
	text-align: left;
	width: 750px;
	margin: 0 auto;
	height: 180px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;

}
#summary {
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	padding: 5px;
}

/* Content */

#content-inner {
	text-align: left;
	margin: 0 auto;
	width: 750px;
}
#path {
}
#alpha {
}
#alpha-inner {
	padding: 10px 10px 30px 20px;
}
#beta {
	width: 0px;
}
/*
#beta-inner {
	background-color: #666666;
	padding-top: 10px;
}
*/
#gamma {
	width: 0px;
}
#gamma-inner {
}

/* Footer */
#footer-inner {
	width: 750px;
	margin: 0 auto;
	line-height: 50px;
	height: 50px;
	background-image: url(../images/header_bg.jpg);
}
#footer-content {
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
}

/* Utility 
#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

#header-inner,
#content-inner,
#footer-inner {
	height: 1%;
}
#content:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
*/
