@charset "utf-8";
/*
Theme Name: katagiri-k_style
Theme URL: http://tssc.co.jp
Description:
Version: 1.2
Author: matsuoka
*/
@import url('css/pagenavi-css.css');/*pagenavi*/
@import url('css/lightbox-gallery.css');/*lightbox-gallery*/

/*-----------------------------------------
	ResetLayout
------------------------------------------*/
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin : 0;
 	padding : 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
 	font-style: normal;
}
table {
	border-collapse: collapse;
 	border-spacing: 0;
}
caption,th {
 	text-align: left;
}
q:before,q:after {
 	content: "";
}
object,embed {
	vertical-align: top;
}
hr,legend {
 	display: none;
}
h1,h2,h3,h4,h5,h6,dt {
 	font-size: 110%;
}
img,abbr,acronym,filedset {
 	border: 0;
}
img {
	vertical-align: bottom;
}
li {
 	list-style-type: none;
}

/*-----------------------------------------
	DefaultLayout
------------------------------------------*/
body {
 	background: #c6ab7b url('../images/background.jpg');
 	font-size: 80%;
 	font-family: 'メイリオ','URW Gothic L', 'Century Gothic', 'Trebuchet MS', Tahoma, Arial, Verdana, Helvetica, 'Meiryo',verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
 	line-height: 1.6;
	text-align: center;/*IE5.5*/
}
* html body {
 	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
th,td {
	padding: 3px;
}
a { 
 	color: #2d2101;
}
/* Link */
a:link {
}
a:visited {
 	color: #594101;
}
a:hover,a:focus {
	color: #8d6703;
}
a:active {
}
pre {
	font-family: 'メイリオ','Meiryo',verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}
.nos {
	display: block;
	width: 664px;
	margin: 0 auto;
	padding: 10px 0;
	color: #C00;
	font-size: 110%;
	font-weight: bold;
	background: url('./images/shared/box_middle.jpg') repeat-y;
}
.nos p {
	width: 634px;
	margin-left: 20px;
}
* html noscript p {
	width: auto;
	margin-left: 0;
}
/*-----------------------------------------
	GeneralLayout
------------------------------------------*/
.clearfix {
 	zoom: 1;
}
.clearfix:after {
 	content: ".";
 	clear: both;
 	display: block;
 	visibility: hidden;
 	height: 0.1px;
 	font-size: 0.1em;
 	line-height: 0;
}
.pagetop {
 	clear: both;
	height: 32px;
	padding-top: 10px;
	padding-right: 10px;
	background: url('./images/shared/con_bottom.jpg') no-repeat top right;
	text-align: right;
}
.pagetop img {
	vertical-align: middle;
}
.pagetop a {
	padding-left: 5px;
}
.more {
	height: 34px;
	margin: 0 auto;
	padding-right: 15px;
	background: url('./images/shared/box_bottom.jpg') no-repeat;
	text-align: right;
}
.more img {
	vertical-align: middle;
}
.more a {
	padding-top: 10px;
	padding-left: 4px;
}
.modoru {
	padding-top: 15px;
	padding-left: 15px;
}
.modoru a {
	padding: 2px 2px 2px 12px;
	background: url('./images/shared/yaji_right.jpg') no-repeat left;
}
.text_r {
	margin-right: 10px;
	text-align: right;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
/*-----------------------------------------
	MajorLayout
------------------------------------------*/
/*-------- #page */
#page {
	width: 1000px;
	margin: 0 auto;
	background: url('./images/shared/page-back.jpg') repeat-y;
}
#page_inner {
	width: 970px;
	margin: 0 auto;
	text-align: left;/*IE5.5*/
}

/*-------- #header */
#header {
	position: relative;
	width: 970px;
	height: 180px;
	background: url('./images/shared/head-back.jpg') no-repeat;
}
#header h1 {
	height: 80px;
	padding: 15px 0 0 15px;
	font-size: 100%;
}
#description {
	margin: 5px 0 0 70px;
 	color: #2d2101;
	font-weight: bold;
}

/* #t_nav */
#t_nav {
	position: absolute;
	top: 10px;
	right: 15px;
}
#t_nav ul {
}
#t_nav li {
	float: left;
	padding-left: 5px;
}
#t_nav li a {
	display: block;
	width: 103px;
	height: 26px;
}
#t_nav li a:hover {
	position: static;
}
#t_nav li a:hover img {
	position: relative;
	z-index: -1;
}
#t_nav li.contact a:hover {
	background: url('./images/shared/contact_on.jpg') no-repeat;
}
#t_nav li.sitemap a:hover {
	background: url('./images/shared/sitemap_on.jpg') no-repeat;
}

/* navi dt */
#t_nav dt,#g_nav dt, #b_nav dt {
	display: none;
}
/*-------- PageTitle */
#p_title {
}
/*-------- Global Navigation */
#g_nav {
	position: absolute;
	right: 12px;
	bottom: 4px;
}
#g_nav li {
	float: left;
}
#g_nav li a {
	float: left;
	display: block;
	height: 31px;
}

/*-------- container */
#container {
	width: 950px;
	margin: 0 auto;
	padding: 15px 10px;
	overflow: hidden;
}

/*-------- Sidebar */
#sidebar {
	width: 248px;
	float: left;
}
#sidebar h3 {
}
#sidebar .cat_list {
	margin-bottom: 10px;
}
* html body #sidebar .cat_list {
	margin-bottom: 0px;
}
#sidebar .cat_list ul {
	padding-top: 5px;
	background: url('./images/shared/side_middle.jpg') repeat-y;
}
#sidebar .cat_list ul li {
	padding-left: 15px;
}
.cat_list ul li a {
	padding-left: 15px;
	background: url('./images/shared/side_onepoint.jpg') no-repeat left;
}
.cat_list .list_more {
	height: 34px;
	padding-right: 15px;
	padding-top: 5px;
	background: url('./images/shared/side_bottom.jpg') no-repeat;
	text-align: right;
}
.cat_list .list_more img {
	vertical-align: middle;
}
.cat_list .list_more a {
	padding-left: 2px;
}
.side_banner {
	margin: 15px auto;
}
.side_banner li {
	margin-bottom: 10px;
}
* html body .cat_list .list_more {
	padding-bottom: 16px;
}
.login {
	width: 216px;
	background: #bcb279;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #b4ac7e;
}
.login h2 {
	margin-bottom: 10px;
	padding-left: 7px;
	color: #2d2101;
	border-left: 7px solid #2d2101;
}
.login form {
	margin-left: 10px;
}
.login .yourname {
}
.login strong {
}
.login p {
}
.login label {
	display: inline;
	font-size: 90%;
}
.login #login_error {
	font-size: 70%;
	color: #900;
}
/*-------- footer */
#footer {
	clear: both;
	width: 907px;
	margin: 0 auto;
	padding: 22px 22px 0 22px;
	background: url('./images/shared/foot_back.jpg') no-repeat;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
#footer .foot_left {
	float: left;
	width: 627px;
	text-align: left;
}
.foot_left dl {
	padding-right: 10px;
}
.foot_left dl dd {
	padding-left: 3px;
}
.company_menu dd ul {
	margin-top: 5px;
}
.company_menu dd ul li {
	padding-left: 5px;
}
.company_menu dd ul li a {
	padding-left: 15px;
	background: url('./images/shared/foot_yaji.jpg') no-repeat left;
}
.cat_menu dd ul {
	margin-right: 5px;
}
.cat_menu dd li a {
}
.foot_left dd ul li a {
	text-decoration: none;
}
.foot_left dd ul li a:hover {
	text-decoration: underline;
}
#footer .foot_right {
	float: left;
	width: 280px;
	text-align: right;
}
.foot_right dl dd {
	float: right;
}
.foot_right dl dd ul {
	text-align: left;
}
#footer li a {
	color: #fff;
}
#searchform {
}
#footer address {
	clear: both;
}
/*-------- topicpath */
#topicpath {
	float: right;
	width: 684px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#topicpath li {
	display: inline;
	color: #2d2101;
}
#topicpath li a {
	padding-right: 17px;
	background: url('./images/pages/topicpath.jpg') no-repeat right;
}
/*-------- content */
#content {
	width: 694px;
	float: right;
	background: url('./images/shared/con_middle.jpg') repeat-y;
}
h2.top_title {
	padding: 10px 15px 0 15px;
	background: url('./images/top/con_top.jpg') no-repeat;
}
.top_title .topimg {
	margin-top: 5px;
}
h2.page_title {
	background: url('./images/shared/con_top.jpg') no-repeat;
	font-size: 16px;
	color: #ffffff;
}
/*h2.cat_title {
	padding: 30px 15px 5px 60px;
	background: url('./images/pages/single_title.jpg') no-repeat;
	font-size: 16px;
	color: #ffffff;
}*/
h2.post_title {
	padding: 30px 15px 5px 60px;
	background: url('./images/pages/single_title.jpg') no-repeat;
	font-size: 16px;
	color: #ffffff;
}
/*管理画面title用style*/
h2#list_title {
	background: url('./images/shared/con_top.jpg') no-repeat;
	font-size: 16px;
	color: #ffffff;
}
h2#update_title {
	background: url('./images/shared/con_top.jpg') no-repeat;
	font-size: 16px;
	color: #ffffff;
}
h3.top_subtitle {
	width: 664px;
	margin: 10px auto 0 auto;
	color: #ffffff;
}
.entry h3 {
	width: 630px;
	margin: 0px auto;
	font-weight: bold;
	color: #2d2101;
}
.entry h3#msg {
	width: 600px;
	padding: 3px 3px 3px 7px;
	margin-bottom: 15px;
	border-left: 5px solid #2d2101;
	background: #efefef;
	font-weight: bold;
}
.entry h3.cat_title {
	width: 600px;
	padding: 3px 3px 3px 7px;
	margin-bottom: 15px;
	border-left: 5px solid #2d2101;
	background: #efefef;
	font-weight: bold;
}
.entry h3.post_title {
	width: 600px;
	padding: 3px 3px 3px 7px;
	margin-bottom: 15px;
	border-left: 5px solid #2d2101;
	background: #efefef;
	font-weight: bold;
}
/*--- top_content*/
.topnews {
	width: 664px;
	margin: 0 auto;
}
.topnews dl {
	background: url('./images/shared/box_middle.jpg') repeat-y;
	padding: 10px 15px 15px 20px;
}
.topnews dt {
	clear: both;
	float: left;
	width: 120px;
	padding: 6px 0px 5px 16px;
	background: url('./images/shared/yaji_right.jpg') no-repeat left;
	font-size: 90%;
}
.topnews dd {
	border-bottom: 1px dashed #9c8a59;
	font-size: 90%;
	padding: 5px 5px 5px 100px;
	padding-left: 120px;
}
.topnews li {
}
.topnews li a {
}
/*--- etc_content*/
.entry {
	width: 664px;
	margin: 0 auto;
	background: url('./images/shared/box_middle.jpg') repeat-y;
}
.entry_inner {
	width: 620px;
	margin: 0 auto;
	padding: 15px 0px;
}
* html body .entry_inner {
	padding-left: 1px;
}
.entry table {
	margin: 10px auto;
	width: 530px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}
.entry th, .entry td {
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
.entry th {
	background-color: #efefef;
	width: auto;
}
.entry th#full {
	width: 100%;
}
* html body .entry .more {
	padding-top: 1px;
}
.date {
	padding-right: 5px;
	color: #2e8b57;
	font-weight: normal;
}
/*--- .post_list*/
.post_list {
	margin: 10px auto;
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px dashed #9c8a59;
}
* html body .post_list {
	zoom: 1;
}
.post_list span.date{
	display: block;
	font-size: 80%;
}
.post_list dl {
	float: left;
	width: 500px;
}
.post_list dt {
	font-weight: bold;
}
.post_list p {
	float: right;
	width: 106px;
}
.post_list p img {
	border: 3px solid #d1d1d1;
}
/*--- #date_row */
#date_row {
	width: 630px;
	margin: 0 auto;
}
#date_row .date {
	padding: 0;
	font-size: 85%;
	width: 50%;
	float: left;
}
#date_row .edit {
	width: 50%;
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: right;
}
* html body #date_row .edit {
	margin-right: 7px;
}
#date_row .edit a {
	padding-left: 5px;
}
#date_row .float-end {
	clear: right;
}
a.pageNavigation {
	text-decoration: underline;
}
.caution {
	color: #ff3366;
}
div.caution {
	margin: 2em auto;
	text-align: center;
}
/* update */
#area_block {
	margin: 10px 0 20px 0;
	padding-left:  20px;
	width: 600px;
}
#area_block ul#category_ul {
	margin-bottom: 1em;
}
#area_block ul li {
	margin-right: 1em;
	display: inline;
	white-space: nowrap;
}
#area_block label input {
	margin-right: 0.5em;
}

#type_block {
	margin: 10px 0 20px 0;
	padding-left:  20px;
	width: 600px;
}
#type_block ul li {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
#type_block label {
	margin-right: 2em;
}
#type_block label input {
	margin-right: 0.5em;
}


table#update {
	margin: 10px auto 20px auto;
	width: 600px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}
table#update th, table#update td {
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
table#update th {
	background-color: #efefef;
}
table#update label {
	margin-right: 1em;
}
table#update label input {
	margin-right: 0.5em;
}
#file_form_block label {
	margin-left: 1em;
}
#file_form_block label input {
	margin-right: 0.5em;
}
div.inner_th {
	margin-top: 2em;
	font-weight: normal;
}
#file_form_block {
	margin: 10px auto 20px auto;
	width: 600px;
}
#map_block {
	margin:10px auto 20px auto;
	width: 600px;
}
#map_block label input {
	margin-right: 0.5em;
}
#button_block {
	margin:10px auto 20px auto;
	width: 600px;
	text-align: center;
}
#dsp_site, #updateRegist_block {
	margin: 10px auto 10px 150px;
	text-align: left;
}
#dsp_site label input {
	margin-right: 0.5em;
}
#updateRegist_block label {
	margin-right: 1em;
}
#updateRegist_block label input {
	margin-right: 0.5em;
}
#registDateCaution {
	display: none;
}
input#regist {
	font-size: 150%;
}

/* list */
table.list {
	width: 97%;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}
table.list th, table.list td {
	padding: 0.3em 0.5em;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
table.list th {
	width: 30%;
	background-color: #efefef;
}
table.list td.center {
	text-align: center;
}
table.list label {
	margin-right: 1em;
}
table.list label input {
	margin-right: 0.5em;
}
table.list2 {
	width: 97%;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}
table.list2 th, table.list2 td {
	padding: 0.3em 0.5em;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
table.list2 th {
	width: auto;
	background-color: #efefef;
}
table.list2 td.center {
	text-align: center;
}
table.list2 label {
	margin-right: 1em;
}
table.list2 label input {
	margin-right: 0.5em;
}

/* pre_print */
div#pre_print table {
	margin: 10px auto 20px auto;
	width: 600px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}
div#pre_print table th, div#pre_print table td {
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
div#pre_print table th {
	background-color: #efefef;
}
div#pre_print table label {
	margin-right: 1em;
}
div#pre_print table label input {
	margin-right: 0.5em;
}
#align-center {
	text-align: center;
}
#align-center input {
	font-size: 150%;
}

/*--- PageAncer */
#navi_column {
	width: 664px;
	margin: 0 auto;
	background: url('./images/shared/box_middle.jpg') repeat-y;
}
/* ●bottom Navigation
----------------------------------------------*/
#b_nav {
}
#b_nav li {
	display: inline;
}
/*links*/
span.link_cat_name {
	font-weight: bold;
	color: #2d2101;
}
.boxes {
	margin-left: 1em;
}
.ptop {
	text-align: right;
}
.ptop a {
	padding-left: 15px;
	background: url('./images/shared/yaji_right.jpg') no-repeat left;
}
ul.links li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
a.btn {
	margin-left: 1em;
	font-size: 90%;
	text-decoration: underline;
}
a.link_name {
	font-size: 110%;
	text-decoration: underline;
}
p.description {
	margin-left: 1em;
}
#info th {
	width: 100px;
}
.page_nav {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: right;
	border-bottom: 1px solid silver;
}
/*--- company */
dl.company {
	zoom: 1;
}
dl.company dt {
	clear: both;
	float: left;
	width: 100px;
	padding: 5px;
	font-weight: bold;	
	color: #2d2101;
}
dl.company dd {
	padding: 5px 5px 5px 100px;
	border-bottom: 1px solid #2d2101;
}
/*--- sitemap */
.sitemap dl {
	margin-bottom: 15px;
}
.sitemap dl dt {
	padding: 3px 3px 3px 10px;
	margin-bottom: 10px;
	border-left: 5px solid #2d2101;
	background: #efefef;
	font-weight: bold;
	color: #2d2101;
}
.sitemap dl dd {
	margin-left: 10px;
	line-height: 1.8;
}
.sitemap dl dd a {
	padding-left: 15px;
	background: url('./images/shared/yaji_right.jpg') no-repeat left;
}
/*--- privacy */
.privacy {
	margin-top: 10px;
	line-height: 1.7;
}
.privacy dl {
	margin: 1em;
}
.privacy p {
	margin: 1em;
}
.privacy h3 {
	width: 600px;
	padding: 3px 3px 3px 7px;
	margin-bottom: 10px;
	border-left: 5px solid #2d2101;
	background: #efefef;
	font-weight: bold;
	font-size: 110%;
	color: #2d2101;
}
.privacy dl dt {
	padding: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #2d2101;
	font-weight: bold;
	color: #2d2101;
}
.privacy dl dd {
	margin-left: 10px;
	margin-bottom: 1em;
	line-height: 1.8;
	color: #000;
}
.privacy ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

#date_row .edit a.sin_contact {
	padding-left: 15px;
	font-weight: bold;
	background: url('./images/shared/yaji_right.jpg') no-repeat left;
	text-decoration: none;
}
#date_row .edit a:hover.sin_contact {
	text-decoration: underline;
}
.contact_form textarea {
	width: 70%;
}
.tf {
	display: block;
	margin-top: 20px;
}
#search {
	width: 64px;
	height: 27px;
	border: 0;
	background-color: #ffffff;
	background-image: url('./images/pages/search_off.jpg');
	background-repeat: no-repeat;
	cursor:pointer;
}
#search:hover, #search:active {
	background-image: url('./images/pages/search_on.jpg');
}
#search:active {
	background-position: 1px 1px;
}
#jouken {
	width: 80px;
	height: 27px;
	border: 0;
	background-color: #ffffff;
	background-image: url('./images/pages/jouken_off.jpg');
	background-repeat: no-repeat;
	cursor:pointer;
}
#jouken:hover, #jouken:active {
	background-image: url('./images/pages/jouken_on.jpg');
}
#jouken:active {
	background-position: 1px 1px;
}
#back_btn, #back_top_btn {
	width: 64px;
	height: 27px;
	border: 0;
	background-color: #ffffff;
	background-image: url('./images/pages/modoru_off.jpg');
	background-repeat: no-repeat;
	cursor:pointer;
}
#back_btn:hover, #back_btn:active, #back_top_btn:hover, #back_top_btn:active {
	background-image: url('./images/pages/modoru_on.jpg');
}
#back_btn:active, #back_top_btn:active {
	background-position: 1px 1px;
}
#gmapImg {
	display: none;
}
/*--- contact */
input#subject {
	width: 20em;
}
input#from_name {

}
input#from {
	width: 25em;
}
textarea#message {
	width: 30em;
	height: 10em
}
#chk_btn {
	width: 64px;
	height: 27px;
	border: 0;
	background-color: #ffffff;
	background-image: url('./images/pages/submit_off.jpg');
	background-repeat: no-repeat;
	cursor:pointer;
}
#chk_btn:hover, #chk_btn:active {
	background-image: url('./images/pages/submit_on.jpg');
}
#chk_btn:active {
	background-position: 1px 1px;
}
#reset_btn {
	width: 80px;
	height: 27px;
	border: 0;
	background-color: #ffffff;
	background-image: url('./images/pages/naiyou_off.jpg');
	background-repeat: no-repeat;
	cursor:pointer;
}
#reset_btn:hover, #reset_btn:active {
	background-image: url('./images/pages/naiyou_on.jpg');
}
#reset_btn:active {
	background-position: 1px 1px;
}
.telfax {
	margin-top: 20px;
}

