@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File Name:      contents.css
 Style Info:     コンテンツエリア関係 他
----------------------------------------------------------- */



/*----------------------------------------------------
    基本設定、リンクカラーなど
----------------------------------------------------*/
html {
    background: #FFF;
	height: 100%;
}

body {
    background: #fff url(../img/share/bg_header.gif) repeat-x center top;
	height: 100%;
}

img {
    vertical-align: top;
}

a {
    color: #0687d1;
}

a:link {
    color: #0687d1;
    text-decoration: none;
}

a:visited {
    color: #6c58c1;
    text-decoration: none;

}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.clear {
    clear: both;
}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*----------------------------------------------------
    汎用class
----------------------------------------------------*/

#contents .imgR,
.alignright {
clear: both;
float: right;
margin: 0 0 20px 20px;
}

#contents .imgL,
.alignleft {
clear: both;
float: left;
margin: 0 20px 20px 0;
}

.glueText {
    float: left;
    width: 370px;
}

.btn {
    text-align: center;
}



/*----------------------------------------------------
    #navSkip (NavigationSkip)
----------------------------------------------------*/

span#navSkip {
    position: absolute;
    top: 0;
    left: 0;
}


/*----------------------------------------------------
    #page
----------------------------------------------------*/

#page {
	position:relative;
	width: 100%;
    margin:0px auto;
    min-height: 100%;
}



/*----------------------------------------------------
	#feature
----------------------------------------------------*/

.topBody #feature {
	clear: both;
	height: 345px;
	background: url(../img/top/bg_feature.jpg) top center no-repeat;
	position: relative;
}

.topBody #feature #frame {
	height: 320px;
	margin: 0 auto;		
	position: relative;
	width: 900px;
}

.topBody #feature #frame #pickup .new {
	position: absolute;
	left: -7px;
	top: -5px;
}

.topBody #feature #frame #pickup .ticket {
	position: absolute;
	left: 427px;
	top: 280px;
}

.topBody #feature #frame #pickup {
	position: absolute;
	width: 530px;
	height: 310px;
	background: #FFF;
	top: 15px;
	left: 0;
	overflow: hidden;
	border: 3px solid #FFFFFF;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	box-shadow: 1px 1px 5px #fff;
	-moz-box-shadow: 1px 1px 5px #fff;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 5px #fff;　/* Safari,Google Chrome用 */ 
}

.topBody #feature #frame a:hover img { 
	opacity:0.8;
	filter: alpha(opacity=80);
}

.topBody #feature #frame #pickup img.pickup {
	height: 310px;
	width: 530px;
	overflow: hidden;	
}

.topBody #feature #frame #pickup dl.txtArea {
	height: 45px;
	width: 510px;
	background: #fff;
	margin-top: -45px;
	opacity:0.9;
	padding: 3px 10px;
	filter: alpha(opacity=90);
}

.topBody #feature #frame #pickup dl dt {
	font-size: 10px;
	width: 400px;
	margin: 5px 0 3px 0;
	padding-left: 15px;
	background: url(../img/share/btn_simplearrow.gif) left center no-repeat;
}

.topBody #feature #frame #pickup dl dd {
	font-size: 10px;
	width: 400px;
	overflow: hidden;
	height: 15px;
}

.topBody #feature #frame #column {
	position: absolute;
	width: 160px;
	height: 145px;
	background: #FFF;
	top: 15px;
	left: 550px;
	border: 3px solid #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 1px 1px 5px #fff;
	-moz-box-shadow: 1px 1px 5px #fff;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 5px #fff;　/* Safari,Google Chrome用 */ 

}

.topBody #feature #frame #blog {
	position: absolute;
	width: 160px;
	height: 145px;
	background: #FFF;
	top: 15px;
	left: 730px;
	border: 3px solid #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 1px 1px 5px #fff;
	-moz-box-shadow: 1px 1px 5px #fff;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 5px #fff;　/* Safari,Google Chrome用 */ 

}

.topBody #feature #frame #member {
	position: absolute;
	width: 160px;
	height: 145px;
	background: #FFF;
	top: 178px;
	left: 550px;
	border: 3px solid #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 1px 1px 5px #fff;
	-moz-box-shadow: 1px 1px 5px #fff;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 5px #fff;　/* Safari,Google Chrome用 */ 

}

.topBody #feature #frame #etc {
	position: absolute;
	width: 160px;
	height: 145px;
	background: #FFF;
	top: 178px;
	left: 730px;
	border: 3px solid #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 1px 1px 5px #fff;
	-moz-box-shadow: 1px 1px 5px #fff;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 5px #fff;　/* Safari,Google Chrome用 */ 

}

.topBody #feature #frame #column img,
.topBody #feature #frame #blog img,
.topBody #feature #frame #staff img,
.topBody #feature #frame #etc img {
	height: 150px;
	width: 160px;
}

.topBody #feature #frame #column .txtArea,
.topBody #feature #frame #blog .txtArea,
.topBody #feature #frame #member .txtArea,
.topBody #feature #frame #etc .txtArea {
	height: 20px;
	width: 140px;
	background: #fff;
	margin-top: -30px;
	opacity:0.9;
	padding: 3px 10px;
	filter: alpha(opacity=90);
}

.topBody #feature #frame #column .txtArea p a,
.topBody #feature #frame #blog .txtArea p a,
.topBody #feature #frame #member .txtArea p a,
.topBody #feature #frame #etc .txtArea p a {
	font-size: 10px;
	width: 130px;
	margin: 3px 0;
	padding-left: 15px;
	background: url(../img/share/btn_simplearrow.gif) left center no-repeat;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	clear: both;
	height: 100%;
}

.pageTop {
	width: 40px;
	height: 40px;
	right: 0;
	bottom: 10%;
	position: fixed;
	float: right;
	background: transparent url(../img/share/btn_pagetop.jpg) top left no-repeat;
	clear: both;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
	float: left;
	width: 600px;
	margin: 0;
	background: #fff;	
}

* html #main {
	display: inline;
}

#main table,#main ol,#main ul,#main dl,#main blockquote,#main pre,#main p {
	margin-bottom: 10px;
}

#main h2 {
	margin: 15px 0 0 0;
}

#main h3 {
	margin: 0 0 20px;
}

#page #main p + h3 {
	margin-top: 30px;
}

#page #main p.date + h3 {
	margin-top: 0;
}

#main p {
	line-height: 1.7;
}

#main p.pageTop {
	clear: both;
	width: 650px;
	height: 12px;
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 0;
	font-size: 0;
}


/*----------------------------------------------------
	#sub
----------------------------------------------------*/

.topBody #sub {
	float: right;
	width: 250px;
	margin: 15px 0 0 0;
	background: #fff;
	position: relative;	
}




/* トップページ
----------------------------------------------------*/

.topBody #main {
	float: left;
	width: 600px;
	margin: 15px 0 20px 0;
	background: #fff;
	padding-top: 0px;
	background:url(../img/top/bg_news.gif) top center no-repeat;
} 

.topBody #main h2 {
	margin: 15px 0 0 0;
	padding: 0 0 25px 0;
	clear: both;
}

#main .rssBtn {
	width: 45px;
	margin: -40px 0 0 0;
	float: right;
}

.topBody #main dl.dateList {
	margin-top: -10px;
	margin-bottom: 10px;
	clear: both;
}

#main dl.dateList dt {
	margin-bottom: 8px;
	padding-left: 20px;
	float: left;
	width: 7em;
	clear: both;
	background: url(../img/top/icon_news.gif) no-repeat 0em .3em;
	font-weight: bold;
	color: #666;
}

#main dl.dateList dd {
	margin-bottom: 8px;
	padding-left: 7.5em;
	width: 500px;
	background: url(../img/top/bg_line.gif) repeat-x left bottom;
	padding-bottom: 8px;
}

*:first-child+html #main dl.dateList dt {
	width: 50px;
}

*:first-child+html #main dl.dateList dd {
	padding-left: 30px;
	width: 40px;
}

#main dl.dateList dd img {
	margin: 2px 10px 0 0;
	padding: 0;
	
	-moz-border-radius: 3px; /* for Firefox */
	-webkit-border-radius: 3px; /* for Chrome */
	border-radius: 3px;
}


#main .moreBtn {
	position: relative;
	width: 600px;
	margin: 15px 0;
	padding-bottom: 30px;
}

#main .moreBtn li {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 20px;
	margin: 0;
	font-size: 0;
	line-height: 0;
}

.topBody #main h2.blogArea {
	width: 600px;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	clear: both;
	border-bottom: 2px solid #1f5fa8;
}

.topBody #main .section {
	clear: both;
	width: 600px;
	padding: 20px 0 10px 0;
	border-bottom: 1px #bac6d9 solid;	
}

.topBody #main .section .staffPhoto {
	float: left;
	margin-right: 15px;
	height: 45px;
	width: 45px;
}

.topBody #main  .section .staffBlog {
	float: right;
	width: 540px;
}

.topBody #main  .section .staffBlog img {
	float: right;
	min-width: 120px;
	margin: 0 0 10px 10px;
}

.topBody #main  .section .staffBlog dt p {
	display: inline;
	font-size: 10px;
	margin-right: 10px;
}

.topBody #main  .section .staffBlog dd p {
	font-size: 10px;
	margin-right: 10px;
	padding: 0;
	margin: 0;
}


.topBody #main  .section .staffBlog dt p.category {
	padding: 2px 5px;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

.topBody #main .section .staffBlog dd p.title {
	margin: 10px 0;
	font-size: 12px;
	padding: 0 0 0 15px;
	background: url(../img/share/icon_arrow.gif) left center no-repeat;
	font-weight: bold;
}

.topBody #main #bnrArea {
	clear: both;
	padding: 20px 0;
}

.topBody #main #bnrArea li {
	float: left;
	margin-right: 18px;	
}

.topBody #main #bnrArea li:last-child {
	margin-right: 0;
	float: right;
}

.topBody #main #bnrArea li img {
	box-shadow: 1px 1px 5px #ccc;
	-moz-box-shadow: 1px 1px 5px #ccc;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 5px #ccc;　/* Safari,Google Chrome用 */ 
	-moz-border-radius: 3px; /* for Firefox */
	-webkit-border-radius: 3px; /* for Chrome */
	border-radius: 3px;		
}

.topBody #main #bnrArea li a:hover img{ 
	opacity:0.8; filter: alpha(opacity=80);
}


.topBody #sub p {
	font-size: 10px;
}

.topBody #sub h3 {
	padding: 13px 0 8px 0;
	clear: both;
}


.topBody #twitter {
	float: right;
	width: 250px;
	padding: 15px 0 0 0;
}

.topBody #sub #staffArea {
	background: #e7ecf2;
	position: relative;
	margin: 0 0 20px 0;
	width: 230px;
	padding: 0 10px 10px 10px;
    -moz-border-radius: 5px; /* for Firefox */
    -webkit-border-radius: 5px; /* for Chrome */
	border-radius: 5px;
}


.topBody #sub #staffArea .welcome {
	position: absolute;
	top: 10px;
	left: 148px;
}


.topBody #sub #staffArea .practice {
	background: #FFF;
	width: 210px;
	padding: 10px;
	-moz-border-radius: 5px; /* for Firefox */
	-webkit-border-radius: 5px; /* for Chrome */
	border-radius: 5px;
 	margin: 0;
	font-size: 10px;

}

.topBody #sub #staffArea .practice .practiceDay {
	width: 200px;
	padding-right: 5px;
	float: left;
}

.topBody #sub #staffArea .practice .practiceDay dt {
	font-weight: bold;
	margin-bottom: 3px;
}

.topBody #sub #staffArea p.arrow {
	font-size: 10px;
	margin: 5px 0 0 0;
	padding-left: 10px;
	background: url(../img/share/icon_arrow.gif) left center no-repeat;
}


.topBody #sub #staffArea .adressBox {
	background:url(../img/top/bg_form.gif) left center no-repeat;
	width: 190px;
	height: 35px;
	padding: 18px 10px 0 23px;
}

.topBody #sub #staffArea .mail {
	border: 0px;
	float: left;
	width: 135px;
}

.topBody #sub #staffArea .sent {
	float: right;
}

#contents .qrImg {
	clear: both;
	float: left;
	margin: 0 7px 20px 0;
}






/* 中ページ
----------------------------------------------------*/

.contentsBody #main {
	float: left;
	width: 600px;
	margin: 0 0 30px 0;
	background: #fff;
	padding-top: 0px;
} 

.contentsBody #main h2 {
	margin: 10px 0 20px 0;
	padding: 0px 0 15px 30px;
	clear: both;
	color: #0687d1;
	font-size: 16px;
	border-bottom: 2px solid #0687d1;
	background: url(../img/contents/bg_h2.gif) left 0.2em no-repeat;
}

.contentsBody #main h3 {
	padding: 0 0 15px 0;
	margin-bottom: 15px;
	clear: both;
	color: #349ad7;
	font-size: 16px;
	background: url(../img/contents/bg_h3.gif) bottom repeat-x;
}

.contentsBody #main p + h3,
.contentsBody #main ul + h3,
.contentsBody #main div + h3 {
	padding: 30px 0 0 0;
	clear: both;
	color: #349ad7;
	font-size: 16px;
	background: url(../img/share/bg_line.jpg) top center repeat-x;
}

.contentsBody #main h4 {
	padding: 5px 10px;
	clear: both;
	background: #F7F7F7;
	margin-bottom: 15px;
	border-bottom: 1px solid #0687d1;
}


.contentsBody #main h5 {
    margin: 30px 0 15px;
    padding: 1px 0 1px 8px;
    border-left: 5px solid #0687d1;
	font-weight: bold;
}

.contentsBody #main h6 {
    margin: 0 0 15px;
    padding: 0 0 0 10px;
	background: url(../img/contents/bg_h6.gif) left center no-repeat;
	font-weight: bold;
}	
	
.contentsBody #main blockquote {
    margin: 0 0 15px;
    padding: 5px 10px 5px 40px;
	background: url(../img/contents/bg_blockquote.gif) 0.5em 0.5em no-repeat #F7F7F7;
	border: #dbdbdb 1px solid;
}


.contentsBody #main .bold {
	font-weight: bold;
}

.contentsBody #main ul {
	list-style: none;
	margin: 0 0 15px 0;	
}

.contentsBody #main ul li {
	background: url(../img/contents/bg_list.gif) left 0.5em no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 5px 10px;
}

.contentsBody #main ol {
	margin: 0 0 15px 0;
}

.contentsBody #main ol li {
	list-style:decimal;
	padding: 0 0 0 0px;
	margin: 0 0 5px 30px;
}


.contentsBody #main ul.none {
	padding: 5px 0 10px 0;
}

.contentsBody #main ul.none li {
	font-weight: bold;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 20px;
}

.contentsBody #main ul.none li ul li {
	font-weight: normal;
	background: url(../img/share/bg_list.gif) left center no-repeat;
	padding: 0 0 0 20px;
	list-style: none;
	margin: 0 0 5px 20px;
}

.contentsBody #main ul.none li ul li:first-child {
	font-weight: normal;
	background: url(../img/share/bg_list.gif) left center no-repeat;
	padding: 0 0 0 20px;
	list-style: none;
	margin: 10px 0 5px 20px;
}

.contentsBody #main .notice {
	padding: 10px 10px 0 10px;
	clear: both;
	background: #f5f5f5;
	border: 1px solid #eee;
	margin: 15px 0;
}

.contentsBody #main .notice .bold {
	font-weight: bold;
}

.contentsBody #main .notice ul {
	padding: 5px 0;
}

.contentsBody #main .notice ul li {
	font-weight: normal;
	list-style: disc;
	padding: 0;
	margin: 0 0 5px 20px;
}


.contentsBody #main img.center {
	padding: 10px 0;
	clear: both;
	text-align: center;
}

.contentsBody #main p span.bold {
	font-weight: bold;
	color: #3ac1ce;
}

.contentsBody #main p.txtR {
	text-align: right;
	margin-top: 20px;
}


.contentsBody #page #contents #main p.arrowLink {
	padding: 0 0 0 15px;
	clear: both;
	margin-right: 20px;
	background: url(../img/share/icon_arrow.gif) left center no-repeat;
	display: inline;
}


.contentsBody #main table {
	width: 598px;
	margin: 0 0 20px 0;
	border: 1px solid #dce4ea;
}


*html .contentsBody #main table tr td {
    padding: 10px;
    line-height: 1.8;
    font-size: 12px;
}

.contentsBody #main table tr td {
    background-color: #f4f7fa;
    border-left: 1px solid #dce4ea;
    border-bottom: 1px solid #dce4ea;
    width: 30%;
    text-align: center;
    color: #0E7ABB;
    padding: 10px;
    line-height: 1.5;	
}

.contentsBody #main table tr td:nth-child(2n) {
    text-align: left;
	background: #FFFFFF;
	color: #555;
	width: 70%;	
}

.contentsBody #main table.member {
	width: 598px;
	margin: 0 0 20px 0;
	border: none;
}

*html .contentsBody #main table.member tr td {
    padding: 10px;
    line-height: 1.8;
    font-size: 12px;
    text-align: center;	
}

.contentsBody #main table.member tr td {
    background-color: #FFFFFF;
    border-left:  none;
    border-bottom:  none;
    width: auto;
    text-align: center;
    padding: 10px;
    line-height: 1.5;
	color: #333;		
}

.contentsBody #main table.member tr td:nth-child(2n) {
    background-color: #FFFFFF;
    border-left:  none;
    border-bottom:  none;
    width: auto;
    text-align: center;
    padding: 10px;
    line-height: 1.5;
	color: #333;		
}

.contentsBody #main table.member img {
	display: block;
	margin-bottom: 10px;
}


.contentsBody #sub {
	float: right;
	width: 250px;
	padding-top: 70px;
	margin-top: 15px;
	background: url(../img/contents/bg_localnav.jpg) top center no-repeat;
	position: relative;
	z-index: 1;
}

.contentsBody #sub #localNav {
	background: #FFFFFF;
	font-size: 10px;
	margin: 20px auto 10px auto;
	width: 200px;
	padding: 5px 10px 0 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	-moz-border-radius: 5px; /* for Firefox */
	-webkit-border-radius: 5px; /* for Chrome */
	box-shadow: 1px 1px 5px #ccc;
	-moz-box-shadow: 1px 1px 5px #ccc;/* Firefox用 */
	-webkit-box-shadow: 1px 1px 5px #ccc;

　/* Safari,Google Chrome用 */ 
}


.contentsBody #sub #localNav li {
	display: block;
	height: 40px;
	width: 200px;
	margin:	8px 0 5px 0;
	font-size: 10px;	
	background: url(../img/contents/bg_localnav_arrow.gif) 0.7em 1.1em no-repeat #FFF;
	border-bottom: 1px solid #eee;
}

.contentsBody #sub #localNav li:last-child {
	border-bottom: none;
}

.contentsBody #sub #localNav li a {
    display:block;
	width: 200px;
    height: 40px;
	padding: 7px 0 0 25px;
}

.contentsBody #sub #localNav li.active,
.contentsBody #sub #localNav li.active a,
.contentsBody #sub #localNav li.active a.active,
.contentsBody #sub #localNav li a:hover {
	background: url(../img/contents/bg_navon.gif) left top no-repeat;
    color: #fff;
	text-decoration: none;
}



/* news 中ページ
----------------------------------------------------*/

.contentsBody #contents {
padding-top: 20px;
}

.contentsBody #page #contents #main p {
	padding:  10px 0 0 0;
} 

.contentsBody .date {
	float: left;
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #ccc;
	padding: 2px;
	margin: 10px 15px 20px 0px;
	font-family: Arial;
}
.contentsBody .day {
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	color: #999;
	text-align: center;
}
.contentsBody .day a {
	color: #999 !important;
	text-decoration: none !important;
}
.contentsBody .year {
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
}

.contentsBody .category {
	padding-top: 20px;
}
.contentsBody .category p {
	font-size: 10px;
	color: #999;
	padding-top: 10px;
}

.contentsBody .category img {
	-moz-border-radius: 3px; /* for Firefox */
	-webkit-border-radius: 3px; /* for Chrome */
	border-radius: 3px;
}
.contentsBody #contents #main h2 {
	padding: 0 0 10px 30px;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 20px 0;
	clear: both;
}

.contentsBody #page #contents #main .postinfo {
	clear: both;
	padding: 15px 10px 0 0;
	text-align: right;
	font-size: 85%;
}

.contentsBody #below {
	color: #333;
	font-size: 0.9em;
	padding: 10px;
	line-height: 1.3em;
	margin: 30px 0;
	border-top: 1px solid #ccc;
}
#below a {
	margin: 0 !important;
	padding: 0 !important;
}

.contentsBody #below .prev {
	float: left;
}

.contentsBody #below .next {
	float: right;
}

.contentsBody #page #contents #sidebar  {
	float: right;
	width: 250px;
	padding-top: 70px;
	background: url(../img/contents/bg_localnav.jpg) top center no-repeat;
	position: relative;
	z-index: 1;
}

.contentsBody #page #contents #sidebar .group {
	background: #FFFFFF;
	margin: 30px auto 10px auto;
	width: 200px;
	padding: 15px 10px 0 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	-moz-border-radius: 5px; /* for Firefox */
	-webkit-border-radius: 5px; /* for Chrome */
	box-shadow: 1px 1px 5px #ccc;
	-moz-box-shadow: 1px 1px 5px #ccc;/* Firefox用 */
	-webkit-box-shadow: 1px 1px 5px #ccc;


　/* Safari,Google Chrome用 */ 
}



.contentsBody #page #contents #sidebar ul li h3 {
	color: #555;
	padding: 5px 5px 15px 5px;
	line-height: 1.05em;
	font-weight: bold;
	background: url(../img/news/bg_line.gif) repeat-x bottom;
}
.contentsBody #page #contents #sidebar ul li {
    margin-bottom: 15px;
    font-size: 10px;
}
.contentsBody #page #contents #sidebar ul li ul{
    padding: 5px 0;
    margin-bottom: 5px;
    background: #fff;
}
.contentsBody #page #contents #sidebar ul li div{
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 1.0em;
    background: #fff;
}

.contentsBody #page #contents #sidebar ul ul li {
    margin: 7px 10px;
    padding: 0 0 10px 15px;
	background: url(../img/news/bg_arrow.gif) left 0.5em no-repeat;
    border-bottom: 1px solid #eee;
}
.contentsBody #page #contents #sidebar ul ul li:last-child {
    border-bottom: none;
    padding: 0 0 0 15px;	
}

.contentsBody #page #contents #sidebar ul ul ul {
    border: none;
    padding: 0;
    margin: 0;
}
.contentsBody #page #contents #sidebar .children {
    margin-top: 10px;
    margin-left: 10px;
    background: none;
}


.contentsBody #sub {
	float: right;
	width: 250px;
	padding-top: 70px;
	margin-top: 15px;
	background: url(../img/contents/bg_localnav.jpg) top center no-repeat;
	position: relative;
	z-index: 1;
}

.contentsBody #sub #localNav {
	background: #FFFFFF;
	font-size: 10px;
	margin: 20px auto 10px auto;
	width: 200px;
	padding: 5px 10px 0 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	-moz-border-radius: 5px; /* for Firefox */
	-webkit-border-radius: 5px; /* for Chrome */
	box-shadow: 1px 1px 5px #ccc;
	-moz-box-shadow: 1px 1px 5px #ccc;/* Firefox用 */
	-webkit-box-shadow: 1px 1px 5px #ccc;

　/* Safari,Google Chrome用 */ 
}

.contentsBody #sub #localNav li {
	display: block;
	height: 40px;
	width: 200px;
	margin:	8px 0 5px 0;
	font-size: 10px;	
	background: url(../img/contents/bg_localnav_arrow.gif) 0.7em 1.1em no-repeat #FFF;
	border-bottom: 1px solid #eee;
}

.contentsBody #sub #localNav li:last-child {
	border-bottom: none;
}

.contentsBody #sub #localNav li a {
    display:block;
	width: 200px;
    height: 40px;
	padding: 7px 0 0 25px;
}

.contentsBody #sub #localNav li.active,
.contentsBody #sub #localNav li.active a,
.contentsBody #sub #localNav li.active a.active,
.contentsBody #sub #localNav li a:hover {
	background: url(../img/contents/bg_navon.gif) left top no-repeat;
    color: #fff;
	text-decoration: none;
}




/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
	padding-top: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 8px;
	margin: 2px 5px 2px 0;
}

.wp-pagenavi a:hover {
    text-decoration: none;	
}

.wp-pagenavi span.current {
	background: #0687d1;
	color: #FFFFFF;
    text-decoration: none;	
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.wp-pagenavi .wp-pagenavi a {
    color: #0687d1;
}

.wp-pagenavi a:link {
    color: #0687d1;
    text-decoration: none;
}

.wp-pagenavi a:visited {
    color: #6c58c1;
    text-decoration: none;
}




.serti {
	padding-top: 20px;
	font-size: 120%;
	clear: both;
}
