/* @override 
	http://basara.jp/css/basara_temp3.css
*/

/*@charset "UTF-8";*/

/*IEは6でもXHTMLにかんしては「互換」を選択するバグあり。「margin」「padding」のIE独自解釈に注意*/
/*このCSSは「Web標準」に準拠している優秀でモダンなブラウザのみに適応させること*/


/*ベース部分*/

/*文字関係は「common.css」でブラウザ設定を解除済み。*/
body {
font: 10pt/20pt "MS Pゴシック",Osaka,sans-serif;
color: #555;
text-align: center;
background: #333;
overflow: hidden;
}


/*フォントウェイトが必要な場合は「font-weight: bold」等を設定*/

/*途中で最大サイズが変わる場合は、内側にもう一つセレクタを作ること。
基本的にIEでは「margin」か「padding」かどちらかのみ指定すること*/
#container{
margin: 0 auto;/*bodyで「text-algn: center:」を指定していなければ関係なし*/
text-align: left;/*IEのバグ対策。bodyで「text-algn: center:」を指定していなければ関係なし*/
width: 950px;
position: relative;
}



a{
	overflow: hidden;
}

/* @group エレベーターメニュー */
#menu-body{
	position: absolute;
	margin-left: 5px;
	top: 178px;
	width: 120px;
}

#menu-body ul{
	background: #6A3A0D;
	padding: 1px;
}

#menu_waku01{
	background: url(../img/menu_base.png) no-repeat 0px 0px;
	text-indent: -10000px;
}

#menu_waku02{
	background: url(../img/menu_base.png) no-repeat 0px -25px;
	text-indent: -10000px;
}


#menu01 a,#menu02 a,#menu03 a,#menu04 a,#menu05 a,#menu06 a,#menu07 a,#menu08 a{
	background: url(../img/menu_label.gif) no-repeat ;
	width: 110px;
	height: 20px;
	margin: 2px auto;
	display: block;
	text-indent: -10000px;
}

#menu01 a{
	background-position: 0px 0px;
}
#menu02 a{
	background-position: 0px -20px;
}
#menu03 a{
	background-position: 0px -40px;
}
#menu04 a{
	background-position: 0px -60px;
}
#menu05 a{
	background-position: 0px -80px;
}
#menu06 a{
	background-position: 0px -100px;
}
#menu07 a{
	background-position: 0px -120px;
}
#menu08 a{
	background-position: 0px -140px;
}

#menu01 a:hover{
	background-position: -110px 0px;
}
#menu02 a:hover{
	background-position: -110px -20px;
}
#menu03 a:hover{
	background-position: -110px -40px;
}
#menu04 a:hover{
	background-position: -110px -60px;
}
#menu05 a:hover{
	background-position: -110px -80px;
}
#menu06 a:hover{
	background-position: -110px -100px;
}
#menu07 a:hover{
	background-position: -110px -120px;
}
#menu08 a:hover{
	background-position: -110px -140px;
}

/* @end */




/* @group ベース */
#contents{	
width: 950px;
	}


#flash01{
	position: relative;
	width: 950px;
	height: 695px;
	background: #64f8fd;
}
#flash02{
	position: relative;
	width: 950px;
	height: 700px;
	background: #ffc55e;
}
#flash03{
	position: relative;
	width: 950px;
	height: 1010px;
	background: #ff9ca8;
}
#flash04{
	position: relative;
	width: 950px;
	height: 930px;
	background: #9e88fd;
}
#flash05{
	position: relative;
	width: 950px;
	height: 1165px;
	background: #6a5afd;
}

#flash01-html-layer{
	position: absolute;
	width: 950px;
	height: 695px;
	top: 0px;
	left: 0px;
}

#flash02-html-layer{
	/*position: absolute;
	width: 500px;
	height: 700px;
	top: 695px;
	left: 130px;*/
}

#flash03-html-layer{
	position: absolute;
	width: 500px;
	height: 500px;
	top: 1395px;
	left: 130px;
}

#flash04-html-layer{
	position: absolute;
	width: 500px;
	height: 930px;
	top: 2405px;
	left: 130px;
}

#flash05-html-layer{
	position: absolute;
	width: 500px;
	height: 1165px;
	top: 3335px;
	left: 130px;
}
/* @end */


/* @group バナー */
#banner{
	position: absolute;
	top: 0px;
	left: 760px;
}
#banner li{
	list-style: none;

}
#banner a{
	text-decoration: none;
	display: block;
	width: 160px;
	height: 40px;
	text-indent: -10000px;
}

#basalabo-banner a{
	background: url(../img/labo-blog_b.png) no-repeat;
	width: 162px;
	height: 65px;
}

#blog-banner a{
	background: url(../img/labo-blog_b.png) no-repeat 0 -65px;
	width: 162px;
	height: 45px;
}

#basalabo-banner a:hover{
	background-position: -162px 0;
}

#blog-banner a:hover{
	background-position: -162px -65px;	
}
/* @end */

/* @group バサラについて */

h1{
	text-indent: -10000px;
}

#aboutus{
	position: absolute;
	top: 560px;
	left: 530px;
	color: #fff;
	line-height: 1.5em;
}
#about-basara{
	font-size: 17px;	
	font-weight: bold;
}

/* @end */

/* @group 仕事内容 */

#shigoto{
	position: absolute;
	top: 1270px;
	left: 130px;
	color: #47210D;
	line-height: 1.5em;
	/*margin-top: 560px;
	color: #47210D;
	line-height: 1.5em;*/
}
#basara-shigoto{
	font-size: 17px;	
	font-weight: bold;
}

/* @end */


/* @group 新着情報 */
#basara_info{
	background-color: #fff;
	height: 100px;
	width: 280px;
	padding: 5px;
	top: 219px;
	left: 383px;
	position: absolute;
}

#basara_info dl{
	height: 100px;
	overflow: auto;
}
#basara_info dt{
	color: #ff1d00;
	width: 70px;
	background: url(../img/point.png) no-repeat 0 5px;
padding-left: 18px;
font-size: 9pt;
}
#basara_info dd{
	width: 160px;
	margin-top: -22px;
	margin-left: 95px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #555;
	line-height: 15px;
	font-size: 9pt;
	text-align: left;
}
#contact{
	position: absolute;
	background-color: white;
	width: 50px;
	top: 130px;
	left: 800px;
}
/* @end */


/* @group バサラについて */
#aboutus_f{
	width: 350px;
	height: 200px;
	margin-left: 350px;
	margin-top: 60px;
	line-height: 1.4em;
	/*background-color: white;*/
}
#worksnaiyo_f{
	line-height: 1.4em;
	width: 300px;
	margin: 170px 0 0 15px;
}

/* @end */

/* @group スタッフ紹介 */

#staff_intro{
	margin-top: 400px;
	text-indent: -10000px;
}

/* @end */

/* @group 会社概要 */
#company_info{
	margin: 260px 500px;
	width: 320px;
	color: #fff;
}

#basara-company{
	font-size: 17px;	
	font-weight: bold;
}


#company_info_inner dt,
#company_info_inner dd{
	vertical-align: top;
	padding: 2px 0;
	line-height: 1.2em;
}

#company_info_inner dt{
	float: left;
	width: 80px;
}
	
#company_info_inner dd{
	float: left;
	width: 220px;
}

/* @end */

/* @group 制作実績 */

/*#works a{
	background: url(../img/bird_works02.gif) no-repeat;
	display: block;
	width: 175px;
	height: 156px;
	text-indent: -10000px;
	position: absolute;
	left: 670px;
	top: 615px;
}*/


/* @end */


#recruit a{
	background: url(../img/recruit_button.gif) no-repeat;
	display: block;
	width: 141px;
	height: 324px;
	margin: 100px 0 0 70px;
	text-indent: -10000px;
}



/* @group アクセス */

p#basaraadd{
	text-align: left;
	margin: 75px 0 0 220px;
	color: #fff;
	line-height: 1.4em;
}



#sitemap a{
	text-decoration: none;
	display: block;
	height: 30px;
	width: 150px;
	background-color: white;
	margin-bottom: 10px;
}
#privacy a{
	text-decoration: none;
	display: block;
	height: 30px;
	width: 150px;
	background-color: white;
}

/* @end */




/* @group フッター */
#go-page-top a{
	display: block;
	width: 130px;
	color: #3d74b3;
	text-decoration: none;
	margin-left: 705px;
	background: url(../img/up_button.png) no-repeat right;
	padding-right: 16px;
	text-align: right;
}

#footer{
	height: 765px;
	clear: both;
}


#copy{
	margin-top: 450px;
	text-align: right;
	color: #fff;
}

/* @end */






/*img, div { 
    behavior: url(iepngfix.htc) 
 }*/
 

/*クリア要素*/
.clr{
clear: both;
}



