@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%;
}

/* --------------------------------------------------
	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  : #ffffff url(/Image/frame/bg_body.jpg) 0 0;
}

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

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

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

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

#h1-text {
	position    : absolute;
	top:2px;
	left:12px;
	margin      : 0px;
	padding     : 0px;
	font-size   : 12px;
	font-weight : normal;
	color:#fc9a0e;
}

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

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

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

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

#header-image {
}

#header_head_text {
	position : relative;
	padding:5px;
}

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

#header_navigation-menu {
	text-align  : left;
	background:#ff6600;
	padding:5px 22px;
	width:754px;
	_width:798px;
}

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

#header_navigation-menu li {
	display    : inline;
	padding    : 0px 3px 0px 4px;
	list-style : none;
	font-size:12px;
	font-weight:bold;
}

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

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

#header_navigation-menu a:hover {
	text-decoration:underline;
}


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

#crumb {
	position : static;
}

#crumb a {
}

#crumb a:hover {
}

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

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

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

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

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

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

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

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

#beta ul {
	margin  : 0px;
	padding : 0px;
}

#beta li.side-menu_m,
#beta li.side-menu_s,
#beta li.side-menu_top {
	list-style : none;
	width    : 189px;
	margin-bottom : 4px;
}

#beta .side-menu_m_text {
	padding-left : 21px;
	padding-top : 8px;
	display:block;
	font-weight:bold;
}

#beta .side-menu_s_text {
	padding-left : 22px;
	padding-top : 8px;
	display:block;
}

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

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

#beta li.side-menu_m a {
	display : block;
	height  : 32px;
	color:#000000;
}

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

/* --------------------------------------------------
	sub menu
-------------------------------------------------- */
#side-submenu ul {
margin:10px 0px;
}

#beta li.side-menu_s {
	height     : 32px;
	background : url(Image/frame/side-menu_s.jpg) 0 0 no-repeat;
}

#beta li.side-menu_s a {
	display : block;
	height  : 32px;
	color:#000000;
}

#beta li.side-menu_s a:hover {
	background : url(Image/frame/side-menu_s_on.jpg) 0 0 no-repeat;
	text-decoration : underline;
	color:#000000;
}

/* --------------------------------------------------
	freearea_side
-------------------------------------------------- */
#freearea_side {
}


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

#footer {
	width : 798px;
	clear : both;
	background : #ff6600;
}



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

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

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

#whats-new {
	padding:13px 15px;
background:#f5f3f3;
}

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

#whats-new li {
	list-style : none;
	color:#000000;
	margin-bottom:3px;
}

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

#whats-new a:hover {
	color:#000000;
text-decoration:underline;
}

/* --------------------------------------------------
	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 {
margin-bottom:5px;
}

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

input#search {
width:130px;
}

input#button {
width:40px;
_height:22px;
}

/* --------------------------------------------------
	add 20081030
-------------------------------------------------- */
#p_supnav {position:absolute; top:10px; right:10px;text-align:right; font-weight:bold; font-size:11px; margin:0; padding:0;}
#p_supnav a { color:#000000; text-decoration:underline;}
#p_supnav a:hover { color:#000000; text-decoration:none;}

