@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 12px/1.8 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background: #fff repeat-x top;
}

body#toppage {
background: #fff url(images/bg_top0.png) repeat-x top;
}

a{color:#000000;text-decoration:none;}
a:hover{color:#999999;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
height: 102px;
}

#header h1 {
padding: 10px 0 0 6px;
font-size: 10px;
font-weight: normal;
}


/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 15px 0;
width: 910px;
height: 77px;
background:url(images/topnav0.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:151px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 152px;
height: 77px;
background:url(images/topnav0.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#about{background-position:-152px 0;}
ul#topnav a#menu{background-position:-303px 0;}
ul#topnav a#faq{background-position:-454px 0;}
ul#topnav a#map{background-position:-605px 0;}
ul#topnav a#blog{background-position:-756px 0;}


ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -76px;}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-152px -76px;}
ul#topnav a#menu:hover, ul#topnav li.active a#menu{background-position:-303px -76px;}
ul#topnav a#faq:hover, ul#topnav li.active a#faq{background-position:-454px -76px;}
ul#topnav a#map:hover, ul#topnav li.active a#map{background-position:-605px -76px;}
ul#topnav a#blog:hover, ul#topnav li.active a#blog{background-position:-756px -76px;}


li.active a#home{background-position:0 -42px;}
li.active a#guide{background-position:-213px -42px;}
li.active a#faq{background-position:-429px -42px;}
li.active a#mp{background-position:-573px -42px;}


/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 618px;
padding: 30px 0;
display: inline;
}

#main .bannerM img{
padding-right: 10px;
padding-bottom: 15px;
}
#main .bannerM img.last{padding-right:0;}

#main h2{
margin-bottom: 10px;
padding: 0 10px 0px 10px;
line-height: 40px;
font-size: 16px;
font-weight: normal;
color: #252525;
border-bottom: 2px solid #0B2465;
font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#main h3 {
font-size: 14px;
font-weight: normal;
line-height: 30px;
padding-left: 15px;
margin-top: 10px;
letter-spacing: 0.2em;
color: #252525;
border-bottom: 2px solid #0B2465;
font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#main p {
padding: 15px 15px 15px 20px;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 0 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .7em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#999999;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

◆CSS
/* .viewer
------------------------- */
.viewer {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
	width: 100%;
}

/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 101;
}
.viewer .btnPrev {
	left: 10px;
	background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
	right: 10px;
	background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}


/* =======================================
	ClearFixElements
======================================= */
.viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.viewer ul {
	display: inline-block;
	overflow: hidden;
}


/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 10px 0;
}

.box {
float: left;
width: 265px;
padding: 8px 0;
background-color:#F5F5F5;
}


#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin: 1px 0 10px 0;
padding: 0 10px 0 10px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
color: #252525;
border-bottom: 1px dotted #cdcdcd;
}

#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px solid #efefef;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}





/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
font-size: 11px;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 15px;
text-align: center;
font-style:normal;
font-size: 10px;
clear:both;
display:block;
}

