	@charset "utf-8";
/*
Theme Name: manualz
Theme URI: http://www.manualz.jp
Description: マニュアルズ WEBサイト用テーマ
Author: manualz
Author URI: http://www.manualz.jp
*/


img { border: 0; }
/*-----------Block Level Elements--------------*/
body {
	font-size: 12px;
/*	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3",  Osaka, "ＭＳ Ｐゴシック";
	color: #666;
	background: #FFFFFF url('images/bg.gif') repeat-x;;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
td {	font-size: 12px;}
a {	color:#5B3A00; text-decoration: none; }
a:hover {color:#A0522D; text-decoration: none; }

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

h1 {
	display: none;
}
h4 {
	color: #5B3A00;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
/* \ */
*:first-child+html h4 {
	line-height: 1.4em;
}
/**/


/*-----------HEADER--------------*/
#header {
	width: 900px;
	height: 190px;
	color: #5B3A00;
	padding: 0;
}
#header .header_link {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 25px;
}
/* \ */
* html #header .header_link {
/*	padding-top: 3px;*/
}
*:first-child+html #header .header_link {
/*	padding-top: 3px;*/
}
/**/
#header a {
	color: #5B3A00;
	padding: 0;
}
#header a:hover { color:#B8A68E; }
.page_title {
	position: relative;
	width: 900px;
	height: 86px;
	margin: 0 0 13px 0;
	padding: 0;
}
.page_title a {
	position: absolute;
  display: block;
	width: 380px;
	height: 75px;
}
.page_title a span {
  display: none;
}

/* ↓↓↓ Page Title */
#header h2 {
	width: 900px;
	height: 86px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	margin: 0;
}
#header h2.t_home { background: url('images/header/t_home.gif') no-repeat; }
#header h2.t_about_us { background: url('images/header/t_about_us.gif') no-repeat; }
#header h2.t_service { background: url('images/header/t_service.gif') no-repeat; }
#header h2.t_works { background: url('images/header/t_works.gif') no-repeat; }
#header h2.t_case_study { background: url('images/header/t_case_study.gif') no-repeat; }
#header h2.t_contact { background: url('images/header/t_contact.gif') no-repeat; }
#header h2.t_blog { background: url('images/header/t_blog.gif') no-repeat; }
/* ↑↑↑ Page Title */

/* ↓↓↓ Header Navi */
#header ul.navi {
	width: 550px;
	height: 14px;
	background: url('images/header/contents.gif') top left no-repeat;
	margin: 0;
	padding: 0 0 0 74px;
}
#header ul.navi li {
	float: left;
	list-style: none;
	margin-right: 9px;
}
#header ul.navi li a span { display:none; }
#header ul.navi li a {
  display: block;
	height: 14px;
}
#header ul.navi li#n_home a {
	width: 35px;
  background: url('images/header/n_home.gif') bottom center no-repeat;
}
#header ul.navi li#n_about a {
	width: 59px;
  background: url('images/header/n_aboutus.gif') bottom center no-repeat;
}
#header ul.navi li#n_service a {
	width: 50px;
  background: url('images/header/n_service.gif') bottom center no-repeat;
}
#header ul.navi li#n_works a {
	width: 45px;
  background: url('images/header/n_works.gif') bottom center no-repeat;
}
#header ul.navi li#n_case a {
	width: 72px;
  background: url('images/header/n_casestudy.gif') bottom center no-repeat;
}
#header ul.navi li#n_contact a {
	width: 56px;
  background: url('images/header/n_contact.gif') bottom center no-repeat;
}
#header ul.navi li#n_blog a {
	width: 33px;
  background: url('images/header/n_blog.gif') bottom center no-repeat;
}
#header ul.navi li a.select { 
  background-position: top center !important;
}
#header ul.navi li#n_home a:hover,
#header ul.navi li#n_about a:hover,
#header ul.navi li#n_service a:hover,
#header ul.navi li#n_works a:hover,
#header ul.navi li#n_case a:hover,
#header ul.navi li#n_contact a:hover,
#header ul.navi li#n_blog a:hover {
  background-position: top center;
}
#header ul:after {
	content:"";
	display:block;
	clear:both;
}
/* ↑↑↑ Header Navi */


/*-----------FOOTER--------------*/
#footer {
	position: relative;
	float: left;
	color:#5B3A00;
	width: 900px;
	height: 70px;
	background: url('images/footer.gif') top left no-repeat;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
#footer p{
	margin:0;
	font-size:12px;
	padding-top:60px;
}
#footer a.url {
	position: absolute;
	top: 32px;
	left: 2px;
}
address { /*display: none; */
	font-size:10.5px;
		}
/* \ */
* html #footer {
	margin-top: 20px;
}
*:first-child+html #footer {
	margin-top: 20px;
}
/**/


/*-----------CONTENTS--------------*/
#content {
	font-size: 12px;
}
/* \ */
* html #content {
	line-height: 1.2em;
}
*:first-child+html #content {
	line-height: 1.2em;
}
/**/
#sidebar {
	float: right;
	font-size: 12px;
}
.narrowcolumn {
	float: left;
	width: 900px;
	padding: 0;
	margin: 0;
}
.maincolumn {
	float: left;
	width: 660px;
	padding: 0;
	margin: 0;
}
#content h3 {
	width: 900px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	margin-bottom: 10px;
	padding: 0;
}
#content h3.page_home1 { background: url('images/home/t_web_site.gif') no-repeat; width: 660px; }
#content h3.page_home2 { background: url('images/home/t_case_study.gif') no-repeat; width: 660px; }
#content h3.page_home3 { background: url('images/home/t_blog.gif') no-repeat; width: 660px; }
#content h3.page_about { background: url('images/about_us/t_about_us.gif') no-repeat; }
#content h3.page_service { background: url('images/service/t_service.gif') no-repeat; }
#content h3.page_works { background: url('images/works/t_works.gif') no-repeat; }
#content h3.page_case_study { background: url('images/case/t_case_study.gif') no-repeat; }
#content h3.page_contact { background: url('images/contact/t_contact.gif') no-repeat; }
#content h3.page_blog { background: url('images/blog/t_blog.gif') no-repeat; width: 660px; }

/* page scroll add 090903*/
#side_include {position: absolute; z-index: 2; right: 0px; top: 190px;}
.pagetop {padding: 150px 0px 0px 0px;}

/*-------------The Post ENTRY-------------*/
.post_entry {
	width: 900px;
	height: auto;
	background: url('images/line.gif') top left no-repeat;
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
	clear: both;
}
.first {
	background: none;
	padding: 0;
}
.post_entry p {
	font-size: 11px;
	margin: 7px 0 15px;
	line-height: 1.4em;	
	letter-spacing: 0.15em;
}
/* \ */
* html .post_entry p {
	line-height: 1.5em;
}
*:first-child+html .post_entry p {
	line-height: 1.5em;
}
/**/
img.works {
	margin: 5px 0 0; 
	border: 1px solid #5B3A00;
}


/*-------------The Post-------------*/
.post {
	width: 660px;
	margin: 0 0 20px 0;
}
.entry {
	width: 660px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
}
.entry p {
	font-size: 11px;
	line-height: 1.5em;	
}
.pagelink {
	width: 900x;
	height: 20px;
	margin: 0 0 15px 0;
	padding: 8px 0 0 0;
	clear: both;
}
.pagelink2 {
	width: 6600x;
	height: 20px;
	margin: 0 0 15px 0;
	padding: 8px 0 0 0;
	clear: both;
}
.pageprev {
	float: left;
	margin-bottom: 10px;
}
.pagenext {
	float: right;
	margin-bottom: 10px;
}
.pagelink a {
	color: #5B3A00;
/**	text-decoration: none;**/
}
.pagelink a:hover {
/**	color: #5B3A00;**/
/**	text-decoration: underline;**/
}


/*-------------PAGE-------------*/
/* ↓↓↓ HOME */
.website {
	width: 660px;
	margin: 0 0 15px 0;
	clear: both;
}
.website ul {
	width: 660px;
	margin: 0;
	padding: 0;
	clear: both;
}
.website li {
	float: left;
	width: 116px;
	list-style: none;
	margin: 0 14px 25px 0;
	padding: 0;
}
.website li img {
	border: 1px solid #5B3A00;
}
.website li p {
	width: 115px;
/*	height: 45px;*/
	height: 40px;
	font-size: 10px;
	overflow: hidden;
	margin: 3px 0 0;
}
.top {
	width: 660px;
	margin: 0 0 15px 0;
	clear: both;
}
.top dl {
	margin: 0;
	padding: 0;
	clear: both;
}
.top dt {
	float: left;
	width: 260px;
	margin: 0 0 15px 0;
}
.top dd {
	float: right;
	width: 400px;
	margin: 0 0 15px 0;
}
.top dd p {
	font-size: 10px;
	margin: 5px 0 0 0;
}
.c_title {
	color: #5B3A00;
	font-weight: bold;
/*	margin-bottom: 15px;*/
	margin: 0 0 0 100px;
	line-height: 1.3em;	
}
#c_category a{
	font-size: 10px;
	padding:0 5px 0 5px;
	background-color: #8b0000;
	color: #FFFFFF;
/*	font-weight: bold;*/
	line-height: 1.3em;	
}
#c_category a:hover{
	background-color: #a52a2a;
}

.top ul {
	width: 660px;
	margin: 0;
	padding: 0;
	clear: both;
}
.top li {
	font-size: 11px;
	width: 660px;
	list-style: none;
	border-bottom: 1px dotted #999999;
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
}
/* \ */
* html .top li {
	padding: 0 0 10px 0;
}
*:first-child+html .top li {
	padding: 0 0 10px 0;
}
/**/
.top li img {
	float: left;
	width: 58px;
	margin-right: 5px;
	display: inline;
}
.top li a {
	color: #333;
}
.top li a:hover {
	color: #A0522D;
/**	text-decoration: underline;**/
}
/* ↑↑↑ HOME */

/* ↓↓↓ ABOUT US */
.post_entry dl {
	margin: 5px 0 0 0;
	padding: 0;
	clear: both;
}
.post_entry dt.w_photo {
	float: left;
	width: 190px;
	margin: 0 0 10px 0;
	padding: 0;
}
.post_entry dd.work {
	float: right;
	width: 710px;
	margin: 0 0 10px 0;
	padding: 0;
}
.post_entry dt.i_photo {
	float: left;
	width: 385px;
	margin: 0 0 15px 0;
}
.post_entry dd.info {
	float: right;
	width: 515px;
	margin: 0 0 15px 0;
}
.post_entry dd.info p {
	margin: 0 0 12px;
}
/* \ */
* html .post_entry dd.info p {
	line-height: 1.3em;
}
*:first-child+html .post_entry dd.info p {
	line-height: 1.3em;
}
/**/
.post_entry dd.info a, .post_entry dd.info a:hover {
	background: none;
}
/* ↑↑↑ ABOUT US */

/* ↓↓↓ SERVICE */
.post_entry dt.service_info {
	float: left;
	width: 220px;
	margin: 7px 0 15px 0;
	padding: 0;
}
.post_entry dt.service_info h5 {
	color: #5B3A00;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}
.post_entry dt.service_info p {
	line-height: 1.5em;
	margin: 0;
}
.post_entry dd.service_txt {
	float: right;
	width: 680px;
	margin: 7px 0 15px 0;
	padding: 0;
}
/* ↑↑↑ SERVICE */

/* ↓↓↓ WORKS */
.post_entry a.txt, .post_entry a.txt:hover {
	color: #5B3A00;
	font-size: 10px;
	font-weight: bold;
	background-color: #DED7CC;
	padding: 2px;
}
.post_entry a.img, .post_entry a.img:hover {
	background-color: none;
}
/* ↑↑↑ WORKS */

/* ↓↓↓ CASE STUDY */
.accordion_toggle {
	display: block;
	width: 890px;
	background-color: #DED7CC;
	color: #5B3A00;
	font-weight: bold;
	padding: 5px 0 0 10px;
	min-height: 25px;
	margin: 10px 0 0 0;
	outline: none;
/*	cursor: pointer;*/
	clear: both;
}
/* \ */
* html .accordion_toggle {
	padding: 5px 0 5px 10px;
}
*:first-child+html .accordion_toggle {
	padding: 8px 0 0 10px;
}
/**/
.accordion_toggle_active { margin: 10px 0 0 0; }
.accordion_content {
	width: 900px;
	padding: 0;
/*	overflow: hidden;*/
	clear: both;
}
.accordion_content p { margin: 7px 0 20px; }
/* ↑↑↑ CASE STUDY */

/* ↓↓↓ CONTACT */
.contact_column {
	position: relative;
	width: 850px;
	height: 55px;
	background-color: #DED7CC;
	margin: 0 0 20px 0;
	padding: 10px 25px 0;
	clear: both;
}
/* \ */
* html .contact_column {
	width: 900px;
	height: 45px;
	padding: 20px 25px 0;
}
*:first-child+html .contact_column {
	width: 900px;
	height: 45px;
	padding: 20px 25px 0;
}
/**/
.contact_column p {
	color: #5B3A00;
	font-weight: bold;
}
.contact_column a {
	position: absolute;
	top: 16px;
	left: 600px;
}
/* ↑↑↑ CONTACT */

/* ↓↓↓ BLOG */
.title {
	width: 660px;
	margin-bottom: 5px;
}
.title a{
	color: #5B3A00;
	font-size: 16px;
	font-weight: bold;
}
.title a:hover {
	color: #A0522D;
}
.date {
	color: #5B3A00;
	font-size: 10px;
	margin: 0 0 10px 0;
}
/* \ */
* html .date {
	font-size: 11px;
}
*:first-child+html .date {
	font-size: 11px;
}
/**/
.date span {
	background-color: #DED7CC;
	padding: 2px 5px 2px;
}
/* end */
/* ↑↑↑ BLOG */


/*--------------Sidebar------------*/
/* ↓↓↓ Page HOME */
.homenavi {
	width: 200px;
	background: url(images/home/navi_bg.gif) top left repeat;
	padding: 10px;
	margin-bottom: 20px;
}
.homenavi h4 {
	width: 200px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	margin-bottom: 10px;
	padding: 0;
}
.homenavi h4.n_works { background: url('images/home/n_works.gif') no-repeat; }
.homenavi h4.n_service { background: url('images/home/n_service.gif') no-repeat; margin-top: 30px; }

.wk_column {
	width: 180px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 15px;
	clear: both;
}
.wk_column img { margin-bottom: 5px; }
.wk_column p {
	font-size: 11px;
	line-height: 1.3em;
	margin: 0;
}
/* \ */
* html .wk_column p {
	margin: 5px 0 0;
}
*:first-child+html .wk_column p {
	margin: 5px 0 0;
}
/**/
.wk_column p a{
	color: #333;
	text-decoration: underline;
}
.wk_column p a:hover {
	color: #A0522D;
}
.sv_column {
	width: 180px;
	background-color: #FFFFFF;
	padding: 10px;
}
.last { margin-bottom: 30px; }
/* ↑↑↑ Page HOME */

/* ↓↓↓ Page BLOG */
.blognavi {
	width: 220px;
	margin-bottom: 20px;
}
.blognavi h4 {
	width: 220px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	margin-bottom: 5px;
	padding: 0;
}
.blognavi h4.n_entry { background: url('images/blog/n_recent_entry.gif') no-repeat; }
.blognavi h4.n_category { background: url('images/blog/n_category.gif') no-repeat; }
.blognavi h4.n_tag { background: url('images/blog/n_tag.gif') no-repeat; }

.blognavi ul {
	list-style-type: none;
	margin: 0 0 25px 0;
	padding: 0;
}
.blognavi ul li {
	font-size: 10px;
	margin-bottom: 3px;
	padding: 0;
}
/**
.blognavi ul li a{
	color: #333;
}
.blognavi ul li a:hover {
	color: #333;
}
**/
/* \ */
* html .blognavi h4 {
	margin-bottom: 10px;
}
* html .blognavi ul li {
	font-size: 11px;
	margin-bottom: 5px;
}
*:first-child+html .blognavi h4 {
	margin-bottom: 10px;
}
*:first-child+html .blognavi ul li {
	font-size: 11px;
	margin-bottom: 5px;
}
/**/
.r_navi {
	width: 220px;
	margin-bottom: 10px;
}

/* ↑↑↑ Page BLOG */


/*-------------Other------------------*/
.right {
	float: right;
}
.more{
	padding:0 5px 0 5px;
	background-color: #8b4513;
	color: #FFFFFF;
	margin-bottom: 15px;
	line-height: 1.3em;	
	font-size: 10px;
	font-weight: bold;
/*
	color: #5B3A00;
	font-size: 10px;
	font-weight: bold;
*/
}

.more:hover {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #a0522d;
}
.result {
	font-size: 10px;
	margin-bottom: 15px;
}
/* \ */
* html .result {
	margin: 0;
}
*:first-child+html .result {
	margin: 0;
}
/**/

