@charset "shift_jis";

/*
information{
	ファイル名 : ./css/screen.css;
	概要 : このCSSファイルは呼び出し元ページの表示用ワンシートアプローチCSSです。
}
*/


/* 1. スタンダードレイアウトパーツ
--------------------------------------------------------------------------*/
body {
	height:100%;
	margin:0px 1px;
	padding:0px;
	background-color:#ffffff;
	text-align:center;
	color:#597288;
}
#contentswrap{
	width:720px;
	padding:0px;
	margin:0px auto;
}
#contentswrap_600 {
	width:600px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
#headerwrap{
	text-align:left;
	height:58px;
	margin:0px auto;
	padding:0px;
	background:#a7acb2 url('../images/header_bg.gif');
}
#footerwrap{
	text-align:right;
	height:48px;
	margin:0px;
	padding:0px;
	background:#f0f1f3 url('../images/footer_bg.gif') 0 0 repeat-x;
	*padding-top:20px;
	padding-right:30px;
}



/* 各ページごと */
#mainwrap1{
	width:720px;
	text-align:left;
	padding:0px;
	margin:0pxx;
	background-color:#f0f1f3;
}
#mainwrap1 #leftcol{
	float:left;
	width:369px;
	background-color:#ffffff;
	margin:0px;
}
#mainwrap1 #rightcol{
	float:right;
	width:256px;
	margin:0px;
}

#mainwrap2{
	text-align:left;
	padding:0px;
	margin:0pxx;
	background-color:#f0f1f3;
}
#mainwrap2 #leftcol{
	float:left;
	width:369px;
	background-color:#ffffff;
	margin:0px;
}
#mainwrap2 #rightcol{
	float:left;
	width:350px;
	margin:0px;
}



/* 2. 基本なタグの初期化
--------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	font-size:1em;
}
a img {
	border:0px;
}

.acenter{
 text-align:center;
}
.aright{
	text-align:right;
}
.aleft{
	text-align:left;
}
dl,dt,dd {
	margin:0px;
	padding:0px;
}
dt {
	font-weight:bold;
}
/*__ テーブル　位置ぞろえ	*/
tr.top,
td.top,
th.top {
	vertical-align:top;
}
tr.middle,
td.middle,
th.middle {
	vertical-align:middle;
}
tr.bottom,
td.bottom,
th.bottom {
	vertical-align:bottom;
}


/* 個別デザイン
--------------------------------------------------------------------------*/
h1#logo {
	text-align:right;
}
.mtx {
	font-size:11px;
	line-height:140%;
}
.bold {
	font-weight:bold;
}
.formBox {
	font-size:12px;
}
.formBox input.txtBox {
	width:180px;
}

.formBox ul{
	margin:0px;
	margin-left:10px;
	padding:0px;
	width:180px
}
.formBox li{
	list-style-type:none;
	margin:20px 0px;
}
.formBox li label{
	display:block;
}
#content {
	padding-left:20px;
	padding-right:20px;
	padding-top:12px;
}
table .adml {
	padding-left:10px;
}
#keyword{
	text-align:center;
	margin-bottom:20px;
}

#mainwrap2 #listBox {
	margin:0px;
	padding:0px;
	height:290px;
	overflow:auto;
}
#mainwrap2 table {
	width:310px;
	margin-left:10px;
	border:0px;
}

#mainwrap2 table tr td {
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px solid #597288;
}
#mainwrap2 table tr td.no {
	border:0px;
}
#printer,#homepage {
	display:block;
	float:right;
	clear:both;
}
#re_search {
	padding-top:25px;
}

#shopInfo {
	height:84px;
}
#contentswrap_600 dl {
	padding-top:10px;
}
#closeBtn {
	padding-top:20px;
	padding-bottom:5px;
	padding-left:5px;
}

/* 汎用クラス
--------------------------------------------------------------------------*/
.clearFix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* 上記要素をブロックレベル要素に変更 */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
 display:inline-table;
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*?*//*/
  height: auto;
  overflow: hidden;
  /**/
}
form {
	margin: 0px;
	padding: 0px;
}
