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

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

#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, MS ゴシック, MS UI Gothic, sans-serif;
	font-size   : 12px;
	color       : #444444;
	background  : #ffffff;
	margin:0;
	padding:0;
}

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

#bg-image {
	margin     : 0px auto; /* center on everything else */
	width      : 800px;
	background : #ffffff url(/Image/frame/bg-image.jpg) repeat-y;
}

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

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

div#div_h1 {
	position    : absolute;
	width       : 800px;
	margin      : 0px;
	padding     : 0px;
	font-size   : 12px;
	font-weight : normal;
	overflow    : hidden;
top:30px;
}

h1 {
	width       : 100%;
	margin      : 0px;
	padding     : 0 0 0 6px;
	font-size   : 10px;
	font-weight : normal;
	word-break  : break-all;
	white-space : nowrap;
	overflow    : hidden;
	color:#ffffff;
}

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

#pagebody {
	position  : static;
}

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

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

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

#header-info {
	position : absolute;
}

#header-text {
	position : absolute;
}


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

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

#navigation-menu img {
display:block;
}

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

#navigation-menu li {
	display    : block;
	padding    : 0px;
	margin:      0px;
	list-style : none;
width:100px;
height:30px;
float:left;
}

#navigation-menu a {
}

#navigation-menu a:hover {
}



/* --------------------------------------------------
	wrapper
-------------------------------------------------- */
div#wrapper_top {
position:relative;
width:800px;
padding-bottom:12px;
}

div#wrapper{
position:relative;
width:800px;
padding-top:24px;
padding-bottom:12px;
}

body#body_1010 div#wrapper ,
body#body_1015 div#wrapper ,
body#body_1030 div#wrapper ,
body#body_1040 div#wrapper ,
body#body_1050 div#wrapper ,
body#body_40 div#wrapper ,
body#body_50 div#wrapper {
background:#f8d4b8;
}



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

#alpha1 {
	position : relative;
	width    : 720px;
	margin-left:40px;
}

#alpha2 {
	display  : inline; /* ie win bugfix */
	position : relative;
	float    : right;
	width    : 560px;
	margin-right:10px;
}

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

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

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

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

#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;
}

/* --------------------------------------------------
	free-space
-------------------------------------------------- */
div#free-space {
margin-left:10px;
}

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

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

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

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

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

/* --------------------------------------------------
	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;
width:300px;
}

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

body#body_1015 p strong{
color:#FF0000;
font-weight:normal;
}

table.tbl_frame{
	margin:10px 0px 10px 0px;
width:600px;
margin-left:30px;
}

table.tbl_frame input {
width:300px;
}

table.tbl_frame input.input_middle {
width:200px;
}

table.tbl_frame input.input_short {
width:40px;
}

table.tbl_frame th{
	background-color:#F8D4B8;
	color:#000000;
	font-size:12px;
	padding:0px;
	width:150px;
	text-align:left;
	font-weight:normal;
	border-bottom:4px solid #FFF8F2;
padding-left:6px;
}
table.tbl_frame th.last{
}
table.tbl_frame td{
	padding:0px;
	border-bottom:4px solid #FFF8F2;
}

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

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

div#submit {
text-align:center;
}

div#submit input{
background:#F8D4B8;
color:#444444;
padding:3px 20px;
}



