@charset "utf-8";
/*
Theme Name: smart057
Theme URI: http://theme.o2gp.com/
Description: smart057
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* =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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html {
	height: 100%;
}


body{
	font:80%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	color:#252525;
	-webkit-text-size-adjust: none;
	height: 100%;
}

p {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: 1.5em;
}
p.font1 {
	font-size: 1.2em;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

@font-face {
    font-family: 'Hannari';
    src: url('font/Hannari.eot'); /* IE9 Compat Modes */
    src: url('font/Hannari.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/Hannari.woff') format('woff'), /* Modern Browsers */
    url('font/hannari.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('font/Hannari.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: nomal;
}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#777;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#2391D0;
}

#content section a {
	text-decoration: underline;
	color: #2391D0;
}

/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #2a588b;
background: -moz-linear-gradient(top, #2a588b 0%, #214a78 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a588b), color-stop(100%,#214a78));
background: -webkit-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: -o-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: -ms-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: linear-gradient(to bottom, #2a588b 0%,#214a78 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a588b', endColorstr='#214a78',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #2a588b;
background: -moz-linear-gradient(top, #214a78 0%, #2a588b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#214a78), color-stop(100%,#2a588b));
background: -webkit-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: -o-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: -ms-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: linear-gradient(to bottom, #214a78 0%,#2a588b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214a78', endColorstr='#2a588b',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}

.list-block .wpcf7-list-item { display: block; }


/* お問い合わせ
------------------------------------------------------------*/
.sent #m-form {
display: none;
}
.complete-display{
display: none;
}
.sent .complete-display{
display: block;
}
form#m-form {margin:0px auto;padding:0px;width:100%;font-size:12px;}
#m-form strong{color:#336699;}
#m-form .hissu{color:#ff3300;font-size:14px;}
#m-form .pan{color:#777777;padding:5px;text-align:center;background:#fafafa;border:1px solid #dddddd;;margin-bottom:5px;}
#m-form .send{text-align:center;padding:10px;}
#m-form .message{padding:10px;}
#m-form .info{color:#666666;}
#m-form table{
	width: 100%;
	border-collapse: collapse;
	line-height: 180%;
		background-color: #FFF;
	padding: 13px;
}
#m-form th{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #dddddd;
	width:160px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
#m-form td{
	background:#ffffff;
	border-bottom:1px solid #dddddd;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
#m-form th.top{border-top:1px solid #cccccc;}
#m-form td.top{border-top:1px solid #dddddd;}
#m-form textarea{width:98%;}

#m-form table.preview th{padding:5px 10px;}
#m-form table.preview td{padding:5px 10px;}
#m-form .error_message{border:1px solid #dd3300;background:#fee1e1;padding:10px;font-size:14px;color:#dd3300;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
	width:972px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
overflow:hidden;
}

#header{
overflow:hidden;
background:#fff;
}

#content{
	float:right;
	width:720px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	margin: 0px;
overflow:hidden;

}


#sidebar{
	float:left;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	width: 250px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#footer{
	clear:both;
	background:#f6f6f6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	overflow:hidden;
} 


/* ヘッダー
*****************************************************/
#header .bg{background:#2a588b;}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0;
color: #fff;
font-size:80%;
font-weight:normal;
background:#2a588b;
}

#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:30px 0;
color: #515151;
font-size:160%;
font-weight:bold;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:40px;
float:right;
}

#header ul li{
display:inline;
margin-left:10px;
font-size:90%;
}

#header ul li a{
padding-left:10px;
color:#000;
background:url(images/arrowSub.png) no-repeat 0 50%;
}

#header ul li a:hover{background-position:3px 50%;}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:20px;
line-height:0;
text-align:center;
z-index:0;
}
.top_img {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E42327;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 720px;
}


.post{
margin:0 0 20px 0;
padding:10px;
background: #fff;
}
#content .t1 {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

/* タイポグラフィ
*****************************************************/
h2.title{
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	color:1C1C1B;
}

h2.title a{
	font-size: 20px;
	font-weight: bold;
}

h2.title .sub_title {
	font-size: 12px;
	font-weight: normal;
}

h2.title1{
	clear:both;
	background-color: #E42327;
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 13px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 700px;
}
h2.title2 {
	clear:both;
	font-size:18px;
	color:#FFF;
	background-color: #2492D1;
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 13px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 700px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h2.title3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BE1521;
	font-size:18px;
	font-weight:normal;
	color: #FFF;
	font-family: Hannari;
	margin-top: 20px;
	margin-bottom: 15px;
	background-image: url(images/h2title_arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	padding-top: 0px;
	padding-left: 40px;
	height: 38px;
}
h2.title4{
	clear:both;
	font-size:18px;
	color:#FFF;
	background-color: #fae920;
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 13px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 700px;
}
h2.title5{
	clear:both;
	font-size:18px;
	color:#FFF;
	background-color: #ff9900;
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 13px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 700px;
}


section #post-81 h3.title {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E42326;
	margin: 20px;
	color:#E42326;
	font-size:16px;
	font-weight:bold;
}

.bottom_banner {
	margin-top: 50px;
	margin-bottom: 30px;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
}

.bottom_banner2 {
	margin-top: 50px;
	margin-bottom: 30px;
	text-align:center;
}

table.coment_main {
	margin-left: 20px;
	margin-right: 20px;
}
table.coment_main tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding: 10px;
}

.coment_side {
	padding-left: 20px;
	padding-right: 20px;
}
.coment_side dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}




h2.first{margin-top:0;}

.dateLabel{
margin:0 10px 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}


.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #333;
border-bottom:2px solid #515151;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#214a78;
border-bottom:1px solid #515151;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #214a78 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #214a78 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#214a78;
}

.post table td{
padding:7px 5px;
border: 1px #214a78 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;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
	display:inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

img.alignleft{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

.alignright{float:right;}
.alignleft{float: left;}
.mb30 {
	margin-bottom: 30px;
}

/* テーブル、斜線枠　
-------------*/
.oblique_waku {
	background-image: url(images/oblique_line.png);
	padding: 10px;
	margin: 15px;
}
.oblique_waku .white_waku {
	background-color: #FFF;
	padding: 13px;
}
table.tbst {
	width: 100%;
	border-collapse: collapse;
	line-height: 180%;
	padding: 13px;
}
table.tbst th{
	width:80px;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #cccccc;
	border-bottom-color: #dddddd;
	background-image: url(images/list_arrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
table.tbst td{
	background:#ffffff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
}

table.tbst th.last{
	border-bottom-style: none;
}
table.tbst td.last{
	border-bottom-style: none;
}



/* 動画設定　
-------------*/
.moving {
	float: right;
	width: 323px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


/* サイドバー　ウィジェット
*****************************************************/
section.widget, .widgetInfo{
margin: 0 0 20px;
padding: 0px 7px;
}

.archive{
margin: 0 0 20px;
padding: 0px 7px;
width:150px;
float:left;
}

#banners img{
max-width:225px;
height:auto;
padding-bottom:10px;
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px solid #ccc;
}

section.widget a{
display:block;
padding:3px 0 3px 13px;
text-decoration:underline;
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget a:hover{
text-decoration:none;

background-position: 3px 50%;
}
/* お知らせ　
-------------*/
.newsTitle{
	clear:both;
	font-size:100%;
	color: #333;
	border-bottom:1px solid #1C1C1B;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.newsTitle h3{
float:left;
font-weight:normal;
}
.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

#searchform{
margin-left:10px;
}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:115px;
vertical-align:bottom;
}


/* Kumamoto Work/Life　
-------------*/
#blog_waku {
	width: 555px;
float:left;
}





/* フッター
*****************************************************/
#footer ul{
padding-bottom:10px;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:60px;
background:url(images/arrow.png) no-repeat 0 12px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
}

#footer ul li	a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
	clear:both;
	padding:10px;
	text-align:center;
	font-size:75%;
	zoom:1;
	color:#666;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 10px 0px 20px;
}

.prev{float:left;margin-left:20px;}

.next{float:right;margin-right:20px;}
.cl {
	clear: both;
}

.wp-pagenavi{
	margin-right: 15px;
	margin-left: 15px;
}

#pageLinks{
clear:both;
color:#2a588b;
text-align:center;
}
.backnumber {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}
.backnumber .b_box {
	float: left;
	width: 233px;
	height: 355px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.backnumber .title {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 11px;
}
.backnumber .title a {
	color: #2391D0;
	text-decoration: underline;
	font-size: 12px;
}
.backnumber .txt  {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

.backnumber .b_box:nth-child(3n){ /* 3番目は右寄せ */
	margin: 0px;
	padding: 0px;
	width: 233px;
	float: right;
}

.backnumber .b_next a {
	margin: 10px;
	float: right;
	color: #E42327;
	text-decoration: underline;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
	width:720px;
	margin-top: 20px;
	margin-right: -25px;
	margin-bottom: 20px;
	margin-left: 0;
}

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #777;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#2a588b;
}

ul.thumb h3 a{color:#fff;}

ul.thumb h3:hover span{background:#214a78;}


/* メインメニュー　PC用
------------------------------------------------------------*/
	nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	background:#2a588b;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	border-right:1px solid #6586ab;
	}
	
	nav#mainNav ul li:first-child{border-left:1px solid #6586ab;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#fff;
	height:40px;
	line-height:40px;
	padding:15px 40px 5px;
	}
	
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size:90%;
	line-height:1.4;
	}
	
	nav#mainNav ul li a span{
	font-size:70%;
	color:#327cab;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
  background:#214a78;
  }
  
  nav#mainNav ul ul{width:160px;}
  
  nav#mainNav ul li ul{display: none;}
  
  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:60px;
  left:-2px;
  z-index:500;
  }
	
  nav#mainNav ul li li{
	padding:0 0 0 10px;
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
  background:#214a78;
	border:0;
  border-bottom:1px solid #6586ab;
  }
	
	nav#mainNav ul li li:first-child{border-left:0;}
	
  nav#mainNav ul li li a{
  width:100%;
  height:40px;
	padding:0;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }
	
	nav#mainNav ul li li a span{padding:0 10px;}
	
	nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a{color:#327cab;}
  
	nav#mainNav ul li:hover ul li:last-child{
	border:0;
	}

/*************
/* ページのトップへ
*************/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 3;
}
#page-top a {
	text-decoration: none;
	color: #E42327;
	width: 64px;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-image: url(http://cckuma.com/wp_7/wp-content/themes/smart057/images/banners/pagetop.png);
	background-repeat: no-repeat;
	height: 64px;
}
#page-top a:hover {
	text-decoration: none;
	background-repeat: no-repeat;
}
/*サイドメニュー リンク設定*/

#s_menu ul #navi ,ul#navi li ,ul#navi li a{
	display:block;
	zoom:1;
	height:35px;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}

#s_menu ul#navi li{
	width:210px;
}

#s_menu ul#navi li a{
    text-indent: 100%; /*テキストを見えなくする*/
    white-space: nowrap;
    overflow: hidden;
}
/*各画像セット*/
#s_menu ul#navi li#menu1 a{background: url(http://cckuma.com/wp_7/wp-content/themes/smart057/images/banners/menu_next.jpg);}
#s_menu ul#navi li#menu2 a{background: url(http://cckuma.com/wp_7/wp-content/themes/smart057/images/banners/menu_backnum.jpg);}
#s_menu ul#navi li#menu3 a{background: url(http://cckuma.com/wp_7/wp-content/themes/smart057/images/banners/menu_kumawork.jpg);}
#s_menu ul#navi li#menu4 a{background: url(http://cckuma.com/wp_7/wp-content/themes/smart057/images/banners/menu_kumalife.jpg);}
#s_menu ul#navi li#menu5 a{background: url(http://cckuma.com/wp_7/wp-content/themes/smart057/images/banners/menu_contact.jpg);}

/*マウスオーバー時*/
#s_menu ul#navi li#menu1 a:hover,
#s_menu ul#navi li#menu2 a:hover,
#s_menu ul#navi li#menu3 a:hover,
#s_menu ul#navi li#menu4 a:hover,
#s_menu ul#navi li#menu5 a:hover{

    background-position:0 -35px; /*赤の画像を出す*/
}
#s_menu  {
	margin-top: 10px;
}

/*カレント表示*/
#s_menu ul#navi li#menu1.current a,
#s_menu ul#navi li#menu2.current a,
#s_menu ul#navi li#menu3.current a,
#s_menu ul#navi li#menu4.current a,
#s_menu ul#navi li#menu5.current a{

    background-position:0 -35px; /*赤の画像を出す*/
}

.wp-pagenavi{margin-top:20px;}