@charset "utf-8";
/*
Theme Name: 
Theme URI: 
Version:1.0
Description: 
Author: NextVision Co.,LTD.

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;

}
html {
	 /*background: none repeat scroll 0 0 #EE868D;*/
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
 */ /* =Fonts
-------------------------------------------------------------- */
body, input, textarea, .page-title span, .pingback a.url {
 font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
/* =Global Elements
-------------------------------------------------------------- */


body, input, textarea {
	color: #666;
	font-size: 13px;
	/*line-height: 26px;*/
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text elements */
p {
	/*padding-bottom: 18px;*/
	padding-bottom:10px;
}
ul {

}
ol {
	list-style: decimal;
	margin: 0 0 18px 3.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
	color:#555;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
/*ins {
	background: #ffc;
	text-decoration: none;
}*/
blockquote {
	font-style: italic;
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px dotted #CCCCCC;
	font-style: italic;
	padding: 20px;
	margin-bottom:20px;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Images
-------------------------------------------------------------- */
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #FAFAFA;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 2px;

	text-align: center;
	border:1px solid #e7e7e7;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #333;
	font-size: 12px;
	margin: 5px !important;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access, .entry-meta, .entry-utility, .navigation, .widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
body {
	background: none !important;
}
#wrapper {
	clear: both !important;
	display: block !important;
	float: none !important;
	position: relative !important;
}
#header {
	border-bottom: 2pt solid #000;
	overflow:hidden;
	padding-bottom: 18pt;
}
#colophon {
	border-top: 2pt solid #000;
}
#site-title,  #site-description {
	float: none;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
#site-title {
	font-size: 13pt;
}
.entry-content {
	font-size: 14pt;
	line-height: 1.6em;
}
.entry-title {
/*font-size: 21pt;*/
	}
#access,  #branding img,  #respond,  .comment-edit-link,  .edit-link,  .navigation,  .page-link,  .widget-area {
	display: none !important;
}
#container,  #header,  #footer {
	margin: 0;
	width: 100%;
}
#content,  .one-column #content {
	margin: 24pt 0 0;
	width: 100%;
}
.wp-caption p {
	font-size: 11pt;
}
#site-info,  #site-generator {
	float: none;
	width: auto;
}
#colophon {
	width: auto;
}
img#wpstats {
	display: none;
}
#site-generator a {
	margin: 0;
	padding: 0;
}
#entry-author-info {
	border: 1px solid #e7e7e7;
}
#main {
	display: inline;
}
.home .sticky {
	border: none;
}
}



/* 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
   edit theme css
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


/* =common
-------------------------------------------------------------- */
body {
    background:#CCCCCC;
	font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif; /*ゴシック体*/
	color:#333333;
    font-size: 13px;
    line-height: 1.5; /*行の高さ*/
}
#wrapper {
}
a {
	text-decoration: none;
	color:blue;
}
a:hover {
	text-decoration:underline;
}

a img {
	text-decoration: none;
	display:inline-block;	
}
a img:hover {
	opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
	/*display:inline-block;*/
}
.clear {
	clear:both;
}
.page_border {
	clear:both;
	margin-bottom:10px;
}
.page_border_in {
	clear:both;
	margin-left:-28px;
	margin-bottom:10px;
}	


/* =Header
-------------------------------------------------------------- */
#header_top_wrapper {
	background:#FFFFFF;
	height:182px;	
}
#header_top {
    margin:auto;
    width:950px;
	background:url(images/bg_header_top.jpg) no-repeat;
	height:124px;
    overflow:hidden;
}
#header_logo {
    float:left;
	width:403px;
	padding-top:20px;
	padding-left:2px;
}
#header_contact {
    float:right;
	width:252px;
	padding-top:20px;
}

/* =Menu
-------------------------------------------------------------- */
#header_navi_back {
	background:url(images/bg_header_navi.jpg) repeat-x;
	height:47px;
}
#header_navi {
}
#header_navi ul {
	margin:auto;
	width:954px;
}
#header_navi ul li {
	float:left;
	height:47px;
	overflow:hidden;
}
#header_navi ul li a:hover {
	opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
#header_navi #home a {
	background:url(images/img_header_navi_home.jpg) no-repeat;
	width:177px;
	height:47px;
	text-indent:-9999px;
	display:block;
}
#header_navi #home a.current {
	background:url(images/img_header_navi_home_current.jpg) no-repeat;
	width:177px;
	height:47px;
	text-indent:-9999px;
	display:block;
}
#header_navi #about a {
	background:url(images/img_header_navi_about.jpg) no-repeat;
	width:218px;
	height:47px;
	text-indent:-9999px;
	display:block;
}
#header_navi #about a.current {
	background:url(images/img_header_navi_about_current.jpg) no-repeat;
	width:218px;
	height:47px;
	text-indent:-9999px;
	display:block;
}
#header_navi #business a {
	background:url(images/img_header_navi_business.jpg) no-repeat;
	width:190px;
	height:47px;
	text-indent:-9999px;
	display:block;
}
#header_navi #business a.current {
	background:url(images/img_header_navi_business_current.jpg) no-repeat;
	width:190px;
	height:47px;
	text-indent:-9999px;
	display:block;
}
#header_navi #expense a {
	background:url(images/img_header_navi_expense.jpg) no-repeat;
	width:176px;
	height:47px;
	text-indent:-9999px;
	display:block;
}
#header_navi #expense a.current {
	background:url(images/img_header_navi_expense_current.jpg) no-repeat;
	width:176px;
	height:47px;
	text-indent:-9999px;
	display:block;
}
#header_navi #access a {
	background:url(images/img_header_navi_access.jpg) no-repeat;
	width:192px;
	height:47px;
	text-indent:-9999px;
	display:block;
}
#header_navi #access a.current {
	background:url(images/img_header_navi_access_current.jpg) no-repeat;
	width:192px;
	height:47px;
	text-indent:-9999px;
	display:block;
}


#header_btm_wrapper {
	background:url(images/bg_header_btm.png) repeat-x;
	height:354px;
	overflow:hidden;
}
#header_btm {
    margin:auto;
    width:950px;
	background:#FFFFFF;
	overflow:hidden;
}
#header_btm_wrapper_page {
	background:url(images/bg_header_btm_page.png) repeat-x;
	height:152px;
	overflow:hidden;
}
#header_btm_page {
	margin:auto;
    width:950px;
	background:#FFFFFF;
	overflow:hidden;
}

#header_slide {
	margin-top:1px;
}
#page_title {
}
#container {
    margin:auto;
    width:950px;
	background:#FFFFFF;	
	overflow:hidden;
	min-height:800px;
}
#header_info {
	padding-top:2px;
}
#header_address {
	float:left;
	width:450px;
	font-size:14px;
	color:#330000;
	padding-top:3px;
	padding-left:317px;
}
#btn_map {
	float:left;
	width:155px;
	height:24px;
	margin-right:28px;
}


/* =Main
-------------------------------------------------------------- */
#main {
	width:894px;
	padding-left:28px;
	padding-right:28px;
	overflow:hidden;
}

#main_office_title {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:30px;
	color:#330000;
}
#mainoffice_box_left {
	float:left;
	width:631px;
	background:url(images/bg_main_business_flower.jpg) no-repeat;
	height:372px;
	margin-right:13px;
	overflow:hidden;
}
#btn_office {
	float:right;
	padding-top:335px;
	margin-right:10px;
}
#main_office_box_right {
	float:left;
	width:250px;
	text-align:right;
	margin:-40px 0 0;
}

#main_box_left {
	float:left;
	width:302px;
	margin-top:3px;
	margin-right:26px;
	overflow:hidden;
}
#main_point_box {
	background:url(images/bg_main_point_box.jpg) no-repeat;
	width:302px;
	height:177px;
	margin-bottom:12px;
}
#main_point_box .title {
	background:url(images/bg_main_point_box_title.jpg) no-repeat;
	width:302px;
	height:24px;
	font-size:18px;
	color:#333300;
	text-align:center;
	margin-bottom:22px;
}
#main_point_box .txt {
	font-size:18px;
	color:#333300;
	text-align:center;
	margin-bottom:10px;
}
#main_important_box .title {
	background:url(images/bg_main_important_box_title.jpg) no-repeat;
	width:302px;
	height:24px;
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	margin-bottom:5px;
}

#main_box_center {
	float:left;
	width:900px;
	margin-top:3px;
	overflow:hidden;
}
#main_souzoku_box {
}
#main_souzoku_box .title {
	background:url(images/bg_main_souzoku_box_title.jpg) no-repeat;
	width:875px;
	height:30px;
	font-size:19px;
	color:#FFFFFF;
	padding-top:4px;
	padding-left:25px;
	margin-bottom:12px;
}



#main_box_right {
	float:left;
	width:566px;
	margin-top:3px;
	overflow:hidden;
}
#main_business_box {
}
#main_business_box .title {
	background:url(images/bg_main_business_box_title.jpg) no-repeat;
	width:541px;
	height:30px;
	font-size:19px;
	color:#FFFFFF;
	padding-top:4px;
	padding-left:25px;
	margin-bottom:12px;
}
#main_business_box #mini_box_wrapper {
	overflow:hidden;
	margin-right:-6px;
	margin-bottom:-7px;
}
#main_business_box .mini_box_two,#main_business_box .mini_box_three,#main_business_box .mini_box_four {
	float:left;
	width:280px;
	background:url(images/bg_main_business_mini_box.jpg) no-repeat;
	height:150px;
	/*font-size:22px;*/
	font-size:20px;
	margin-right:6px;
	margin-bottom:7px;
}
#main_business_box .mini_box_two a {
	color:#333333;
	display:block;
	padding-top:42px;
	padding-left:55px;
}
#main_business_box .mini_box_three a {
	color:#333333;
	display:block;
	padding-top:27px;
	padding-left:55px;
}
#main_business_box .mini_box_four a {
	color:#333333;
	display:block;
	padding-top:16px;
	padding-left:55px;
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	clear:both;
	position:relative;	
}
#footer_top {
	margin:auto;
	width:950px;
	height:117px;
	background:#FFFFFF;
	overflow:hidden;
	padding-bottom:15px;
}
#footer_contect {
	float:left;
	width:252px;
	margin-left:28px;
	margin-right:70px;
}
#footer_shihousyoshi {
	float:left;
	width:251px;
	margin-right:70px;
}
#footer_houterasu {
	float:left;
	width:251px;
	margin-right:28px;
}
#footer_btm {
	margin:auto;
	width:964px;
	background:url(images/bg_footer_btm.png) no-repeat;
	height:112px;
}
#bg_copyright {
	margin:auto;
	width:958px;
	background:url(images/bg_footer_top.png) no-repeat;
	height:37px;
	padding-top:8px;
	overflow:hidden;
}
#copyright {
	float:left;
	width:400px;
	font-size:14px;
	color:#FFFFFF;
	padding-left:300px;
}
#footer_tos {
	float:right;
	margin-right:35px;
}
#footer_tos a {
	background:url(images/img_footer_tos.png) no-repeat;
	background-position:left center;
	padding-left:15px;
	color:#FFFFFF;
}
#footer_logo {
	text-align:center;
}
/*footerここまで*/


/* 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
   edit page and cat css
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* =page:Not toppage
-------------------------------------------------------------- */
.main_page {
	width:872px;
	padding-left:28px;
	padding-right:50px;
	overflow:hidden;
}
.main_page_contents {
}
.main_page_contents h2 {
	background:url(images/bg_page_h2.jpg) no-repeat;
	background-position:left center;
	padding-left:20px;
	font-size:18px;
	margin-top:15px;
	margin-bottom:20px;
}
.main_page_contents h3{
	font-size:20px;
	color:#996600;
	padding-left:30px;
}
.main_page_contents table {
    /*border:1px solid #CCCCCC;*/
    margin-bottom:20px;
    text-align:left;
    width:100%;
}
.main_page_contents tr.back {
	background:#F3F1F2;
}
.main_page_contents th{
	/*background: #FAF5EF;
    border:1px solid #CCCCCC;*/
    padding:2px 10px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	font-size:14px;
}
.main_page_contents td{
    /*border:1px solid #CCCCCC;*/
    padding:2px 10px;
	font-size:14px;
}
.main_page_contents p {
	line-height:1.7;
}
.main_page_contents .outline {
	font-size:14px;
	padding-left:30px;
}
.main_page_contents .h2_direct {
	padding-left:30px;
}
.main_page_contents .h3_direct {
	padding-left:55px;
}
.main_page_contents_souzoku h2 {
	font-size:20px;
	text-align:center;
	color:#996600;
}
.main_page_contents_souzoku h3 {
	font-size:18px;
	text-align:center;
	color:#996600;
}

/* =page:about
-------------------------------------------------------------- */
#about_box_left {
	float:left;
	width:300px;
	padding-left:30px;
	margin-top:25px;
	margin-right:70px;
	margin-bottom:10px;
}
#about_box_right {
	float:left;
	width:350px;
	margin-top:25px;
	margin-bottom:10px;
	font-size:14px;
}
#about_box_right p {
	padding-bottom:15px;
}

/* =page:access
-------------------------------------------------------------- */
#access_map {
	border:1px solid #333333;
}
#access_info {
	font-size:15px;
	padding-left:55px;
	margin-top:10px;
}