a:hover img {
    opacity: 0.75;
    filter: alpha(opacity=75);
}
/*clearfix*/
.cf:before,.cf:after {content:"";display:block;overflow:hidden;}
.cf:after {clear:both;}
.cf {zoom:1;}

/* =Layout
-------------------------------------------------------------- */
/*	LAYOUT: Two columns*/

#container {
	float: left;
	margin: 0 -256px 0 0;	/**256**/
	width: 100%;
}
#content {
	margin: 0 270px 0 20px;	/**270**/
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 238px;		/***238px;***/
	padding: 5px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
/***	content-top	--------------------------------***/
#content .entry-title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	display:block;
	background:#8377db;
	padding: 3px 0 3px 20px;
	margin-bottom: 0;
}

#content_r #vacancy	{
	font-size:14px;
	line-height: 32px;
	text-align: center;
	background: #8377db;
	border-radius:10px;
}
#content_r #vacancy a	{
	display: block;
	color: #fff;
	text-decoration: none;
}
#content_r #vacancy:hover	{
	background: #a398f5;
}
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Meiryo","MS PGothic","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Meiryo","MS PGothic","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
input[type="submit"] {
	font-family: "Meiryo","MS PGothic","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 1018px;			/***	940px;	***/
}
#wrapper {
	background: #fff;
	margin-top: 0;
	padding: 0;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 5px 20px rgba(64, 64, 64, 0.6);
}
/*****	header	***************************************************/
#branding img {
	border-top: none;
	border-bottom: none;
	display: block;
	float: left;
}
/*** access Menu ----------------------------- */
#access {
	clear: both;
	display: block;
/*	float: left;*/
	width: 962px;	/***988px; 20151212***/
	height: 36px;
	margin: 0 0 3px 20px; 		/***0 0 3px -8px; 20151212***/
	padding : 3px 0 1px -20px;
	background: #fff;
	border-top:1px solid #c397e9;
	border-bottom:1px solid #c397e9;
}

#access ul {
	list-style: none;
	margin: 0;
}
#access li {
	width: auto;
	float: left;
	position: relative;
}
#access a {
	color: #B43C88;
	font-weight:bold;
	display: block;
	line-height: 32px;
	padding: 0;
	width: 119px;
	text-align: center;
	margin: 2px 0px;
	text-decoration: none;
	background-color: #fff;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #E5D7EE;
	color: #CA3C6E;
}
#access ul li:hover > ul {
	display: block;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #E5D7EE;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: #fff;
}

#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #333;
}

.headserch	{
	margin: 0 180px 0 0;
}
.sch	{
	line-height:30px;
	padding: 0 10px;
}
.topimg	{
	margin: 0 0 0 20px;;
	background: transparent;
}

.telimg img	{
	padding-top: 32px;
}

/***	slider	---------------------------***/
#topImage	{
	clear: both;
	background-color:#fff;
	margin-bottom: 0;
}
#topImageWrap	{
	margin: 0 0 0 -19px;
	width:1017px;
	height:342px;
}
/********	second-image	********/
#second-image	{
	height:24px;
	clear:both;
	background-color:#fff;
	border-bottom: 1px solid #ccf;
}

/***************	breadcrumb	********/
#breadcrumb	{
	color:#333;
	clear:both;
	padding-top:5px;
	padding-left:30px;
	font-size:13px;
	line-height:16px;
}
#breadcrumb a	{
	color:#00f;
	text-decoration:none;
}

#breadcrumb a:hover	{
	color:#f00;
	text-decoration:none;
}

/***	webbook	-------------------------------***/
#header_dp2	{
	color:#f1f1f1;
	display: block;
	width:1150px;
	height: 123px;
	margin: 0 0 0 -85px;
	background: #f1f1f1 url(images/dp2_bk.png) center no-repeat;
}

.webbook	{
	margin-left:0;
	width: 1015px;
	margin:0 auto;
}
.webbook ul	{
	list-style: none;
	margin: 0;
	margin-left: 0;
}
.webbook li	{
	float: left;
	position: relative;
	margin: 0 0 0 3px;
}

.webbook a	{
	margin:0;
}

/***	多国語メニュー	---------------------------***/
#linksbnr	{
	clear: both;
	width: 960px;
	margin: 0 auto;
/*	float: left;*/
	height: 40px;
}
#linksbnr img	{
	margin: 0;
	padding: 0;
}
#linksbnr ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#linksbnr ul li{
	float: left;
	position: relative;
	margin: 0;
	padding: 2px 3px;
	width: auto;
	color: #000;
	background-color: #fff;
	display: block;
}
#linksbnr ul li.txt	{
	padding-top: 10px;
}
/***	検索フォーム	--------------------------********/
#s {
	width:220px;
	margin-top: 2px;
	margin-left: 0;
}
#serchtop label	{
	display: none;
}
#serchtop input[type="text"]	{
	float: left;
	width: 190px;
	height: 24px;
	padding: 0 6px;
  }
#serchtop input[type="submit"]	{
	border: 1px solid #c0c0c0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	color:#333;
	text-transform: uppercase;
	font-size: 12px;
	padding: 3px 10px;
	cursor: pointer;
	margin: 0 4px;
}
#serchtop input[type="submit"]:hover {
	background-color: #703a73;
	color: #fff;
}

/* =Content	--------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 5px 0 20px 0;
}

/***  コンテンツサイドバー  -----------------------------------***/
#content	{
}
#content_l {
	clear:left;
	float: left;
	margin: 0;
	width: 346px;
	font-size: 12px;
	line-height: 20px;
/******************************************
	padding-bottom:32768px;
	margin-bottom:-32768px;
*********************************************/
}
#content_r {
	clear: right;
	float: right;
	margin: 0;
	width: 356px;		/***356px;***/
	font-size: 12px;
	line-height: 20px;
	overflow:hidden;
}

#content_l .widget-title  {
   margin-top: 10px;
   margin-bottom: 0;
}
#primary	{
	margin-top: 6px;
}

#lgbar	{
   padding-left: 0;
   margin-bottom: 0;
	color: #333;
}
/***	homeのスライダー	---------------------***/
#topsld_1	{
	width: 348px;
	padding: 9px 9px 0;
	text-align: center;
	border-top: 1px solid #55295e;
	border-left: 1px solid #55295e;
	margin-bottom: 0;
}
#topsld_2	{		/**text**/
	width: 348px;
	padding: 9px;
	border-top: 1px solid #55295e;
	border-left: 1px solid #55295e;
}


/***  ページサイドバー  -----------------------------------***/
#content_p-l {
	clear:left;
	float: left;
	margin: 0;
	width: 200px;
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 1990px;
	margin-bottom: -1990px;
	background: #8377db;
	overflow: hidden;
}
#content_p-l img	{
/*	margin: 0 auto;	*/
}
#content_p-r {
	clear:right;
	float: right;
	margin: 0;
	width: 502px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
}
#content_p-l .widget-title  {
	margin-top: 10px;
	margin-bottom: 0;
}

#p_left	{
	float: left;
	margin: 0 6px 0 0;
	width: 240px;
}
.p_left	{
	border-left: 2px solid #000;
	padding: 2px 0 0 3px;
	margin-bottom: 12px;
}
.t_lg	{
	font-size: 20px;
	font-weight: bpld;
	color: #000;
}
.t_smal	{
	font-size: 18px;
	font-weight: bpld;
}
.sch	{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bpld;
	margin: 6px 0 3px;
	padding: 1px 0;
	border: 1px solid #c0c0c0;
}
.gion_name	{
	text-align: center;
	font-size: 14px;
	font-weight: bpld;
	padding: 3px 12px;
	border-top: 2px solid #a0a0a0;	
	border-bottom: 2px solid #a0a0a0;	
}

#content table.gion td	{
	line-height: 1.5em;
	padding: 6px 2px;
}
/***	whatsnew	---------------------------------------*/
#topnew	{
	margin-top: -8px;
	padding: 6px 10px;
	border-top: 1px solid #55295e;
	border-right: 1px solid #55295e;
}
#topnew .newimg	{
	float: left;
	border: 1px solid #f3f3f3;
}
#topnew .newimg img	{
	margin: 0 auto;
	padding: 3px;
/***	width:70px;
	height: 70px;***/
}
#topnew .new_tl a	{
	text-decoration: none;
}
#topnew .new_tl a:before {
	display: inline-block;
	content: '\e81d';
	font-family: fontello;
	text-decoration: inherit;
	vertical-align: text-middle;
	margin:0;
	font-size:16px;
}
.new_tls a	{
	text-decoration: none;
	font-size: 16px;
}

/***	shoplink	--------------------------------------*/
#shoplink	{
	margin: 0 0 10px 0;
	padding: 20px 20px;
	border-top: 1px solid #55295e;
	border-right: 1px solid #55295e;
	border-bottom: 1px solid #55295e;
	overflow:hidden;
}
#shoplink img	{
	display: inline;
	padding: 0 50% 0 0;
	border-bottom: 1px solid #55295e;
}
.tl img	{
	margin-top: 0;
	margin-bottom: -20px;
}
#shoplink .slink-l	{
	float: left;
	width: 48%;
}
#shoplink .slink-r	{
	float: right;
	width: 48%;
	margin-right:10px;
}
/***	ossusume	-------------------------------------- */
.ossm img	{
	margin-bottom: -18px;
}
#ossm-c	{
	width: 348px;
	padding: 20px 0 0 10px;
	border-top: 1px solid #55295e;
	border-left: 1px solid #55295e;
}
.ossm-tl	{
	line-height: 28px;
	text-align: center;
	background: #fbdcf9;
	border-radius:10px;
	margin-bottom: 10px;
}


/***	sidebar blog
------------------*****************/
.blog1 {
	width: 225px;
	height: 220px;			/***	height: 160px;	***/
	position: relative;
	list-style: none;
	background: url(./images/ImgBlogSide1.gif) right 0 no-repeat;
	margin: -20px 0 0 0;
}		
.blog1 a.diary {
	position: absolute;
	width: 200px;
	height: 47px;
	display: block;
	text-indent: -3000px;
	background: url(./images/alpha.gif) right 0 repeat;
	top: 36px;
	left: 10px;
}
.blog1 a.diary:hover {
	background: url(./images/BtnDiary.gif) right 0 no-repeat;
}
.blog1 #blog-diary {
	position: absolute;
	width: 200px;
	height: 35px;
	top: 76px;	/*95px;*/
	left: 13px;
}
.blog1 #blog-diary .entry {
	width: 100%;
}		
.blog1 #blog-diary .entry:after {
	content: " ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}				
.blog1 #blog-diary .sikaku {
	display: block;
	width: 15px;
	height: 18px;
	line-height: 18px;
	float: left;
}
.blog1 #blog-diary a {
	font-weight: bold;
	height: 18px!important;
	float: left;
	display: block;
	width: 175px!important;
	line-height: 18px;
	margin: 0 0 0px;
	overflow: hidden;
	text-align:left;
	text-decoration: underline;
}
.blog1 #blog-diary a:hover {
	text-decoration: none;
}				
.blog1 #blog-diary span {
	display: block;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: left;
}
/**-----------------------------------------*****/
/**********	R-sidebar links
************************************************************************/
.widget-area .link {
	width: 220px;
	position: relative;
	padding: 5px 5px 2px;
	margin: 10px 0 0px;
	font-size: 95%;
	border-top: 1px solid #713C74;
	border-left: 1px solid #713C74;
	border-bottom:
	1px solid #713C74;
}
.widget-area .link .title {
	position: absolute;
	top: -15px;
	right: 0;
}
.widget-area .link ul {
	margin: 10px 0 10px 0;
}
.widget-area .link li {
	margin: 0 0 3px;
	line-height: 1.0em;
	list-style: none;
}
.widget-area .link li a{
	line-height: 1.2em;
}
@charset "utf-8";

#content .area-menu {
	position: relative;
	min-height: 187px;
	height: auto!important;
	height: 187px;
	background: url(./images/BgAreaMenu.jpg) 50% 0 no-repeat;
	margin-left: -10px;
}

#content .area-menu li {
	position: absolute;
	width: 119px;
	height: 51px;
	list-style: none;
}
#content .area-menu li a {
	text-indent: -3000px;
	height: 51px;
	background:  url(./images/alpha.gif) 0 0 repeat;
	display: block;
}
#content .area-menu li.hita {
	top: 53px;
	left: 79px;
}
#content .area-menu li.hita a:hover {
	background: url(./images/BtnAreaMenu1.gif)  no-repeat;
}			
#content .area-menu li.amagase {
	top: 53px;
	left: 221px;
}
#content .area-menu li.amagase a:hover {
	background: url(./images/BtnAreaMenu2.gif) 0 0 no-repeat;
}			
#content .area-menu li.oyama {
	top: 123px;
	left: 79px;
}
#content .area-menu li.oyama a:hover {
	background: url(./images/BtnAreaMenu3.gif) 0 0 no-repeat;
}			
#content .area-menu li.tue {
	top: 123px;
	left: 221px;
}
#content .area-menu li.tue a:hover {
	background: url(./images/BtnAreaMenu4.gif) 0 0 no-repeat;
}			
/*** 2016	transretor	------------***/
#transr	{
	display: none;
}
/***	footer	----------------------------------------------*/
#footlink	{
	margin: 0 0 6px 0;
	padding: 10px 0 3px;
}
#footer	{
	clear: both;
	margin: 10px 0 0 -54px;	/*margin: -28px 0 0 -52px;*/
	height:140px;
	width: 1120px;
/*	background: url(images/BgFooter.png) center top 28px no-repeat;	*/
}

