@charset "utf-8";
/* グローバルCSS */

body{
	margin:0;
	padding:0;	
	line-height:150%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333333;
}

a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#36C;
	text-decoration:underline;
}

img{
	border:0;
}

#all_box01{
	width:909px;
	margin:100px auto 0 auto;
	padding:0 0 50px 0;
}
.about_bg{
	background:url(../images/about/about_bg.jpg) no-repeat 100px 30px;
}
h1#header-title{
	margin:0 0 25px 0 !important;
	float:left !important;
	padding:0;
}


/*トップページ写真*/
.boxgrid{ 
		width: 303px; 
		height: 202px; 
		margin:0; 
		float:left; 
		background:#161613; 
		/*border: solid 2px #8399AF; */
		overflow: hidden; 
		position: relative; 
}


.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
}
.boxgrid p{ 
		padding: 0 10px; 
		color:#afafaf; 
		font-weight:bold; 
		font:10pt "Lucida Grande", Arial, sans-serif; 
}
/*サイドメニュー用*/
.boxgrid-min{ 
		width: 73px; 
		height: 73px; 
		margin:0; 
		float:left; 
 
		/*border: solid 2px #8399AF; */
		overflow: hidden; 
		position: relative; 
}


.boxgrid-min img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
		opacity: .3; 
/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);			/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.boxgrid-min a:hover img{ 
		opacity: 1; 
/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);			/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}
.boxgrid-min p{ 
		padding: 0 10px; 
		color:#afafaf; 
		font-weight:bold; 
		font:10pt "Lucida Grande", Arial, sans-serif; 
}

		
.boxcaption{ 
		float: left; 
		position: absolute; 
		background: #000; 
		height: 150px; 
		width: 100%; 
		opacity: .6; 
/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);			/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.boxcaption-min{ 
		float: left; 
		position: absolute; 
		background: #000; 
		height: 150px; 
		width: 100%; 
		opacity: .6; 
/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);			/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
		top: 260px;
		left: 0;
}
.caption .boxcaption {
		top: 73px;
	left: 0;
}
.boxcaption a,.boxcaption a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.boxcaption a:hover{
	color:#BBBBBB;
}
.boxcaption h3{
	padding:0 10px 5px 30px;
	margin:10px 0 0 0;
	background:url(../images/star_icon_w.png) no-repeat 10px 3px;
	font-size:14px !important;
}

.boxcaption p{
	font-size:12px;
	padding:0 10px 15px 30px;
	margin:0;
}


/*コンテンツページ*/
#left_box01{/*ページ用ボックス*/
	width:390px;
	margin:20px 0 0 0;
	padding:0;
	float:left;
}
.photo_box01{
	width:390px;
	height:270px;
	background:url(../images/photo_bg01.jpg) no-repeat;
}
.photo_box01 img{
	width:360px;
	height:240px;
	padding:14px;
}

#left_box02{/*blog用ボックス*/
	width:73px;
	margin:100px 0 0 0;
	padding:0;
	float:left;
}
.photo_box02{
	width:340px;
	height:251px;
	background:url(../images/photo_bg01.jpg) no-repeat;
	padding:14px;
}


#right_box01{/*ページ用ボックス*/
	width:450px;
	margin:20px 0 0 0;
	padding:0;
	float:right;
}

#right_box02{/*blog用ボックス*/
	width:740px;
	margin:20px 0 0 0;
	padding:0;
	float:right;
}
.entry-content{
	margin:0 0 25px 0;
	padding:0;
	font-size:14px;
}
.entry-content img{
/*	width:100%;
	min-width:303px;
	max-width:500px;*/
}
.entry-content p{
	margin:5px 0 5px 0;
	padding:0;
}



h3.cat-title01,h3.entry-title{
	font-size:16px;
	background:url(../images/arrow01.gif) left top no-repeat;
	padding:0 0 0 20px;
	margin:0 0 10px 0;
	font-weight:bold;
}
h3.cat-title01_new,h3.entry-title_new{
	font-size:16px;
	background:url(../images/arrow01_new.gif) left top no-repeat;
	padding:0 0 0 20px;
	margin:0 0 10px 0;
	font-weight:bold;
}
.cat-box01{
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #CCCCCC;
}
.cat-box01 img{
	float:left;
	margin:0 10px 0 0;
}
.right_text{
	text-align:right;
	clear:both;
}
.navigation{/*ヘッダー用*/
	padding:5px 0;
	margin:20px 0;
	border-bottom:1px solid #DDDDDD;
	font-size:10px;
}

.navigation02{/*フッター用*/
	border-top:1px solid #CCC;
	padding:5px 0;
	font-size:10px;
}


.entry-utility{
/*	border-bottom:1px solid #CCC;*/
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}
.entry-meta,.entry-utility{
	text-align:right;
	font-size:10px;
}



h2{
	padding:0 0 15px 0;
	margin:0;
}
h2.blog{
	text-align:right;
	margin:0 0 25px 0;
	/*display:none;*/
}

h3{
	padding:30px 0 5px 0;
	margin:0;
}


/**/
img.aligncenter{
	text-align:center;
	margin:0 auto 10px auto;
}

img.size-full{
	max-width: 100% !important;
	height: auto !important;
	-ms-interpolation-mode: bicubic;
}


.nav-previous{
	width:48%;
	float:left;
}
.nav-next{
	width:48%;
	float:right;
	text-align:right;
}

.nocomments{
	display:none;
}


/*サイドナビ*/

/*--ツールチップ*/
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}
/*--ツールチップ*/


ul.xoxo{
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
}
.tw-tabbed-nav li{
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
}
ul.tw-tabbed-nav{
	margin:0 0 0 5px !important;
}
.tw-tabbed-nav li{
	background:url(../images/sidebar_bg01_out.gif) no-repeat left top;
	padding:17px 20px 20px 30px !important;
	margin:0 !important;
	width:60px !important;
	line-height:100% !important;
}
.tw-content li,li.cat-item{
	list-style:disc !important;
}
.ui-state-hover{
	background:url(../images/sidebar_bg01_ov.gif) no-repeat left top !important;
}
.ui-tabs-selected{
	background:url(../images/sidebar_bg01_cur.gif) no-repeat left top !important;}


/*カレンダー*/

#wp-calendar{
	width:90%;
	border-collapse:collapse;
	margin:15px auto 0 auto;
}
#wp-calendar td a{
	background:#888 !important;
	color:#FFF !important;
	padding:5px 5px;
}

#wp-calender thead th{
	padding:15px 0 0 0 !important;
}
#wp-calendar tbody td{
	border-bottom:1px solid #CCC;
	padding:10px;
	text-align:center;
}
#wp-calendar tfoot td{
	border-bottom:0;
	padding:10px 0;
}

td#next{
	text-align:right !important;
}
td#prev a,td#next a{
	background:#FFF !important;
	color:#000 !important;
}


/*コピーライト*/
.copy{
	padding:20px 0;
	font-size:11px;
	color:#999999;
	text-align:right;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}





/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}




