﻿@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
}

h1{
	color : #000000;
	font-weight: normal;
	line-height: normal;
	font-size: 5%;
}
h2{
	color : #000000;
	font-weight: normal;
	line-height: 110%;
	font-size: 175%;
	word-spacing: 0.2em;
}
h3{
	color : #000000;
	font-weight: normal;
	line-height: 130%;
	font-size: 150%;
	word-spacing: 0.2em;
	text-align: center;
	text-shadow: 2px 2px 2px #999999;
}

span.font-xs{
	font-size: x-small;
}
span.font-s{
	font-size: small;
}
span.font-l{
	font-size: large;
}
span.font-xl{
	font-size: x-large;
}
span.font-xxl{
	font-size: 200%;
}

ruby.zui {
	ruby-align: distribute-space;
	ruby-overhang: auto;
	ruby-position: above;
}
span.font-r{
	color: #f00;
}
span.font-g{
	color: #00aa00;
}
span.font-b{
	color: #00f;
}

#logoyoko-adress a:link{
	color : #0000ff;
}
#logoyoko-adress a:visited{
	color : #ff00ff;
}
#logoyoko-adress a:hover{
	color : #ff4444;
}
#logoyoko-adress a:active{
	color : #000000;
}

ul.o-menu li {/*　 帯メニュー 通常時*/
	color : #fff;
	background-color: #22f;
	text-align: center;
	vertical-align : middle;
	display:table-cell;
}

ul.o-menu li a {/*　 帯メニュークリックされた時 */
	display: block;
	text-decoration: none;
	color : #fff;
	display: block;
}

ul.o-menu li a:hover{/*　 帯メニューフォーカス時 */
	color : #fff;
	background-color: #f44;
	text-decoration: none;
	padding: 10px 40px;
}

/* 基本設定 */

body{
	color : #111111;
	background-color: #ffffff;
	text-align: left;
	margin-top: 0px;
	font-weight: normal;
	line-height: 150%;
	font-size: 100%;
	word-spacing: 0.2em;
	font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
}
/* 各コンテナ */

#outline{/* 一番外枠 */
	text-align:center ;
	width: 960px;
	margin: 0px auto;
}

#logo {/* ロゴ部分*/
	padding: 200px 0px 0px 0px;
	background : url(../image/top-logo.png) no-repeat center;
	background-position: top ;
	background-repeat: no-repeat;
}

#logoyoko-adress{/*　 ロゴ横のアドレス */
	color : #111111;
	width: 960px;
	text-align: right;
}

ul.o-menu {/*　 帯メニュー */
	width: 960px;
	height : 50px;
	text-align: center;
	display: table;
	table-layout:fixed;
	font-size: 150%;
}

#titleflame{/* ”各ページのメインタイトル枠と中身全体設定 */
    width: 940px;
    position: absolute;
}

.pagetitle{	/* ”各ページタイトルの帯だけ */
	border-radius: 0px;
	font-size: 150%;
	color : #fff;
	background-color: #66f;
	width: 920px;
	height: 20px;
	text-align: left;
	margin: 10px 0px 10px 20px;
	padding: 10px 0px 10px 20px;
	text-shadow: 2px 2px 2px #aaf;
}

.title{	/* ”ページタイトル内の各項目の帯のみ */
	border-radius: 0px;
	font-size: 130%;
	color : #ffffff;
	background-color: rgb(201, 202, 255);
	width :auto;
	text-align: left;
	margin: 5px 0px 5px 30px;
	padding: 10px;
	text-shadow: 2px 2px 2px rgb(61, 9, 145);
}

.flex-con {
  /* これが横並びを実現するコア設定 */
  display: flex; 

  /* 垂直方向（縦方向）の中央揃え */
  align-items: center; 

  /* (任意) コンテナの余白設定 */
  gap: 20px; 
}

.image-area img {
  /* 画像がコンテナからはみ出さないように設定 */
  max-width: 100%;
  height: auto;
}

/* (任意) 画像エリアと文章エリアの幅の比率を調整 */
.image-area {
  flex: 300px; /* 1/3の幅を占める */
}

.text-area {
  flex: 610px; /* 2/3の幅を占める */
}

/* (任意) 画像エリアと文章エリアの幅の比率を調整 */
.image-area2 {
  flex: 400px; /* 1/3の幅を占める */
}

.text-area2 {
  flex: 510px; /* 2/3の幅を占める */
}

#contact {/* ”お問い合わせください */
	text-align: center;
	float:none;
	width: 960px;
}

#footer { /* フッター */
	width: 100%;
	text-align: center;
	font-size: 80%;
	color: #222222;
	border-top: solid 2px #66f; 
}
