@import url("AWT/awt.css");
@import url("blog/entry.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; }
/* */

#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 UI Gothic, sans-serif;
	font-size   : 12px;
	color       : #999999;
	background  : #ffffff;
	margin:0;
	padding:0;
}

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

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

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

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

#h1-text {
	position    : static;
	width       : 100%;
	margin      : 0px;
	padding     : 0px;
	font-size   : 12px;
	font-weight : normal;
	word-break  : break-all;
	white-space : nowrap;
	overflow    : hidden;
color:#999999;
font-size:10px;
padding:3px;
}

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

#pagebody {
	position  : static;
}

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

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

#header-image {
	position : static;
}

#freearea_head {
	position : absolute;
margin-top:-44px;
margin-left:240px;
}

#header-text {
	position : absolute;
}

div.box_va {
margin-left:-17px;
}

div.box_va img {
position:relative;
}

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

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

#navigation-menu ul {
padding:18px 20px;
}

#navigation-menu li {
	display    : inline;
	padding    : 0px 0px 0px 0px;
	list-style : none;
	line-height:1.2;
	color:#999999;
}

#navigation-menu a {
	color:#999999;
}

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

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

#crumb {
	position : static;
}

#crumb a {
color:#999999;
}

#crumb a:hover {
}

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

#wrapper {
	width:800px;
	margin:0;
	background : url(/Image/frame/bg_wrapper.jpg) 0 0 repeat-y;
border-bottom:1px solid #cccccc;
}

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

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

#alpha-inner {
	width    : 530px;
margin:0px 0 40px 17px;
}

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

#beta {
	display  : inline; /* ie win bugfix */
	position : relative;
	float    : left;
	width    : 235px;
	padding-top:0px;
	background : #e2e2e2 url(/Image/frame/bg_beta.jpg) right 0 no-repeat;
}

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

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

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

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

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

.side-menu_s_text {
	padding-left : 20px;
}

/* --------------------------------------------------
	main menu
-------------------------------------------------- */
#side-menu ul {
	margin:3px 3px 15px;
}

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

#side-menu li.side-menu_m a {
	display : block;
	color:#999999;
}

#side-menu li.side-menu_m a:hover {
	color:#ff6600;
text-decoration:none;
}


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

#footer {
	width : 100%;
	clear : both;
	background:#ffffff;
}

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

#copyright {
	position    : static;
	width       : 100%;
	text-align  : right;
	padding:10px 0;
	font-size:10px;
	color:#999999;
}

/* --------------------------------------------------
	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 {
color:#999999;
}

#whats-new a:hover {
color:#999999;
}

/* --------------------------------------------------
	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:#ffffff;
	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;
}


