@charset "UTF-8";

/*
======== table of content. =================================

summary:セカンドページ


- HEADER
- MAIN

============================================================


/*----------------------------------------------------------
 HEADER
----------------------------------------------------------*/
#header {
	padding-bottom: 10px;
}

/**
 * Topic Path
 */
#topic_path {
	width: 100%;
	height: 35px;
}

#topic_path ul {
	display: block;
}

#topic_path li {
	float: left;
	display: block;
	margin-right: 6px;
}

#topic_path li a {
	display: block;
	padding-right: 10px;
}

#topic_path li em {
	color: #333333;
	font-style: normal;
	font-weight: normal;
}


/*----------------------------------------------------------
 MAIN
----------------------------------------------------------*/
#wrap #main {
	padding-bottom: 545px;
}

#contents {
	width: 732px;
	float: left;
}
#contents {
	font-size: 150%;
}

#pankuzu {
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 3px solid #000;
}
#pankuzu li {
	color: #666666;
	font-size: 50%;
	float: right;
}
#pankuzu li a {
	color: #666666;
}

#contents .contents_title {
	padding: 0px 0px 10px 30px;
	background: url(../images/bg_contents_title.png) no-repeat 2px 1px;
	font-size: 8px;
	color: #8B8B8B;
}

#bt_next {
	position: relative;
}
#bt_next #bt_back_comment,
#bt_next #bt_next_comment {
	/* position: absolute; */
	top: 0px;
}
#bt_next #bt_back_comment p.button,
#bt_next #bt_next_comment p.button {
	position: absolute;
	top: 0px;
	display: block;
	width: 42px;
	height: 42px;
}
#bt_next #bt_back_comment p.button a,
#bt_next #bt_next_comment p.button a {
	display: block;
}
#bt_next #bt_back_comment p.comment,
#bt_next #bt_next_comment p.comment {
	width: auto;
	position: absolute;
	top: 42px;
	display: block;
	font-size: 12px;
	padding-top: 5px;
	background-image: url(../images/bg_comment.png);
	background-repeat: no-repeat;
}
#bt_next .comment span {
	padding: 8px;
	background: #000;
	display: block;
	color: #fff;
	font-size: 11px;
	white-space: nowrap;
}

#bt_next #bt_back_comment {
	left: 0px;
}
#bt_next #bt_back_comment p.button {
	left: 0px;
}
#bt_next #bt_back_comment p.comment {
	left: 0px;
	background-position: top left;
}
#bt_next #bt_next_comment {
	right: 0px;
}
#bt_next #bt_next_comment p.button {
	right: 0px;
}
#bt_next #bt_next_comment p.comment {
	right: 0px;
	background-position: top right;
}


#sidebar {
	width: 210px;
	padding-top: 18px;
	float: right;
}


/**
 * concept box
 * top/css/index.css
 */
#sidebar .concept_box {
	width: 202px;
	padding: 6px 0px 6px 0px;
	margin-left: 6px;
	margin-bottom: 13px;
	position: relative;
}
#sidebar .concept_box_body {
	width: 191px;
	padding: 7px 0px 5px 11px;
	background: url(../images/bg_concept_box_middle.png) repeat-y left top;
}
#sidebar .concept_box h3 {
	width: 165px;
	height: 38px;
	margin-left: 8px;
	margin-bottom: 15px;
}
#sidebar .concept_box .txt {
	margin: 0px 19px 7px 8px;
	font-size: 10px;
	color: #504F4B;
}
#sidebar .concept_box .link {
	width: 181px;
	height: 30px;
}
#sidebar .concept_box .link a {
	width: 181px;
	height: 30px;
	display: block;
}
#sidebar .concept_box_top {
	width: 202px;
	height: 6px;
	background: url(../images/bg_concept_box_top.png) no-repeat left top;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 1px;
}
#sidebar .concept_box_bottom {
	width: 202px;
	height: 6px;
	background: url(../images/bg_concept_box_bottom.png) no-repeat left bottom;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 1px;
}

/**
 * side_menu_box
 */
#sidebar .side_menu_box {
	width: 208px;
	padding: 9px 0px 8px 0px;
	margin: 0px 0px 6px 2px;
	position: relative;
}
#sidebar .side_menu_box_body {
	width: 193px;
	padding: 5px 0px 11px 15px;
	background: url(../images/bg_side_menu_body.png) repeat-y left top;
}
#sidebar .side_menu_box h3 {
	margin-bottom: 6px;
}
#sidebar .side_menu_box ul li {
	width: 178px;
	height: 30px;
	margin-bottom: 1px;
}
#sidebar .side_menu_box ul li a {
	width: 178px;
	height: 30px;
	display: block;
}
#sidebar .side_menu_box_top {
	width: 208px;
	height: 9px;
	background: url(../images/bg_side_menu_top.png) no-repeat left top;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 1px;
}
#sidebar .side_menu_box_bottom {
	width: 208px;
	height: 8px;
	background: url(../images/bg_side_menu_bottom.png) no-repeat left bottom;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 1px;
}


/**
 * service_bana_box
 */
#sidebar .service_bana_box {
	width: 206px;
	margin-left: 3px;
	padding: 9px 0px 8px 0px;
	position: relative;
}
#sidebar .service_bana_box_body {
	width: 197px;
	padding: 6px 0px 2px 9px;
	background: url(../images/bg_service_bana_box_body.png) repeat-y;
}
#sidebar .service_bana_box h3 {
	padding-left: 3px;
	margin-bottom: 10px;
}
#sidebar .service_bana_box ul li {
	width: 186px;
	height: 45px;
	margin-bottom: 7px;
	border: 1px solid #c1c1c1;
}
#sidebar .service_bana_box ul li a {
	width: 186px;
	height: 45px;
	display: block;
}
#sidebar .service_bana_box_top {
	width: 206px;
	height: 9px;
	background: url(../images/bg_service_bana_box_top.png) no-repeat left top;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 1px;
}
#sidebar .service_bana_box_bottom {
	width: 206px;
	height: 8px;
	background: url(../images/bg_service_bana_box_bottom.png) no-repeat left bottom;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 1px;
}


/*----------------------------------------------------------
 FOOTER
----------------------------------------------------------*/
#footer {
	height: 460px;
	background: url(../images/bg_footer.jpg) repeat-x left bottom;
}

#footer #footer_recent {
	height: 185px;
}

/**
 * Recent Work
 */
#footer #footer_recent .work {
	width: 440px;
	margin-top: 15px;
	float: left;
}
#footer #footer_recent .work p.title {
	margin-bottom: 11px;
}
#footer #footer_recent .work li {
	width: 70px;
	padding-right: 18px;
	padding-bottom: 19px;
	float: left;
}
#footer #footer_recent .work li a {
	display: block;
	padding: 3px;
	background-color: #ABAAA7;
}
#footer #footer_recent .work li a img {
	display: block;
	border: #5E5D5A 1px solid;
}

/**
 * Recent News
 */
#footer #footer_recent .news {
	width: 482px;
	padding-top: 15px;
	padding-left: 18px;
	background: url(../images/bg_footer_line_01.gif) no-repeat 0px 30px;
	float: left;
}
#footer #footer_recent .news p.title {
	margin-bottom: 11px;
}

/* News List */
#news_list {
	position: relative;
	width: 482px;
	height: 125px;
	overflow: hidden;
}

#news_list ul,
#news_list ul li {
	display: block;
}

#news_list ul {
	width: 440px;
}

#news_list ul li {
	margin-bottom: 7px;
	padding-left: 1em;
	background: url(../images/icon_news.gif) no-repeat 2px 5px;
}

#news_list ul li a {
	color: #E1E1E1;
	font-size: 90%;
}

/* Scroll */
#news_list .ScrollBg {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 35px;
	height: 125px;
	background: transparent url( ../images/bg_news_scroll.gif ) repeat-y left top;
}

#news_list .ScrollBg a.ScrollButton {
	position: absolute;
	right: 0px;
	display: block;
	width: 33px;
	height: 10px;
	background: transparent url( ../images/bt_news_scroll.gif ) no-repeat left top;
	
	outline: none;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
}

#news_list .ScrollBg a.ScrollButton:hover {
	background-color: #7A7976;
}

#news_list .ScrollBg a.onDrag {
	background-color: #7A7976 !important;
}
