@charset "shift_jis";


/* 	POBLOG CSS
---------------------------------------------------

	ファイル名　：　/css/common/common.css;
	概要 			　：　ブログ表示画面 汎用CSS;
	サイト名　　：　POBLOG - ポブログ;
	URL 　　　　：　http://www.pageone.ne.jp/;
	COPYRIGHT 　：　(c) PAGEONE All Rights Reserved.;

--------------------------------------------------- */


/* 	base setting
---------------------------------------------------
	基本設定
--------------------------------------------------- */


/* 	body setting
--------------------------------- */
body{
	background: #275023 url(../img/bkg_body.png) repeat-x 0 0px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}


/* 	parent-header
--------------------------------- */
#parent-header {
	background: #ffffff url(../img/bkg_parent-header.png) repeat-x 0 0;
	height: 20px;
	padding: 0 15px;
	}
#parent-header #parent-site-title a {
	display: block;
	width: 173px;
	height: 20px;
	background: #ffffff url(../img/tit_parent-header.png) no-repeat 0 0;
	}
#parent-header #parent-site-title a span {
	display: none;
	}
#parent-header #parent-site-link li {
	float: left;
	margin: 0 8px 0 0;
	}
#parent-header #parent-site-link li a {
	padding: 0 0 0 16px;
	background: #ffffff url(../img/ico_arr_red.gif) no-repeat 0 2px;
	font-size: 85%;
	}





#parent-header #parent-site-title {
	float: left;
	}
#parent-header #parent-site-link {
	float: right;
	}



/* 	link setting
--------------------------------- */
a:link{
	color:#4C7094;
	text-decoration:underline;
}
a:visited{
	color:#4C7094;
	text-decoration:underline;
}
a:active{
	color:#ED9614;
	text-decoration:underline;
}
a:hover{
	color:#ED9614;
	text-decoration:underline;
}




/* 	global header footer setting
---------------------------------------------------
	[global header / footer]
--------------------------------------------------- */

/* 	global_body
--------------------------------------------------- */
#global_body{
	width:780px;
	/* padding: 0 0 10px 0; */
	/* background: url(../img/bkg_global_body-bottom.png) repeat-x left bottom; */
}


/* 	header_body
--------------------------------------------------- */
#header_body{
}

#header_frame{
}

#header_bottom{
	clear:both;
	_display:none;
	}
#header_bottom hr{
	display:none;
	}

/* header_body > sub_header_body 
-------------------------------------------------------- */
#sub_header_body {
	clear:both;
	background: url(../img/bkg_navigation.png) no-repeat 0 0;
	}
* html #sub_header_body {
	height: 1px;
	}
#sub_header_body ul {
	padding: 0 0 0 10px;
	}
#sub_header_body li {
	display: inline;
	}
#sub_header_body li a {
	display: block;
	float: left;
	text-decoration: none;
	background: url(../img/ico_navigation.png) no-repeat 0 0;
	}
#sub_header_body li a span {
	display: block;
	font-weight: bold;
	padding: 12px 10px 12px 20px;
	color: #FFFFFF;
	white-space:nowrap;
	}
* html #sub_header_body li a span {
	padding: 14px 10px 12px 20px;
	}
#sub_header_body li a:hover span {
	color: #FFFF66;
	}

#sub_header_body li a.present {
	background: url(../img/ico_navigation_.png) no-repeat 0 0;
	}
#sub_header_body li a.present span {
	color: #FFFF66;
	}



/* 	header_body > site_title
--------------------------------------------------- */
#site_title{
	width: 780px;
	height: 180px;
	float:left;
}
h1{
}
#site_title h1 a {
	display: block;
	width:780px;
	height:180px;
	background: url(../img/h1p_site-title180.png) no-repeat 0 0;
}
#site_title h1 a span {
	display:none;
}
#description{
	display:none;
}


#category-header-frame #site_title {
	width:780px;
	height:50px;
}
#category-header-frame #site_title a {
	display: block;
	width:780px;
	height:50px;
	background: url(../img/h1p_site-title.png) no-repeat 0 0;
}
#category-header-frame #site_title a span {
	display:none;
}
#category-header-frame #site_title a:hover{
}
#description{
	display:none;
}



/* 	header_body > site_title
--------------------------------------------------- */
#site_title{
	width: 780px;
	height: 180px;
	float:left;
}
h1{
}
#site_title h1 a {
	display: block;
	width:780px;
	height:180px;
	background: url(../img/h1p_site-title180.png) no-repeat 0 0;
}
#site_title h1 a span {
	display:none;
}
#description{
	display:none;
}


#category-header-frame #site_title {
	width:780px;
	height:50px;
}
#category-header-frame #site_title a {
	display: block;
	width:780px;
	height:50px;
	background: url(../img/h1p_site-title.png) no-repeat 0 0;
}
#category-header-frame #site_title a span {
	display:none;
}
#category-header-frame #site_title a:hover{
}
#description{
	display:none;
}








/* 	header_body > header_assist
--------------------------------------------------- */
#header_assist{
	width:150px;
	float:right;
	text-align: right;
}
#header_assist img {
	margin: 108px 0 0 0;
}


/* 	footer_body
--------------------------------------------------- */
#footer_body{
	clear:both;
}
#footer_bottom{
	clear:both;
	_display:none;
}
#footer_bottom hr{
	display:none;
}


/* 	header footer setting
---------------------------------------------------
	[contents plugin_a article plugin_b]
--------------------------------------------------- */

/* 	contents_body
--------------------------------------------------- */
#contents_body{
	width: 780px;
	margin: 0 auto;
	clear:both;
	overflow: hidden;
	background: #ffffff;
	border-top: 3px solid #4E932D;
}
#contents_frame {
	padding: 10px 10px 5px 10px;
}

#contents_bottom{
	clear:both;
	_display:none;
}
#contents_bottom hr{
	display:none;
}



/* 	column
---------------------------------------------------
	[plugin_a_body article plugin_b_body]
--------------------------------------------------- */

#plugin_a_body{
	width:156px;
	vertical-align:top;
	float:left;
}
#article_body{
	width:540px;
	vertical-align:top;
	float:right;
}
#plugin_b_body{
	display:none;
}


#column2_bottom{
	clear:both;
	_display:none;
}
#column2_bottom hr{
	display:none;
}


/* 	article setting 
---------------------------------------------------
	[article_frame]
--------------------------------------------------- */

.article_frame{
	background:url('../img/article_body_bg.gif');
	width:540px;
	margin-bottom:20px;
}
div.article_heading{
	background:url('../img/article_heading_bg.gif');
	width:540px;
	padding-top:5px;
	padding-bottom:3px;
}
.article_heading h3.article_title{
	width:440px;
	float:left;
}
.article_heading h3.article_title{
	width:400px;
	float:left;
}
.article_heading h3.article_title a.article_title{
	font-weight:bold;
	color:#003366;
	text-decoration:none;
	font-size:100%;
	padding-left:28px;
	background:url('../img/artical_title_arrow.gif') no-repeat 15px 2px;
}
.article_heading h3.article_title a.article_title:link{
}
.article_heading h3.article_title a.article_title:hover{
	font-weight:bold;
	color:#003366;
	text-decoration:underline;;
}
.article_heading h3.article_date{
	width:140px;
	text-align:right;
	float:left;
}
.article_heading h3.article_date span{
	font-size:85%;
	font-weight:bold;
	color:#4C7094;
	padding-right:15px;
}
.article_title_botom{
	clear:both;
	_display:none;
}
.article_title_botom hr{
	display:none;
}
.article_frame div.article_text{
	padding:10px 25px 20px 25px;
	word-break:break-all;
}

.article_frame div.article_text p{
	padding-bottom:15px;
}
.article_frame div.article_text table{
	border:2px solid #4C7094;
	border-collapse:collapse;
}
.article_frame div.article_text table td{
	border:1px solid #4C7094;
	padding:2px;
}
.article_frame div.article_text table th{
	border:1px solid #4C7094;
	padding:2px;
	background:url('../img/table_th_bg.gif');
}


.article_bottom{
	clear:both;
	display:block;
	width:540px;
	text-align:right;
	background:url('../img/article_body_bottom.gif') no-repeat right bottom;
}
.article_bottom ul{
	padding:0px 13px 10px 13px;
}
.article_bottom li{
	font-size:85%;
	margin-left:5px;
	display:inline;
}
.article_bottom li a{
	padding-left:10px;
	background:url('../img/artical_bottom_arrow.gif') no-repeat left center;
}

.article_bottom li.categoly a{
	padding-left:10px;
	background:url('../img/artical_bottom_arrow.gif') no-repeat left center;
}
.article_bottom li.subcategoly a{
	padding-left:16px;
	background:url('../img/artical_bottom_arrow2.gif') no-repeat left center;
}
.article_bottom li.comment a{
	padding-left:16px;
	background:url('../img/artical_bottom_comment.gif') no-repeat left center;
}
.article_bottom li.trackback a{
	padding-left:15px;
	background:url('../img/artical_bottom_trackback.gif') no-repeat left center;
}
















/* 	response setting 
---------------------------------------------------
	[]
--------------------------------------------------- */
/* 	response
--------------------------------------------------- */
#response_frame div.response_heading{
	background:url('../img/response_heading_bg.gif');
	padding-left:10px;
	padding-right:10px;
}
#response_frame div.response_heading h4{
	border-bottom:2px solid #4E6545;
	padding-top:5px;
	padding-bottom:1px;
	padding-left:12px;
	background:url('../img/artical_title_arrow.gif') no-repeat 0px 7px;
	font-weight:bold;
	color:#4E6545;
}
.response_bottom{
	clear:both;
	display:block;
	width:540px;
	height:8px;
	text-align:right;
	background:url('../img/article_body_bottom.gif') no-repeat right bottom;
}
.response_bottom hr{
	display:none;
}



/* 	comment
--------------------------------------------------- */
#comment_frame{
	background:url('../img/response_body_bg.gif');
	background-color:#FFFFFF;
	width:540px;
	margin-bottom:5px;
}
.comment_area{
	padding-top:5px;
	padding-left:30px;
	padding-right:30px;
}
.comment_area h5{
	font-weight:bold;
	padding-left:12px;
	background:url('../img/artical_bottom_arrow.gif') no-repeat 0px 5px;
}
.comment_area p{
	padding:0px 15px 5px 15px;
	border-bottom:1px dotted #999999;
	color:#606857;
	word-break:break-all;
}
.comment_area ul{
	padding-bottom:3px;
}
.comment_area li{
	background:url('../img/artical_bottom_arrow.gif') no-repeat left center;
	padding-left:10px;
	margin-right:15px;
	list-style:none;
	display:inline;
}
.comment_area li.comment_name{
}
.comment_area li.comment_time{
	font-size:90%;
}

#comment_input{
	padding-left:10px;
	padding-right:10px;
}
#comment_input table{
	margin-left:55px;
	margin-right:55px;
	margin-top:10px;
	margin-bottom:10px;
}
#comment_input table th{
	padding-right:10px;
	text-align:left;
	vertical-align:top;
}
#comment_input table th p{
	padding-left:12px;
	background:url('../img/artical_bottom_arrow.gif') no-repeat 0px 5px;
}
#comment_input table input,#comment_input table textarea{
	font-size:100%;
	width:300px;
	text-align:left;
	word-break:break-all;
}

#comment_input table input.comment_submit{
	width:100px;
	text-align:center;
}





/* 	trackback
--------------------------------------------------- */
#trackback_frame{
	background:url('../img/response_body_bg.gif');
	background-color:#FFFFFF;
	width:540px;
	margin-bottom:5px;
}
#trackback_area{
	clear:both;
	margin-left:30px;
	margin-right:30px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px dotted #999999;
}
#trackback_area dl{
	padding-bottom:3px;
	clear:both;
}
#trackback_area dt{
	width:100px;
	padding-left:17px;
	background:url('../img/artical_bottom_arrow.gif') no-repeat 5px 4px;
	font-weight:bold;
	vertical-align:top;
	display:block;
	float:left;
}
#trackback_area dd{
	vertical-align:top;
	color:#606857;
	float:left;
}
#trackback_url{
	margin-left:30px;
	margin-right:30px;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #999999;
}

.trackback_bottom{
	clear:both;
	_display:none;
}
.trackback_bottom hr{
	display:none;
}



/* 	celarfix::parent-box
--------------------------------------------------- */
.clear:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	}
* html .clear{
	height: 1px;
	}
*:first-child+html .clear{
	min-height: 1px;
	}


/* 	outline-frame
--------------------------------------------------- */
#outline-frame {
	display: none;
	width:540px;
	margin: 0 0 25px 0;
	}
#outline-frame h2 {
	border-bottom: 1px solid #cccccc;
	margin: 0 0 5px 0;
	}
#outline-frame h2 span {
	display: block;
	padding: 0 0 5px 0;
	font-size: 170%;
	color: #cccccc;
	}
#outline-frame {
	width:540px;
	margin: 0 0 25px 0;
	}


/* 	bm-frame
--------------------------------------------------- */
#bm-frame {
	width:760px;
	}
#bm-frame #side-a {
	float: left;
	width: 540px;
	}
#bm-frame #side-b {
	float: right;
	width: 200px;
	}

/* 	bm-frame #side-a
--------------------------------------------------- */

#bm-frame #side-a h2 {
	}
#bm-frame #side-a h2 span {
	}









#bm-frame #side-a #difficult-case h2 {
	width: 545px;
	height: 25px;
	background: url(../img/h2p_difficult-case.png) no-repeat 0 0;
	}
#bm-frame #side-a #difficult-case h2 span {
	display: none;
	}
#bm-frame #side-a #difficult-case ul {
	width: 545px;
	clear: both;
	margin: 5px 0 0 5px;
	}
* html #bm-frame #side-a #difficult-case ul {
	margin: 10px 0 0 0;
	}
#bm-frame #side-a #difficult-case p {
	clear: both;
	margin: 10px 5px 25px 10px;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.3;
	}
#bm-frame #side-a #difficult-case a span {
	display: none;
	}
#bm-frame #side-a #difficult-case li {
	float: left;
	margin: 0 0 5px 5px;
	}
#bm-frame #side-a #difficult-case li a {
	display: block;
	width: 260px;
	height: 180px;
	}
#bm-frame #side-a #difficult-case li#case1 {
	background: url(../img/pic_difficult-case_01.png) no-repeat 0 0;
	}
#bm-frame #side-a #difficult-case li#case2 {
	background: url(../img/pic_difficult-case_02.png) no-repeat 0 0;
	}
#bm-frame #side-a #difficult-case li#case3 {
	background: url(../img/pic_difficult-case_03.png) no-repeat 0 0;
	}
#bm-frame #side-a #difficult-case li#case4 {
	background: url(../img/pic_difficult-case_04.png) no-repeat 0 0;
	}






/* 	bm-frame #side-b
--------------------------------------------------- */

#bm-frame #side-b h2 {
	background: url(../img/h2p_bkg_side-blk-b.png) no-repeat left bottom;
	padding: 0 0 0 5px;
	}
#bm-frame #side-b h2 span {
	display: block;
	padding: 4px 0 4px 18px;
	color: #C4D022;
	font-weight: bold;
	background: url(../img/ico_arr-h2b-wht.gif) no-repeat left center;
	}
#bm-frame #side-b ul li {
	margin: 0 0 2px 0;
	}
* html #bm-frame #side-b ul li {
	margin: 0 0 0px 0;
	}
#bm-frame #side-b ul li img {
	border: 0;
	vertical-align: bottom;
	}

#bm-frame #side-b #newtopics {
	background: url(../img/h2p_bkg_side-blk-t.png) no-repeat 0 0;
	padding-top: 1px;
	margin: 0 0 10px 0;
	}
#bm-frame #side-b #newtopics .date {
	display: block;
	margin: 0 0 2px 0;
	font-family: "Tahoma";
	font-size: 85%;
	font-weight: bold;
	color: #993300;
	}
#bm-frame #side-b #newtopics .article {
	padding: 0 0 0 14px;
	background: url(../img/ico_arr_gre.gif) no-repeat 0 2px;
	line-height: 1.2;
	}
#bm-frame #side-b #newtopics li {
	background: url(../img/lin_2-1-ash.png) repeat-x left bottom;
	padding: 2px 0 4px 2px;
	}

#bm-frame #side-b #inquiry-link {
	margin: 0 0 10px 0;
	}
#bm-frame #side-b #inquiry-link h2 {
	display: none;
	}
#bm-frame #side-b #inquiry-link a {
	display: block;
	width: 200px;
	height: 63px;;
	background: url(../img/bna_inquiry.png) no-repeat;
	}
#bm-frame #side-b #inquiry-link a:active,
#bm-frame #side-b #inquiry-link a:focus,
#bm-frame #side-b #inquiry-link a:hover {
	display: block;
	width: 200px;
	height: 63px;;
	background: url(../img/bna_inquiry_.png) no-repeat;
	}
#bm-frame #side-b #inquiry-link a span {
	display: none;
	}

#bm-frame #side-b #products-link {
	background: url(../img/h2p_bkg_side-blk-t.png) no-repeat 0 0;
	padding-top: 1px;
	margin: 0 0 10px 0;
	}
#bm-frame #side-b #products-link li {
	display: inline;
	}
#bm-frame #side-b #products-link li a {
	display: block;
	padding: 4px 0 5px 0;
	background: url(../img/lin_2-1-ash.png) repeat-x left bottom;
	}
#bm-frame #side-b #products-link li a span {
	padding: 0 0 0 16px;
	background: url(../img/ico_arr_gre.gif) no-repeat 0 1px;
	}

#bm-frame #side-b #other-link {
	margin: 0 0 10px 0;
	}
#bm-frame #side-b #other-link h2 {
	display: none;
	}
#bm-frame #side-b #other-link a.pageone {
	display: block;
	width: 200px;
	height: 42px;;
	background: url(../img/bna_pageone.png) no-repeat;
	}
#bm-frame #side-b #other-link a.pageone:active,
#bm-frame #side-b #other-link a.pageone:focus,
#bm-frame #side-b #other-link a.pageone:hover {
	background: url(../img/bna_pageone_.png) no-repeat;
	}
#bm-frame #side-b #other-link a.pageone span {
	display: none;
	}
#bm-frame #side-b #other-link a.poblog {
	display: block;
	width: 200px;
	height: 42px;;
	background: url(../img/bna_poblog.png) no-repeat;
	}
#bm-frame #side-b #other-link a.poblog:active,
#bm-frame #side-b #other-link a.poblog:focus,
#bm-frame #side-b #other-link a.poblog:hover {
	background: url(../img/bna_poblog_.png) no-repeat;
	}
#bm-frame #side-b #other-link a.poblog span {
	display: none;
	}
#bm-frame #side-b #other-link a.oneweb {
	display: block;
	width: 200px;
	height: 42px;;
	background: url(../img/bna_oneweb.png) no-repeat;
	}
#bm-frame #side-b #other-link a.oneweb:active,
#bm-frame #side-b #other-link a.oneweb:focus,
#bm-frame #side-b #other-link a.oneweb:hover {
	background: url(../img/bna_oneweb_.png) no-repeat;
	}
#bm-frame #side-b #other-link a.oneweb span {
	display: none;
	}



#footer_body {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 780px;
	background: url(../img/bkg_parent-footer.png) repeat-x 0 0;
	}
#footer_body #solution {
	float: left;
	width: 240px;
	padding: 10px 0 10px 0;
	}
#footer_body #products {
	float: left;
	width: 380px;
	padding: 10px 0 10px 0;
	}
#footer_body #developer {
	float: left;
	width: 130px;
	padding: 10px 0 10px 0;
	}

#footer_body #products-list {
	padding: 0 10px 0 10px;
	}

#footer_body #solution h2{
	padding: 0 0 0 16px;
	margin: 0 0 3px 0;
	background: url(../img/ico_prent-footer-h2g.gif) no-repeat 0 0;
	font-weight: bold;
	color: #CDCDCD;
	}
#footer_body #products h2{
	padding: 0 0 0 16px;
	margin: 0 0 3px 0;
	background: url(../img/ico_prent-footer-h2b.gif) no-repeat 0 0;
	font-weight: bold;
	color: #CDCDCD;
	}
#footer_body #products-list ul {
	padding: 0 0 0 10px;
	min-height: 16px;
	_height:16px;
	}
#footer_body #products-list #solution li {
	width: 220px;
	}
#footer_body #products-list #products li {
	float: left;
	width: 180px;
	min-height: 16px;
	_height:16px;
	}
#footer_body #products-list li a {
	padding-left: 13px;
	background: url(../img/ico_prent-footer-liw.gif) no-repeat 0 0;
	font-size: 92%;
	white-space:nowrap;
	}
#footer_body #products-list #solution li a {
	color: #79BA38;
	}
#footer_body #products-list #products li a {
	color: #5CB0DE;
	}

#footer_body #products-list li a span {
	font-family: "MS UI Gothic";
	}
#footer_body #products-list li a:active,
#footer_body #products-list li a:focus,
#footer_body #products-list li a:hover {
	padding-left: 15px;
	background: url(../img/ico_prent-footer-liw.gif) no-repeat 2px 0;
	}
#footer_body #developer {
	background: url(../img/lin_products-list.png) no-repeat left center;
	}
#footer_body #developer h2{
	display: none;
	}
#footer_body #developer a {
	display: block;
	width: 120px;
	height: 80px;
	background: url(../img/pic_developer.gif) no-repeat center center;
	}
#footer_body #developer a span {
	display: none;
	}
#footer_body #copyright {
	background: url(../img/lin_parent-footer.png) no-repeat center top;
	padding-top: 8px;
	}
#footer_body #copyright #right-mark {
	margin: 0 auto;
	background: url(../img/cpy_parent-footer.gif) no-repeat center top;
	width: 281px;
	height: 9px;
	}
#footer_body #copyright #right-mark span {
	display: none;
	}
#footer_body #copyright {
	}
#footer_body #copyright {
	}
#footer_body {
	}







/* 	contents_body > contents-area
--------------------------------------------------- */

#contents-area {
	}


#contents-area .article-frame .article-area {
	margin: 0 0 30px 0;
	font-size: 125%;
	line-height: 1.4;
	color: #666666;
	font-family: "Tahoma";
	}
#contents-area .article-frame .article-area p {
	line-height: 1.4;
	}
#contents-area .article-frame {
	}
#contents-area .article-frame {
	}
#contents-area .article-frame {
	}
#contents-area {
	}
#contents-area {
	}








/* 	categories ::
--------------------------------------------------- */


h2.category706 {
	width: 780px;
	height: 58px;
	background: url(../img/h2p_solution-outline.png) no-repeat 0 0;
	}
h2.category707 {
	width: 780px;
	height: 58px;
	background: url(../img/h2p_proposal.png) no-repeat 0 0;
	}
h2.category708 {
	width: 780px;
	height: 58px;
	background: url(../img/h2p_related.png) no-repeat 0 0;
	}
h2.category709 {
	width: 780px;
	height: 58px;
	background: url(../img/h2p_flow.png) no-repeat 0 0;
	}
h2.category710 {
	width: 780px;
	height: 58px;
	background: url(../img/h2p_result.png) no-repeat 0 0;
	}
h2.category711 {
	width: 780px;
	height: 58px;
	background: url(../img/h2p_download.png) no-repeat 0 0;
	}
h2.category712 {
	width: 780px;
	height: 58px;
	background: url(../img/h2p_contact.png) no-repeat 0 0;
	}


h2.category706 span,
h2.category707 span,
h2.category708 span,
h2.category709 span,
h2.category710 span,
h2.category711 span,
h2.category712 span {
	display: none;
	}

h2.category_01 {
	width: 780px;
	height: 58px;
	background: url(../img/h2p_solution-outline.png) no-repeat 0 0;
	}
h2.category_02 {
	width: 780px;
	height: 58px;
	background: url(../img/h2p_proposal.png) no-repeat 0 0;
	}
h2.category_03 {
	width: 780px;
	height: 58px;
	background: url(../img/h2p_related.png) no-repeat 0 0;
	}
h2.category_04 {
	width: 780px;
	height: 58px;
	background: url(../img/h2p_flow.png) no-repeat 0 0;
	}
h2.category_05 {
	width: 780px;
	height: 58px;
	background: url(../img/h2p_result.png) no-repeat 0 0;
	}
h2.category_06 {
	width: 780px;
	height: 58px;
	background: url(../img/h2p_download.png) no-repeat 0 0;
	}
h2.category_07 {
	width: 780px;
	height: 58px;
	background: url(../img/h2p_contact.png) no-repeat 0 0;
	}


h2.category_01 span,
h2.category_02 span,
h2.category_03 span,
h2.category_04 span,
h2.category_05 span,
h2.category_06 span,
h2.category_07 span {
	display: none;
	}



#contents-area {
	width: 655px;
	margin: 0 auto;
	padding: 0;
	}


/* ######## ソリューション概要 ######## */
#outline {
	margin: 0 0 50px 0;
	}
#outline h3 {
	width: 655px;
	height: 25px;
	background: url(../img/h3p_outline.png) no-repeat 0 0;
	}
#outline h3 span {
	display: none;
	}
#outline p,
#outline #outline-picture {
	margin:10px 50px 10px 50px;
	}

/* ######## ソリューションで目指すこと ######## */
#target-point {
	margin: 0 0 50px 0;
	}
#target-point h3 {
	width: 655px;
	height: 25px;
	background: url(../img/h3p_target-point.png) no-repeat 0 0;
	}
#target-point h3 span {
	display: none;
	}

#target-point #target-point-picture,
#target-point dl {
	margin:10px 50px 10px 50px;
	}
#target-point dt {
	border-bottom: 2px solid #000000;
	}
#target-point dt span {
	display: block;
	padding: 2px 0 1px 21px;
	background: url(../img/ico_hand-yel.png) no-repeat 0 3px;
	font-size: 110%;
	font-weight: bold;
	}
#target-point dt span strong {
	color: #4D7128;
	}
#target-point dd {
	margin: 10px 10px 20px 10px;
	}


/* ######## ご提案 ######## */
#proposal-detail {
	margin: 0 0 50px 0;
	}
#proposal-detail h3 {
	width: 655px;
	height: 25px;
	background: url(../img/h3p_proposal-detail.png) no-repeat 0 0;
	}
#proposal-detail h3 span {
	display: none;
	}
#proposal-detail p {
	margin:10px 50px 10px 50px;
	}

/* ######## 解決例 ######## */
#solution-detail {
	margin: 0 0 50px 0;
	}
#solution-detail h3 {
	width: 655px;
	height: 25px;
	background: url(../img/h3p_solution-detail.png) no-repeat 0 0;
	}
#solution-detail h3 span {
	display: none;
	}
#solution-detail .lead-link {
	margin:10px 50px 10px 50px;
	}

#solution-detail dl {
	margin:10px 65px 10px 50px;
	padding:0 0 10px 0;
	background: url(../img/lin_2-1-ash.png) repeat-x left bottom;
	}

#solution-detail dt {
	font-size: 0%;
	line-height: 0%;
	}
#solution-detail dt .case {
	display: none;
	padding: 8px 0 1px 23px;
	background: url(../img/ico_men.png) no-repeat 0 9px;
	font-size: 110%;
	font-weight: bold;
	color: #4D7128;
	}
#solution-detail dl.men dt .case {
	display: none;
	padding: 8px 0 1px 23px;
	background: url(../img/ico_men.png) no-repeat 0 9px;
	font-size: 110%;
	font-weight: bold;
	color: #4D7128;
	}
#solution-detail dl.women dt .case {
	display: none;
	padding: 8px 0 1px 23px;
	background: url(../img/ico_woman.png) no-repeat 0 9px;
	font-size: 110%;
	font-weight: bold;
	color: #4D7128;
	}
#solution-detail dl.women dd .result {
	margin: 4px 0 0 0;
	padding: 0 0 4px 70px;
	background: url(../img/ico_solution-blue.png) no-repeat 0 0;
	min-height: 60px;
	font-weight: bold;
	}
#solution-detail dl.men dd .result {
	margin: 4px 0 0 0;
	padding: 0 0 4px 70px;
	background: url(../img/ico_solution-red.png) no-repeat 0 0;
	min-height: 60px;
	font-weight: bold;
	}
* html #solution-detail dl.man dd .result,
* html #solution-detail dl.women dd .result {
	height: 60px;
	}
#solution-detail dd {
	width: 540px;
	}
#solution-detail dd .products {
	border: 1px solid #dddddd;
	background-color: #E9F7DF;
	padding: 5px;
	margin: 0 0 0 70px;
	}
#solution-detail dd .products h4 {
	font-size: 85%;
	font-weight: bold;
	padding: 0 0 0 18px;
	background: url(../img/ico_arr_gre.gif) no-repeat 0 2px;
	}
#solution-detail dd .products li {
	float: left;
	white-space: nowrap;
	font-size: 80%;
	padding: 0 0 0 10px;
	margin: 0 20px 0 5px;
	background: url(../img/ico_s-arrow-blu.gif) no-repeat 0 4px;
	}

/* ######## システム構成図 ######## */
#system-layout {
	margin: 0 0 50px 0;
	}
#system-layout h3 {
	width: 655px;
	height: 25px;
	background: url(../img/h3p_system-layout.png) no-repeat 0 0;
	}
#system-layout h3 span {
	display: none;
	}
#system-layout #system-layout-picture {
	margin:10px 65px 10px 50px;
	}




/* ######## 関連製品・サービス ######## */
#products-detail h3 {
	width: 655px;
	height: 25px;
	background: url(../img/h3p_products-detail.png) no-repeat 0 0;
	}
#products-detail h3 span {
	display: none;
	}
#products-detail .each-product {
	margin:10px 65px 10px 50px;
	padding:0 0 10px 0;
	background: url(../img/lin_2-1-ash.png) repeat-x left bottom;
	}
#products-detail .each-product .image {
	float: left;
	width: 130px;
	}
#products-detail .each-product .detail {
	float: left;
	width: 410px;
	font-size: 80%;
	}
#products-detail .each-product .detail p {
	padding: 5px 0 5px 0;
	}
#products-detail .each-product .function {
	float: left;
	width: 395px;
	}
#products-detail .each-product .lead-link {
	float: left;
	width: 410px;
	}
#products-detail .each-product .detail h4 {
	font-weight: bold;
	border-bottom: 2px solid #333333;
	color: #476936;
	}
#products-detail .each-product .function {
	background-color: #F8F5DE;
	border: 1px solid #dddddd;
	}
#products-detail .each-product .function h4 {
	font-size: 85%;
	font-weight: bold;
	margin: 5px 5px 0 5px;
	padding: 0 0 0 18px;
	background: url(../img/ico_arr_red.gif) no-repeat 0 2px;
	}
#products-detail .each-product .function ul {
	margin: 0 5px 5px 5px;
	}
#products-detail .each-product .function li {
	float: left;
	white-space: nowrap;
	font-size: 80%;
	padding: 0 0 0 10px;
	margin: 0 20px 0 5px;
	background: url(../img/ico_s-arrow-blu.gif) no-repeat 0 4px;
	}
#products-detail .each-product {
	}
#products-detail .each-product {
	}


/* ######## 導入の流れ ######## */
#flow-detail h3 {
	width: 655px;
	height: 25px;
	background: url(../img/h3p_flow-detail.png) no-repeat 0 0;
	}
#flow-detail h3 span {
	display: none;
	}
#flow-detail dl {
	margin:10px 50px 10px 50px;
	}
#flow-detail dt,
#flow-detail dd span {
	display: none;
	}
#flow-detail dd {
	display: block;
	width: 540px;
	height: 100px;
	}
#flow-detail dd.flow01 {
	background: url(../img/pic_flow-detail01.gif) no-repeat 0 0;
	}
#flow-detail dd.flow02 {
	background: url(../img/pic_flow-detail02.gif) no-repeat 0 0;
	}
#flow-detail dd.flow03 {
	background: url(../img/pic_flow-detail03.gif) no-repeat 0 0;
	}
#flow-detail dd.flow04 {
	background: url(../img/pic_flow-detail04.gif) no-repeat 0 0;
	}
#flow-detail dd.flow05 {
	background: url(../img/pic_flow-detail05.gif) no-repeat 0 0;
	}
#flow-detail dd.flow06 {
	background: url(../img/pic_flow-detail06.gif) no-repeat 0 0;
	}
#flow-detail dd.flow07 {
	background: url(../img/pic_flow-detail07.gif) no-repeat 0 0;
	}





/* ######## 導入実績 ######## */
#results-detail {
	margin: 0 0 50px 0;
	}
#results-detail h3 {
	width: 655px;
	height: 25px;
	background: url(../img/h3p_results-detail.png) no-repeat 0 0;
	}
#results-detail h3 span {
	display: none;
	}
#results-detail p,
#results-detail .lead-link {
	margin:10px 50px 10px 50px;
	}
#results-detail .lead-link a {
	display: block;
	width: 540px;
	height: 80px;
	background: url(../img/bna_contact.gif) no-repeat 0 0;
	}
#results-detail .lead-link a:hover {
	background: url(../img/bna_contact_.png) no-repeat 0 0;
	}
#results-detail .lead-link a span {
	display: none;
	}






/* ######## 連絡先 ######## */
#address-detail {
	margin: 0 0 50px 0;
	}
#address-detail h3 {
	width: 655px;
	height: 25px;
	background: url(../img/h3p_address-detail.png) no-repeat 0 0;
	}
#address-detail h3 span {
	display: none;
	}
#address-detail p,
#address-detail dl {
	margin:10px 55px 10px 50px;
	}
#address-detail dl {
	background: url(../img/lin_2-1-ash.png) repeat-x 0 0;
	padding: 1px 0 0 0;
	}

#address-detail dt,
#address-detail dd {
	float: left;
	background: url(../img/lin_2-1-ash.png) repeat-x left bottom;
	padding: 5px 0 5px 5px;
	}
#address-detail dt {
	width: 140px;
	font-weight: bold;
	}
#address-detail dt span {
	padding: 0 0 0 16px;
	background: url(../img/ico_arr_gre.gif) no-repeat 0 2px;
	}
#address-detail dd {
	width: 400px;
	background-color: #FBF8DD;
	}
#address-detail dd {
	}




/* ######## ダウンロード ######## */
#download-detail {
	margin: 0 0 50px 0;
	}
#download-detail h3 {
	width: 655px;
	height: 25px;
	background: url(../img/h3p_download-detail.png) no-repeat 0 0;
	}
#download-detail h3 span {
	display: none;
	}
#download-detail p,
#download-detail dl {
	margin:10px 50px 10px 50px;
	}
#download-detail dt span {
	padding: 0 0 0 20px;
	background: url(../img/ico_download.gif) no-repeat 0 0;
	font-weight: bold;
	}
#download-detail dd span {
	font-size: 85%;
	}



/* ######## プラグイン ######## */
#plugin-detail {
	margin: 0 0 50px 0;
	}
#plugin-detail h3 {
	width: 655px;
	height: 25px;
	background: url(../img/h3p_plugin-detail.png) no-repeat 0 0;
	}
#plugin-detail h3 span {
	display: none;
	}
#plugin-detail p,
#plugin-detail dl {
	margin:10px 50px 10px 50px;
	font-size: 85%;
	}
#plugin-detail dt {
	font-weight: bold;
	}
#plugin-detail dd {
	margin: 0 0 10px 0;
	}

/* ######## お問合せ ######## */
#contact-detail {
	margin: 0 0 50px 0;
	}
#contact-detail h3 {
	width: 655px;
	height: 25px;
	background: url(../img/h3p_contact-detail.png) no-repeat 0 0;
	}
#contact-detail h3 span {
	display: none;
	}
#contact-detail p,
#contact-detail .lead-link {
	margin:10px 50px 10px 50px;
	}

#contact-detail .lead-link a {
	display: block;
	width: 540px;
	height: 80px;
	background: url(../img/bna_contact.gif) no-repeat 0 0;
	}
#contact-detail .lead-link a:hover {
	background: url(../img/bna_contact_.png) no-repeat 0 0;
	}
#contact-detail .lead-link a span {
	display: none;
	}





/* ######## コンテンツ下部ナビ ######## */

#contents-bottom-nav {
	padding: 20px 0 5px 0;
	text-align: center;
	}

#contents-bottom-nav a.present {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	}
#contents-bottom-nav a.present span {
	}



/* 	present処理
--------------------------------------------------- */
#sub_header_body li a {
	
	}


/* 	celarfix::parent-box
--------------------------------------------------- */
.parent-box:after,
.clear:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	}
* html .parent-box,
* html .clear{
	height: 1px;
	}
*:first-child+html .parent-box,
*:first-child+html .clear{
	min-height: 1px;
	}










