@charset 'UTF-8';
/************************************
 全般
************************************/	
body {
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	font-size:100%;
	color:#444;
}
* html body {
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	font-size:85%;
	vertical-align:baseline;
	line-height:1.4;
}
:first-child + html body {
	font-family:'メイリオ',Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:80%;
	line-height:1.4;
}
html > body {
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	font-size: ;
}
table caption {
	text-align:left;
}

/************************************
 1.generic.css
************************************/

/* Forms */
form {
	clear: both;
	padding: 0;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/* Related */
div.related {
	clear: both;
	display: block;
}
/************************************
 COMMON
************************************/	
#rNum{
	color:#616161;
	font-size:0.9em;
}
#rNum span{
	font-size:1.6em;
}


/************************************
 3.タグ
************************************/	
* {
	margin:0;
	padding:0;
}
body {
	background:#EEE;
	font-size:0.78em;
	margin: 0;
	line-height:1.5;
	color:#4B4B4B;
}
h1, h2, h3, h4{
	font-weight:normal;
}
h1{
	color:#666;
	font-size:1em;
	margin:0;
	padding:0;
	width:600px;
	display:inline;
	}
h2{
	color:#000;
	font-size: 1.6em;
	margin: 0;
	padding:0;	
	text-shadow:1px 1px 2px #AAA;
}
.cH2{
	text-align:left;
	margin:17px 0 0;
	padding:0 0 17px 13px;
}
h3{
	color:#105B00;
	font-size: 1.4em;
	margin-bottom:0;
	text-shadow:1px 1px 1px #DDD;
}
h4{
	color: #993;
	font-size: 1em;
	padding-top: 1.5em;
}
a{
	color:#0044CC;
}
a:hover{
	color:#E47911;
}
a img {
	border:none;
}
strong{
	color:#4B4B4B;
}

/* テーブル */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	font-size:0.9em;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}


/************************************
 4.レイアウト
************************************/	
#container {
	background:#EEE;
	text-align: left;
}

/************************************
 5.ヘッダー
************************************/	
#headWrap{
	padding:1px;
	border-bottom:1px solid #999;
	margin-bottom:1px;
}
#headLine{
	font-size:0.85em;
	width:1078px;
	margin:0 auto;	
}
#summary{
	display:inline;
	color:#666;
}
#headLine ul{
	list-style-type:none;
	width:200px;
	float:right;
	text-align:right;
}
#headLine ul li{
	display:inline;
	padding-left:1em;
}
#siteId{
	font-size:1.4em;
	letter-spacing:0.05em;
	float:left;
	width:145px;
	text-align:left;
	line-height:1;
	margin-top:2px;
}
#siteId span{
	font-size:1.4em;
}
#siteId a{
	display:block;
	margin:10px 0 10px 6px;	
	color:#FFF;
}
#siteId a,
#siteId a:hover{
	color:#FFF;
	text-decoration:none;	
}

/*** グローバルナビゲーション ***/
#gNaviWrap{
	background:url(../img/back01.png) repeat-x;
	width:100%;
	height:47px;
	margin:0 auto;
	vertical-align:bottom;
}

#gNavi{
	width:1088px;
	margin:0 auto;
	text-shadow:1px 1px 2px #800A02;
}
#gNavi ul{
	font-size:1.25em;
	line-height:1;
	margin-top:20px;
	list-style-type: none;
	float:left;
	width:550px;
}
#gNavi ul li{
	display: block;
	float: left;
	margin:0 0 0 1em;
	vertical-align:middle;
	padding-right:1em;
}
#gNavi ul li span{
	color:#FFF;
	font-size: 0.5em;
	padding-right: 0.3em;
	vertical-align:middle;
}
#gNavi ul li a{
	color: #FFF;
	text-decoration: none;
}
#gNavi li a:hover{
	color:#FFF;
}
#gcs{
	float:right;
	width:348px;
	margin:15px 0 10px auto;
	text-align:right;
}
#cse-search-box {
	margin-right:0;
}
#cse-search-box div {
	width:100%;
	padding:0;
}
#cse-search-box input {
	width:auto;
	font-size:100%;
	border:1px solid #940C02;
}
#cse-search-box input[type="submit"] {
	font-size:0.9em;
	padding:2px 5px;
}

#subNaviWrap{
	clear: both;
	background:#105B00;
	border-bottom:2px solid #B3B3B3;
	width: 100%;
	height: 16px;
	padding: 2px 0;
	margin-bottom: 6px;
	text-align: left;
}
#subNavi {
	width:970px;
	margin:0 auto;
}
#breadcrumb{
	font-size:0.9em;
	margin-bottom:6px !important;
	width:1078px;
	margin:0 auto;
}
#breadcrumb a{
	color:#000;
}

/************************************
 6.コンテンツ
************************************/	
#content{
	border:1px solid #CCC;
	background:#FFF;
	color: #333;
	width:1078px;
	margin:0 auto 15px;
	padding: 0 0 0 1px;
	overflow:auto;/*IE7 and Firefox*/
}
.nIThs,
.nIThs2{
	color:#999;
	font-size:0.9em;
	border:1px solid #CCC;
	width:48px;
	height:40px;
	padding-top:8px;
	background:#FFF;
	text-align:center;
}
.nIThs2{
	display:inline;
	vertical-align:middle;
}
#bCB{
	display:block;
	width:963px;
	margin:0 auto 15px;	
}
.nIThsm{
	color:#999;
	font-size:0.9em;
	border:1px solid #CCC;
	width:73px;
	height:48px;
	padding-top:25px;
	background:#FFF;
	text-align:center;
}

/*********** 右カラム ***********/
div#columnR{
	width:756px;
	border-right:1px dotted #999;
	padding-bottom:20px;
	float:left;
}
#index{
	margin:17px 12px 0;
}
#view,#viewText{
	margin:12px 12px 16px;
}
#viewText #subText{
	font-size:3em;
	line-height:1;
}
#viewText h2{
	font-size:3em;
	font-weight:bold;
}
#viewText #fH2{
	font-size:4em;
	font-weight:bold;
}
#viewText #ffH2{
	font-size:6em;
	font-weight:bold;
}
#viewText #lh2{
	font-size:2em;
}
#viewText #mCon{
	margin-bottom:4px;
}

#index h2{
	font-size:2em;
	margin-bottom:4px;
}
#dH2{
	font-size:2em;
	letter-spacing:0.1em;
}
.h3Desc{
	font-size:0.85em;
	color:#666;
	margin-bottom:20px;
}
#dispKey{
	margin-bottom:1em;
}
#dispKey dt{
	font-weight:bold;
	display:inline;
}
#dispKey dd{
	display:inline;
	padding-right:1em;
}
.ib,
.gab{
	border-top:1px dotted #999;
	padding:4px 12px 0;
	margin-bottom:20px;
}
.gab{
	border:0;
}
#tInd{
	margin-bottom:6px;
}
#aIndH{
	margin-bottom:20px;
}
#lead{
	color:#666;
	font-size:0.9em;
	margin-bottom:15px;
}
#moreLink{
	margin-bottom:10px;
}
#moreLink span{
	color:#0044CC;
	font-size:0.75em;
	padding-right:0.25em;
	vertical-align:middle;
}
/* モジュール関連 */
.module{
	margin:10px 0 14px 12px;
}
.module .abf{
	margin-top:20px;
}
/* Ad関連 */
.gar{
	margin-bottom:15px;
}
.garib{
	margin:0 0 0 12px;
}
#garbWrap{
	margin-bottom:20px;
}
#garbf{
	width:336px;
	float:left;
	margin-right:20px;
}
#garbfc{
	width:376px;
	float:left;	
}
#gawrbl,
#gawrbr{
	width:336px;
	float:left;
}
#gawrbl{
	margin-right:40px;
}
	
/* ソーシャルリンク関連 */
#sTL{
	color:#666;
	font-weight:bold;
	border-left:3px solid #CCC;
	padding:0 0 0 8px;
	line-height:1;
	margin:1em 0 0.5em;
}
#sBT01{
	width:auto;
	border:0;	
}
#sBT01 td{
	border:0;
	vertical-align:top;	
	padding:0 10px 4px 0;
}
#vsBox {
    background: none repeat scroll 0 0 #E5E5E5;
    border-radius: 6px 6px 6px 6px;
    top: 146px;
    list-style-type: none;
    margin-left: -120px;
    padding: 10px 14px 0 10px;
    position: fixed;
    text-align: center;
    width: 75px;
}
#vsBox li {
    margin-bottom:6px
}
/* サムネイルテーブル */
.mThumb{
	width:55px;
	text-align:center;
	float:left;
}
.mThumbNo{
	color:#CCC;
	font-size:0.9em;
	line-height:1.2;
	width:38px;
	height:32px;
	padding-top:6px;
	text-align:center;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 auto;
}
.mThumb p{
	font-size:0.8em;
	text-align:center;
}
#h2Line{
	margin-top:30px;
}
.indLinkR{
	margin:0 0 0 auto;
	text-align:right;
}
/* 写真枠 */
#pF{
	border:1px solid #ccc;
	padding:3px;
}
#pFWL{
	background:url(../img/bg_photoWL.png) no-repeat scroll left top transparent;
	width:507px;
	height:384px;
	padding:3px;
}
#pFHL{
	background:url(../img/bg_photoHL.png) no-repeat scroll left top transparent;
	width:375px;
	height:506px;
	padding:3px;
}
/* 表示オプション */
.credit,.credit2{	
	font-size:0.65em;
	text-align:right;	
}
.credit2{	
	margin-bottom:20px;
}
/* 表示オプション */
#disp_opt{
	/*border-top:1px solid #CCC;*/
	border-bottom:1px solid #CCC;
	padding:5px 0;
	margin-bottom:20px;
	width:100%;
}
#disp_opt dl{
	width:200px;
	float:left;
}
#disp_opt dt{
	font-weight:normal;
}
.cur{
	font-weight:bold;
}
.dop_icon{
	padding-left:0.5em;
	vertical-align:middle;
}
#closeLink{
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
	margin-bottom:5px;
}
#popList{
	margin-bottom:1em;
}
#popList li{
	display:inline;
	padding-right:1em;
}
#indList{
	border:0;
}
#indList td{
	text-align:center;
	vertical-align:top;
	border:0;
}
#indList td div{
	margin:0 auto;
	width:100px;
	height:100px;
	text-align:center;
	border:1px solid #CCC;
}
#iDetail dt{
	font-weight:bold;
	font-size:1.1em;
}
#iDetail dd{
	font-size:0.85em;
}
#h3Top{
	margin-top:1.5em;
}

/* 関連リスト */
#reML{
	border:0;
}
#reML div{
	color:#616161;
	width:110px;
	text-align:center;
	margin:10px auto 0;
	float:left;
}
#reML img{
	margin-bottom:2px;
}
#reML .nP{
	width:98px;
	height:70px;
	border:1px solid #CCC;
	color:#999;
	text-align:center;
	margin:0 auto;
	padding-top:32px;
	line-height:1.2;
	float:none;
}
#reMN dt{
	font-weight:bold;
}
#reMN dd{
	font-size:0.8em;
}
.reList{
	color:#999;
	margin-left:1em;
	line-height:1.8;
}
.reList span{
	color:#4B4B4B;
}

/* ブログ関連記事 */
.displayListContents{
	border-bottom:1px dotted #CCC;
	padding:10px 0;
}
.displayListContents img{
	float:right;
}
.displayListContents dl{
	float:right;
	margin-left:20px;
	width:600px;
}
.displayListContents dl dt{
	font-weight:bold;
}
.displayListContents dl dt img{
	float:none;
}
.displayListContentsName{
	font-size:1.3em;
}

/* フッターローカルナビ */
#viewFooter {
	text-align:center;
	margin:30px 0 10px;
}
#viewFooter li {
	text-align:center;
	display:inline;
	margin:0 1em;
}
#viewFooterAd {
	margin-bottom:10px;
}

/* 参考資料 */
dl#reference {
	margin-bottom:1em;
	font-size:0.9em;
}
dl#reference dt {
	font-size:0.8em;
	padding:3px 4px 0 4px;
	margin-right:1em;
	float:left;
	background:#FD7979;
	color:#FFF;
}
dl#reference dd {
	padding-right:2em;
	display:inline;
}

/* ツリー構造 */
ul#tree {
	color:#666;
	margin-left:1em;
}

/* インデックス */
.wreB{
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
}
.mThumb{
	width:100px;
	margin-right:16px;
	float:left;
}
.sThumb{
	font-size:0.9em;
	width:48px;
	margin-right:6px;
	text-align:center;
	float:left;
}
.mThumbNo,
.sThumbNo{
	color:#CCC;
	font-size:0.9em;
	line-height:1.2;
	width:98px;
	height:88px;
	padding-top:10px;
	text-align:center;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 auto;
	float:left;
}
.sThumbNo{
	width:38px;
	height:32px;
	padding-top:6px;
}
.wreList{
	width:616px;
	float:left;
}
.wreList dt{
	font-size:1.15em;
	margin:1em 0 0.5em;
}
.wreList dt a{
	text-decoration:none;
}
.wreList dt#first{
	padding-top:0;
	border-top:0;
}
.wreList dd{
	font-size:0.9em;
}

/* フォトギャラリー */
#photoGallery{
	list-style-type:none;
}
#photoGallery li{
	width:100px;
	float:left;
	margin:0 14px 14px 0;
}
#photoGallery li p{
	font-size:0.9em;
}
.photoGallery{
	list-style-type:none;
}
.photoGallery li{
	width:100px;
	float:left;
	margin:0 14px 14px 0;
}
.photoGallery li p{
	font-size:0.9em;
}

/* タグ関連 */
#index .tags{
	font-size:1.6em;
}
.tags{
	margin-bottom:8px;
}
.tags{
	margin-bottom:8px;
}
.tags li{
	display:inline-block;
	font-size:0.85em;
	margin-bottom:0.5em;
}
.tags li a{
	text-decoration:none;
	color:#4B4B4B;
	display:block;
	padding:4px;
	background:#E8EEF9;
	border:1px solid #DDD;
}
.tags li a:hover{
	background:#DAE2F2;
}
#tagsBottom{
	margin:10px 0 0 17px;
	font-size:1.25em;
}

/* 関連コンテンツ関連 */
.relatedCon{
	margin-top:20px;
}

/*********** 左カラム ***********/
div#columnL{
	background:#EDEDED;
	padding:10px 10px 20px 10px;
	width:300px;
	float:right;
}
#sideWSC {
	text-align:center;
}
#sideWSC {
	margin:0 atuo;
}
/*** フォーム ***/
div#columnL form {
	background:#EEE;
	padding:4px;
	font-size:0.95em;
	margin:0;
	width:152px;
}
div#columnL p#formNote {
	color:#666;
	font-weight:bold;
	padding:0;
	border:0;
	background:#EEE;
	text-align:left;
	margin:0;	
}

div#columnL form label {
	display:inline;
	padding:0;
}
div#columnL form label span {
	color:#666;
	font-weight:bold;
}
div#columnL form input#submit {
	font-size:1.2em;
	width:130px;
	display:block;
	margin:10px auto 2px auto;
}

/*** サブメニュー ***/
div#columnL p {
	font-size:0.85em;
	padding:2px;
	background:#EEE;
	margin-bottom:6px;
	margin-top:1em;	
}
div#columnL p#tw{
	text-align:left;
}
div#columnL .lNH{
	border-top:1px dotted #999;
	padding-top:4px;
	text-align:left;
	font-size:1.1em;
	color:#105B00;
}
#sNaviLU{
	margin-left:0
}
div#columnL dl{
	margin-left:1.2em;
}
div#columnL dt{
	font-weight:bold;
	color:#999;
	display:list-item;
	padding:2px;
}
div#columnL dt span{
	color:#4B4B4B;
}
div#columnL dd{
	font-size:0.85em;
	list-style-type:disc;
	margin-bottom:1em;
	margin-left:0.2em;
}
#rThumb{
	margin-bottom:6px;
}
#rThumbP{
	margin-bottom:10px;
}
#rThumb dl,
#rThumbP dl{
	font-size:0.95em;
	float:right;
	width:217px;
	list-style-type:none;
	margin-left:6px !important;
}
#rThumbP dl{
	width:125px;
}
div#rThumb dt,
div#rThumbP dt{
	margin:0 !important;
	padding:0 !important;
	font-weight:normal;
	font-size:0.95em;
	color:#4B4B4B;	
}
div#rThumb dt span,
div#rThumbP dt span{
	font-size:0.95em;	
	color:#999;	
}
div#rThumb dd,
div#rThumbP dd{
	font-size:0.8em;
	padding:0;
	margin:0;
}
div#rThumb dd span,
div#rThumbP dd span{
	font-size:1.2em;
	font-weight:bold;
}
div#rThumb div,
div#rThumbP div{
	float:right;
	margin:0 !important;
}
div#rThumbW dl{
	margin-bottom:1em;
}
div#rThumbW dd{
	margin-bottom:0;
}

/* プロフィール情報 */
#note{
	clear:both;
	padding:20px 0 10px;
}
#author{
	margin-top:10px;
}
#author dl{
	margin-left:0 !important;
}
#author dl dt{
	color:#4B4B4B;
	display:block;
}
#author div{
	margin-top:10px;
}