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

#container-inner,
#pagebody-inner,
#header-inner,
#alpha-inner,
#beta-inner,
#footer-inner,
#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 ゴシック, MS UI Gothic, sans-serif;
	font-size   : 12px;
	color:#666666;
	background  : #FCF1DB url(/Image/frame/bg_body.jpg) center 0 no-repeat;
	margin:0;
	padding:0;
}

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

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

}

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

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

#h1-text {
	position    : absolute;
	width       : 100%;
	margin      : 0px;
	padding     : 0px;
	font-size   : 12px;
	top:12px;
	left:12px;
}

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

#pagebody {
margin:0 auto;
	width : 920px;
	position  : static;
	background : url(/Image/frame/bg_pagebody_inner.jpg) repeat-y;
}

#pagebody-inner {
	position  : static;
	background : url(/Image/frame/bg_pagebody.jpg) 0 0 no-repeat;
}

/* --------------------------------------------------
	head_top
-------------------------------------------------- */
div#head_top {
position:relative;
height:47px;
}

div#head_top ul {
position:absolute;
right:18px;
top:20px;
}

div#head_top li {
list-style:none;
display:inline;
padding:0 0px 0 8px;
border-left:1px solid #422f0a;
margin-left:6px;
}

div#head_top li a {
color:#422f0a;
text-decoration:none;
}

div#head_top li a:hover {
color:#422f0a;
text-decoration:underline;
}

div#head_top li.first {
border-left:0;
}



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

#header {
	width    : 100%;
	background : url(/Image/frame/bg_header.jpg) 0 0 no-repeat;
	padding-top:25px;
}

#header-image {
	position : static;
margin-left:18px;

}

#header-info {
	position : absolute;
}

#header-text {
	position : absolute;
}

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

#header_navigation-menu {
	width       : 884px;
	text-align  : center;
background:url(/Image/frame/bg_dot_gray.jpg) 0 0;
padding:5px 0;
margin-left:18px;
}

#header_navigation-menu ul{
margin:0 5px;
background:url(/Image/frame/bg_glnavi.jpg) 0 0;
padding:5px 0;
}

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

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

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

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

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

#crumb {
	position : static;
margin-bottom:15px;
}

#crumb a {
}

#crumb a:hover {
}

/* --------------------------------------------------
	wrapper
-------------------------------------------------- */
#wrapper {
width:884px;
margin-left:18px;
padding-top:19px;
padding-bottom:40px;
}


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

#alpha {
	display  : inline; /* ie win bugfix */
	position : relative;
	float    : right;
	width    : 614px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#footer {
	width : 762px;
	clear : both;
border-top:1px solid #b5873a;
margin-left:80px;
}

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

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

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

#footer_navigation-menu li {
	display    : inline;
	padding    : 0px 6px 0px 8px;
	list-style : none;
font-size:10px;
color:#b5873a;
}

#footer_navigation-menu li.left-line {
	border-left : 1px solid #b5873a;
}

#footer_navigation-menu a {
color:#b5873a;
}

#footer_navigation-menu a:hover {
color:#b5873a;
}

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

#copyright {
	position    : static;
	width       : 100%;
	text-align  : center;
	background:url(/Image/frame/bg_footer.jpg) 0 0 no-repeat;
padding-top:20px;
color:#999999;
padding-bottom:20px;
}

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

#whats-new {
	list-style-image : url(/Image/top/li_image.gif);
}

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

#whats-new li {
	list-style : none;
}

#whats-new a {
}

#whats-new a:hover {
}

/* --------------------------------------------------
	inquiry form
-------------------------------------------------- */

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

bl_frame th.last{
	border-bottom:1px solid #dddddd;
}
table.tbl_frame td{
	border:1px solid #dddddd;
	padding:0px;
}
table.tbl_frame p{
	padding:5px;
	margin:0px;
	font-size:12px;
}

