@charset "utf-8";

/*-------------------------------------------------
  プリントハック
  作成者：Hidemi Iwazaki
  作成日：2008/9/16
  最終更新日：2008/9/16
--------------------------------------------------*/

body {
	width:100%;
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	background-image :none;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #0000CD;
}

img {
	border: 0;
}

h1, h2, h3,th, dt, strong a{
    margin: 0;
    padding: 0;
    font-weight: bold;
	font-size:115%;
}

/*ヘッダー
----------------------------------------*/
#header{
	width:100%;
}
/*----- ヘッダーリンク -----*/
#headerlink{
	display:none;
}
/*----- 文字サイズ -----*/
#fontsize {
	display:none;
}
/*----- サイト検索 -----*/
#sitesearch{
	display:none;
}

/*訪問者別メニュー
----------------------------------------*/
#guestmenu{
	display:none;
}

/*ナビゲーション
----------------------------------------*/
#globalnavi{
	display:none;
}

/*コンテンツ
----------------------------------------*/
/*----- メインコンテンツ -----*/
#maincontainer{
	width:98%;
}

/*右コンテンツ*/
#rightcontents{
	width:98%;
	margin:auto;
}
/*各コンテンツ見出し画像*/
#maintitle{
	display:none;
}

/*----- 下層左メニュー -----*/
#leftcontents{
	display:none;
}



/*フッター
----------------------------------------*/
#footerlink{
	display:none;
}


/*ベーシックパーツ
----------------------------------------*/
/*----- バックトップ -----*/
.backtop,
#backtoparea {
	display:none;
}

#top-leftcontents{
	display:none;
}

#top-rightcontents{
	display:none;
}

/*----- 1/2、1/3サイズ -----*/
.harf-l,
.harf-r {
	width: 49%!important;
}

.three-l,
.three-r {
	width: 32%!important;
}
.three-c {
	width: 33%!important;
}