/*----------
initial.css
-----------*/

/*初期設定用CSS*/

/*初期化*/
*{
	margin: 0;
	padding: 0;/*
	border: 0;*/
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style-type: none;
}

/*----------
common.css
----------*/

/*共用CSS*/

html,body{ height: 100%;}

body{
	background-position: center 0;
	background-image: url(http://www.bo-project.com/parts/under_bgi.gif);
}

#upperBgi{
	width: 100%;
	height: 600px;
	background-position: center 0;
}

#main{
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 1px;
	margin: -600px auto 0 auto;
	background-image: url(http://www.bo-project.com/parts/main_spacer.gif);
	position: relative;
}

#globalNavigation li{
	width: 140px;
	height: 60px;
	margin: 0 10px 0 10px;
	float: left;
	text-indent: -9999px;
}

#globalNavigation a{
	display: block;
	width: 100%;
	height: 100%;
	outline: 0;
}

#globalNavigation h1{
	width: 100%;
	height: 100%;
	background-image: url(http://www.bo-project.com/parts/child_visual_set.jpg);
}

#globalNavigation01 h1{ background-position: -10px -300px;}
#globalNavigation02 h1{ background-position: -170px -300px;}
#globalNavigation03 h1{ background-position: -330px -300px;}
#globalNavigation04 h1{ background-position: -490px -300px;}

#contents{
	border-left: 2px solid #4b2d09;
	border-right: 2px solid #4b2d09;
	background-color: black;
	color: white;
	padding: 40px 18px 80px 18px;
}

#pr{
	width: 130px;
	height: 360px;
	background-image: url(http://www.bo-project.com/parts/banner_rs.gif);
	float: right;
	text-indent: -9999px;
}

#pr a{
	display: block;
	width: 100%;
	height: 100%;
}

#header{
	width: 800px;
	height: 40px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -400px;
}

#header li{
	width: 160px;
	height: 40px;
	float: left;
	text-indent: -9999px;
}

#footer{
	width: 800px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: white;
	padding-top: 20px;
	background-image: url(http://www.bo-project.com/parts/footer.gif);
	position: absolute;
	bottom: 0;
}

.longHeader{
	background-image: url(http://www.bo-project.com/parts/sub_header_long.jpg);
	line-height: 40px;
	padding-left: 40px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.shortHeader{
	background-image: url(http://www.bo-project.com/parts/sub_header_short.jpg);
background-repeat: no-repeat;
	line-height: 40px;
	padding-left: 40px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.alignRight{ text-align: right;}

/*clearfix*/

.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix{ min-height: 1px;}
*html .clearfix{ height: 1px;}

/*---------
child.css
----------*/

/*子ページ共用CSS*/

#upperBgi{ background-image: url(http://www.bo-project.com/parts/upper_bgi.jpg);}

#globalNavigation{
	background-image: url(http://www.bo-project.com/parts/child_visual_set.jpg);
	height: 70px;
	padding-top: 160px;
}

#globalNavigation a:hover{ background-image: url(http://www.bo-project.com/parts/child_visual_set.jpg);}

#globalNavigation01 a:hover{ background-position: -10px -230px;}
#globalNavigation02 a:hover{ background-position: -170px -230px;}
#globalNavigation03 a:hover{ background-position: -330px -230px;}

#header{
	width: 800px;
	height: 40px;
}

#header li,
#header a:hover{ background-image: url(http://www.bo-project.com/parts/child_visual_set.jpg);}

#header a{
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

#header01{ background-position: 0 -370px;}
#header02{ background-position: -160px -370px;}
#header03{ background-position: -320px -370px;}
#header04{ background-position: -480px -370px;}
#header05{ background-position: -640px -370px;}

#header02 a:hover{ background-position: -160px -410px;}
#header03 a:hover{ background-position: -320px -410px;}
#header04 a:hover{ background-position: -480px -410px;}
#header05 a:hover{ background-position: -640px -410px;}

#siteId{
	background-image: url(http://www.bo-project.com/parts/child_id.jpg);
	width: 500px;
	height: 40px;
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -450px;
	text-indent: -9999px;
}

#siteId a{
	display: block;
	width: 100%;
	height: 100%;
	outline: 0;
}

/*-------
専用CSS
-------*/

#leftBox {
width: 610px;
float: left;
}

#browseBox{
width: 460px;
float: right;
}

#toolBox{
width: 130px;
float: left;
	background-image: url(http://www.bo-project.com/parts/novel_child_index_under.jpg);
background-position: bottom;
background-repeat: no-repeat;
}

.PluginBlock{
	min-height: 260px;
	height: auto !important;
	height: 260px;
	background-color: #818181;
	background-repeat: no-repeat;
	background-image: url(http://www.bo-project.com/parts/novel_child_index_upper.jpg);
	color: black;
	font-size: 13px;
	padding: 40px 10px 20px 10px;/*
overflow-x: auto;*/
margin-bottom: 10px;
}

.PluginBlock a{
color: black;
text-decoration: underline;
}

.PluginBlock a:visited{ color: #555;}
.PluginBlock a:hover{ color: red;}

.PluginInnerBlock{
margin-bottom: 40px;
}

.PluginTitle{
font-weight: bold;
text-align: center;
margin-bottom: 10px;
}

#TopBlock{
display: none;
}

.EntryInnerBlock a{
color: #f7941d;
text-decoration: underline;
}
.EntryInnerBlock a:visited{ color: #888;}
.EntryInnerBlock a:hover{ color: cyan;}

.EntryTitle a{
color: white;
font-weight: bold;
text-decoration: underline;
}

.EntryTextBox{
padding: 0 10px 0 10px;
font-size: 14px;
line-height: 1.5;
margin-bottom: 20px;
}

.EntryFooter{
font-size: 14px;
text-align: right;
margin-bottom: 40px;
}

.CommentBlock{ margin-bottom: 80px;}

.CommentMenuTitle{
font-size: 15px;
font-weight: bold;
margin-bottom: 20px;
}

.CommentFormTh{
color: white;
font-size: 14px;
padding: 5px 20px 5px 0;
	background-color: #212121;
	background-image: url(http://www.bo-project.com/parts/table_header.gif);
	background-repeat: repeat-y;
	border-right: 2px solid #595959;
text-align: right;
white-space: nowrap;
}

.CommentFormSubmit{
text-align: center;
}

.CommentFormSubmit input{
font-size: 12px;
padding: 5px 20px 5px 20px;
}

.CommentFormBlock{ margin-bottom: 40px;}

.CommentTextBox{ margin-bottom: 20px;}

.CommentTitle{
font-size: 15px;
font-weight: bold;
margin-bottom: 10px;
}

.CommentText{
font-size: 14px;
padding: 0 20px 0 20px;
margin-bottom: 10px;
}

.CommentFooter{
font-size: 14px;
text-align: right;
}

.CommentResBlock{
margin-bottom: 40px;
padding: 0 20px 0 20px;
font-size: 14px;
}

.CommentResTitle{
font-weight: bold;
margin-bottom: 10px;
}

.CommentResText{
padding: 0 20px 0 20px;
margin-bottom: 10px;
}

.CommentResFooter{ text-align: right;}

.CommentBlock a{
color: #f7941d;
text-decoration: underline;
}
.CommentBlock a:visited{ color: #888;}
.CommentBlock a:hover{ color: cyan;}

.TrackbackBlock{
font-size: 13px;
margin-bottom: 40px;
}

.TrackbackMenuTitle{
font-size: 15px;
font-weight: bold;
margin-bottom: 20px;
}

.TrackbackURLTitle{
font-size: 14px;
margin-bottom: 20px;
}

.TrackbackTextBox{ margin-bottom: 10px;}
.TrackbackTitle{ font-weight: bold;}
.TrackbackText{ padding: 0 20px 0 20px;}
.TrackbackFooter{ text-align: right;}

.TrackbackFooter a{
color: #f7941d;
text-decoration: underline;
}
.TrackbackFooter a:visited{ color: #888;}
.TrackbackFooter a:hover{ color: cyan;}

.PageLinkBlock{
font-size: 13px;
text-align: center;
margin-bottom: 20px;
}

.PageLinkBlock a{
color: #f7941d;
text-decoration: underline;
}
.PageLinkBlock a:visited{ color: #888;}
.PageLinkBlock a:hover{ color: cyan;}

#FooterBlock{ font-size: 12px;}