@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo;
	font-size: 75%;
	line-height: 2;
	color: #7e6b5a;
	background-color: #faf5f7;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/body_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment:fixed;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: blue;
}

a:hover {
	color: Purple;
}



/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	width: 943px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー（右上の写真とh1タグが入ったボックス）
---------------------------------------------------------------------------*/
#header {
	background-image: url(images/HPトップ画像02.jpg);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	height: 138px;	/*ヘッダーの高さ。背景画像の高さに2を加えた数字にする。*/
	width: 718px;
	position: relative;
	margin-bottom: 3px;
	border: 1px solid #efd3d6;
	background-position: center center;
	background-color: #F8C1CB;
}

#header h1 {
	font-size: 11px;		/*h1タグの文字サイズ*/
	line-height: 13px;
	position: absolute;
	right: 10px;	/*ヘッダーに対して右から10pxの位置に配置*/
	bottom: 10px;	/*ヘッダーに対して下から10pxの位置に配置*/
	color: white;
	text-shadow: 1px 1px 1px #111111;
}

/*ロゴ画像
---------------------------------------------------------------------------*/
#logo {
	display:table;
	width: 200px;
	height: 150px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
}

#logo p.logo {
	display:table-cell;
	font-size: 250%;
	vertical-align: middle;
	font-family: "メイリオ", Meiryo;
	font-weight: bold;
	/*color: rgb(213,234,216);*/
	text-shadow: 0 -1px 1px white,
				-1px 0 1px white,
				1px 0 1px white,
				0 1px 1px white,
				0 -2px 1px white,
				-2px 0 1px white,
				2px 0 1px white,
				0 2px 1px white,
				0 -3px 2px black,
				-3px 0 2px black,
				3px 0 2px black,
				0 3px 2px black;
	color: blue;
}

#logo span.sita {
	font-size: 60%;
}


/*メインコンテンツ（右側）
---------------------------------------------------------------------------*/
#main {
	width: 720px;
	float: right;
	padding-bottom: 50px;
}

#main h2 {
	font-size: 100%;
	background-color: #FFFFFF;
	border-bottom: 4px solid #00a5bf;
	border-top: 1px solid #00a5bf;
	padding: 5px 5px 3px 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #aaf4ff), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(#ffffff, #aaf4ff);
	background: -moz-linear-gradient(#ffffff, #aaf4ff);
	background: -o-linear-gradient(#ffffff, #aaf4ff);
	background: -ms-linear-gradient(#ffffff, #aaf4ff);
	background: linear-gradient(#ffffff, #aaf4ff);
}

#main p {
	padding: 0.5em 10px 1em;
}

/*メインコンテンツ内のボックス*/
.mainbox {
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #00a5bf;	/*枠線色*/
	padding: 5px;				/*余白*/
	margin-bottom: 2em;
}

div.wannyanInfoContainer {
	margin: 2px 5px 10px 2px;
}
div.wannyanInfoContainer:after {
	content: "";
	clear: both;
	display: block;
}
div.wannyanInfoItem {
	float: left;
}
div.wannyanInfoPhoto {
	width: 30%;
}
div.wannyanInfoPhoto img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.wannyanInfoDescription{
	width: 65%;
	margin: 5px 5px 5px 0px;
}

div.diaryContainer {
	width: 100%;
	margin: 2px 5px 10px 2px;
	border: solid 1px #B8808B;
	background-color: #FDF5EF;
	box-shadow: 3px 3px 10px 0px #000000;
}
div.diaryContainer:after {
	content: "";
	clear: both;
	display: block;
}
img.diaryPhoto {
	float: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#calendar {
	width: 99%;
	margin: 0 auto;
	text-align: center;
}
#calendar table.calendarTable {
	display: inline-block;
	padding: 0px 10px;
}
#calendar table.calendarTable span.switchMonth {
	display: none;
}
#calendar table.calendarTable caption {
	font-weight: bold;
}
#calendar table.calendarTable a {
	text-decoration: none;
}
#calendar table.calendarTable td.calDay {
	display: table-cell;
	height: 65px;
	width: 45px;
	margin: 0px;
	padding: 0px;
	border: solid 1px black;
}
#calendar table.calendarTable td.calSaturday {
	background-color: Aquamarine;
}
#calendar table.calendarTable td.calHoliday {
	background-color: LightPink;
}

div.calDay {
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div.calSaturday {
	color: blue;
}
div.calHoliday {
	color: red;
}

div.calItem {
	height: 55px;
}
div.calYotei {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	cursor: pointer;
}

/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	padding-bottom: 50px;
}

#side h3 {
	font-size: 100%;				/*h3タグの文字色*/
	background-color: #FFFFFF;	/*h3タグの背景色*/
	padding-left: 20px;
	border: 1px solid #efd3d6;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}


#min_side {
	display: none;
}

#mobilebutton {
	display: none; /* テスト用ボタン */
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul.menu {
	margin-bottom: 1em;
}

ul.menu li {
	margin-bottom: 3px;
}

ul.menu a {
	line-height: 60px;
	color: #7e6b5a;	/*メニューの文字色*/
	text-decoration: none;
	background-image: url(images/menu_bg.png);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 180px;
	background-position: top;	/*画像の上半分だけを表示させる設定*/
	padding-left: 20px;
	overflow: hidden;
	font-size: 16px;
	transition: text-shadow 1s linear 0, color 1s linear 0;
}

ul.menu a:hover {
	background-position: bottom;
	text-shadow: 5px 5px 5px #9e8b7a;
	color: red;
}



/*フッター（コピーライトとか入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	clear: both;
	width: 100%;
}



/*トップページの「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 100%;			/*What's Newボックスの幅*/
	height: 140px;			/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 10px;
}

#main dl.new dt {
	font-weight: bold;		/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom: 1px solid #F8E7EA;	/*日付ごとに入る下線*/
}



/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 708px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #efd3d6;
}

.ta1 td, .ta1 th{
	padding: 10px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #FDF8F9;	/*左側thタグの背景色*/
	width: 150px;				/*左側thタグの幅*/
	text-align: center;
}



/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #729646;
}

.look {
	background-color: #F3F0ED;
}

.mb1em {
	margin-bottom: 1em;
}

div.videoComment {
	background-color:#F8E0F7;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}