@charset "utf-8";

/*
Theme Name: theme154
Theme URI: http://theme.o2gp.com/
Description: theme154
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: simple

	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

*/

/*
*{margin:0;padding:0;}
*/

body,h1,h2,h3,h4,h5,h6,p,address,ul,li,dl,dt,dd,caption,img{
margin:0;
padding:0
}



body{
font: 14px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background: #ffffff url(images/bg.png) no-repeat center top;
}


a{color:#4596e6;text-decoration:none;}
a:hover{color:#4ba0f0;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
background: url(images/header.png) no-repeat 100% 0;
height: 80px;
}

#header h1 {
padding: 7px 0 0;
font-size: 12px;
font-weight: normal;
}


/*************
/* トップナビゲーション
*************/
/*ul#topnav{
margin: 15px 0;
width: 910px;
height: 46px;
}

ul#topnav li{float:left;list-style:none;width:130px;}

ul#topnav a{
display: block;
width: 130px;
height: 46px;
}*/

/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 15px 0;
width: 910px;
height: 46px;
background:url(./images/topnav.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:130px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 130px;
height: 46px;
background:url(./images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#about{background-position:-130px 0;}
ul#topnav a#menu{background-position:-260px 0;}
ul#topnav a#faq{background-position:-390px 0;}
ul#topnav a#map{background-position:-520px 0;}
ul#topnav a#blog{background-position:-650px 0;}
ul#topnav a#link{background-position:-780px 0;}

ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -46px;}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-130px -46px;}
ul#topnav a#menu:hover, ul#topnav li.active a#menu{background-position:-260px -46px;}
ul#topnav a#faq:hover, ul#topnav li.active a#faq{background-position:-390px -46px;}
ul#topnav a#map:hover, ul#topnav li.active a#map{background-position:-520px -46px;}
ul#topnav a#blog:hover, ul#topnav li.active a#blog{background-position:-650px -46px;}
ul#topnav a#link:hover, ul#topnav li.active a#link{background-position:-780px -46px;}

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: 15px 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 20px;
line-height: 40px;
font-size: 16px;
font-weight: normal;
color: #252525;
background: #4596e6 url(images/heading.png) no-repeat;
}

#main h3 {
font-size: 14px;
line-height: 30px;
background: url(images/h3.png) no-repeat ;
padding-left: 15px;
padding-bottom: 10px;
margin-top: 20px;
letter-spacing: 0.2em;
color: #333333;
}

#main p {
padding: 10px 15px 10px 20px;
line-height: 170%;
}

#main li {
margin-left:30px;
padding:5px;
line-height: 100%;
}


/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 10px 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#4596e6;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

/* フッター共通 */
.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;}


/* ボタン */
p.button{
text-align: center;
font-weight:bold;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #ffffff url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#4596e6;}
p.button a:hover{color:#ffffff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 15px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding: 0 10px 0 33px;
line-height: 40px;
font-size: 15px;
font-weight: normal;
color: #252525;
background: #4596e6 url(images/heading2.png) no-repeat;
}

#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px dashed #4596e6;
}

#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%;}



#mainlist ul{
margin-left: 5px;
padding: 10px 0;
}

#mainlist li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px dashed #4596e6;
}

#mainlist li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#mainlist li a:hover{background-position: 3px 50%;}




/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #4596e6;
background-color:#ffffff;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}

/****************************************************************
追加
*****************************************************************/

#footer ul{list-style-type:none;
margin:5px 0 15px 5px;}
#footer li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;}

#footer li a:hover{
background-position: 3px 50%;}


#voice_txt {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
}

#waku_blue_1 {
	padding: 10px;
	border: 1px solid #3399ff;
	background-color: #DDEEFF;
}

#waku_gray { background-color: #eaeaea; padding: 2px 5px 5px 10px; }
#waku_w { background-color: #FCFCFC; border: 1px solid #CCCCCC; padding: 5px; }
#waku_w0 { background-color: #ffffff; border: padding: 5px; }

#list-box{
	border: 1px solid #999999;
	background: #FFF4FF;
	padding: 1em;
}
#list-box li{
	margin: 0 0 0 2#4em;
	list-style: url(images/bullet1#gif) outside;
	padding: 0 0 0 10px;
}

#black24 {color: #000000; font-size: 24px; font-weight: bold; }
#black22 {color: #000000; font-size: 22px; font-weight: bold; }
#black20 {color: #000000; font-size: 20px; font-weight: bold; }
#black18 {color: #000000; font-size: 18px; font-weight: bold; }
#black16 {color: #000000; font-size: 16px; font-weight: bold; }

#blue28 {color: #0066ff; font-size: 28px; font-weight: bold; }
#blue26 {color: #0066ff; font-size: 26px; font-weight: bold; }
#blue24 {color: #0066ff; font-size: 24px; font-weight: bold; }
#blue20 {color: #0066ff; font-size: 20px; font-weight: bold; }
#blue18 {color: #0066ff; font-size: 18px; font-weight: bold; }
#blue16 {color: #0066ff; font-size: 16px; font-weight: bold; }
#blue14 {color: #0066ff; font-size: 14px; font-weight: bold; }
#blue {color: #0066ff; font-size: 14px; font-weight: normal; }

#red28 {color: #ff0000; font-size: 28px; font-weight: bold; }
#red26 {color: #ff0000; font-size: 26px; font-weight: bold; }
#red24 {color: #ff0000; font-size: 24px; font-weight: bold; }
#red20 {color: #ff0000; font-size: 20px; font-weight: bold; }
#red18 {color: #ff0000; font-size: 18px; font-weight: bold; }
#red16 {color: #ff0000; font-size: 16px; font-weight: bold; }
#red14 {color: #ff0000; font-size: 14px; font-weight: bold; }
#red {color: #ff0000; font-size: 14px; font-weight: normal; }

#line {background-color: #ffff00; font-weight: bold; }

/****************************************************************
【マウスオーバー時の画像リンク 不透明度の設定】※初期設定は60%
*****************************************************************/
a img#linkimg{background:none!important}
a:hover img#linkimg{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;}


/* アイキャッチ(index.php) */
.entrytitle{padding:5px 0;}
.entrytitle dt{
    float:left;
	margin:0 15px 0 0;
	background-color:#fff;
}
.entrytitle dt img{
    width:100px;
	height:100px;
	border:1px solid #aaa;
}

/* 「続きを読む」リンク */
a.more-link{
	color:#fff;
	font-weight:700;
	font-size:12px;
	position:relative;
	padding:5px 10px;
	background:#2ca9e1;
}
a.more-link:hover{
	color:#fff;
	text-decoration:none;
	background:#a0d8ef;
}

.align1{text-align:center !important}	/* 中央寄せ */
.align2{text-align:right !important}	/* 右寄せ */
.align3{text-align:left !important}		/* 左寄せ */

/* メタデータ(日付,カテゴリー,コメント) */
.metadate a:hover,.metadate2 a:hover{text-decoration:underline;}
.metadate{
	font-size:.85em;
	color:#555;
}
.metadate a{color:#555;}
.metadate2{
	padding:2px 0 0;
	font-size:.8em;
	color:#555;
}
.metadate2 a{color:#555;}

.contents_body{
	padding-bottom:15px;
	border-bottom:1px solid #bbb;
}

/* ページナビゲーション */
.local-navigation{
	color:#2583ad;
	line-height:2em;
	text-align:center;
	margin:1em auto;
}
a.page-numbers,.local-navigation .current{
	color:#777;
	border:solid 1px #333;
	text-decoration:none;
	font-size:smaller;
	padding:5px 7px;
}
a.page-numbers:hover{
	color:#fff;
	background:#333;
}
.local-navigation .current{
	color:#fff;
	font-weight:700;
	border-color:#333;
	background:#333;
}
#next{
	font-size:.9em;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}

#center{text-align:center;}

