@charset "Shift_JIS";

/*プリント用のスタイルシート

■目次：

・背景画像非表示
・位置調整
・非表示

*/


/*---------------
背景画像非表示
---------------*/

#container-all{
	background-image: none;
}

#content {
	background-image: none;
}


/*---------------
位置調整
---------------*/

/*---------------サイトタイトル---------------*/


#header {
	padding: 0;
}

/*---------------右部分---------------*/
#right{
	padding-left:115px;
}

/*---------------トップページサービス案内---------------*/
.service-txt{
	width: 150px;
}

/*---------------
非表示
---------------*/


/*---------------左---------------*/
#left {
	display: none;
}

/*---------------ページの先頭へ---------------*/

.pagetop {
	display: none;
}

/*---------------前のページへ戻る---------------*/

.link-back {
	display: none;
}

/*---------------フッター---------------*/

#footer ul {
	display: none;
}

#footer-bottom {
	display: none;
}


