@charset "utf-8";

/* Global Styles
------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
caption,th { text-align: left; }


/* reset
------------------------------------------*/
.clear { clear: both; }
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { min-height: 1px; }
* html .clearfix { height: 1px; }


/* 基本のフォント
------------------------------------------*/
body,th,td,h1,h2,h3,h4,h5,h6,table,td,th{
    color: #444;
    font-size: 11px;
    line-height: 1.6;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
a:visited{
	color: #000;
}
a:hover.alpha img{
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


/* 基本のレイアウト
------------------------------------------*/
body{
	text-align: left;
	background: #ddd;
}
body#top{
}
#Container{
	margin: 0 auto;
}
#Container_in{
}

/* ヘッダー
------------------------------------------*/
#header{
	position: relative;
	width: 100%;
	height: 62px;
	text-align: left;
	z-index: 100;
}
#header_in{
	margin: 0 0 0 20px;
}
#logo{
	position: absolute;
	top: 10px;
}

#gallery_btn{
	position: absolute;
	top: 0;
	right: 60px;
	width: 125px;
}

/* Basic code - don't modify */

#nav { display: block; position: relative; }
#nav li { display: block; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; }
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }

/* Essentials - configure this */

#nav ul { width: 125px; }
#nav ul ul { left: 126px; }

/* Everything else is theming */

#nav { height: 19px; }
#nav *:hover { background-color: none; }
#nav a { }
#nav li.hover a {}
#nav ul { top: 19px; border-bottom: #000 2px solid; }
#nav ul li a { background: #000 url(images/nav_ico.gif) no-repeat 5px 50%; text-indent: 8px; font-size: 10px; color: #fff; padding: 1px 4px; }
#nav ul a.hover { filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75; text-decoration: none; }
#nav ul a { }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#pagedown{
	position: absolute;
	top: 0;
	right: 30px;
}


/* コンテンツ
------------------------------------------*/
#content{
	position: relative;
	width: 100%;
}
#content_in{
	padding: 20px 0 50px 20px;
}
#content #pagetop{
	position: absolute;
	bottom: 0;
	right: 0;
}
#bread{
	margin: 0 0 10px 0;
	font-size: 10px;
	text-align: left;
}
#grid-content{
}
#grid-content .box{
	width: 200px;
	margin: 10px 0 0 10px;
	text-align: center;
	background: #fff;
}
#grid-content .box_in{
	padding: 10px;
}
#grid-content .box img{
	vertical-align: bottom;
}
#grid-content .box topentry180px{
	width: 200px;
}
#grid-content .topentry390px{
	width: 410px;
}
#grid-content .topentry600px{
	width: 620px;
}
#grid-content .topentry_date{
	margin: 0 auto;
	padding: 1px 0;
	text-align: right;
	color: #ccc;
	font-size: 9px;
	background: #000;
}
#grid-content .topentry_title{
	margin: 10px 0;
	padding: 0 0 0 5px;
	text-align: left;
    line-height: 1.4;
	border-left: #ccc 3px solid;
}
#grid-content .topentry_text{
	margin: 0;
	text-align: left;
	font-size: 10px;
    line-height: 1.4;
}

#content .tablenav{
	margin: 20px 30px 30px 10px;
	text-align: left;
}
#content .tablenav a{
	float: left;
	display: inline;
	padding: 5px 10px;
	margin: 0 5px 0 0;
	color: #fff;
	background: #000;
}
#content .tablenav span{
	float: left;
	display: inline;
	padding: 5px 10px;
	margin: 0 5px 0 0;
	color: #fff;
	background: #444;
}

#content .ngg-gallery-thumbnail-box{
	width: 200px;
	margin: 10px 0 0 10px;
	text-align: center;
	background: #fff;
}
#content .ngg-gallery-thumbnail{
	padding: 10px;
}
#content .ngg-gallery-thumbnail img{
	width: 180px;
	vertical-align: bottom;
}
#content .ngg-gallery-thumbnail a:hover{
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#content .ngg-clear{
	clear: both;
}
#content .postmetadata{
	margin: 10px 0;
	width: 100%;
}
#content .postmetadata_in{
	margin: 20px 30px 30px 10px;
	font-size: 10px;
	text-align: left;
	border-top: #aaa 1px dotted;
}
#content .navigation{
	width: 100%;
}
#content .navigation_in{
	margin: 0 30px 30px 10px;
}
#content .navigation .alignleft{
}
#content .navigation .alignright{
}
#content .navigation a{
	float: left;
	display: inline;
	padding: 1px 5px;
	margin: 0 2px 0 0;
	color: #fff;
	background: #000;
}

#content iframe{
	margin: 0 0 0 10px;
}

/* フッター
------------------------------------------*/
#footer{
	padding: 0 20px 20px 20px;
	background: #444 url(images/footer_bg.gif) repeat;
	text-align: left;
	color: #fff;
}
#footer .footer_once{
	padding: 30px 0 32px 0;
	background: url(images/footer_border.gif) repeat-x bottom;
}
#footer h2{
	margin: 0 0 30px 0;
}
#footer .font14{
	font-size: 14px;
}
#footer .footer_once_body{
	margin: 0 20px;
}
#footer .footer_once_body .youthk_img{
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	border: #fff 5px solid;
}
#footer .link_box{
	float: left;
	display: inline;
	width: 180px;
	margin: 0 20px 0 0;
}
#footer .link_box ul{
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	border-left: #666 3px solid;
}
#footer .link_box ul li a{
	color: #fff;
}

#footer p{
	margin: 0 0 5px 0;
}
#footer p input[type="text"]{
	background: #ddd;
	border: #222 1px solid;
}
#footer p textarea{
	background: #ddd;
	border: #222 1px solid;
}
#footer p input[type="submit"]{
}
#footer p span.wpcf7-not-valid-tip-no-ajax{
	padding: 0 0 0 10px;
	color: #ff9f9f;
	font-size: 10px;
}
#footer .wpcf7-response-output wpcf7-validation-errors{
	padding: 0 0 0 10px;
	color: #ff9f9f;
	font-size: 10px;
}




#footer #copyright{
	margin: 10px 0;
}
#footer #copyright a{
	color: #fff;
}











