@import "base.css";
@import "fonts.css";



/*
	Default Styles
*/
html {overflow-y:scroll;}
body { font-family: "ＭＳ Ｐゴシック","MS PGothic"; font-size:12px; color:#383838; }
.wrapper { width: 900px; margin: 0 auto; text-align:left;}

a:link{ color:#383838; text-decoration:none; }
a:visited{ color:#383838; text-decoration:none; }
a:hover{ color:#EB5C01; text-decoration:none; }
a:active{ color:#EB5C01; text-decoration:none; }

.center{
	text-align:center;
}

/*
	Header
*/

#header { background: #FFFFFF; }

h1#logo { height: 74px; width: 121px;  float:left;}
h1#logo a { display: block; height: 74px; }

#header .header_side { font-size:84%; padding-top:33px; float:right; text-align:right; float:right; text-align:right; font-family: "MS UI Gothic";}
#header .header_side ul { display: inline; background:url(../img/menus_back.gif) left no-repeat; width:inherit;}
#header .header_side ul li { display: inline; background:url(../img/menus_back.gif) right no-repeat; padding:0px 12px; height:11px;}
#header .header_side ul li a{ color:#606060;}
#header .header_side ul li a:hover{ color:#EB5C01;}


/*
	Navigation
*/

#navigation { 
	height: 29px; 
	padding-bottom:10x;
}
#navigation ul { 
	float: right; 
	display: inline; 
	background:url(../img/menu_back.gif) right no-repeat;
}
#navigation li { 
	height:19px;
	float: left; 
	display: inline;
	background:url(../img/menu_back.gif) left no-repeat;
	padding:0px 10px 0px 14px;
}

/*
	Footer
*/


#footer{ padding-bottom:18px; border-top:2px solid #e6e5e5; padding-top:8px; width:900px;}
#sub_footer{ padding-bottom:8px; margin-top:17px;}
.address{
	font-family: "MS UI Gothic";
	font-size:84%;
	line-height:160%;
	float:right;
	text-align:right;
}
#footer.address{
	line-height:100%;
}
.border{
	margin-top:8px;
	height:0px;
	border-top:2px solid #e6e5e5;
	border-bottom:8px solid #FFFFFF;
	clear:both;
}

/*
	ぱんくず
*/
#pan_list {
	background:#eb5c02;
	font-size:10px;
	font-family:'ＭＳ ゴシック';
	padding-left:15px;
	color:#fad1ba;
	height:29px;
	line-height:24px;
	letter-spacing:1px;
}
#pan_list a{
	color:#fad1ba;
	text-decoration:underline;
}
#pan_list .select{
	color:#FFFFFF;
}


br {
letter-spacing: 0;
}