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

/* CSS Document */
/*///////////////
#
#	MainColor => #0033CC (青)
#	SubColor => #ffe100 (黄色)
#	SubColor => #ff0000 (赤)
#
///////////////*/

/* ++++++ タグリセット ++++++ */
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;
	color: #434343;
}
a {
	color: #a60000;
	text-decoration: none;
}
.contents-inner a {
	text-decoration: underline;
}
a:hover {
	color:#FF0000;
}
p, ul, li {
	line-height: 1.5em;
}
.contents p {
	margin: 0 0 1em 0;
	padding: 0 5px;
}
small {
	font-size: 12px;
}
blockquote {
	margin: 10px 5px;
	padding: 0.5em;
	background-color: #d8f4f2;
	border: 1px solid #666666;
}
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 {
	margin: 0 0 5px 0;
	padding: 3px 0;
	text-align: right;
	line-height: 1.2em;
	font-size: 12px;
}
.comments_date {
	margin: 0 0 5px 0;
	padding: 5px 0;
	line-height: 1.2em;
	font-size: 12px;
}
.post_tags {
	clear: both;
	margin: 0 0 5px 0;
	padding: 3px 0;
	text-align: right;
	line-height: 1.2em;
	font-size: 12px;
}
a.link-red {
	color: #FF0000;
}
a:hover.link-red {
	color: #00CC00;
}
.bottom-margin {
	margin: 0 0 20px 0;
}

/* ++++++ header ++++++ */
#header {
	text-align: left;
}
/* ++++++ header-comment ++++++ */
.header-comment {
	background-color: #A60000;
}
.header-comment-box {
	margin: 0px auto;
	width: 900px;
	color: #FFF;
	font-size: 15px;
}

/* ++++++ title ++++++ */
.title {
	height: 60px;
/*	background-color: #0033CC;*/
}
.title-box {
	margin: 0 auto;
	width: 900px;
	height: 60px;
	background: url(images/title.gif) 0 0 no-repeat;
}
.title-box a {
	display: block;
	width: 115px;
	height: 60px;
	text-indent: -9999px;
}


/* ++++++ header-image ++++++ */
.header-image {
	margin: 0 auto 10px;
	width: 700px;
	height: 200px;
	background: url(./images/top_image.jpg) 0 0 no-repeat;
	position: relative;
}
.header-image-sub {
	margin: 10px auto 0;
	width: 700px;
	height: 100px;
	background: url(../../uploads/sub_image.jpg) 0 0 no-repeat;
	position: relative;
}

#index-wrapper tr.table-list {
	border-bottom: 1px dotted #666;
}

#index-wrapper tr.table-list td.table-date {
	width: 92px;
	padding: 3px 0;
}
#index-wrapper tr.table-list td.table-contents {
	vertical-align: top;
	padding: 3px 0;
}

/*.header-image a {
	display: block;
	width: 471px;
	height: 25px;
	background: url(images/catalog_estimate.png) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 210px;
	right: 70px;
}
.header-image a:hover {
	background-position: 0 -25px;
}*/
.header-image-box {
/*	text-indent: -9999px;*/
}

.information {
	height: 165px;
	width: 270px;
	padding: 5px 10px 10px 10px;
	background: url(images/information_bg.png) 0 0 no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
}

.information-box {
	height: 140px;
	overflow: auto;
}

a.information-list {
	float: right;
	display: block;
	padding: 0 0 12px 0;
	width: 90px;
	height: 15px;
	text-indent: -9999px;
}
/* ++++++ globalnavi ++++++ */
.gNavi {
	height: 40px;
	background: url(images/menu_bg.gif) 0 0 repeat-x;
}
.gNavi-box {
	margin: 0 auto;
	width: 900px;
}
.gNavi-box li {
	float: left;
}
.gNavi-box a {
	display: block;
	height: 40px;
	width: 150px;
	background: url(images/menu_1.gif) 0 0 no-repeat;
	line-height: 40px;
	text-indent: 10px;
	color: #FFF;
	text-decoration: none;
}
.gNavi-box a#top_link {
	line-height: 20px;
}
.gNavi-box a#menu_end {
	background: url(images/menu_end.gif) 0 0 no-repeat;
}
.gNavi-box a:hover, .gNavi-box a#menu_end:hover {
	background-position: 0 -40px;
}

.gNavi-box dt {
	height: 40px;
	width: 150px;
	background: url(images/menu_1.gif) 0 0 no-repeat;
	line-height: 40px;
	text-indent: 10px;
	color: #FFF;
	cursor:pointer;
}
.gNavi-box dt:hover {
	background-position: 0 -40px;
}
.gNavi-box dd {
	width:150px;
	position:absolute;
	overflow:hidden;
	display:none;
	z-index:200;
	opacity:0;
}
.gNavi-box dl.dropdown a {
	display:block;
	width:150px;
	height:20px;
	line-height: 20px;
	color:#FFF;
	text-decoration:none;
	background:#FF0000;
	padding:5px 10px;
	text-indent: 0;
	border-bottom:1px solid #FFF;
}


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

/* ++++++ main ++++++ */
.main {
	padding: 10px 0 0 0;
	background: url(images/contents_bg.gif) 0 0 repeat-y;
}
.main-box {
	overflow: hidden;
}

/* ++++++ subContents ++++++ */
.subContents {
	float: left;
	width: 200px;
/*	padding: 0 10px;
	width: 180px;*/
}
.subContents h2 {
	padding: 0 0 0 10px;
	width: 180px;
	height: 30px;
/*	background: url(images/subContents_h2.gif) 0 0 no-repeat;*/
	background-color: #000;
	color: #FFF;
	line-height: 30px;
	font-size: 15px;
	font-weight: normal;
}
.subContents-box {
	overflow: hidden;
}

/* ++++++ widget ++++++ */
.widget {
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
}
.widget_search label {
	display: none;
}
ul#sidebar ul {
	margin: 0 0 0 3px;
}
ul#sidebar ul ul {
	margin: 0;
}
ul#sidebar ul li {
	padding: 0 0 0 12px;
	background: url(images/side_ul.gif) 0 2px no-repeat;
}
ul#sidebar ul li ul li {
	padding: 0 0 0 12px;
	background: url(images/side_ul_ul.gif) 0 4px no-repeat;
}

.side-banner p {
	padding: 3px 0;
}
.side-banner p.banner-top {
	padding: 0 0 3px 0;
}
.blog_banner {
	text-align: center;
}
.blog_banner h2 {
	text-align: left;
}
.blog_banner img {
	margin: 5px 0;
}
#side_search {
	text-align: center;
}
#searchform {
	margin: 5px 0;
	text-align: center;
}
#searchform label {
	display: none;
}
#searchform input#s {
	width: 125px;
}


#side-qrcode {
	text-align: center;
}
#rss {
	padding: 0 0 0 15px;
	background: url(./images/rss.png) 0px 0px no-repeat;
}

/* ++++++ カレンダー部分のデザイン ++++++ */
.widget_calendar table	{
	margin: 0 0 0 1px;
	width: 189px;
	border-collapse: collapse;
	text-align: center;
}
.widget_calendar caption {
	color: #A60000;
}
.widget_calendar th, .widget_calendar td {
	padding: 5px 0;
	border: solid 1px #A60000;
}
.widget_calendar caption {
	padding: 3px 0;
}
.widget_calendar tfoot td {
	border: none;
}
.widget_calendar tfoot td#prev	{
	text-align: left;
}
.widget_calendar tfoot td#next	{
	text-align: right;
}


/* ++++++ contents ++++++ */
.contents {
	float: right;
	width: 700px;
}
.contents_title {
	background: url(images/contents_h1_bottom.gif) bottom no-repeat;
}
.contents h1 {
	margin: 0 0 5px 0;
	padding: 0 10px;
	width: 680px;
	background: url(images/contents_h1_top.gif) 0 0 no-repeat;
	line-height: 30px;
	font-size: 15px;
	color: #FFF;
}
.contents h2 {
	margin: 0 0 5px 0;
	padding: 0 10px;
	width: 680px;
	background: url(images/contents_h2.gif) 0 0 no-repeat;
	line-height: 30px;
	font-size: 15px;
	color: #FFF;
}
.contents h3 {
	margin: 5px 0;
	padding: 0 5px 0 20px;
	width: 675px;
	background: url(images/contents_h3.gif) 0 0 repeat-y;
	line-height: 25px;
	font-size: 14px;
	color: #FF9900;
}
.contents h4 {
	margin: 5px 0;
	padding: 0 5px;
	width: 685px;
	border-left: 5px solid #FF0000;
	line-height: 25px;
	font-size: 14px;
/*	color: #00CC00;*/
}
.contents-inner {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.contents-inner ul {
	padding: 0 0 0 30px;
	list-style-type: circle;
}
table.inner-table {
	margin: 0 10px 10px 10px;
}
.contents-inner tr.table-list {
	line-height: 1.5em;
}
.contents-inner td.table-portfolio {
	width: 350px;
	border-bottom: 1px dotted #666;
	padding: 10px;
	vertical-align: top;
	text-align: center;
}
.contents-inner td.table-date {
	width: 130px;
	border-bottom: 1px dotted #666;
	vertical-align: top;
}
.contents-inner td.table-contents {
	width: 550px;
	border-bottom: 1px dotted #666;
}

/* ++++++ 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: #FFFF00;
	text-decoration: none;
}
.footer a:hover {
	color: #39E639;
}
.footer li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #FFFF00;
}
.return_top {
	margin: 0 auto;
	width: 900px;
	height: 20px;
}
.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;
	padding: 5px 0;
/*	border-top: 1px solid #0033cc;*/
	background: url(images/footer_bg.gif) 0 0 repeat-x;
	color: #FFF;
}
.footer-inner {
	margin: 0 auto;
	width: 900px;
}
address {
	text-align: right;
	font-style: normal;
}

/* ++++++ コメント ++++++ */
.com p {
	margin: 0;
	padding: 5px;
	background-color: #BCCAF2;
}
p.tb-url {
	padding: 5px;
	border: 1px solid #666;
}
.tb ul {
	padding: 0 0 0 20px;
	list-style-type: disc;
}
.tb li {
	padding: 2px 0;
}
.comments_form {
	margin: 5px 0;
}
/* ++++++ 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;
}

/* ++++++ トップページ ++++++ */
.contents a.to_list {
	float: right;
	margin: -30px 5px 0 0;
	width: 50px;
	height: 20px;
	background: url(images/to_list.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

h2#internet_service, h2#pc-setup_service {
	display: block;
	width: 700px;
	height: 80px;
	text-indent: -9999px;
}
h2#internet_service {
	background: url(images/internet_service.gif) 0 0 no-repeat;
}
h2#pc-setup_service {
	background: url(images/pc-setup_service.gif) 0 0 no-repeat;
}

.service-detail {
	float: left;
	width: 450px;
	margin: 0 0 10px 0;
}
.case-study {
	float: right;
	width: 200px;
	margin: 0 0 10px 0;
	padding: 10px 25px;
	background-color: #000;
	color: #FFF;
}


/* ++++++ リンク ++++++ */
#link ul li ul {
	padding: 0 0 0 30px;
	list-style-type: circle;
}
#link ul li ul li {
	padding: 5px 0 10px 0;
}
#link ul li ul li a {
	text-decoration: none;
}

/* ++++++ NextGEN ++++++ */
.piclenselink {
	display:none;
}

/* ++++++ 会社概要 ++++++ */
table.about_us {
	margin: 5px 5px 15px 5px;
}
table.about_us th, table.about_us td {
	padding: 5px;
}
table.about_us th {
	width: 100px;
	background-color: #99ccff;
}
table.about_us td {
	width: 500px;
}
.page-11 #text-4 {
	display: none;
}

/* ++++++ タグ，検索 ++++++ */
.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;
}


/*#index-wrapper #side-banner-widget, .wrapper-page #side-banner-widget {
	display: none;
}*/

#index-wrapper #mycategoryorder, #index-wrapper #tag_cloud-3,
.wrapper-page #mycategoryorder, .wrapper-page #tag_cloud-3 {
	display: none;
}

/* ++++++ 会社概要 ++++++ */

#aboutus table {
	margin: 5px 0 5px 1px;
}
#aboutus th {
	width: 100px;
	height: 1.5em;
	padding: 0 0 0 1em;
	font-size: 14px;
	background-color: #db1919;
	color: #FFF;
	border: 1px solid #666;
}
#aboutus td {
	width: 400px;
	padding: 5px 1em 5px 1em;
	font-size: 13px;
	border: 1px solid #666;
}


.service-menu h2 {
	margin: 0;
	padding: 0;
	width: 440px;
	height: 50px;
	background: url(images/service_menu.gif) 0 0 no-repeat;
	text-indent: -9999px;
}
.service-menu ul {
	padding: 0 0 0 10px;
	list-style-type: none;
}
/*li#service-menu_1 a, li#service-menu_2 a, li#service-menu_3 a {*/
.service-menu li {
	padding: 5px 0;
}
.service-menu li a {
	display: block;
	width: 410px;
	height: 40px;
	text-indent: -9999px;
}
li.service-menu_1 a {
	background: url(images/service_menu_1.gif) 0 0 no-repeat;
}
li.service-menu_2 a {
	background: url(images/service_menu_2.gif) 0 0 no-repeat;
}
li.service-menu_3 a {
	background: url(images/service_menu_3.gif) 0 0 no-repeat;
}

h3.service-menu {
	margin: 0 0 5px 0;
	padding: 0 10px;
	width: 680px;
	line-height: 30px;
	font-size: 15px;
	color: #FFF;
}
h3#service-menu_1 {
	background: url(images/service_menu_h3_1.gif) 0 0 no-repeat;
}
h3#service-menu_2 {
	background: url(images/service_menu_h3_2.gif) 0 0 no-repeat;
}
h3#service-menu_3 {
	background: url(images/service_menu_h3_3.gif) 0 0 no-repeat;
}

#index-wrapper .contents {
	font-size: 14px;
}


/* ++++++ コンタクトフォーム ++++++ */
form.wpcf7-form {
	margin: 10px 0 10px 10px;
}
.wpcf7 dd {
	margin: 0 0 5px 0;
}
.wpcf7 input.your-name, .wpcf7 input.your-email {
	width: 300px;
}
.wpcf7 textarea {
	width: 450px;
}
