@charset "shift_JIS";

/***ボディーの設定　ここから***/
/*---------------------------------------------------------------------------*/
body {
	background-image:none!important;
	background-color:transparent;
}


/***ボディーの設定　ここまで***/
/*---------------------------------------------------------------------------*/

/***レイアウトの設定　ここから***/
/*---------------------------------------------------------------------------*/
/*全体の幅とセンタリング*/
#global {
	width:100%;
}
/*ヘッダー*/
/*---------------------------------------------------------------------------*/
#header {
	background-image:none!important;
}
/*見出し1*/
#header h1 {
	color:#000;
	width:100%;
}

/*見出し2*/
#header2 {
    background:#FFF url(../img/top_back.gif) no-repeat center bottom;
	color:#000;
	width:100%;
}
/*ロゴマーク*/
#header2 #logo {
	clear:both;
	margin-left:8px;
/*	position:absolute ;
	top:24px;
	z-index:2;*/
}
/*ヘッダー内ナビゲーション*/
#header2 .navi {
	display:none;
}

/*ナビゲーション*/
/*---------------------------------------------------------------------------*/
#navi {
	display:none;
}

/*キャッチ*/
/*---------------------------------------------------------------------------*/
#global .catch{
/*	display:none;*/
}
/*キャッチ*/
/*---------------------------------------------------------------------------*/
#global .catch{
	background:#064D79 url(../../img/catch_index01.jpg) no-repeat center;
	background-color:#064D79;
	width:100%;
	height:64px;
	height:192px;
}
#global .catch .catchcopy{
	visibility:hidden;
}


/*背景画像*/
/*---------------------------------------------------------------------------*/
#wrapper {
	background-image:none!important;
}

/*サイドバー*/
/*---------------------------------------------------------------------------*/
#sidebar {
	display:none;
}

/*サブナビゲーション*/
/*---------------------------------------------------------------------------*/
#subnavi {
	display:none;
}

/*コンテンツ*/
/*---------------------------------------------------------------------------*/
/*IE*/
*html #content{
	width:640px;
	float:none;
}
/*IE*/
html>body #content{
	width:100%;
}

/*見出し2*/
#content h2 {
	background-image:none;
}
/*見出し3*/
#content h3 {
	background-image:none;
}
/*見出し4*/
#content h4 {
	background-image:none;
}

/*パンくずナビ*/
#content #topicpath p{
	color:#000;
	width:100%;
}
/*コンテンツ内のメニュー*/
#content .menu ul li{
	list-style:square;
}
#content .menu ul li a{
	background-image:none;
	padding:0px;
}




/*トップページ*/
/*---------------------------------------------------------------------------*/
/*トピック*/
/*---------------------------------------------------------------------------*/
#content .topic {
	background-image:none!important;
}

/*サービス*/
/*---------------------------------------------------------------------------*/
#content .service {
	background-image:none!important;
	width:100%;
