@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	border: none;
}

html,body{
	height:100%;
}

#wrapper {
	position: relative;
	min-height: 100%;
    height: 100%;
}

#contents {
	position: relative;
	width: 902px;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
}

#header {
	padding:0px;
}

#mainflash {
	margin: 0;
	padding: 0;
	width: 900px;
}

#menu {
	width:900px;
	height:100px;
	background: url(/jf10/common/images/menu_bg.jpg) no-repeat;
	clear:both;
}

#menu a {color:#fff;}

#menu span {display: none;}

#menu h1 {padding-left: 355px;}

#menu h1 a {
  display: block;
  width: 190px;
  height: 100px;
}

#menu p{
	margin: 40px 0 0 20px;
}

#menu ul{
	margin-top: -72px;
}

#menu li{
	width:auto;
	float:left;
	margin:0px;
}

#menu .info{ padding-left: 24px;}
#menu .titles{ padding-left: 29px;}
#menu .map{ padding-left: 28px;}
#menu .card{ padding-left: 207px;}
#menu .photo{ padding-left: 6px;}
#menu .mobile{ padding-left: 10px;}

#menu ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#main{
	width: 878px;
	min-height: 500px;
	height: auto !important;   
    height: 500px;  
	padding:10px 5px 10px;
	margin:0px 5px 30px 5px;
	clear:both;
	background-color: #fff;
	border-left: 1px solid #b69d6d;
	border-right: 1px solid #b69d6d;
	border-bottom: 1px solid #b69d6d;
	color: #333;
	overflow: hidden;
}

#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #main {
    height: 500px;
    overflow: visible;
}
/**/

#main h2{
	padding-bottom:10px;
}

.rightp{
	text-align: right;
	padding-right:15px;
}

#footer
{
	position: relative;
	bottom: 0;
 	width: 900px;
	height: 20px;
    text-align: right;
	border-top: 1px solid #3a301e;
	font-size: 10px;
    font-family: Verdana; 
    padding-right: 5px;
	clear: both;
}

a:link {
	color: #005099;
	text-decoration: underline;
}
a:visited {
	color: #003066;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	color: #0066CC;
	text-decoration: underline;
}


