/* container
----------------------------------------*/
#container {
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

/* Wrapper
-----------------------------------------*/
#wrapper {
	position: relative;
	height: 100%;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: url(http://www.webbibo.com/assets/images/content_bg.png) repeat-y right top;
}

/* Header
-----------------------------------------*/
#header {
	position: relative;
	position: fixed;
	top: 0px;
	z-index: 5;
	float: left;
	width: 165px;
	height: 100%;
	padding: 98px 0px 0px 0px;
	border-right: 1px dotted #CCCCCC;
	background: url(http://www.webbibo.com/assets/images/body_bg3.png) repeat left top;
}

* html #header {
	position: relative;
}

#header .sitelogo {
	position: relative;
	z-index: 2;
	margin: 0px 0px 12px 0px;
}


#global-search {
	position: relative;
	z-index: 2;
}


/* google search*/
#g-search-input {
	width: 138px;
}
#g-search-submit {
	position: absolute;
	top: 3px;
	left: 123px;
}

/*
#ajaxSearch_form {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 208px;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #E5DFC6;
	background-color: #F6F0E0;
}

#ajaxSearch_input_label {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 208px;
	height: 28px;
}

#ajaxSearch_input {
	position: absolute;
	top: 9px;
	left: 28px;
	width: 180px;
	border: none;
	background-color: transparent;
	letter-spacing: 0.1em;
	outline: none;
	color: #988D8A;
	font-size: 0.9em;
	letter-spacing: 2px;
}

#ajaxSearch_submit {
	position: absolute;
	top: 7px;
	left: 6px;
}
*/

#global-menu {
	position: relative;
	z-index: 3;
	width: 140px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#global-menu .category {
	zoom:1;
}

#global-menu .category li {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	background: url(http://www.webbibo.com/assets/images/menu_list_line2.gif) no-repeat right top;
}

#global-menu .category > li:first-child {
	background: none;
}

* html #global-menu .category li { /*IE bug fix*/
	vertical-align: bottom;
	zoom: 1;
}

#global-menu .category li a {
	display: block;
	padding: 16px 0px 16px 18px;
	background: url(http://www.webbibo.com/assets/images/arrow1.gif) no-repeat left 16px;
	color: #38312F;
	letter-spacing: 1px;
	text-decoration: none;
}

#global-menu .category li a:hover,
#global-menu .category li a:active,
#global-menu .category li:hover a {
	padding-left: 18px;
	color: #807572;
}

#global-menu .category li:hover ul a {
	background: none;
}

#global-menu .category div {
	display: none;
	position: absolute;
	top: 0px;
	left: 112px;
	width: 340px;
	padding: 0px 0px 0px 15px;
	background: url(http://www.webbibo.com/assets/images/balloon_arrow.png) no-repeat left 15px;
	z-index: 10;
}

#global-menu .category ul {
	min-height: 30px;
	height: auto !important;
	height: 30px;
	padding: 8px 10px 8px 16px;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 3px 3px 3px #999;
	-moz-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
	background: url(http://www.webbibo.com/assets/images/bgcolor_bk_line_opacity.png) repeat left top;
	z-index: 10;
}

#global-menu .category ul li {
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5～7*/
	/zoom: 1; /*for ie5～7*/
	width: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: none;
	text-decoration: none;
	line-height: 1.3;
	vertical-align: top;
}

#header #global-menu .category ul li a {
	display: block;
	padding: 6px 5px 6px 5px;
	background: none;
	color: #FBF9F0;
	letter-spacing: 0px;
}

#global-menu .category ul li a:hover,
#global-menu .category ul li a:active {
	background: none;
	color: #FFF;
	text-decoration: underline;
}

#update-area {
	position: relative;
	z-index: 2;
	width: 190px;
	margin: 0px 0px 20px 0px;
	font-size: 0.9em;
}

#update-area img {
	visibility: visible;
}

#update-content {
	padding: 15px 15px 0px 15px;
}

#update-content .title {
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 1px;
}

#update-content ul {
	
}

#update-content li {
	margin: 14px 0px 0px 0px;
}

#update-content li .date {
	margin: 0px 10px 0px 0px;
	color: #666666;
	font-size: 0.8em;
}

#update-content li a {
	color: #38312F;
}

#header address {
	position: relative;
	z-index: 2;
	width: 190px;
	color: #666666;
	font-size: 0.9em;
	line-height: 1.3;
}

#twitter-rss {
	position: absolute;
	top: 0px;
	left: -120px;
	z-index: 1;
	width: 209px;
	height: 480px;
	margin: 0px 0px 0px 0px;
	background: url(http://www.webbibo.com/assets/images/twitter_rss.png) no-repeat 0px 0px;
}

#twitter-rss a{
	outline: none;
}

#twitter-rss .twitter {
	position: absolute;
	top: 35px;
	left: -3px;
	z-index: 5;
	display: block;
	width: 139px;
	height: 125px;
}

#twitter-rss .twitter span {
	display: none;
}

#twitter-rss .twitter:hover,
#twitter-rss .twitter:active {
	background: url(http://www.webbibo.com/assets/images/twitter_ov.png) no-repeat left top;
}

#twitter-rss .rss {
	position: absolute;
	top: 390px;
	left: -3px;
	z-index: 5;
	width: 77px;
	height: 92px;
}
#twitter-rss .rss span {
	display: none;
}
#twitter-rss .rss:hover,
#twitter-rss .rss:active {
	background: url(http://www.webbibo.com/assets/images/rss_ov.png) no-repeat left top;
}

/* Content
-----------------------------------------*/
#content {
	float: right;
	width: 810px;
	margin: 0px 0px 0px 0px;
	padding: 47px 0px 40px 25px;
	background: url(http://www.webbibo.com/assets/images/content_bg.png) repeat-y left top;
	z-index: 10;
}
* html #content {
	position: static;
}

#content-head {
	padding: 40px 0px 0px 0px;
}


/* Topic Path
---------------------------------*/
#topic-path {
	width: 560px;
	min-height: 24px;
	height: auto !important;
	height: 24px;
	margin: 0px 0px 2px 0px;
	padding: 13px 0px 0px 0px;
}

#topic-path li {
	float: left;
	font-family: sans-serif;
	font-size: 0.9em;
	line-height: 1.3;
}

#topic-path a {
	margin: 0px 8px 0px 0px;
	padding: 0px 10px 0px 0px;
	background: url(http://www.webbibo.com/assets/images/topicpath_arrow.gif) no-repeat right 2px;
	color: #333;
	text-decoration: none;
}

#topic-path a:hover,
#topic-path a:active {
	color: #333;
	text-decoration: underline;
}

#topic-path span {
	color: #999;
}

/* PageTitle
------------------------------------------*/
h1 {
	float: left;
	width: 580px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	background: url(http://www.webbibo.com/assets/images/author_balloon_bottom_red.png) no-repeat left bottom;
}

h1 span {
	display: block;
	padding: 12px 40px 12px 12px;
	background: url(http://www.webbibo.com/assets/images/author_balloon_top_red.png) no-repeat left top;
	color: #FFFFFF;
}


/* Author
-----------------------------------------*/
#author {
	margin: -60px 0px 10px 590px;
}

/* Main Content
-----------------------------------------*/
#main-content {
	float: left;
	width: 560px;
}

/* Sub Content
-----------------------------------------*/
#sub-content {
	margin: 0px 0px 0px 590px;
	width: 220px;
}


#awasete_yomitai {
	width: 198px;
	margin: 0px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #E5DFC6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #F6F0E0;
}

#awasete_yomitai .title {
	font-size: 0.9em;
	border-bottom: 1px dotted #CCC;
}
#awasete_yomitai .title a {
	color: #38312F;
}
.awasete_yomitai li {
	overflow: hidden;
	margin: 5px 0;
	background: 0 top no-repeat;
	list-style-image: none !important;
	list-style-type: none !important;
	list-style-position: outside;
	font-size: 0.9em;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.awasete_yomitai li a {
	color: #38312F;
}

.awasete_favicon {
	list-style-image: none;
	list-style-type: none !important;
	list-style-position: outside;
}
.awasete_favicon li {
	padding: 5px 0 5px 20px;
}
/* Footer
-----------------------------------------*/
#footer {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 72px;
	border-top: 0px solid #38312F;
	border-bottom: 0px solid #E5E5E5;
	background: url(http://www.webbibo.com/assets/images/grade.png) repeat-x left top;
	z-index: 10;
}
* html #footer {
	position: absolute;
	top: 0;
	left: 0;
	background: none;
}

#footer .footer-contents {
	width: 1000px;
	margin: 0px auto 0px auto;
}

#footer ul {
	float: right;
	padding: 9px 10px 6px 0px;
}

#footer ul li {
	display: inline;
	float: left;
	margin: 0px 0px 0px 15px;
	font-size: 0.9em;
	line-height: 1.2;
}

#footer ul li a {
	color: #666666;
}

#footer ul li a:hover,
#footer ul li a:active {
}

/* GoTop Button
-----------------------------------------*/
#gotop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 20;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 5px solid #38312F;
}

#gotop a {
	position: absolute;
	bottom: 0px;
	right: 180px;
	overflow: hidden;
	width: 91px;
	height: 32px;
	outline: none;
	text-align: right;
}

#gotop a:link,
#gotop a:visited {
}

#gotop a:hover,
#gotop a:active {
	height: 36px;
}

/* for IE6 */
* html #gotop {
	position: relative;
	margin: 0px 0px 0px 0px;
}

/* Text Decoration
-----------------------------------------*/
.strike {
	text-decoration: line-through;
}

/* Clear Fix
-----------------------------------------*/
/* for modern browser */
.clfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clfx {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clfx {
	height: 1%;
}
.clfx {
	display: block;
}
/**/

