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

/***** オールリセット *****/
* { border-collapse:collapse; font-size:100%; font-style: normal; list-style: none; margin:0; padding:0; }
img{ border:none; }
.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }
a, a:link, a:active { color:#980700; font-weight:bold; } 
a:hover { color:red; font-weight:bold; } 


/***** レイアウト *****/
#container { width:780px; text-align:left; margin: 0 auto 0 auto; padding:0 auto 0 auto;}
#header { height:90px; padding-bottom:10px; background-image:url(/common/bg_header.gif); background-repeat:no-repeat;} 
#menutab { height:20px; } 
#contents { padding: 8px 10px 30px 10px; background-image:url(/common/bg_contents.jpg); background-repeat:no-repeat; background-position:bottom;}
#contents-l { width:520px; float:left;}
#contents-r { width:220px; float:left; margin-left:20px;}

#footer { margin-top:0px; background-image:url(/common/bg_footer.gif); background-repeat:no-repeat; text-align:center; padding:5px; }


#contents .photoframe { background-image:url(/common/photoframe.gif); background-repeat:no-repeat; padding: 10px; }
#contents h1 { color:#980700; font-size:16px; font-weight:bold; margin: 5px 0 5px 0; }
#contents h2 { color:#980700; font-size:16px; font-weight:bold; margin: 20px 0 10px 0; }
#contents .section1 {padding: 12px 0 12px 50px; background-image:url(/common/section1.jpg); background-repeat:no-repeat;}
#contents .section2 {padding: 12px 0 12px 50px; background-image:url(/common/section2.jpg); background-repeat:no-repeat;}
#contents .section3 {padding: 12px 0 12px 50px; background-image:url(/common/section3.jpg); background-repeat:no-repeat;}
#contents .underline { border-bottom:1px dashed #B66F6C;}
#contents li { margin: 5px 0 0 25px; list-style-type: disc; }
#contents li.q { color:#980700; font-weight:bold; }
#contents li.a { list-style-type: none; }

#contents-r .top10 { margin-top:10px;}
#contents-r .hostel{color:#980700; font-weight:bold; font-size:14px;}
#contents-r .notice{font-size:10px; font-weight:bold;}

#contents-r li{ color:#980700; font-weight:bold; margin:3px 0 0 10px; padding: 0 0 0 8px; list-style-type: none; background-image:url(/common/arrow.png); background-repeat:no-repeat; }



/***** フォントサイズ *****/
p.x-large{
	font-size:x-large;
	font-weight:bold;
	margin-top:10px;
	}
p.large{
	font-size:large;
	font-weight:bold;
	margin-top:10px;
	}

p.large-brown{
	font-size:large;
	font-weight:bold;
	color:#800000;
	margin-top:10px;
	}
	
p.large-red{
	font-size:large;
	font-weight:bold;
	color:#990000;
	margin-top:10px;
	}

p.bold-brown{
	font-weight:bold;
	color:#800000;
	margin-top:10px;
	}
p.bold-red{
	font-weight:bold;
	color:#990000;
	margin-top:10px;
	}

p.medium{
	margin:10px;
	}
