@import "base.css";?

/*-----------------------------------------------------------------
Win5.XとMac5.X用CSSの読み込み
-----------------------------------------------------------------*/

/*\*//*/
@import url("ie5mac.css");
/**/

@media tty {
i { content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */



/*-----------------------------------------------------------------
基本設定
-----------------------------------------------------------------*/
body{
	background-image:none;
}

/*-----------------------------------------------------------------
ヘッダ
-----------------------------------------------------------------*/
#header{
	width:95%;
	height:60px;
	border-top:none;
	background:none;
}

/*--------------------
タイトル
--------------------*/
h1{
background:url(../img/logo.gif) no-repeat left top;
	width:323px;
	height:57px;
}

/*--------------------
検索
--------------------*/
#search_font{
	display:none;
}

/*-------------------------
サブメニュー
-------------------------*/
#submenu{
	display:none;
}


/*-----------------------------------------------------------------
コンテンツ
-----------------------------------------------------------------*/
#top_menu{
	width:100%;
}

#contents{
width:95%;
}

/*--------------------
メインメニュー
--------------------*/
#menu{
	display:none;
}

/*---------------
h2
---------------*/
h2{
width:100%;
}
h2 img{
width:100%;
}
/*---------------
h3
---------------*/
.h3_back{
width:100%;
margin-top:5px;
}
/*---------------
h4
---------------*/
.h4_back{
width:100%;
}

/*-----------------------------------------------------------------
フッタ
-----------------------------------------------------------------*/
#footer{
display:none;
/*width:670px;
	background:none;
	clear:both;
*/
}

/*--------------------
フッタのメニュー
--------------------*/
#footer_menu{
	display:none;
}

/*--------------------
最下部
--------------------*/
#footer_bottom{
	display:none;
}

/*-----------------------------------------------------------------
ページテンプレート
-----------------------------------------------------------------*/

/*---------------
パンくず
---------------*/
#path{
display:none;
}


/*-----------------------------------------------------------------
ページフッタ
-----------------------------------------------------------------*/
#footer_pageup{
	display:none;
}

#footer_page{
width:95%;
	border-top:1px solid #CCC;
	margin-top:10px;
position:relative;
/*	display:none;
*/
}

#address {
/*position:absolute;
bottom:0px;
left:0px;*/
}

#page_contents{
	width:95%;
}

/*--------------------
コンテンツ毎のメニュー
--------------------
.pagemenu{
width:80%;
}
.pm_left{
width:50%;
}
.pm_right{
width:50%;
}*/
/*--------------------
コンテンツ毎のメニュー（下層）
--------------------
.pagemenu_sub{
width:80%;
}*/


