
@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------ */
/* 基本指定 */
/* ------------------------------------------------------------ */

html{
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); /* これで一瞬砂時計が出るのを回避（IE Only） */
}
ul,
li{
	list-style:none;
	margin:0;
	padding:0;
}
p{
	margin:0 0 1em 0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	line-height:1.6;
	color:#333;
	background-color:#333;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

/* ------------------------------------------------------------ */
/* リンク色指定 */
/* ------------------------------------------------------------ */
a{ color: #002C53; text-decoration: underline;}
a:visit{ color: #002C53; text-decoration: underline;}
a:hover{ color: #5783B9; text-decoration: underline;}
a:active{ color: #5783B9; text-decoration: underline;}

/* ------------------------------------------------------------ */
/* コンテナ */
/* ------------------------------------------------------------ */
#container{
	width:800px;
	margin:0px auto;
	padding:0px 0px 20px 0px;
	background:url(img/bg.gif) #EEE repeat-y;
}

/* ------------------------------------------------------------ */
/* ヘッダ */
/* ------------------------------------------------------------ */
#head{
	width:800px;
	height:84px;
	margin:0px auto;
}
#head #utility{
	float:right;
	margin-top:7px;
	margin-right:15px;
	font-size:12px;
	text-align:left;
}
	#head #utility li{
		float:left;
		font-size:12px;
		margin-left:10px;
		padding-left:12px;
		height:76px;
	}
		#head #utility li p {
			
			font-size:24px;
			margin:0px;
			padding:0px;
			font-weight:bold;
			font-family: Arial, Helvetica, sans-serif,'Verdana',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
		}
		#head #utility li .lastorder {
			font-size:16px;
		}
#head #ci{
	float:left;
}
#head #ci h1{
	margin-top:14px;
	margin-left:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration:none;
}
#head a img{
	border:none;
}

/* ------------------------------------------------------------ */
/* メインメニュー */
/* ------------------------------------------------------------ */

#mainmenu{
	width:100%;
	text-align:center;
	overflow: hidden;
	height:42px;
	margin:0;
}

.mainmenu_in{
	margin:0 auto;
	width:801px;
	background:#000;
	height:42px;
}

#mainmenu ul{
	width:800px;
	text-align:center;
	margin:0;
	padding:0;
	height:42px;
}

#mainmenu li{
	list-style:none;
	float:left;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	height:42px;
	background:#000;
	border-right:1px solid #FFFFFF;	
}
#mainmenu li a{
	display:block;
	width:130px;
	margin-top:11px;
	color:#FFF;
}


/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */
#main{
	width:800px;
	padding-top:15px;
	margin:0px auto 30px auto;
	font-size:12px;
}
#main a img{
	border:none;
}
#main a:hover img{
	opacity		: 0.7;
	filter		: alpha(opacity=70);
}

table.nob{
	border:0;
	border-collapse:collapse;
}
	
table.nob td{
	border-collapse:collapse;
	padding:1px;
	}	

/* ------------------------------------------------------------ */
/* VI */
/* ------------------------------------------------------------ */
#vi{
	background-color:#FFF;
	margin:0px auto 0px auto;
}
#vi h2{
	font-size:14px;
	color:#FFF;
	padding:0  15px 1px 15px;
}
#vi .bodycopy{
	font-size:10px;
	color:#FFF;
	padding:0 15px;
}

/* ------------------------------------------------------------ */
/* サイドバー */
/* ------------------------------------------------------------ */
#sideparent {
	float:right;
}
#sideparent img{
	display:block;
}
#sidebar{
	width:165px;
	background:url(img/sideinquiry_bg.jpg) repeat-y;
	padding:20px 10px 10px 10px;
	margin-right:17px;
}
/* hide from Mac IE \*/
* html #sidebar { margin-right:8px; }
/* */ 
#sidebar .no{
	text-align:center;
	font-size:22px;
	color:#fff;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif,'Verdana',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#sidebar .add{
	padding-left:10px;
}
#sidebar p{
	margin:0 0 8px 0;
	color:#fff;
}

/* ------------------------------------------------------------ */
/* コンテンツ */
/* ------------------------------------------------------------ */
#content{
	float:left;
	width:560px;
	margin-left:17px;
}
/* hide from Mac IE \*/
* html #content { margin-left:8px; }
/* */ 
#content h2{
	width:560px;
	height:30px;
	color:#000;
	font-size:20px;
	padding-left:10px;
	margin:0 0 15px 0;
	border-left:solid #000 5px;
}
#content h3{
	width:560px;
	font-size:14px;
	padding:0px 0 0px 0px;
	margin:0 0 15px 0;
	height:35px;
	background:url(img/content_border.jpg) bottom no-repeat;
}
#content.home h3{
	width:560px;
	background:url(img/content_border.jpg) bottom no-repeat;
	height:35px;
	line-height:39px;
	color:#333;
	font-size:16px;
	padding:0 0 0 0px;
	margin:0 0 15px 0;
	border:none;
}
#content h4{
	font-size:12px;
	padding:0 0 0 7px;
	margin:0 0 5px 0;
	border-left:solid #000 4px;
}
#content .line{
	border-top:dotted 1px #CCC;
}
#content .line td{
	border-bottom:dotted 1px #CCC;
	padding:7px;
}
#content td{
	padding:7px;
}
#content td strong{
font-size:14px;
}
#content th{
	text-align:left;
	width:100px;
	background:url(img/news_bg.gif) repeat-y;
	border-bottom:dotted 1px #CCC;
	padding:7px;
}
#content .section{
	margin:0 0 20px 0;
}
/* ------------------------------------------------------------ */
/* 02.html */
/* ------------------------------------------------------------ */

#content table tr .td_left {
	width:280px;
	padding-left:0px;
}
#content .td_left h3{
	background:url(img/content_border_mini.jpg) left bottom no-repeat;
	width:auto;
	height:35px;
	line-height:39px;
	color:#333;
	font-size:16px;
	padding:0 0 0 0px;
	margin:0 0 15px 0;
	border:none;
}
#content table tr td table{
	width:245px;
	margin-left:10px;
}
#content table tr td table tr td{
	border-bottom:1px dashed #c5c6c5;
	padding-left:10px;
	width:175px;
}
#content table tr td table tr .price{
	padding-left:0px;
	width:60px;
	text-align:right;
}
#content table tr td table tr .price p{
	padding-right:2px;
}
#content table tr td table tr td p{
	padding:0px;
	margin:0px;
	font-size:15px;
}
#content table tr .td_right {
	padding-right:0px;
	width:280px;
}
#content .td_right h3{
	background:url(img/content_border_mini.jpg) left bottom no-repeat;
	width:auto;
	height:35px;
	line-height:39px;
	color:#333;
	font-size:16px;
	padding:0 0 0 0px;
	margin:0 0 15px 0;
	border:none;
}

/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */
#footer{
	color:#fff;
	width:800px;
	height:45px;
	margin:0 auto;
	background:url(img/footer_bg.jpg) center top repeat-x;
	padding-top:15px;
	font-size:10px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif,'Verdana',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* ------------------------------------------------------------ */
/* Clearfix */
/* ------------------------------------------------------------ */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: 1%;
  display:block;
  overflow: hidden;
  /**/
}
