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

	
/*=================================================================================*/
/* サイト全体の外観                                                                */
/*=================================================================================*/
H1, H2, H3, H4, P, SPAN, TABLE, LABEL, TD {
	font-family: "Courier New", Courier, mono;
	margin: 0;
	padding: 0;	
	}
BODY {
	background-color: #EFEFEF;
	padding-left: 69px;
	margin: 0;
	}
A:link, A:active, A:visited, A:hover {
	font-family: "Courier New", Courier, mono;
	color: #0099CC;
	}	
IMG {
	border: none;
	}	
p STRONG {
	font-weight: normal;
	margin-left: 1px;
	margin-right: 1px;
	}	
p CODE STRONG {
	font-weight: bold!important;
	}	
	
P, LABEL {
	margin: 0;
	padding: 0;
	}
DIV.press-wrap {
	clear: both;
	}

/*=================================================================================*/
/* トップレベル                                                                    */
/*=================================================================================*/
DIV#top-wrap {
	background-image: url(/images/top_bg.jpg);
	background-repeat: repeat-y;
	padding-left: 12px;		
	width: 813px;
	}
DIV#top-container {
	width: 781px;
	}
/*=================================================================================*/
/* ヘッダー                                                                        */
/*=================================================================================*/	
DIV#header-wrap {
	width: 780px;
	height: 79px;
	}
DIV#header-wrap #products-logo {	
	width: 302px;
	height: 79px;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(/images/beelog_logo.jpg);
	background-repeat: no-repeat;
	}
DIV#header-wrap #products-logo A {
	padding: 0;
	display: block;
	width: 302px;
	height: 270px;
	font-weight: bold;
	margin-top: -200px;
	}
/*=================================================================================*/
/* グローバルメニュー                                                                  */
/*=================================================================================*/	
DIV#globalmenu-wrap {
	padding: 0 0 0 0;
	margin: 0 0 0 15px;
	background-image: url(/images/top_menu_bg.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 51px;	
	}
DIV#globalmenu-wrap UL {
	margin: 0;
	padding: 8px 0 0 12px;
	list-style-type: none;
	height: 51px;
	/* IE6 */
	_height: 43px;
	}
DIV#globalmenu-wrap UL LI {
	float: left;
	display: block;
	width: 106px;
	height: 43px;
	}
DIV#globalmenu-wrap UL LI P {
	margin: 0;
	padding: 0;
	}
/*=================================================================================*/
/* グラフィカルナビ                                                                     */
/*=================================================================================*/			
DIV#graph-navi-wrap {
	margin-left: 15px;
	}
DIV#graph-navi-wrap P {
	margin: 0;
	padding: 0;
	}
/*=================================================================================*/
/* メイン                                                                            */
/*=================================================================================*/
DIV#main-wrap {
	float: right;
	width: 600px;
	padding-top: 7px;
	}
/*=================================================================================*/
/* 補助ナビゲーション                                                                  */
/*=================================================================================*/
DIV#navi-wrap {
	background-image: url(/images/navi_bg.gif);
	background-repeat: repeat-y;
	float: right;
	width: 181px;
	}
/*=================================================================================*/
/* パンくずリスト                                                                      */
/*=================================================================================*/
DIV#clumb-wrap {
	background-image: url(/images/etc/main_graphi_sub.jpg);
	background-repeat: no-repeat;
	height: 127px;
	width: 744px;
	}
DIV#clumb-wrap P {	
	padding-top: 90px;
	padding-left: 20px;
	}
DIV#clumb-wrap P SPAN {	
	background-image: url(/images/clumb_link_sepa.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	font-size: 75%;
	color: #666666;
	}
DIV#clumb-wrap P SPAN#current {
	}
DIV#clumb-wrap P A {
	background-image: url(/images/clumb_link_sepa.gif);
	background-repeat: no-repeat;	
	font-size: 75%;
	padding-left: 14px;
	}
DIV#clumb-wrap #home-clumb-link {
	background-image: none!important;
	padding-left: 0px!important;	
	}	

/*=================================================================================*/
/* ステップナビゲーション                                                          */
/*=================================================================================*/	
DIV#step-navi-wrap	P {
	width: 100px;
	float: left;
	font-size: 8pt;
	}
/*=================================================================================*/
/* ショートカットナビ                                                              */
/*=================================================================================*/	
DIV#shortcut-menu-container {
	position: absolute;
	left: 580px;
	top: 58px;
	width: 280px;
	}	
DIV#shortcut-menu-container UL {
	margin: 0;
	list-style-type: none;
	}
DIV#shortcut-menu-container UL LI {
	float: left;
	}
DIV#shortcut-menu-container UL LI A {
	background-image: url(/images/form_label_bg.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-left: 15px;
	padding-right: 10px;
	color: #999999;
	font-size: 0.7em;
	text-decoration: none;
	_padding-left: 16px;
	_padding-top: 2px;	
	}
/*=================================================================================*/
/* フッターナビ                                                                    */
/*=================================================================================*/
DIV#footer-navi-wrap {
	clear: both;
	width: 767px;
	margin-left: 5px;
	}
DIV#footer-navi-wrap P.page-top-navi {
	margin-left: 600px;
	margin-bottom: 15px;
	}
DIV#footer-navi-wrap P.page-top-navi A {		
	font-size: 70%;
	}
DIV#footer-navi-wrap P.page-top-navi A SPAN {	
	font-size: inherit;
	}	
DIV#footer-navi-wrap UL {
	list-style-type: none;
	padding: 0 0 0 150px;
	margin: 0;
	display: block;
	height: 20px;
	border-top: 1px solid #CCCCCC;
	width: 610px;
	/* IE6 */
	_width: 680px;
	}
DIV#footer-navi-wrap UL LI {
	background-image: url(/images/footer_navi_bg.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	float: left;
	display: block;
	}
DIV#footer-navi-wrap UL LI#corp-footer-navi-item {
	background-image: none!important;
	}	
DIV#footer-navi-wrap UL LI A {
	font-size: 80%;
	color: #999999;
	_font-size: 0.75em;
	}	
/*=================================================================================*/
/* フッター                                                                        */
/*=================================================================================*/	
DIV#footer-container {
	clear: left;
	width: 500px;
	margin-left: 250px;
	padding-bottom: 15px;
	}	
DIV#footer-container P.copyright {
	margin-top: 5px;
	}	
DIV#footer-container P.copyright SPAN {	
	font-size: 70%;
	letter-spacing: 0.2mm;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	}
DIV#footer-container P.corp-logo {
	position: absolute;
	top: 10px;	
	left: 738px;
	}
DIV#footer-container P.corp-logo A {
	width: 92px;
	height: 17px;
	display: block;
	background-image: url(/images/craid_logo.gif);
	background-repeat: no-repeat;
	}
DIV#footer-container P.corp-logo A SPAN {
	display: block;
	}
DIV#localmenu UL {
	height: 24px;
	list-style-type: none;
	}
DIV#localmenu UL LI {	
	display: block;
	width: 120px;
	float: left;
	}
DIV#localmenu UL LI A {
	font-size: 80%;
	}	
P SPAN.special {
	margin-left: 3px;
	margin-right: 8px;	 
	color: #6699CC;
	letter-spacing: 0mm;
	}	
	
.yenmark {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}	
	
	

