@charset "shift_JIS";

/***ボディーの設定　ここから***/
/*---------------------------------------------------------------------------*/
body {
	background-image:none!important;
	background-color:transparent;
}
body,th,td {
	color : #000;
}

hr {
	visibility:visible;
}

/***ボディーの設定　ここまで***/
/*---------------------------------------------------------------------------*/

/***レイアウトの設定　ここから***/
/*---------------------------------------------------------------------------*/
/*全体の幅とセンタリング*/
#global {
	width:100%;
}
/*ヘッダー*/
/*---------------------------------------------------------------------------*/
#header {
}
/*見出し1*/
#header h1 {
	width:100%;
}
/*ロゴマーク*/
#header #logo {
}
/*ヘッダー内ナビゲーション*/
#header .navi {
}

/*ナビゲーション*/
/*---------------------------------------------------------------------------*/
#navi {
}

/*キャッチ*/
/*---------------------------------------------------------------------------*/
#global .catch{
}
/*キャッチ*/
/*---------------------------------------------------------------------------*/
#global .catch{
}
#global .catch .catchcopy{
	visibility:hidden;
}


/*背景画像*/
/*---------------------------------------------------------------------------*/
#wrapper {
}

/*サイドバー*/
/*---------------------------------------------------------------------------*/
#sidebar {
}

/*サブナビゲーション*/
/*---------------------------------------------------------------------------*/
#subnavi {
}

/*コンテンツ*/
/*---------------------------------------------------------------------------*/
/*IE*/
*html #content{
}
/*IE*/
html>body #content{
	width:100%;
}

/*見出し2*/
#content h2 {
}
/*見出し3*/
#content h3 {
}
/*見出し4*/
#content h4 {
}

/*パンくずナビ*/
#content #topicpath p{
	color:#000;
}
/*コンテンツ内のメニュー*/
#content .menu ul li{
}
#content .menu ul li a{
}




/*トップページ*/
/*---------------------------------------------------------------------------*/
/*トピック*/
/*---------------------------------------------------------------------------*/
#content .topic {
}

/*サービス*/
/*---------------------------------------------------------------------------*/
#content .service {
}
#content .service01,#content .service03{
}
#content .service02{
}

