﻿*{
	margin:0;
	padding:0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height:140%;
}
body{
	color:#333333;
}
img {
	border:0;
}


/* =====================

コンテナ。

=======================*/
div#container{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}


/* =====================

ヘッダー。

=======================*/
div#header{
	width:100%;
	height:150px;
	margin-bottom:10px;
	text-indent:-9999px;
}
div#header h1{
	padding-left:45px;
	padding-top:45px;
	
	width:905px;
	height:105px;
}
img#print_display{
	display:none;
	width:950px;
	height:150px;
}
a#rogo_a{
	width:66px;
	height:60px;
	display:block;
	text-decoration:none;
}
div#header a:hover{
	border:1px #cccccc solid;
}

/* =====================

キャッチコピー領域。

=======================*/
.catch_copy{
	margin-left:20px;
}
/* IE用ハック */
*.catch_copy{
	margin-left:10px;
}


/* =====================

左コンテンツ領域。

=======================*/
div.left_contents{
	float:left;
	margin-bottom:20px;
	margin-left:10px;
}
*div.left_contents{
	float:left;
	margin-bottom:20px;
	margin-left:5px;
}



/* =====================

右コンテンツ領域。

=======================*/
div.right_contents{
	float:right;
	margin-bottom:20px;
	margin-right:10px;
}
*div.right_contents{
	float:right;
	margin-bottom:20px;
	margin-right:5px;
}



/* =====================

フッター。

=======================*/
div#footer{
	clear:both;
	width:930px;
	margin-left:auto;
	margin-right:auto;
}
#footer_line{
	text-align:center;
	margin-bottom:10px;
}
#order{
	text-align:center;
	margin-bottom:20px;
}
#koishi{
	font-size:small;
	text-align:center;
	margin-bottom:10px;
}

/* ================

おまけ

==================*/
.border_frame{
	border:1px #cccccc solid;
}


/* ===============

印刷用CSS.

=============== */
@media print{
/*
	div#header{
	color: #fff;
	display: list-item;
	list-style-image: url(../byo_necktie/images/title.png);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	}*/
	div#header h1{
	display:none;
	}
	img#print_display{
	display:block;
	}
}
