﻿f@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
   font-size:12px;
   color:#333;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#999;
   text-decoration:none;
}

a:hover {
   color:#999;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

a:hover img{
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:950px;
   margin:0 auto;
   padding:0;
}

.header {
   margin:0 auto;
   padding:0;
   border-bottom:10px solid #990000;
}

.header img{
   left: 50%;
   margin-left:12%;
}

.header a:hover img{
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}

#pr {
   position:absolute;
   left:0;
   top:0;
}

#serch {
   position:absolute;
   top:0;
   right:0;
}

#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

#menu {
   float:left;
   width:950px;
   padding-bottom:20px;
}

#icatch {
   width:100%;
   border-bottom:10px solid #990000;
}

.logo {
left: 12%;
position:absolute;
z-index:9999;
}

.logo a:hover img{
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}

#contents {
   float:left;
   width:950px;
   padding:10px 0;
   background:#fff;
}

#main {
   margin-top:50px;
   float:left;
   width:950px;
}

#main2 {
   margin-top:50px;
   float:left;
   width:950px;
}


#sub {
   float:right;
   width:220px;
}

#pageTop {
   clear:both;
}

#footMenu {
   float:left;
   width:100%;
   background:#990000;
   color:#fff;

}

#gaiyofoot {
   background:#990000;
    width: 650px;
    margin:  0 auto;
    padding-bottom:20px;
}

#footer {
   clear:both;
   width:100%;
   background:#990000;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:20px 0 0 0;
   font-size:32px;
   line-height:1.0;
}

#header h1 a:hover {
   color:#f1f1f1;
}


#header #gnavi ul {
   list-style:none;

}
#header #gnavi li {
   float:left;
   margin-left:15px;
   font-size:11px;
}

#header #gnavi li a {
   display:block;
   padding-left:8px;
   background:url("../images/bg_arrow.gif") 0 50% no-repeat;
}


/* ========SERCH CUSTOMIZE======== */
#serch dt {
   float:left;
   margin:2px 0 0 0;
   padding:0;

}

#serch dd {
   float:left;
   margin:1px 0 0 10px;
   padding:0;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0 0 1px 0;
   padding:0;
   list-style:none;
}

#menu li {
   overflow:hidden;
   float:left;
   margin:0;
   margin-left:-1px;
   padding:0;
   border-bottom:none;
   background:#fff;
}

#menu li a {
   display:block;
   width:190px;
   padding:10px 0;
   font-weight:bold;
   text-align:center;
   outline:none;
}

#menu li a:hover img{
/*モダンブラウザ用*/
opacity:0.5;
/*IE7以下用*/
filter:alpha(opacity=50);
/*IE8用*/
-ms-filter:"alpha(opacity=50)";
}

/* ========MAINCONTENTS CUSTOMIZE======== */
#main a {
   color:#134D99;
}

#main a:hover {
   color:#134D99;
   text-decoration:underline;
}

#main h2 {
   clear:both;
   margin-bottom:8px;
   padding:1px 10px;
   line-height:2.0;
   color:#fff;
   font-size:15px;
   font-weight:bold;
   background:#fff url("../images/bg_h2.gif") 100% 100% repeat-x;
}


#main h3 {
   margin-bottom:8px;
   line-height:1.8;
   font-size:14px;
   color:#2f2f2f;
   border-bottom:3px solid #D18C8C;
   width:430px;
}

#main h4 {
   margin-bottom:2px;
   font-size:13px;
}

#main h5 {
   margin-bottom:2px;
   font-size:13px;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
}

#main h7 {
   margin-bottom:2px;
   font-size:17px;
   font-weight:bold;

}


#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* TOPNAVI CUSTOMIZE */
#main div.topNavi {
   overflow:hidden;
   position:relative;
   margin-left:-10px;
   margin-bottom:20px;
}

* html #main div.topNavi {
   height:1em;
   overflow:visible;
}

#main div.topNavi div.topNaviColumn {
   display:inline;
   width:270px;
   float:left;
   margin-left:10px;
   padding:0 0 2em 0;
}

#main div.topNavi h2.topNaviImg {
   margin:0;
   padding:0;
   background:none;
}

#main div.topNavi div.topNaviColumn p.detail {
   position:absolute;
   bottom:0;
   width:270px;
   text-align:right;
}

#main div.topNavi div.topNaviColumn p.detail a {
   padding:0 0 0 7px;
   background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

#main div.topNavi div.topNaviColumn p.cLeft {
   right:280px;
}

#main div.topNavi div.topNaviColumn p.cRight {
   right:0;
}

/* INFORMATION CUSTOMIZE */
#main dl.information {
   margin:0;
}
#main dl.information dt {
   float:left;
   padding-top:5px;
}

#main dl.information dd {
   margin:0 0 5px 0;
   padding: 5px 0px 5px 9em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#main table {
   font-size:12px;
}

#main table {
   width:550px;
   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
}

#main table th {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   background:#EFEBEF;
   font-weight:bold;
   text-align:left;
}

#main table td {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:left;
}

#main table td ol {
   margin:0;
   padding:0 0 0 30px;
}

#main table td li {
   margin:0;
   padding:0;
}

/* ========MAINCONTENTS CUSTOMIZE2======== */
#topmain{
   width:950px;
   overflow:hidden;
   left:50%;
   margin-bottom:20px;
}
#tleft{
   width:300px;
   padding:10px;
   float:left;
   overflow:hidden;
}

#tmain{
   width:295px;
   padding:10px;
   float:left;
   overflow:hidden;
}

#tright{
   width:295px;
   padding:10px;
   float:right;
   overflow:hidden;
}

/* TOPICS CUSTOMIZE */
#topmain div.topics{
    width: 295px;
    height:189px;
    overflow-y: scroll;
    margin: 0;
    padding:5px;
    float:left;
    position:relative;
    border:1px dotted #999;
}

#topmtopain dl.topics {
   margin:0;
}
#topmain dl.topics dt {
   float:left;
   padding-top:5px;
   padding-left:5px;
}

#topmain dl.topics dd {
}

.topics dd{
   margin:0 0 5px 15px;
   padding: 10px;
   background:#f1f1f1;

}

/* NETSHOP CUSTOMIZE */
#topmain div.netshop{
    width: 300px;
    height:189px;
    margin: 0;
    float:left;
    position:relative;
    border:1px dotted #999;
}

#topmain a:hover img{
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}

/* GALLERY CUSTOMIZE */
#topmain div.gallery{
    width: 300px;
    height:300px;
    float:left;
    position:relative;
    border:1px dotted #999;
}

#topmain a:hover img{
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}

#topmain div.gallery a{
    width: 90px;
    height:65px;
    margin: 0;
    float:left;
    position:relative;
   overflow:hidden;
}

.box {
	float: left;
	width:90px;
	height:65px;
	padding:4px;
}
.box img {
   width:90px;
	padding:4px;
}


/* SNS CUSTOMIZE */
#snsmain{
   width:950px;
   overflow:hidden;
   left:50%;
   margin-bottom:20px;
}

#sleft{
   width:460px;
   padding:5px;
   float:left;
   padding-right:15px;
   overflow:hidden;
}

#sleft a{
   color:#990000;
}

#smain{
   width:230px;
   padding:5px;
   padding-left:5px;
   float:left;
   overflow:hidden;
}

#sright{
   width:220px;
   padding-top:5px;
   float:left;
   overflow:hidden;
}

#sleft div.blog{
    height:250px;
    padding:5px;
    overflow:hidden;
    position:relative;
    border:1px dotted #990000;
}

#sleft a:hover img{
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}


#smain div.acc{
    height:340px;
    margin: 0;
    margin-left: 10px;
    position:relative;
    border:1px dotted #7b96ce;
}

#sright div.tenki{
    height:340px;
    margin-left: 20px;
    position:relative;
    overflow:hidden;
    border:1px dotted #b3b3b3;

}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding:5px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#6E6E6E;
}

#sub h3 {
   padding:5px;
   font-size:13px;
   font-weight:bold;
   background:#EFEBEF;
}

#sub ul {
   margin:0;
   padding:0;
   border:1px solid #EFEBEF;
}

#sub li {
   padding:5px;
   line-height:1.8;
   list-style:none;
   border-bottom:1px solid #E7E7EF;
}

#sub li a {
   display:block;
   padding:5px 5px 5px 15px;
   background:url("../images/bg_arrow.gif") 5px 50% no-repeat;
}

#sub li a:hover {
   display:block;
   color:#333;
   background:#EFEBEF url("../images/bg_arrow.gif") 5px 50% no-repeat;
   text-decoration:none;
}


/* ========SUBPAGE CUSTOMIZE======== */
#submain{
   width:950px;
   overflow:hidden;
   left:50%;
   margin-top:40px;
   margin-bottom:20px;
}

#subleft{
   width:460px;
   float:left;
   overflow:hidden;
   margin-bottom:60px;

}

#subright{
   width:460px;
   padding-left:20px;
   float:left;
   overflow:hidden;
   margin-bottom:60px;
}

#subleft div.img{
    margin: 0;
    position:relative;
    padding:5px;
}

#subright div.text{
    margin: 0;
    position:relative;
    padding:5px;
}

/* ========SUBPAGE CUSTOMIZE_restaurant======== */
#resmain{
   width:950px;
   overflow:hidden;
   left:50%;
   margin-top:40px;
   margin-bottom:20px;
}

#resleft{
   width:460px;
   float:left;
   overflow:visible;

}

#resright{
   width:460px;
   padding-left:20px;
   float:left;
   overflow:hidden;
}

#resleft div.img{
    margin: 0;
    position:relative;
    padding:5px;
}

#resright div.text{
    margin: 0;
    position:relative;
    padding:5px;
}


/* ========SUBPAGE CUSTOMIZE_shopping======== */
/* GALLERY CUSTOMIZE */
div#gallerymiyage { 
   padding-left: 20px;
   overflow:hidden;
   height:100%;
}

#gallerymiyage ul {
   width: 950px;
   display:block;
   overflow:hidden;
   padding-left:10px;
   margin-right:10px;
}

#gallerymiyage ul img{
   width: 200px;

/* --
	filter:gray();
	 -webkit-filter:alpha(50%);
	 -webkit-filter:grayscale(100%);
-- */
}
#gallerymiyage a:hover img{
   filter:alpha(opacity=80);
   -webkit-filter::alpha(80%);
   opacity: 0.8;
}

/* --

#content a:hover img{
	filter:alpha(opacity=100);
	-webkit-filter:grayscale(0%);
	opacity: 1.0;
}
-- */

#gallerymiyage li {
   float:left;
   margin-right:10px;
   list-style-type:none;
   border: 1px #ccc solid;
   margin-bottom:10px;
}

#gallerymiyage li a {
   display:block;
   overflow:hidden;
   width:180px;
   height:120px;
   padding:10px 10px 10px 10px;
   margin-bottom:10px;
   margin-right:10px;
}

/* ========SUBPAGE CUSTOMIZE_company======== */

#bigbox{
   width:700px;
   padding:10px 10px 10px 0;
   overflow:hidden;
   margin-left:auto;margin-right:auto;
}
.cobox1{
  width: 300px;
  height: 35px;
  float: left;
}
.cobox2{
  width: 400px;
  height: 35px;
  float: left;
}
.clear {
    clear:both;
}

hr.style-one {
    width: 700px;
    padding-top:5px;
    padding-bottom:5px;
    margin-left:-8px;
    margin-left:-15px\9;
    border: 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #fff;
}

/* ========OSEIBO CUSTOMIZE========= */
#toptext {
height: 60px;
    width: 950px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size:15px;
    margin-bottom:40px;
}

#toptext a{
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #FF8F00;
    font-size:18px;

}
#toptext::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: .3s;
}
#toptext:hover::after {
	bottom: 0;
	opacity: 1;
}

/* ========PAGRTOP CUSTOMIZE========= */


#pageTop {
   text-align:right;
   font-size:16px;
   color:#333;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
   color:#333;
   font-weight:bold;
}

#pageTop a:hover{
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
   color:#990000;
   font-weight:bold;
}



/* ========FOOTMENU CUSTOMIZE======== */

#footimg {
   text-align:center;
}


#footMenu ul {
   margin:5px 0;
   padding:20px 0;
   text-align:center;
}

#footMenu li {
   display:inline;
   margin:0 0 0 20px;
   list-style:none;
   color:#fff;
   font-size:9px;
}

#footMenu li a:hover {
   color:#666;
   text-decoration:underline;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   font-style:normal;
   font-size:11px;
   color:#999;
   line-height:3.0;
   text-align:center;

/* ========FOOTER CUSTOMIZE======== */
div,ul,li,body {
	display: block;
	margin: 0;
	padding: 0;

}


