@charset "UTF-8";
/* ========================================================================================= */
/* [ Jungle 全共通 ] CSS for screen
/*
/* (c)2008 Jungle, Inc. All Rights Reserved.
/* saito@junglejapan.com
/* ========================================================================================= */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#555555;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;padding:0;
	line-height:1.5;
	font-family: "ＭＳ Ｐゴシック","Osaka";
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/* ========================================================================================= */

/* ----- BODY ----- */
body {
	text-align:center;
	background:url(../images/container_bg.gif) repeat-y top center;
}

/* ----- LINK ----- */
a         { text-decoration: none; }
a:link    { color: #2B41B3; }
a:visited { color: #8B4D8C; }
a:active  { color: #0099CC; text-decoration: underline; }
a:hover   { color: #0099CC; text-decoration: underline; }

/* ----- 共通セレクタ ----- */
.small {
	font-size:85%;
	*font-size:77%;
	font-family: "Verdana";
}

.red {
	color:#E51C0E;
}

/* ----- clearfix ----- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




/* ----- コンテナ ----- */
#container {
	margin: 0 auto;
}


/* ========================================================================================= */
/* ----- ページ上部へ ----- */

.page_up {
	float:right;
	display:inline;
	margin: 0 20px 7px 0;
}

	.page_up a {
		display:block;
		overflow: hidden;
		text-indent:-9999px;
	
		background:url(../../../../common/images/footer3/page_up.gif) no-repeat top left;
		width:94px; height:12px;
	}
	
	.page_up a:hover { background-position: 0 -12px; }


/* ========================================================================================= */
/* ----- フッター ----- */
#footer {
	width:760px;
	height:68px;
	background: url(../../../../common/images/footer3/bg.gif) #FF0000 no-repeat top left;
	margin : 0 auto;
}



/* ----- フッターメニュー ----- */
#fmenu {
	float:left;
	display:inline;
	width: 500px;
	height:12px;
	margin : 29px 0 0 7px;
}

	#fmenu ul {
	}
	
	#fmenu li {
		float:left;
	}

	#fmenu a {
		display:block;
		overflow: hidden;
		text-indent:-9999px;
		height:12px; margin-right:20px;
	}

	#fmenu a:hover { background-position: 0 -12px; }

	#fmenu_sitemap a { background:url(../../../../common/images/fmenu/sitemap.gif) no-repeat top left; width:74px;}
	#fmenu_privacy a { background:url(../../../../common/images/fmenu/privacy.gif) no-repeat top left; width:116px;}
	#fmenu_contact a { background:url(../../../../common/images/fmenu/contact.gif) no-repeat top left; width:79px;}


#footer address {
	float:right;
	display:inline;
	width:220px;
	height:26px;
	margin: 14px 10px 0 0;
}

	#footer_jungle a {
		display:block;
		overflow: hidden;
		text-indent:-9999px;

		background:url(../../../../common/images/footer3/jungle.gif) no-repeat top left;
		width:102px; height:13px; margin-left: 118px;
	}

	#footer_jungle a:hover { background-position: 0 -13px; }
	
#footer_copyright {
	display:block;
	overflow: hidden;
	text-indent:-9999px;
	
	background:url(../../../../common/images/footer3/copyright_2008.gif) no-repeat top left;
	width:217px; height:13px; margin-left: 3px;
}

