@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #333333;
	background-image: url(../images/top_bg_type02.jpg);
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; 
}
a img { 
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

.container {
	width: 1000px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.header {
	margin: 0px;
	padding: 0px;
}

.menubar {
	height: 30px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.content {

	padding: 10px 0;
}

.introduce {
	font-size: 14px;
	background-image: url(../images/introduce_back.png);
	background-repeat: no-repeat;
	height: 250px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 200px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.introduce p {
	margin: 5px;
}

.arashiyamaInfo {
	font-size: 14px;
	background-image: url(../images/arashiyama_info.jpg);
	background-repeat: no-repeat;
	height: 550px;
	text-indent: -9999px;
	margin-top: 10px;
}

.bannerYosiya {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/title_yosiya.png);
	background-repeat: no-repeat;
}

.bannerDonsarya {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/title_donsarya.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 280px;
}

.linkArea {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 50px;
	text-align: right;
}

.notice {
	text-align: center;
	margin-top: 40px;
}

.nenmatsu {
	text-align: center;
	margin-top: 40px;
}

.nenmatsu2 {
	text-align: center;
	margin-top: 20px;
}

/* ~~ フッター ~~ */
#footer {
	background-color: #990036;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}
#footer p {
	margin: 0px;	
}
#footerNavi {
	font-size: 12px;
	color: #CC6699;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.color_redviolet {
	color: #CC0033;	
}
.color_brown {
	color: #993300;
}
.fontsize_18px {
	font-size:18px;
}

/* ページトップボタンを配置 */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}
#page-top a {
	text-decoration: none;
	color: #FFF;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-color: #C36;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #900;
}
