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

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

* {
	margin  : 0px;
	padding : 0px;
}

/* .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 { display: block; }
/* */

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

/* --------------------------------------------------
	default set
-------------------------------------------------- */

a {
	color           : #000000;
	text-decoration : none;
}

a:hover {
	color           : #aaaaaa;
	text-decoration : none;
}

img {
	border : 0;
}

/* --------------------------------------------------
	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-style  : normal;
	font-weight : normal;
	font-size   : 13px;
	color       : #000000;
	background  : #F5F7E9;
}

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

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

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

/* --------------------------------------------------
	h1
-------------------------------------------------- */

#h1-text {
	position    : static;
	width       : 100%;

	color       : #666666;
	font-size   : 10px;
	line-height : 135%;
	font-weight : normal;
	word-break  : break-all;
	white-space : nowrap;
	overflow    : hidden;
}

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

#pagebody {
	position : static;
	width    : 100%;
	background : url(/Image/frame/bg-image.jpg) repeat-y;
}

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

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

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

#header-image2 {
	position : static;
	width    : 800px;
	height   : 96px;
}

#go_top {
	position    : absolute;
	margin-top  : -305px;
	margin-left : 720px;
	font-size   : 13px;
	font-weight : bold;
}

#go_top2 {
	position    : absolute;
	margin-top  :-90px;
	margin-left : 720px;
	font-size   : 13px;
	font-weight : bold;
}

#go_top a,
#go_top2 a {
	color           : #ffffff;
	text-decoration : underline;
}

#go_top a:hover,
#go_top2 a:hover {
	text-decoration : none;
}

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

#alpha {
	display  : inline; /* ie win bugfix */
	position : relative;
	float    : right;
	width    : 552px;
	margin-right : 12px;
	margin-top : 10px;
}

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

#beta {
	display     : inline; /* ie win bugfix */
	position    : relative;
	float       : left;
	width       : 220px;
	margin-top : 5px;
}

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

#side-menu {
	position : relative;
	width    : 220px;
}

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

.side-menu_text_m {
	padding-top  : 6px;
	padding-left : 10px;
	line-height  : 15px;
	font-size    : 12px;
	color        : #ffffff;
}

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

#side-menu li.side-menu_m {
	width       : 220px;
	height      : 26px;
	list-style  : none;
	background  : url(/Image/frame/side-menu_m.jpg) 0 0 no-repeat;
	margin-top : 5px;
}

#side-menu li.side-menu_m a {
	display     : block;
	width       : 220px;
	height      : 26px;
}

#side-menu li.side-menu_m a:hover {
	color      : #ffffff;
	background : url(/Image/frame/side-menu_m_on.jpg) 0 0 no-repeat;
}

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

#footer {
	width      : 100%;
	height     : 106px;
	clear      : both;
	background : url(/Image/frame/footer.jpg) repeat-x;
}

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

#navigation-menu {
	width       : 100%;
	text-align  : center;
	font-size   : 12px;
	line-height : 150%;
	padding-top  : 10px;
	margin : 0px auto;
}

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

#navigation-menu li.navi {
	border-left : 1px solid #ffffff;
}

#navigation-menu a {
	color           : #ffffff;
	text-decoration : underline;
}

#navigation-menu a:hover {
	color           : #ffffff;
	text-decoration : none ;
}

/* --------------------------------------------------
	copyright
-------------------------------------------------- */

#copyright {
	position    : static;
	width       : 100%;
	color       : #ffffff;
	text-align  : center;
	font-size   : 12px;
	white-space : nowrap;
	margin-top  : 15px;
}
