@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.75em;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/bg01.gif);
}
h1,h2,h3,h4,h5,div,p,ul,li {
	margin: 0px;
	padding: 0px;
}

#wrap {
	width: 800px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	text-align: left;
}
#header {
	margin: 0px;
	display: none;
}
#mainflash {
	margin-bottom: 20px;
}
#navi {
	width: 216px;
	clear: left;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#navi ul {
	list-style-type: none;
}
#navi .nvtop a {
	background-image: url(../images/btn_navi00.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -3000px;
	height: 35px;
	width: 203px;
	display: block;
	margin-bottom: 6px;
}
#navi .nvsummary a {
	background-image: url(../images/btn_navi01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -3000px;
	height: 35px;
	width: 203px;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}
#navi .nvkodawari a {
	background-image: url(../images/btn_navi02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -3000px;
	height: 35px;
	width: 203px;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}
#navi .nvprocess a {
	background-image: url(../images/btn_navi03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -3000px;
	height: 35px;
	width: 203px;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}
#navi .nvwarranty a {
	background-image: url(../images/btn_navi04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -3000px;
	height: 35px;
	width: 203px;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}
#navi .nvgallery a {
	background-image: url(../images/btn_navi05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -3000px;
	height: 35px;
	width: 203px;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}
#navi .nvblog1 a {
	background-image: url(../images/btn_navi06.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -3000px;
	height: 35px;
	width: 203px;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}
#navi .nvblog2 a {
	background-image: url(../images/btn_navi07.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -3000px;
	height: 35px;
	width: 203px;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}
#navi .nvinfo a {
	background-image: url(../images/btn_navi08.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -3000px;
	height: 35px;
	width: 203px;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}
#navi .nvcall a {
	background-image: url(../images/btn_navi09.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -3000px;
	height: 35px;
	width: 203px;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}
#navi .nvaccess a {
	background-image: url(../images/btn_navi10.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -3000px;
	height: 35px;
	width: 203px;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}

#navi .nvtop a:hover,#navi .nvsummary a:hover,#navi .nvkodawari a:hover,#navi .nvprocess a:hover,#navi .nvwarranty a:hover,#navi .nvgallery a:hover,#navi .nvinfo a:hover,#navi .nvblog1 a:hover,#navi .nvblog2 a:hover,#navi .nvcall a:hover,#navi .nvaccess a:hover {
	background-position: 0px -35px;
}

/*navi下のwpサイドバー（アーカイブ、カテゴリ）*/

#naviachive{
	width: 190px;
	padding: 5px;
	background-image: url(../images/sidebar_bg.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4F4F4;
	border-right-color: #DEDEDE;
	border-bottom-color: #CCCCCC;
	border-left-color: #F4F4F4;
}

#naviachive h2{
	font-size: 120%;
	color: #666666;
	margin-top: 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 5px;
}
#naviachive ul{
	margin-left: 8px;	
}
#naviachive ul ul{
	margin-left: 15px;	
}
.postmetadata{
	font-size: 90%;
	color: #999999;
}
#pg-summary #navi .nvsummary a,#pg-kodawari #navi .nvkodawari a,#pg-process #navi .nvprocess a,#pg-warranty #navi .nvwarranty a,#pg-gallery #navi .nvgallery a,#pg-info #navi .nvinfo a,#pg-blog1 #navi .nvblog1 a,#pg-blog2 #navi .nvblog2 a,#pg-map #navi .nvaccess a{
	background-position: 0px -70px;
}
/*トップページのトップに戻るボタンを消去*/
#pg-top  #navi .nvtop{
display:none;
}
#navi-banner{
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/banner_shikiri.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
}
#navi-banner .gbanner{
	margin-top: 10px;
}

#footer {
	color: #999999;
	text-align: right;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}
.box-right {
	
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	width: 562px;
	float: right;
	
	
	
}
.box-right h3 {
	text-indent: -3000px;
	height: 26px;
	width: 562px;
}
.box-right .info {
	background-image: url(../images/cnr_title_info.gif);
}
.box-right .blog1 {
	background-image: url(../images/cnr_title_blog1.gif);
}
.box-right .blog2 {
	background-image: url(../images/cnr_title_blog2.gif);
}
.box-right p {
	margin-top: 1em;
}
.box-right .entry p {
	font-size: 12px;
	line-height: 175%;
	margin: 0em;
	padding: 0px;
}
.box-right dl {
	margin-left: -2em;
}
.box-right dt {
	float: right;
}
.box-right dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;	
}
/*.box-right2 {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 216px;
}*/
.box-right2 {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 562px;
	float: right;
}
.box-right2 h2 {
	padding: 5px;
	background-image: url(../images/bg_h2.gif);
	background-repeat: repeat-y;
	border: 1px solid #CCCCCC;
	font-size: 160%;
}
.box-right3,.box-right4,.box-right5 {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	float: right;
	width: 560px;
}
.box-right3 h2,.box-right3 h3 {
	background-image: url(../images/bg_entry_title_news.jpg);
	background-repeat: repeat-y;
	border: 1px solid #CCCCCC;
	font-size: 160%;
	background-position: right;
	padding: 5px;
	color: #FFFFFF;
}
.box-right4 h2,.box-right4 h3 {
	background-image: url(../images/bg_entry_title_blog1.jpg);
	background-repeat: repeat-y;
	border: 1px solid #CCCCCC;
	font-size: 160%;
	background-position: right;
	padding: 5px;
	color: #FFFFFF;
}
.box-right5 h2,.box-right5 h3 {
	background-image: url(../images/bg_entry_title_blog2.jpg);
	background-repeat: repeat-y;
	border: 1px solid #CCCCCC;
	font-size: 160%;
	background-position: right;
	padding: 5px;
	color: #FFFFFF;
}
.box-right3 h2 a,.box-right3 h3 a,.box-right4 h2 a,.box-right4 h3 a,.box-right5 h2 a,.box-right5 h3 a{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}
.box-right3 h2 a:hover,.box-right3 h3 a:hover,.box-right4 h2 a:hover,.box-right4 h3 a:hover,.box-right5 h2 a:hover,.box-right5 h3 a:hover{
	border-bottom-style: solid;
}
.box-right3 .autdate,.box-right4 .autdate,.box-right5 .autdate {
	font-size: 90%;
	padding: 5px;
	text-align: right;
	color: #999999;
}
.box-right3 h4,.box-right4 h4,.box-right5 h4 {
	font-size: 120%;
	font-weight: bold;
	color: #6699CC;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6699CC;
}#map {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 300px;
	width: 556px;
	border: 1px solid #CCCCCC;
}
.boxglay {
	background-color: #F3F3F3;
}
.boxline {
	border: 1px solid #CCCCCC;
}
.topicsubtitle {
	font-weight: bold;
	color: #003366;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.topictitle {
	font-size: 110%;
	font-weight: bold;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
.galleryunit {
	text-align: center;
	width: 120px;
	float: left;
	height: 110px;
	margin-right: 10px;
	margin-left: 10px;
}
.galleryunit img{
	border: 1px solid #0076C6;
}
.galleryname {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 220%;
	padding-top: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
}
.honbun {
	margin-top: 15px;
	margin-bottom: 30px;
}
.honbun p {
	margin-top: 15px;
}
.honbun dt {
	font-weight: bold;
}
.gall-tokoro-com {
	padding: 10px;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(../images/bg_com_tokoro.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #E4E4E4;
}
.gall-user-com {
	padding: 10px;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(../images/bg_com_user.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #E4E4E4;
}
.gall-ctitle-tokoro {
	background-image: url(../images/gall-com-title-tokoro.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 120px;
}
.gall-ctitle-tokoro span {
	visibility:hidden;
	text-indent: -3000px;
}
.gall-ctitle-user {
	background-image: url(../images/gall-com-title-user.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 120px;
}
.gall-ctitle-user span {
	visibility:hidden;
	text-indent: -3000px;
}
.gopagetop {
	clear: both;
	text-align: right;
	margin: 10px;
	height: 25px;
}
.gopagetop a{
	background-image: url(../images/gallery/btn_go_pagetop.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 110px;
	text-decoration: none;
	background-position: 0px 0px;
	display: block;
	float: right;
}
/**WORD PRESS表示用**/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.navigation{
	margin-left: 216px;
}
