@import url("AWT/awt.css");

/* --------------------------------------------------
	initialize
-------------------------------------------------- */

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content     : " ";
	display     : block;
	visibility  : hidden;
	clear       : both;
	height      : 0.1px;
	font-size   : 0.1em;
	line-height : 0;
}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { zoom:1; }
/* */

#container-inner,
#pagebody-inner,
#header-inner,
#alpha-inner,
#beta-inner,
#footer-inner {
	position : static;
	width    : 100%;
}

/* --------------------------------------------------
	body
-------------------------------------------------- */

body {
	/* setting border: 0 hoses ie5 win window inner well border */
	text-align  : center;
	font-family : Osaka, ?l?r ?o?S?V?b?N, MS UI Gothic, sans-serif;
	font-size   : 12px;
	color       : #444444;
	background  : #f4f2ed;
	margin:0;
	padding:0;
}

/* --------------------------------------------------
	container
-------------------------------------------------- */

#bg-image {
	margin     : 0px auto; /* center on everything else */
	width      : 800px;
}

#container {
	position   : static;
	margin     : 0px auto; /* center on everything else */
	text-align : left;
}

/* --------------------------------------------------
	pagebody
-------------------------------------------------- */

#pagebody {
	position  : static;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */

#header {
	position : static;
	width    : 100%;
}

#header-image {
	position : static;
	width    : 800px;
	height   : 130px;
}

/* --------------------------------------------------
	navigation menu
-------------------------------------------------- */

#navigation-menu {
	width       : 100%;
	text-align  : center;
}

#navigation-menu li {
	display    : inline;
	padding    : 0px 6px 0px 8px;
	list-style : none;
}

#navigation-menu li.left-line {
	border-left : 1px solid #000000;
}

#navigation-menu a {
}

#navigation-menu a:hover {
}

/* --------------------------------------------------
	wrapper
-------------------------------------------------- */

#wrapper {
background:#e1dcd3;
padding-top:23px;
padding-bottom:60px;
}

/* --------------------------------------------------
	alpha
-------------------------------------------------- */

#alpha {
	display  : inline; /* ie win bugfix */
	position : relative;
	float    : right;
	width    : 555px;
	margin-right:15px;
}

/* --------------------------------------------------
	beta
-------------------------------------------------- */

#beta {
	display  : inline; /* ie win bugfix */
	position : relative;
	float    : left;
	width    : 211px;
}

/* --------------------------------------------------
	side menu 
-------------------------------------------------- */

#side-menu {
	position : relative;
	width    : 200px;
margin-left:11px;
}

#side-menu ul {
	margin  : 0px;
	padding : 0px;
}

#side-menu li.side-menu_m {
	list-style : none;
	width      : 200px;
}

.side-menu_m_text {
	padding-left : 10px;
}

/* --------------------------------------------------
	main menu
-------------------------------------------------- */

#side-menu li.side-menu_m {
	height     : 30px;
	background : url(http://www.kokia.com/blog//Image/frame/bg_li_sidenavi.jpg) 0 0 no-repeat;
	margin-bottom:2px;
	text-align:center;
	font-weight:bold;
	color:#444444;
}

#side-menu li.side-menu_m a {
	display : block;
	height  : 30px;
	color:#444444;
}

#side-menu li.side-menu_m a:hover {
	background : url(http://www.kokia.com/blog//Image/frame/bg_li_sidenavi.jpg) 0 0 no-repeat;
}

.side-menu_m_text {
	padding-top : 8px;
}

/* --------------------------------------------------
	free-space
-------------------------------------------------- */
div#free-space {
margin-top:15px;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */

#footer {
	width : 100%;
	clear : both;
}

div#footer address {
position:relative;
margin-top:-53px;
color:#ffffff;
font-size:10px;
font-style:normal;
padding-left:6px;
}
