@charset "shift_jis";
body {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Genericons" , sans-serif !important;
	font-size: 75%;
	line-height: 2;
	color: #999999;
	background-color: #f7d0db;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
h3 {
	background-color: #FFFFFF;
	border: 1px dotted #cccccc;
	font-size: 100%;
	padding-top: 1px;
	padding-left: 5px;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 10px;
	margin-bottom:10px;
}
p {
	padding-bottom: 10px;
}
h4 {
	color: #666666;
	font-weight: normal;
	margin-bottom:0px;
	margin-top:0px;
}
img {
	border: none;
}
.bold {
	color: #FF0000;
}

/*一般リンク設定
-------------------------------------------------------------------*/
a {
	color: #ff9fa2;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:underline;
}

a.mutique {
	color: #666666;
	text-decoration:none;
}
a.mutique:hover {
	color: #ffffff;
	text-decoration:underline;
}

/*ＨＰの土台部分の設定
-------------------------------------------------------------------*/
#container {
	background-color:#FFF;
	width: 950px;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴ部分）設定
-------------------------------------------------------------------*/
#header {
	background-color: #ffffff;
	background-image: url(images/miho_header_gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 260px;
	color: #FFFFFF;
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
	color:#666666;
	text-align: left;
	padding-left: 20px;
	padding-top:200px;
	padding-bottom: 5px;
}
#nav a {
	color: #FFFFFF;
}

#header #logo {
	font-size: 26px;
	color:#666666;
	text-align: left;
	padding-left: 20px;
	line-height: 1;
}
#header #nav {
	text-align: right;
	vertical-align: bottom;
}


/*一番狭いテーブルの設定（一番左側・メニューがある所）
-------------------------------------------------------------------*/
.s-midashi {
	background-image: url(images/bg_s_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	color: #FFFFFF;
	width: 200px;
	font-size: 100%;
	font-weight: bold;
	line-height: 4;
	margin-left:5px;
}
.s {
	background-image: url(images/bg_s.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF8FA;
	border-bottom: 1px solid #cccccc;
	margin-left:5px;
}
.arrow1 {
	border-bottom: 1px dotted #CCCCCC;
}
.arrow1 a {
	color: #999999;
	text-decoration: none;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;

}
.arrow1 a:hover {
	color: #ff9fa2;
	background-image: url(images/arrow1n.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/*中・テーブルの設定（「このテンプレートについて」などがある中くらいのテーブル）
-------------------------------------------------------------------*/
.m-midashi {
	background-image: url(images/bg_m_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	color: #FFFFFF;
	width: 350px;
	font-weight: bold;
	font-size: 100%;
	line-height: 4;
}
.m {
	background-image: url(images/bg_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 350px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF8FA;
	border-bottom: 1px solid #CCCCCC;
}

#flashcontent {
		width: 700px;
		height: 750px;
		margin-top:30px;
		margin-bottom:15px;
	}

/*大・テーブルの設定（「大きなテーブル」などがある一番大きなテーブル）
-------------------------------------------------------------------*/
.l-midashi {
	background-image: url(images/bg_l_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	color: #FFFFFF;
	width: 725px;
	font-weight: bold;
	font-size: 100%;
	line-height: 4;
	margin-right:5px;
}
.l {
	background-image: url(images/bg_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 725px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF8FA;
	border-bottom: 1px solid #CCCCCC;
	margin-right:5px;
}

/*フッター
-------------------------------------------------------------------*/
#footer {
	background-color: #ffffff;
	background-image: url(images/footer_bg2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 178px;
	text-align: left;
	color: #fffff5;
	font-size:70%;
	line-height:150%;
	vertical-align:bottom;
	padding-left:10px;
}

/*ギャラリー
-------------------------------------------------------------------*/

.gallery_left {
  width:50%;
  float:left;
}

.gallery_right {
  width:50%;
  float:right;
  }
