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

html,
body {
	margin : 0;
	padding : 0;
}


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

img {
	border : none;
}


a:link {
	text-decoration : none;
	color           : #0000ff;
}

a:visited {
	text-decoration : none;
	color           : #0000ff;
}

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

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

body {
	/* setting border: 0 hoses ie5 win window inner well border */
	text-align  : center;
	font-family : Osaka, MS UI Gothic, sans-serif;
	font-size   : 12px;
	color       : #000000;
	background  : #f6f6f6 url(/Image/frame/bg_body.jpg) 0 0;
}

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

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

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

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

#h1-text {
	position    : absolute;
	top:0;
	left:0;
	margin      : 0px;
	padding     : 1px 14px;
	font-size   : 12px;
	font-weight : bold;
	word-break  : break-all;
	white-space : nowrap;
	overflow    : hidden;
	color:#ffffff;
}

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

#pagebody-inner {
	border   : 1px #aaaaaa solid;
	background:#ffffff;
}

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

#header {
	position : relative;
	width    : 798px;
	height:101px;
}

#header-image {
}

#header_head_text {
	position : absolute;
	top:78px;
	left:16px;
}

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

#header_navigation-menu {
	text-align  : left;
	background:#333333;
	padding:5px;
	position:static;
	width:788px;
	_width:798px;
}

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

#header_navigation-menu li {
	display    : inline;
	padding    : 0px 6px 0px 8px;
	list-style : none;
	font-size:16px;
	font-weight:bold;
}

#header_navigation-menu li.left-line {
	border-left : 2px solid #ffffff;
}

#header_navigation-menu a {
	color:#ffffff;
}

#header_navigation-menu a:hover {
}


/* --------------------------------------------------
	crumb
-------------------------------------------------- */

#crumb {
	position : static;
}

#crumb a {
}

#crumb a:hover {
}

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

#wrapper {
	width  : 798px;
	padding : 15px 0px 40px;
	background  : #ffffff url(/Image/frame/bg_wrapper.jpg) 0 0;
	zoom:1;
}

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

#alpha {
	display  : inline; /* ie win bugfix */
	position : relative;
	margin-right : 30px;
	float    : right;
	width    : 531px;
	padding-bottom : 10px;
}

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

#beta {
	display  : inline; /* ie win bugfix */
	position : relative;
	float    : left;
	width    : 214px;
	padding-bottom : 10px;
}

h2.ttl_contents {
margin-left:7px;
margin-bottom:4px;
}

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

#side-menu,
#side-submenu {
	position : relative;
	width    : 213px;
}

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

#side-menu li.side-menu_m,
#side-submenu li.side-menu_s {
	list-style : none;
	width      : 213px;
}

.side-menu_m_text {
	padding-left : 35px;
	display : block;
}

.side-menu_s_text {
	padding-left : 35px;
	display : block;
}

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

#side-menu li.side-menu_m {
	height     : 30px;
	background : url(/Image/frame/side-menu_m.jpg) 0 0 no-repeat;
}

#side-menu li.side-menu_m a {
	display : block;
	height     : 30px;
	color   : #000000;
	text-decoration : none;
}

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

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

/* --------------------------------------------------
	sub menu
-------------------------------------------------- */

#side-submenu {
	margin-top : 5px;
}

#side-submenu li.side-menu_s {
	height     : 30px;
	background : url(/Image/frame/side-menu_s.jpg) bottom left no-repeat;
}

#side-submenu li.side-menu_s a {
	display : block;
	height  : 30px;
	color   : #000000;
	text-decoration : none;
}

#side-submenu li.side-menu_s a:hover {
	color   : #cc0000;
	text-decoration : underline;
	background : url(/Image/frame/side-menu_s_on.jpg) bottom left no-repeat;
}

.side-menu_s_text {
	padding-top : 6px;
}


/* --------------------------------------------------
	freearea_side
-------------------------------------------------- */
#freearea_side {
background:#ffffff;
margin-left:7px;
padding:8px;
width:183px;
_width:199px;
margin-bottom:8px;
}

#freearea_side a {
text-decoration:underline;
}

#freearea_side a:hover {
text-decoration:none;
}


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

#footer {
	width : 798px;
	clear : both;
	background : url(/Image/frame/bg_footer.jpg) 0 0 repeat-y;
}

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

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

#footer_navigation-menu ul {
	margin  : 0px 50px;
	padding :20px 0 30px 0px;
}

#footer_navigation-menu li {
	display     : inline;
	padding    : 0px 0px 0px 8px;
	list-style  : none;
	line-height : 1.6;
	color:#ffffff;
}

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

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

/* --------------------------------------------------
	site_copyright
-------------------------------------------------- */

#site_copyright {
	position    : static;
	width       : 100%;
	text-align  : center;
	word-break  : break-all;
	white-space : nowrap;
	overflow    : hidden;
	padding : 2px;
	color:#ffffff;
}

/* --------------------------------------------------
	whatsnew
-------------------------------------------------- */

#whats-new {
	padding:10px 9px 5px;
background:#feecf0;
margin-bottom:15px;
}

#whats-new ul {
	margin  : 0px;
	padding : 0px;
}

#whats-new li {
	list-style : none;
	padding-left : 0px;
	padding-bottom : 3px;
	margin-bottom : 5px;
	border-bottom:1px dotted #cccccc;
}

#whats-new a {
color:#000000;
}

#whats-new a:hover {
}

/* --------------------------------------------------
	contact form
-------------------------------------------------- */

table.tbl_frame{
	margin          : 10px 0px 10px 0px;
	border          : 1px solid #dddddd;
	border-collapse : collapse;
}
table.tbl_frame th{
	background-color : #dddddd;
	width            : 200px;
	padding          : 0px;
	border-bottom    : 1px solid #ffffff;
	color            : #000000;
	font-size        : 12px;
	font-weight      : normal;
	text-align       : left;
}
table.tbl_frame th.last{
	border-bottom : 1px solid #dddddd;
}

table.tbl_frame td{
	padding : 0px;
	border  : 1px solid #dddddd;
}

table.tbl_frame p{
	padding   : 5px;
	margin    : 0px;
	font-size : 12px;
}

/* --------------------------------------------------
	cgi form
-------------------------------------------------- */

span.span_caution {
color:#ff0000;
}

/* --------------------------------------------------
	search box
-------------------------------------------------- */
div#search-box {
position:absolute;
left:492px;
top:34px;
margin-bottom:15px;
}

form {
margin:5px 0 0;
padding:0;
}

input#search {
width:130px;
}

input#button {
_height:22px;
}
