/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*  BODY  */
/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

body {
	background-image : url("/images/common/bg.gif");
	margin : 0px;
	color: #333333;
	font-size : 12px;
	line-height : 18px;
	font-family: Osaka,"MS UI Gothic",sans-serif;
	text-align:center;
	height:100%;
	}
html {
	height:100%;
}

img{
	border : 0 ;
	}



/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*  大枠  */
/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container {
	width : 800px;
	text-align: left;
	margin:0 auto;
	border-left : 1px solid #2C78E8;
	border-right : 1px solid #2C78E8;
	border-bottom : 1px solid #2C78E8;
	background-color : #FFFFFF;
	position: relative; //2011年9月29日、フッター固定用に追加
	height: auto !important;　//2011年9月29日、フッター固定用に追加
	height: 100%;　//2011年9月29日、フッター固定用に追加
	min-height: 100%;　//2011年9月29日、フッター固定用に追加
	}
#body {
	margin: 0px;
}


#header {
	position:relative;
	margin: 0px;
}


/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*  中枠  */
/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#breadcrumbs{
	width : 780px;
	text-align: left;
	margin-left : 8px;
	margin-bottom : 10px;
}
/*
#footer{
	width : 780px;
	text-align: left;
	margin-top : 10px;
	margin-left : 8px;
}
*/

/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*  LINK  */
/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

a       {color:#3366CC;text-decoration:none;}
a:hover {color:#3366CC;background-color:#D5EDFF;text-decoration:none;}
#container #body #header #indexImg {
		background-color: transparent;
		zoom:1;
}





/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*  見出し系 */
/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1{
	display : none;
	}

h2{
	display : none;
	}

h3{
	display : none;
	}

h4{
	display : none;
	}

h4.camp {
	color: ee2525;
	font-size: 16px;
	display : block;
	}

/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*  テキスト  */
/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.txt {
	color: #333333;
	font-size : 12px;
	line-height : 18px;
	}

.txt-lh20 {
	color: #333333;
	font-size : 12px;
	line-height : 20px;
	text-align: left;
	}


.txt-white {
	font-size : 12px;
	color : #FFFFFF;
	line-height : 16px;
	}

.txt-gray {
	color: #999999;
	font-size : 12px;
	line-height : 18px;
	}

.txt-orange {
	color: #FF5A00;
	font-size : 12px;
	line-height : 18px;
	}

.txt-blue {
	color: #6A8FE4;
	font-size : 12px;
	line-height : 18px;
	}

.s-menu{
	font-size : 12px;
	line-height : 2;
	}

.txt-camp{
	font-size:14px;
	line-height:2;
}

.hiroku{
	letter-spacing:0.08em;
}

#camIndent {
	text-indent:69px;
}

.camPoint {
	color:#2359D8;
	font-weight:bold;
}


#container #body #kaisha-title {
	letter-spacing: 0.2em;
	padding-bottom: 10px;
	margin: 0px;
}



#newtopic {
	display: block;
	position: absolute;
	top:70px;
	right:5px;
	margin:0;
	padding:0;
}


/* 2008年9月19日（金）IE6で隙間がつまるバグ　対策用　*/

*html .s-menu img {
	display:inline;

	margin:8 0;
	padding:10 0 0 0;
	line-height : 0.5;
	
	}
*html .s-menu a {
	display:inline;;
	margin:0;
	padding:0 0 0 0px;
	line-height : 0.5;
	
	}







/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*  色  */
/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.t-bg {
	background-color : #CCCCCC;
	}

.t-midashi {
	background-color : #EEEEEE;
	}

.t-hontai {
	background-color : #E2EBFE;
	}

.t-kae {
	background-color : #F3F6FD;
	}

.t-white {
	background-color : #FFFFFF;
	}

.t-yellow {
	background-color : #FFFFF3;
	border : 1px solid #FF5A00;
	}

.t-green {
	border : 1px solid #05ACA6;
	}

.t-blue {
	background-color: #E5F1FE;
	}



/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*  マージン  */
/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.m-5{
	margin : 5px;
}

.m-t-5{
	margin-top : 5px;
}

.m-t-15{
	margin-top : 15px;
}

.m-b-10{
	margin-bottom : 10px;
}

.m-b-15{
	margin-bottom : 15px;
}

.m-l-15{
	margin-left : 15px;
}

.m-tb-10{
	margin-top : 10px;
	margin-bottom :  10px;
}

.m-lr-30{
	margin-left : 30px;
	margin-right :  30px;
}

.m-l-5{
	margin-left : 5px;
}

.m-l-10{
	margin-left : 10px;
}



/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*  ナビゲーション - 共通ヘッダ */
/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#hdr-menu{
	width : 798px;
	height : 40px;
	background-image : url("/images/common/hdr_menu.gif");
	}

#hdr-menu ul{
	padding: 0;
	margin: 0;
	}

#hdr-menu li{
	list-style-type:none;
	height : 40px;
	float: left;
	}

#hdr-menu li a{
	text-indent: -9999px;
	}

/* マウスのoff/onの設定*/
/* ---------------------------------------------------- */
/* off */
#hdr-menu-topics a{ display:block;width:203px;height:40px;background:url("/images/common/hdr_menu.gif") no-repeat 0px 0px; }
#hdr-menu-product a{ display:block;width:195px;height:40px;background:url("/images/common/hdr_menu.gif") no-repeat -203px 0px; }
#hdr-menu-minusion a{ display:block;width:195px;height:40px;background:url("/images/common/hdr_menu.gif") no-repeat -398px 0px; }
#hdr-menu-teeth a{ display:block;width:196px;height:40px;background:url("/images/common/hdr_menu.gif") no-repeat -593px 0px; }

/* on */
#hdr-menu-topics a:hover { background-position: 0px -40px; }
#hdr-menu-product a:hover { background-position: -203px -40px; }
#hdr-menu-minusion a:hover { background-position: -398px -40px; }
#hdr-menu-teeth a:hover { background-position: -593px -40px; }
/*---------------------------------------------------- */


/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*  ナビゲーション - インデックス */
/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#index-menu{
	width : 662px;
	height : 120px;
	}

#index-menu ul{
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}


#index-menu li{
	list-style-type:none;
	height : 120px;
	float: left;
	}

#index-menu li a{
	text-indent: -9999px;
	}

/* マウスのoff/onの設定*/
/* ---------------------------------------------------- */
/* off */
#index-menu-product a{ display:block;width:165px;height:120px;background:url("/images/index/btn_product_2011.png") no-repeat 0px 0px; }
#index-menu-minusion a{ display:block;width:160px;height:120px;background:url("/images/index/btn_minusion.gif") no-repeat 0px 0px; }
#index-menu-teeth a{ display:block;width:160px;height:120px;background:url("/images/index/btn_teeth.gif") no-repeat 0px 0px; }
#index-menu-rakuten a{
	display:block;
	width:177px;
	height:120px;
	background:url("/images/index/btn_rakuten_2011.gif") no-repeat 0px 0px;
}

/* on */
#index-menu-product a:hover { background-position: 0px -120px; }
#index-menu-minusion a:hover { background-position: 0px -120px; }
#index-menu-teeth a:hover { background-position: 0px -120px; }
#index-menu-rakuten a:hover { background-position: 0px -120px; }
/*---------------------------------------------------- */


/* topics */

#topics a{
	text-indent: -9999px;
	}

#topics a{ display:block;width:152px;height:23px;background:url("/images/index/btn_topics.gif") no-repeat 0px 0px; }
#topics a:hover { background-position: 0px -23px; }



/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*  haikei_02_02画像下の空きスペース */
/*  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#bottom_space {
	margin-bottom: 10px;
}
#topics {
	position: absolute;
	left: 110px;
	top: 240px;
}

/* 2011.9.4 トピックスの告知用アニメーションgif */

#topicsKokuchi {
	position:absolute;
	left:110px;
	top:217px;
}

/* 2011.9.4 トピックスの告知用アニメーションgif */

#aki {
	text-indent: 1em;
	display: block;
}

#body #header #omimai {
	position: absolute;
	left: 18px;
	top: 0px;
	text-align: left;
	color: #0066CC;
	display: block;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 14px;
	letter-spacing: 0.1em;
}


/*
#body #footer {
	position: relative;
	margin: 0;
	padding: 0;
	width: 798px;
}


#container #body #footer .m-t-15 {
	margin-bottom: 0px;
}

*/

#container #body #footer {
	position: relative;
	height:140px;
	margin: 0px;
	padding: 0px;
}




#body #footer-link1 {
	z-index: 1;
	position: absolute;
	left: 10px;
	top: 30px;
	margin: 0px;
	padding: 0px;
	height: 68px;

	
}



/*
#body  #footer-link1 a {
	display:block;
	width:212;
	height:68;
	zoom:1;
	background: #CCCCCC url(images/index/logo_s_mouseon.gif) no-repeat 0px 0px;
	
} 


#body  #footer-link1 a img {
	opacity:1;
	filter: alpha(opacity=100); 
	-ms-filter: "alpha(opacity=100)"; 
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
	background-color: transparent;
	zoom:1;
	
} 

#body  #footer-link1 a:hover   {
	background-color: #fff;
	zoom:1;
	visibility: hidden;
	
	
}
*/


#container #body #footer #footer-link2 {
	position: absolute;
	top: 30px;
	left: 430px;
}






#container #body #footer #footer-text {
	width: 165px;
	padding: 0px;
	text-align: left;
	display: block;
	margin: 0px;
	position: absolute;
	left: 232px;
	top: 30px;
}
#container #body #footer #footer-text2 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 30px;
	width: 165px;
	right: 10px;
	text-align: left;
}
#container #body #footer #footer-br2 {
	position: absolute;
	top: 25px;
	left: 410px;
}



#container #body #footer address {
	color: #2c78e8;
	font-size: 12px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 5px;
	bottom: 0px;
	font-style: normal;
}


