﻿@charset "UTF-8";

/****************************************************
 基本設定


****************************************************/
*{
	margin      : 0;
	padding     : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 100%;
}
BODY{
	color             : #000000;
/*
	2008/03/04	ABS	佐々木
	グローバルヘッダー対応

	・背景画像非表示
	background-image  : url(../../img/common/global_000.gif);
*/
	background-repeat : repeat-x;
	width             : 740px;
	font-size         : 0.75em;
}
IMG{
	border : 0;
}
A:link{
	color : #0000FF;
}
A:hover{
	color : #FF0000;
}
A:visited{
	color : #800080;
}
H1{
/*
	2008/03/04	ABS	佐々木
	グローバルヘッダー対応

	・ヘッダーとwelcome間隔調整
		5px　→　-3px	
	margin : 0px 0px 5px 0px;
*/
	margin : 0px 0px -3px 0px;
}
H2{
	float       : left;
	/*2009.10 MODIFY*/
	/*
	width       : 300px;
	*/
	width       : 415px;
	height      : 33px;
	/*2009.10 DEL*/
	/*
	background  : url(../../img/common/global_003.jpg) no-repeat;
	text-indent : -700em;
	*/
}

#KeyVisual{ 
	width       : 740px;
	height      : 120px;
	background  : url(../../img/common/global_005.jpg) no-repeat;
	text-indent : -700em;
} 


/****************************************************
 ヘッダーエリア
****************************************************/
#Header{
	width : 740px;
}
#Title{
	width      : 740px;
	height     : 33px;
	background : url("/bsc/public/img/common/global_003.jpg") no-repeat; 

}
/*2009.10 ADD Title2,Title3*/
#Title2{
	width             : 740px;
	height            : 33px;
	float             : left;
	display           : inline;
	background        : url("/BSC/public/img/common/global_003.jpg") no-repeat;
}
#Title2 H2{
	margin            : 0 0 0 10px;
	padding           : 0;
	float             : left;
	font-size         : 20px;
	font-style        : oblique;
	font-family       : Arial;
	color             : #FFFFFF;
	width             : 415px;
	height            : 33px;
	vertical-align    : center;
	margin-left       : 10px;
	line-height       : 33px;
	font-weight       : bolder;
}
#Title3{
	width             : 42px;
	height            : 33px;
	float             : left;
	display           : inline;
}
#Title3 IMG{
	margin            : 5px 0 0 10px;
}
#SubMenu{
	float       : right;
	padding-top : 7pt;
	font-size   : 12px;
}
#BreadList{
	width            : 740px;
	height           : 17px;
	background-image : url("../../img/common/global_004.gif");
	vertical-align   : middle;
}
#BreadList P{
	font-size    : 12px;
	color        : #000033;
	padding-left : 10px;
}
#BreadList A{
	color : #000066;
}
#BreadList A:hover{
	color : #FF0000;
}
.EU{
	margin-bottom : 5px;
}

/****************************************************
 コンテンツエリア
****************************************************/
#Contents{
	width  : 740px;
	margin : 10px 10px 0px 10px;
}
#GoBackToTop{
	width      : 720px;
	text-align : right;
	margin-top : 10px;
}

/****************************************************
 フッターエリア
****************************************************/
#Footer{
	width      : 740px;
	margin-top : 10px;
	border-top : 1px solid #000000;
}
#Footer P{
	padding-top  : 3px;
	padding-left : 6px;
}

