/*==================================================================================*/
/* 印刷用ページレイアウト	Print.css												*/
/*==================================================================================*/

/*-----------------------------------------------------------------------------------
	印刷時非表示用　print_hide
-----------------------------------------------------------------------------------*/
div.print_hide
{
	display: none;
	margin: 0px;
	padding: 0px;
}
/*-----------------------------------------------------------------------------------
	ヘッダ
-----------------------------------------------------------------------------------*/
.sms div.header
{
	width: 750px;
}
/*-----------------------------------------------------------------------------------
	フッタ
-----------------------------------------------------------------------------------*/
.sms div.footer
{
	width: 750px;
	position: relative;
	clear: both;
}
/*-----------------------------------------------------------------------------------
	コンテナ
-----------------------------------------------------------------------------------*/
.sms div.container
{
	width: 750px;
	text-align : left;
	position: relative;
}
.container:after
{
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
}


/*-----------------------------------------------------------------------------------
	３段組み（トップページ用）
-----------------------------------------------------------------------------------*/
.sms div.maincol
{
	width: 390px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	left: 0;
	float: left;
	clear: right;
}

.sms div.subcol_left
{
	width: 175px;
	position: relative;
	left: 0px;
	float: left;
	clear: left;
}

.sms div.subcol_right
{
	width: 175px;
	position: relative;
	left: 0;
	float: left;
	clear: right;
}


/*-----------------------------------------------------------------------------------
	２段組み（インデックスページ用）
-----------------------------------------------------------------------------------*/
.sms div.maincol_idx
{
	width: 570px;
	margin-right: 5px;
	color: #000000;
	text-align:left;
	position: relative;
	left: 0%;
	float: left;
	clear: left;
}

.sms div.subcol_idx
{
	width: 175px;
	position: relative;
	left: 5px;
	float: left;
	clear: right;

}


/*-----------------------------------------------------------------------------------
	段組み無し（コンテンツページ用）
-----------------------------------------------------------------------------------*/
.sms div.maincol_con
{
	width: 620px;
}
.sms div.subcol_con
{
	width: 620px;
}

