/* @override 
	http://www.gd-basara.jp/basara-hp/css/basara_temp.css
	http://basara.jp/css/basara_temp.css
	http://www.basara.jp/css/basara_temp.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;*/
	background: #fff;
}


/*フォントウェイトが必要な場合は「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;
    /*background: url(../img/hp-back.jpg) no-repeat center top;*/
}



a{
	overflow: hidden;
}

p,td,dd{
	line-height: 1.4em;
}


/* @group ナビゲーションバー */
#navi{
}
/* @end */



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

#header{
	height: 500px;
	background: url(../img/mainback_01.jpg) no-repeat;
}

#top{
	height: 500px;
	background: url(../img/mainback_02.jpg) no-repeat;
	padding-left: 130px;
	clear: both;
}
#aboutus{
	height: 500px;
	background: url(../img/mainback_03.jpg) no-repeat;
	padding-left: 130px;
}
#staff{
	height: 500px;
	background: url(../img/mainback_04.jpg) no-repeat;
	padding-left: 130px;
}
#outline{
	height: 500px;
	background: url(../img/mainback_05.jpg) no-repeat;
	padding-left: 130px;
}
#access{
	height: 500px;
	background: url(../img/mainback_06.jpg) no-repeat;
	padding-left: 130px;
}
#people{
	height: 500px;
	background: url(../img/mainback_07.jpg) no-repeat;
	padding-left: 130px;
}


/* @end */


/* @group バナー */
#banner{
	position: absolute;
	width: 200px;
	margin-left: 750px;
}
#banner li{
	list-style: none;
	margin-bottom: 10px;
}
#banner a{
	text-decoration: none;
	display: block;
	width: 150px;
	background-color: white;
	
}
/* @end */



h1{
	position: absolute;
	top: 110px;
	color: white;
	left: 25px;
	width: 584px;
	line-height: 1.5em;
}

/* @group トップ */
#basara_info{
	background-color: #fff;
	height: 70px;
	width: 280px;
	padding: 5px;
	top: 244px;
	left: 170px;
	position: absolute;
}

#basara_info dl{
	height: 70px;
	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;
}
#contact{
	position: absolute;
	background-color: white;
	width: 50px;
	top: 130px;
	left: 800px;
}
/* @end */


/* @group バサラについて */
#aboutus_f{
	width: 500px;
	height: 150px;
	margin-left: 300px;
	/*background-color: white;*/
}
#worksnaiyo_f{
	width: 300px;
}

/* @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 会社概要 */
#outline_info{
	width: 300px;
	color: #fff;
}

/* @end */



/* @group アクセス */

p#basaraadd{
	text-align: left;
	margin: 310px 0 0 90px;
	color: #fff;
}



#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: 500px;
	background: url(../img/mainback_08.jpg) no-repeat;
	clear: both;
}


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

/* @end */

#header2{
	margin-bottom: 80px;
	padding-bottom: 100px;
	border-bottom: none;
}

contents3{
	margin-top: 30px;
	
}

#comics_t {
	
}



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

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



