@charset "utf-8";

html {
    overflow-y: scroll;
}

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, img, a img,
dl, dt, dd, ol, ul, li {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    vertical-align: baseline;
    list-style: none;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
		font-family:メイリオ, Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    min-width: 980px;
    color: #333;
background:url(../images/bg.gif) left top repeat;
}

#contener {
    width: 980px;
    margin: 10px auto 15px;
background:#fff;
}

#topimg {
/*margin-bottom:10px;*/
}

#topimg img{
margin-top:-10px;
}
h1, h2, h3, p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: underline;
    color: #BB3B4C;
}

a:hover {
    text-decoration: none;
    color: #5a4029;
}

ul, li, dl, dd, dt {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#header{
margin:0;
}

#headline{
width:980px;
margin:0 auto;
}


#header h1 {
    padding: 20px 10px 0px 10px;
    font-size: 27px;
    width: 980px;
    margin: 0px auto;
}

#header h1 a {
    text-decoration: none;
color:#000;
}


#header h2 {
    padding: 0px 10px 10px 10px;
/*    font-size: 14px;*/
font-weight:normal;
    margin: 0px auto;

}

#wrapper {
    width: 980px;
    margin: 0px auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End Hack */ 


/*サイドバー*/

.widget-title {
font-weight:normal;
  color: #fff;
  line-height: 1;
  margin: 0px 10px 10px 0;
  padding: 15px 10px 15px 15px;
border-bottom:3px double #b22222;
}


/*サイドバーエリア*/
#sub-menu {
    padding: 0px 0px 10px 10px;
    float: right;
    margin: 10px 10px 30px 10px;
    width: 250px;
background:#33354c;
color:#fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.widget-erea {
    margin-bottom: 10px;
border-bottom:#ddd 1px solid;
}

.widget-erea ul li {
    padding: 5px;
    font-size: 12px;
border-top:1px solid #eee;
    margin:0 10px 0px 10px;
}

.widget-erea ul li:first-child{
border-top:none;
}

.widget-erea ul li a {
text-decoration:none;
color:#fff;
}
.widget-erea ul li a:hover {
color:#eee;
position: relative;
top: 1px;
left: 1px;
text-decoration: none;
}

.widget-erea ul li ul {
    margin: 10px 0;
    margin-right: 2px;
}

.widget-erea ul li ul li {
    margin: 2px 0;
padding:0;
list-style-type: circle;
list-style-position: inside;
border-top:none;
}

#main-contents {
    float: left;
    width: 700px;
    margin: 10px 0px 0px 0px;

}

.pdr #main-contents {
    float: none;
    margin: 10px 0px 30px 0px;
    width: 100%;
}
/*記事見出しの設定*/


.text-title {
  font-size: 20px;
  line-height: 1;
font-weight:normal;
  position: relative;
  color: #fff;
  background: #ccc;
  font-size: 16px;
  line-height: 1;
  margin: 0px 0px 10px -20px;
  padding: 14px 100px 10px 20px;
height:27px;
width:500px;
background:url(../images/titlebner.png) 0% 50% no-repeat;
}




.text-title a{
color:#fff;
text-decoration:none;
}

.text-title a:hover{
color:#888;
text-decoration:none;
}

/*記事エリア部分の設定*/
.contentsArea {
   margin-bottom: 10px;
    padding: 0 0 10px 0;
background:#fff;
border-bottom:1px dashed #ddd;
margin:0 20px;
}
/*記事内編集*/
.post p, {padding-bottom:15px;}
.post dl{padding:0 20px;}
.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin:5px 0 0 15px;
list-style:disc;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6{clear:both;}


.post h1{
margin:20px 0;
padding:5px 10px;
font-size:150%;
color: #fff;
border-radius:4px;
background:#007FB1;
box-shadow:0 0 3px rgba(0,0,0,0.2); 
}

.post h2{
margin:10px 0;
padding:3px 5px;
font-size:150%;
border-left:10px solid #ddd;
padding-left:20px;
margin-left:10px;
}

.post h3{
margin:10px 0;
font-size:140%;
padding:10px 20px;
margin:10px;
border:1px solid #ddd;
background:#eee;
}

.post h4{
margin:10px 0;
font-size:140%;
padding:10px 20px;
margin:10px;
border:1px solid #ddd;
background:#eee;
}



.post h5{
margin:10px 0;
font-size:120%;
font-weight:normal;
border-left:4px solid #ddd;
padding-left:20px;
margin-left:10px;
}

.post h6{
margin:10px 0;
font-size:120%;
font-weight:normal;
border-left:4px solid #ddd;
padding-left:20px;
margin-left:10px;
}

blockquote{
    width: 70%;
    background: #fff;
    padding: 10px; 
    margin: 5em 10px;
    border:5px solid #DBDBDB;
     border-radius: 10px;          
    -webkit-border-radius: 10px;   
    -moz-border-radius: 10px;
    -o-border-radius: 10px;   
    }
 
blockquote p{
    color:#333;
    font-weight:bold;
    line-height: 30px;
}
 
blockquote:before{
    content:"“";
    float: left;
    font-weight: bold;
    font-size: 500%;
    display:block;
    height:30px;
    color: #666;
    padding-right: 10px;
}
 
blockquote:after{
    content:"”";
    text-align:right;
    display:block;
    height:30px;
    font-weight: bold;
    font-size: 500%;
    color: #666;
    margin-top: -30px;
    padding-bottom: 10px;
}
.post table{
border: 1px #ddd solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #ddd solid;
border-width: 0 0 1px 1px;
font-weight:bold;
background:#f7f7f7;
}

.post table td{
padding:7px 5px;
border: 1px #ddd solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

/*記事内画像*/
.post img{
max-width:100%;
height:auto;
padding:5px;
}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}


/*ニュースエリア*/
.news_province, .topics_province, .sitemap_province {
/*background:#faa0c6;*/
    margin:0 0 10px;
    padding: 10px 10px 10px 10px;
}

.contentsArea p, .sitemap_province p {
    padding: 0px 20px 15px 20px;
}
.news-title{
font-size:18px;
padding:15px 10px 10px 50px;
border-bottom:2px solid #ddd;
color:#B22222;
text-shadow:1px 1px 0 #fff;
/*height:46px;*/
vertical-align:middle;
background:url(../images/newspaper.png) no-repeat 1% 50%;
}

.news_province dl{
	max-height: 210px;
	overflow-y: scroll;

}
.news_province dt{
	padding: 5px 10px 5px 10px ;
	font-size: 12px;
}
.news_province dd{
	padding: 0px 20px 5px 20px ;
border-bottom:1px #ccc dashed;
}


.topics_province {
    margin: 10px 20px 0px 20px;
    border-bottom: 1px dotted #999;
}

.topics_province p {
    margin: 5px 20px 20px 20px;
}

.sitemap_province ul {
    padding: 0px 20px 0px 20px;
}

.sitemap_province li {
    padding: 3px 6px 10px 20px;
    background: url(http://oonrestaurant.com/wp-content/themes/oonrestaurant/images/li_style.jpg) no-repeat 0px 7px;
}

/*フッター部分の設定*/
#footer {
    clear: both;
background:#fff;
border-top:1px solid #ddd;

}

#footer-in {
width:980px;
margin:0 auto;

}

#footer p {
    display: block;
    text-align: center;
    padding: 15px 0px 15px 0px;
    margin: 0px auto 10px;
}
#footer a{
/*    color: #B22222;*/
text-decoration:none;
}


/*トップへ戻る部分の設定*/
.backlink {
background:transparent;
/*    float: right;*/
    padding: 5px 30px 5px 15px;
/*    display: inline;*/
/*    margin-right: 180px;*/
/*		margin-top:10px;*/
text-align:right;

}

.backlink a {
    color: #fff;
/*トップへ戻るの色*/
background-color: #B22222;
    padding: 5px 10px;
text-decoration:none;
}

.pagenav {
    clear: both;
    width: 100%;
    min-height: 50px;
    margin: 5px 0 20px;
border-top:1px solid #ddd;
color:#888;
}

.prev {
    float: left;
margin-top:10px;
width:300px;
border-right:1px solid #ddd;
padding:5px 10px;
}

.next {
padding:5px 10px;
text-align:right;
    float: right;
margin-top:10px;
width:300px;

}

.prev a, .next a{
color:#000;
text-decoration:none;
}

.prev a:hover, .next a:hover{
text-decoration:underline;
}

#pageLinks {
    clear: both;
    color: #4f4d4d;
    text-align: center;
}


/*ナビゲーション部分の装飾*/
#globalnav ul { margin: 0; padding: 0; width:980px; margin:0 auto;}
#globalnav li { margin: 0; padding: 0;}
#globalnav a { margin: 0; padding: 0;}
#globalnav ul {list-style: none;}
#globalnav a {text-decoration: none;}
#globalnav {min-height: 50px;

}

#globalnav {
  position: relative;
  background: #B22222;
  margin: 0px -10px 10px -10px;
  box-shadow: 0 1px 3px #777;
}
#globalnav:after,#globalnav:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #8B0000;
}
#globalnav:after {
  left: 0;
  border-right: 5px solid #8B0000;
}
#globalnav:before {
  right: 0;
  border-left: 5px solid #8B0000;
}



#globalnav > ul > li {
    float: left;
    margin-left: 5px;
    position: relative;

}

#globalnav > ul > li > a {
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    padding: 15px 20px;
-webkit-transition: color .15s;
   -moz-transition: color .15s;
     -o-transition: color .15s;
        transition: color .15s;
}

#globalnav > ul > li > a:hover {
border-bottom:3px solid #fff;
}


#globalnav > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    padding: 16px 0 20px 0;
    background-color: rgb(250,250,250);
    text-align: left;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
-webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}

#globalnav > ul > li:hover > ul {
    opacity: 1;
    top: 65px;
    visibility: visible;
}

#globalnav > ul > li > ul:before{
    content: '';
    display: block;
    border-color: transparent transparent rgb(250,250,250) transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}

#globalnav > ul ul > li { position: relative;}

#globalnav ul ul a{
    color: rgb(50,50,50);
	  font-size: 13px;
    background-color: rgb(250,250,250);
    padding: 5px 8px 7px 16px;
    display: block;
-webkit-transition: background-color .1s;
   -moz-transition: background-color .1s;
     -o-transition: background-color .1s;
        transition: background-color .1s;
}

#globalnav ul ul a:hover {background-color: rgb(240,240,240);}


#globalnav ul ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -16px;
    left: 206px;
    padding: 16px 0 20px 0;
    background-color: rgb(250,250,250);
    text-align: left;
    width: 160px;
-webkit-transition: all .3s;
   -moz-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}


#globalnav ul ul > li:hover > ul { opacity: 1; left: 196px; visibility: visible;}


#globalnav ul ul a:hover{
    background-color: #B22222;/*ナビゲーション小ページの色*/
    color:#fff;
}



/*ウジェットのカレンダー*/
#wp-calendar {
width:100%;
padding:10px;
}

#wp-calendar td, #wp-calendar th{
text-align:center;
}

#wp-calendar caption{
padding:10px 10px 5px;
margin:0 ;
background-image: -moz-linear-gradient(top, #eee, #FFFFFF);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #eee), color-stop(1.0, #FFFFFF));
}


/*タグ欄*/

.tagcloud {
margin-bottom: 10px;
padding:0 10px 10px;
}

.tagcloud a{
background:#ddd;
padding:5px;
text-decoration:none;
}