@charset "utf-8";

/*-----------------------------------------------
CSS copyright information
Production:	  - Art Direction and Creative Works - STUDIO 107
Art direction, design, coding and scripting work:  Masakazu Fujimoto
Website:		http://blog.studio107.jp/
-----------------------------------------------*/

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	font-size:13px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color:#000000;
	line-height:1.5em;
	background: #3f4400 url(bodybg.jpg) repeat-y center;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1.5em;
}
ul {
	margin:0;
	padding:0;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
}

a:link {
	color: #ff4500;
}

a:visited {
	color: #ff4500;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #dc143c;
}

/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:950px;
	margin:0 auto;
	color: #333333;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin-bottom:0px;
	height: 546px;
}
#header #images {
	float:left;
	width:721px;
	padding:0px;
	margin: 0px;
	height: 490px;
}
#header #logo {
	float:right;
	width:209px;
	padding-top: 85px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*----------------------------------------------------
	#gNav
----------------------------------------------------*/
#gNav {
	width: 721px;
	padding-left: 229px;
	float: left;
}

#gNav li {
	float: left;
	margin: 0;
}

#header #gNav {
	background-image: url(../navi/navi_bg.png);
	background-repeat: no-repeat;
	background-position: 1px top;
	background-color: #CCCCCC;
	text-align: center;
}

#header #gNav a {
	display: block;
	width: 164px;
	height: 50px;
}

#header #gNav a:hover {
	background: none;
}

.infoBody #container #header #gNav li.infoNav a img,
.accessBody #container #header #gNav li.accessNav a img,
.galleryBody #container #header #gNav li.galleryNav a img,
#header #gNav li a:hover img {
	width: 0;
	height: 0;
}


/*----------------------------------------------------
 __main
----------------------------------------------------*/
.container {
    display: flex; /* フレックスボックスでレイアウトを作成 */
    flex-direction: row; /* カラムを横並びに配置 */
    justify-content: space-between; /* カラムの間にスペースを設定 */
    width: 920px;
    margin-top: 0px;
    margin-right:15px;
    margin-left:15px;
    margin-bottom:50px;
	clear:both;
}

.left-column, .main-column, .right-column {
    padding: 20px;
    box-sizing: border-box; /* パディングとボーダーを含めてサイズを計算 */
}

.left-column {
    width: 100px;
}

.main-column {
    width: 405px;
}
.main-column h3{
    font-size: 16px;
    font-weight: bold;
    margin: 0, 10px;
}

.right-column {
    width: 415px;
}
/*-----------------------------------------------
 __footer
-----------------------------------------------*/

.footer {
	clear:both;
	width:930px;
	padding:50px 0px 0px;
	font-size: 10px;
	background: url(take.png) no-repeat center;
	height: 40px;
}
.footer a:link {
	color: #000000;
	text-decoration: underline;
}
.footer a:visited {
	color: #000000;
}
.footer a:hover {
	color: #000000;
}
.footer a:active {
	color: #000000;
}

.footer p.copyright {
	text-align:center;
	margin-bottom:0;
}
