
/*HP本体の枠。
------------------------------------------------------------------*/
#container {
    text-align: left;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

/*ヘッダー。メイン画像が入っている所。
------------------------------------------------------------------*/
#header {
    height: 268px;
    top: 80px;
    position: relative;
}

/*ヘッダー内のh1タグの設定。
------------------------------------------------------------------*/
#header h1 {
    font-style: inherit;
    font-size: 10px;
    color: #DCDCDC;
    position: absolute;
    left: 20px;
    top: 4px;
    width: 1000px;
}

/*メインメニューの設定。
------------------------------------------------------------------*/
#menu li {
	display: inline;
	text-align: right;
}

/*コンテンツ。２列部分の背景
------------------------------------------------------------------*/
#contents {
}

/*メインコンテンツ。（右側）
------------------------------------------------------------------*/
#main {
	float: right;
	width: 670px;
	display: inline;
	margin-left: 20px;
}

#main p {
	padding-right: 5px;
	padding-left: 5px;
}

/*サブコンテンツ。（左側）
------------------------------------------------------------------*/
#sub {
    float: left;
	width: 260px;
	padding-right: 20px;
	padding-left: 20px;
}
/*製品イメージ画像
------------------------------------------------------------------*/
.productimage {
}

/*ミニバナー*/
.mini-banner {
    margin-top: 5px;
    margin-bottom: 5px;
}
.no-border{
    text-decoration:none;
}
/*clearfix（※ここは変更しない）
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */


