@charset "Shift_JIS";


/*============*/
/* サイト設定 */
/*============*/

*{
	margin:0;
	padding:0;
}

html{
	height: 100% ;
}


body {
	height: 100% ;
	margin:0px auto;
	padding: 0px;
	font-size:13px;
	background: #f1f1f1;
	line-height:140%;
}

#maincontainer {
	position:relative;
	width: 762px;
	text-align: left;
	color: #555555;
	border:1px solid #d2d2d2;
	background: #ffffff;
}

img {
	border: none;
	vertical-align:bottom;
}


/*==========*/
/* ヘッダー */
/*==========*/
#mainheader {
	position:relative;/* 親要素 */
	width: 762px;
	height:60px;
	margin: 0px;
	padding: 0px;
	background:url(../../common/images/head_bk.gif) no-repeat;
}

#mainheader h1{
	position:absolute;
	top: 23px;
	left: 365px;
	font-size:11px;
	color:#646464;
	line-height:130%;
	font-weight : normal;
	text-align:right;
}

#mainheader h2{
	position:absolute;
	top: 24px;
	left: 360px;
	font-size:10px;
	color:#646464;
	letter-spacing: 0.1em;
	line-height:140%;
	font-weight : normal;
	text-align:right;
}


.logo{
	position:absolute;
	top: 15px;
	left: 10px;
	width: 180px;
	height: 36px;
}


/*========*/
/* メイン */
/*========*/

#main {
	width:762px;
	margin-top:15px;
}

#main_t_sidemenu {
	float : left ;
	width:181px ;
	background:url(../../common/images/side_bk.gif) repeat-y;
}

#main_t_contents {
	float : right ;
	width: 563px;
}


#t_contents {
	margin-right: 18px;
}

#navi{
	position:static;
	border: 0px;
	margin: 0px;
	padding: 0 0 10px 0;
}

#navi ul li {
	list-style-type:none;
	display:block;
	margin: 0px;
	padding:0px;
	width: 180px;
}

.top_photo {
	margin-bottom: 15px;
	padding:0px;
}

/* 商品一覧 */

#product_list {
	margin-bottom: 20px;
	padding:0px;
}

.tbl_list{
	margin-top: 10px;
}

#product_list .tbl_list td.text{
	padding-left: 5px;
	padding-right: 5px;
	font-size:11px;
	text-align:left;
}

#product_list .tbl_list td.name{
	font-size:12px;
	font-weight:bold;
	text-align:center;
}


/* 最新情報 */

#whatsnew {
	width:545px;
	margin-bottom: 15px;
	padding:0px;
}

.tit_wn {
	margin-bottom: 10px;
	padding:0px;
}

.wn_tbl{
	margin-bottom: 10px;
}

#whatsnew .wn_tbl td.date{
	width:90px;
	padding-left:8px;
}

#whatsnew .wn_tbl td.text{
	width:447px;
}

/* 問い合わせ */

#contactus {
	width:545px;
	padding: 0px;
	margin: 0px;
}

#contactus .float-r {
	float: right;
	margin:0 0 10px 13px;
	padding:0px;
}


#contactus .tit_cu {
	margin-bottom: 10px;
	padding:0px;
}

#contactus .text_cu {
	margin-bottom: 10px;
	padding-left:8px;
}


/*==================*/
/* フッターメニュー */
/*==================*/

#footermenu {
	width:545px;
	text-align:right;
	margin-bottom: 10px;
	padding:0px;
}




/*==========*/
/* フッター */
/*==========*/

#mainfooter {
	clear: both;
	bottom:0px;
	margin: 0px;
	width:762px;
	border-top: 1px solid #d2d2d2;
	background: #00a7da;
}

/* リンク */

.tbl_link{
	width:762px;
	background:#ffffff;
}

#mainfooter .tbl_link td.img{
	padding:10px 5px;
	vertical-align:middle;
	texr-align:center;
}

/* メニュー */

#mainfooter #footer {
	padding: 5px 10px;
}


#mainfooter #footer p.privacy {
	float: left;
	width:380px;
	margin: 0px;
	letter-spacing: 0.1em;
	font-size:12px;
	color:#ffffff;
	background: #00a7da;
}

#mainfooter #footer p.privacy a {
	font-size:12px;
	color:#ffffff;
}

#mainfooter #footer p.privacy a:hover {
	font-size:12px;
	color:#ffffff;
	text-decoration: none;
}

#mainfooter #footer p.text {
	margin-left: 380px;
	color:#ffffff;
	font-size:11px;
	background: #00a7da;
}


/* 会社概要（utf用）フッター */

#mainfooter #footer p.privacy02 {
	float: left;
	width:380px;
	margin: 0px;
	letter-spacing: 0.1em;
	font-size:12px;
	color:#ffffff;
	background: #00a7da;
}

#mainfooter #footer p.privacy02 a {
	font-size:12px;
	color:#ffffff;
}

#mainfooter #footer p.privacy02 a:hover {
	font-size:12px;
	color:#ffffff;
	text-decoration: none;
}

#mainfooter #footer p.text02 {
	margin-left: 380px;
	color:#ffffff;
	font-size:10px;
	background: #00a7da;
}


