@charset "utf-8";
/*
Theme Name: ton_cms_9
Theme URI: http://www.total-office-net.com
Description: トータルオフィスネット
Author: TotalOfficeNet
*/

/* CSS Document */
/*///////////////
緑：008837  1A6638  005824  31C36C  58C383 
黄色：FFFF00 BFBF30  A6A600  FFFF40  FFFF73 
青：0578B4 256587  024D75  3BA2DA  65B1DA 
///////////////*/

/* ++++++ タグリセット ++++++ */
html, body, 
ul, ol, li, dl, dt, dd, 
h1, h2, h3, h4, h5, h6, 
div, p, blockquote, 
th, td, 
form, fieldset, input, textarea, 
pre {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
		"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
}

/* ++++++ 共通設定 ++++++ */
body {
	text-align: center;
	font-size: 13px;
}
a {
	color: #008837;
}
a:hover {
	color:#FF9A00;
}
p, ul, li {
	line-height: 1.5em;
}
.center p {
	margin: 0 0 1em 0;
	padding: 0 5px;
}
small {
	font-size: 12px;
}
blockquote {
	margin: 10px 5px;
	padding: 0.5em;
	background-color: #CDFAA4;
	border: 1px solid #666666;
}
.center blockquote p {
	margin: 0;
}
pre {
	padding: 0.5em 0 0.5em 20px;
	border: 1px solid #2679e0;
	overflow: scroll;
}
textarea, input {
	padding: 3px;
	font-size: 12px;
}

/* ++++++ id,class ++++++ */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	text-align: center;
}
.cboth	{
	clear: both;
}
.post_date, .post_category {
	text-align: right;
	line-height: 1.2em;
	font-size: 12px;
}
.post_category {
	margin: 0 0 5px 0;
}
.comments_date {
	margin: 0 0 5px 0;
	padding: 5px 0;
	line-height: 1.2em;
	font-size: 12px;
	text-align: right;
}
.post_tags {
	clear: both;
	margin: 0 0 5px 0;
	padding: 3px 0;
	text-align: right;
	line-height: 1.2em;
	font-size: 12px;
}

/* ++++++ header ++++++ */
#header {
	text-align: left;
}

/* ++++++ title ++++++ */
.title {
	text-indent: -9999px;
}
.title-box {
	margin: 0 auto;
	padding: 0 0 5px 0;
	width: 900px;
	height: 180px;
	background: url(images/title.gif) 0 0 no-repeat;
	position: relative;
}
.title-box-inner_1 {
	float: left;
}
.title-box-inner_1 a {
	display: block;
	width: 170px;
	height: 180px;
}
.title-box-inner_2 {
	float: right;
	width: 235px;
	height: 180px;
	vertical-align: bottom;
}
.title-box-inner_2 p {
	text-align: right;
	text-indent: 0;
	position: absolute;
	bottom: 30px;
	right: 0px;
}
.title-box-inner_2 a {
	position: absolute;
	display: block;
	width: 150px;
	height: 25px;
	background: url(images/inquiry_button.gif) 0 0 no-repeat;
	bottom: 5px;
	right: 0px;
}

/* ++++++ header-comment ++++++ */
.header-comment {
	margin: 5px auto;
	width: 900px;
	font-size: 15px;
}

/* ++++++ header-image ++++++ */
.header-image {
	margin: 0 auto;
	width: 900px;
	height: 280px;
	background: url(images/top_image.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}
/* ++++++ header-image ++++++ */
.header-sub-image {
	margin: 0 auto;
	width: 900px;
	height: 130px;
	background: url(images/sub_image.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

/* ++++++ globalnavi ++++++ */
.gNavi-box {
	margin: 0 auto;
	width: 900px;
	height: 40px;
	zoom:100%;

}
.gNavi-box li a {
	text-indent: -9999px;
}
.gNavi-box ul li {
	width:200px;
	height:40px;
	position:relative;
	float:left;
}
.gNavi-box ul li.page-item-top {
	width:100px;
}
.gNavi-box ul li a {
	display: block;
	width:200px;
	height:40px;
	text-align:center;
	color:#000000;
	line-height:40px;
	text-decoration:none;
	background:  url(images/menu.gif) 0 0 no-repeat;
}
.gNavi-box ul li.page-item-top a {
	width:100px;
}
.gNavi-box ul li a:hover {
	color:#000000;
	text-decoration:none;
}
.gNavi-box li.page-item-2 a{background-position: -100px 0;}
.gNavi-box li.page-item-5 a{background-position: -300px 0;}
.gNavi-box li.page-item-7 a{background-position: -500px 0;}
.gNavi-box li.page-item-9 a{background-position: -700px 0;}

.gNavi-box li.page-item-top a:hover{background-position: 0 -40px;}
.gNavi-box li.page-item-2 a:hover{background-position: -100px -40px;}
.gNavi-box li.page-item-5 a:hover{background-position: -300px -40px;}
.gNavi-box li.page-item-7 a:hover{background-position: -500px -40px;}
.gNavi-box li.page-item-9 a:hover{background-position: -700px -40px;}

/* ++++++ wrapper ++++++ */
.wrapper {
	margin: 10px auto 0;
	width: 900px;
	text-align: left;
	clear: both;
}

/* ++++++ main ++++++ */
.main {
	background: url(images/center_bg.gif) 0 0 repeat-y;
}
.main-box {
	overflow: hidden;
}
#side-qrcode {
	text-align: center;
}
#rss {
	padding: 0 0 0 15px;
	background: url(./images/rss.png) 0px 0px no-repeat;
}

/* ++++++ center ++++++ */
.center {
	float: right;
	width: 650px;
}
.center_title {
	background: url(images/center_h1_bottom.gif) bottom no-repeat;
}
.center h1 {
	margin: 0 0 5px 0;
	padding: 0 10px 0 30px;
	width: 470px;
	background: url(images/center_h1_top.gif) 0 0 no-repeat;
	line-height: 30px;
	font-size: 15px;
	color: #FFF;
}
.center h2 {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	width: 490px;
	background: url(images/center_h2.gif) 0 0 no-repeat;
	line-height: 30px;
	font-size: 15px;
	color: #FFF;
}
.center h3 {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	width: 480px;
	background: url(images/center_h3.gif) 0 0 no-repeat;
	line-height: 30px;
	font-size: 14px;
	color: #008837;
}
.center h4 {
	margin: 5px 0;
	padding: 0 0 0 20px;
	width: 480px;
	background: url(images/center_h4.gif) 0 0 no-repeat;
	line-height: 15px;
	font-size: 13px;
	color: #008837;
}
.center-box-inner ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
	list-style-type: circle;
}
.center-box-inner ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
	list-style-type: decimal;
}

/* ++++++ breadcrumb ++++++ */
.breadcrumb {
	margin: 10px 0;
}

/* ++++++ navi_link ++++++ */
.navi_link { /*次の記事へ*/
	margin: 5px 0;
	line-height: 2em;
	font-size: 12px;
}
.wrapper-single .navi_link {
	border-top: 1px solid #666;
}
.post_link { /*次ページへ*/
	margin: 5px 0px;
	line-height: 2em;
	font-size: 12px;
}
.page_link p {
	margin: 5px 0;
	font-size: 12px;
}

/* ++++++ footer ++++++ */
.footer{
	clear: both;
	text-align: left;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer-menu ul li {
	float: left;
}
.return_top {
	margin: 3px auto;
	width: 500px;
	height: 15px;
}
.return_top a {
	float: right;
	display: block;
	width: 100px;
	height: 15px;
	background: url(images/to_top.gif) 0 0 no-repeat;
	text-indent: -9999px;
}
.footer-box {
	clear: both;
}
.footer-box-inner_1 {
	border: 1px solid #008837;
	margin: 0 auto;
	padding: 2px;
	width: 894px;
	height: 18px;
}
.footer-box-inner_1 a {
	color: #0578B4;
}
.footer-box-inner_2 {
	background-color: #008837;
	margin: 0 auto;
	padding: 5px;
	width: 890px;
	color: #FFFF00;
}
.footer-box-inner_2 a {
	color: #FFFF00;
}
address {
	text-align: right;
	font-style: normal;
}
#powered_by {
	text-align: right;
	font-style: normal;
}
/* ++++++ コメント ++++++ */
.com .comments_text {
	border-bottom: 1px solid #008837;
}
.com .comments_text p {
	margin: 0;
	padding: 5px;
	color: #0578B4;
}
p.tb-url {
	padding: 5px;
}
.tb ul {
	padding: 0 0 0 20px;
	list-style-type: disc;
}
.tb li {
	padding: 2px 0;
}
.comments_form {
	margin: 5px 0;
}
.comments_form p {
	margin: 0;
}
textarea#comment {
	width: 400px;
}

/* ++++++ Style for Ktai Entry ++++++ */
.photo {
	float:left;
	padding-right:6px;
	text-indent:0;
	line-height:110%;
	font-size:0.85em;
}
.photo img {
	margin:0 4px 4px 0;
	padding:3px;
	background:white;
}
.photo-end {
	clear:left;
}

/* ++++++ サイドバー ++++++ */
.left, .right {
	width: 190px;
}
.left {
	padding: 0 10px 0 0;
	float: left;
}
.right {
	padding: 0 0 0 10px;
	float: right;
}
.right p.right_voice {
	margin: 1em 5px;
}
.center {
	float: left;
	width: 500px;
}
.left-box-inner, .right-box-inner {
	margin: 5px 0 10px 0;
}
.left h2, .right h2 {
	width: 190px;
	height: 30px;
	text-indent: -9999px;
}
.left a, .right a {
	text-decoration: none;	
}
.left ul, .right ul {
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
	list-style-type: circle;
}
h2#title_whats-new {background: url(images/left_title_1.gif) 0 0 no-repeat;}
h2#title_topics {background: url(images/left_title_2.gif) 0 0 no-repeat;}
h2#title_kaisaihoukoku {background: url(images/left_title_3.gif) 0 0 no-repeat;}
h2#title_voice {background: url(images/right_title_1.gif) 0 0 no-repeat;}
h2#title_qr {background: url(images/right_title_2.gif) 0 0 no-repeat;}
h2#title_whats-new a, h2#title_topics a, h2#title_kaisaihoukoku a, h2#title_voice a {
	display: block;
	width: 50px;
	height: 20px;
	position: relative;
	top: 7px;
	left: 135px;
}

/* ++++++ タグ，検索 ++++++ */
.wrapper-tag .post_date, .wrapper-tag .post_tags, .wrapper-search .post_date, .wrapper-search .post_tags {
	text-align: left;
}
.wrapper-tag .post_date, .wrapper-search .post_date {
	padding: 0 0 0 20px;
}

/* ++++++ コンタクトフォーム ++++++ */
form.wpcf7-form {
	margin: 10px 0 10px 10px;
}
.wpcf7 dd {
	margin: 0 0 5px 0;
}
.wpcf7 textarea {
	width: 400px;
}

/*/////////////// 個別ページ ///////////////*/
/* ++++++ トップページ ++++++ */
.top-page a {
	text-decoration: none;	
}
table.center-box-inner-table {
	width: 500px;
}
table.center-box-inner-table ul {
	list-style-type: none;
}
td.table-images {
	width: 250px;
	padding: 0 10px;
	vertical-align: top;
}
td.table-images p {
	margin: 0 0 0.5em 0;
}
td.table-images ul {
	padding: 0 10px;
}

/* ++++++ 手順 ++++++ */
.page-5 .center h4 {
	background: url(images/center_h4.gif) 0 5px no-repeat;
}

/* ++++++ サポートプラン ++++++ */
ul.support-plan-step {
	height: 140px;
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.support-plan-step li {
	float:left;
	width: 100px;
	height: 130px;
	background: url(images/step.gif) 0 0 no-repeat;
}
ul.support-plan-step li.step_last {
	width: 85px;
	background: url(images/step_last.gif) 0 0 no-repeat;
}

ul.support-plan-step li a {
	display: block;
	width: 65px;
	height: 100px;
	padding: 30px 10px 0 10px;
}

/* ++++++ Profile ++++++ */
.page-34, .page-34 .main-box {
	width: 500px;
	margin: 0 auto;
}
