/* 全体構造 */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
	text-align: center;
	min-width: 720px;
    color: #333;
    background: #F0F0EB;
}

form { margin: 0; padding: 0; }
a { color: #36414d; text-decoration: underline; }
a img { border: 0; }
a:hover { color: #a3b8cc; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* 各ブロック構造 */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 720px;
    text-align: left;
    background: #F0F0EB;
}

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

#right {
    display: inline; /* ie win bugfix */
    float: right;
    min-height: 1px;
	width: 562px; 
	background: #F0F0EB:;
	margin: 0px;
}

#left {
    display: inline; /* ie win bugfix */
	position: absolute;
	float: left;
	width: 158px;
	background: #F0F0EB;
}

#navigation{
	width: 158px;
	background: #F0F0EB;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-indent: -9999px;
}

#navigation li a{
	display: block;
	width: 158px;
	height: 59px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content {
    display: inline; /* ie win bugfix */
    float: right;
    min-height: 1px;
	width: 562px;
} 

#content-top {
	background:url(../images/site-images/stage/stage_top01.gif) no-repeat top;
	height: 213px;
	display: block;
	clear: both;
}

#stage-bt {
	padding-top: 10px;
	height: 30px;
}

.bt-new {
	display: block;
	width: 150px;
	height: 30px;
	float: left;
	padding-left: 15px
}

.bt-old {
	display: block;
	width: 150px;
	height: 30px;
	margin-left: 175px;
}

#content-inner {
	padding: 40px;
	background:url(../images/site-images/common/cont_back.gif);
	position: static;
}

#content-bottom {
	background:url(../images/site-images/common/cont_bottom.gif) no-repeat bottom;
	height: 25px;
}

#header {
    background: #F0F0EB url(../images/site-images/stage/header.gif);
	float: right;
    width: 562px; /* necessary for ie win */
	height: 145px;
}

#entry {
    position: static;
	float: right;
    overflow: hidden;
    clear: both;
    width: 100%;
}

#footer {
    background: #F0F0EB;
	float: right;
    width: 562px; /* necessary for ie win */
	height: 261px;
	background: #F0F0EB;
}


/* ヘッダ要素 */

#banner-header {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
	display:none;
}

#banner-description {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.125;
	display:none;
}


/* エントリー要素 */

/* .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; }
/* */

#header { position: relative; }
#banner-inner { position: static; }

.entry-content {
    margin: 0;
}

.entry-body {
	position: relative;
	padding-bottom: 30px;
	display: block;
	clear: both;
}

.entry-body p img {
	position: absolute;
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
}



.entry-body ul {
	list-style: none;
	text-align: left
}

.entry-footer {
    clear: both;
    margin: 5px 10px 20px 10px;
	border-top: 1px dotted #CCCCCC;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.name {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 191px;
}

.prof {
	line-height: 160%;
	font-size: 10px;
	margin-left: 191px;
}



/* ナビゲーション要素 */


#navi-news {
	background:url(../images/site-images/common/bt_news.gif) no-repeat;
}

#navi-prof {
	background:url(../images/site-images/common/bt_prof.gif) no-repeat;
}

#navi-stage {
	background:url(../images/site-images/common/bt_stage.gif) no-repeat -158px 0px;
}

#navi-player {
	background:url(../images/site-images/common/bt_player.gif) no-repeat;
}

#navi-blog {
	background:url(../images/site-images/common/bt_blog.gif) no-repeat;
}

#navi-want {
	background:url(../images/site-images/common/bt_want.gif) no-repeat;
}

/* ナビゲーション要素（ロールオーバー） */

#navi-news a:hover {
	background:url(../images/site-images/common/bt_news.gif) no-repeat -158px 0px;
}

#navi-prof a:hover {
	background:url(../images/site-images/common/bt_prof.gif) no-repeat -158px 0px;
}

#navi-stage a:hover {
	background:url(../images/site-images/common/bt_stage.gif) no-repeat -158px 0px;
}

#navi-player a:hover {
	background:url(../images/site-images/common/bt_player.gif) no-repeat -158px 0px;
}

#navi-blog a:hover {
	background:url(../images/site-images/common/bt_blog.gif) no-repeat -158px 0px;
}

#navi-want a:hover {
	background:url(../images/site-images/common/bt_want.gif) no-repeat -158px 0px;
}

/* お問合せ */

#reference {
	height: 12px;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 15px;
}

/* コピーライト */

#copyright {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}
