@charset "utf-8";
/* CSS Document */

/*---------- 共通コンテンツ ----------*/
/* #sidebar1 に関するヒント：
1. 単位はパーセントであるため、サイドバーで余白を使用することは回避してください。標準に準拠したブラウザでは、余白は幅に追加されるため、実際の幅が不特定の幅になります。 
2. 「.all #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
3. 親エレメントが表示された後に Internet Explorer によって幅が計算されるため、単位がパーセントの列では原因不明のバグが発生することがあります。最終的な表示をより正確に予測する必要がある場合は、単位がピクセルの列に変更することができます。
*/
.all  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #CCCCCC;
}

.all #container {
	width: 850px;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.all #container #header ul {
	float: left;
	width: 850px;
	height: 35px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.all #container #header li {
	float: left;
	list-style-type: none;
}
.all #header {
	padding-top: 0;
	padding-bottom: 0;
} 
.all #mainContent {
	margin-top: 10;
	margin-bottom: 0;
	margin-left: 10px;
	width: 616px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-image: url(img/common/back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 

.all #footer {
	background-color: #FF0000;
	height: auto;
} 
.all #footer p {
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	margin-top: 3px;
}
a  img    {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link{
text-decoration:none
}

a:visites{
color:#999999
text-decoration:none
}

a:hover{
text-decoration:none
}

a:active{
text-decoration:none
}


/*---------- トップ ----------*/
.all #container #header #h1 {
	font-size: 12px;
	color: #FFFFFF;
	height: 31px;
	width: 850px;
	background-image: url(img/top/back.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;
}
.all #container #header td .menu {
	height: 35px;
	border-right-width: 1px;
	border-right-style: solid;
}
#new-info {
	height: 150px;
	width: 616px;
	margin-right: auto;
	margin-left: auto;
	overflow: scroll;
	padding-top: 5px;
}
.new-td {
	width: 130px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-image: url(img/top/marker1.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	color: #666666;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*---------- サイドバー ----------*/
.all #container #left-side
  {
	float: left;
	width: 204px; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	background: #EBEBEB;
	padding-top: 10px;
}
.side-waku {
	width: 184px;
	margin-right: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-left: auto;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
.new-td2 {
	width: 486px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	color: #666666;
	text-align: left;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.all #container #mainContent .contents-box h2 {
	font-size: 10px;
	color: #000099;
	background-image: url(img/top/marker1.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
.comp-td1 {
	font-size: 12px;
	color: #666666;
	text-align: left;
	height: 20px;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 10px;
}
.comp-td2 {
	font-size: 12px;
	color: #666666;
	text-align: left;
	height: 20px;
	width: 400px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 10px;
}
.footer-link {
	width: 810px;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.all #container .footer-link li {
	list-style-type: disc;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}
.all #container .footer-link .footer-box a {
	color: #666666;
}

.all #container .footer-link .footer-box ul {
	height: auto;
}

.all #container #mainContent .contents-box #sale-left {
	float: left;
	width: 300px;
}
.all #container #mainContent .contents-box #sale-left h3 {
	font-size: 12px;
	color: #FF0000;
	background-image: url(img/salespromotion/markerred.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.sale-left {
	font-size: 12px;
	line-height: 1.8em;
	color: #666666;
	width: 300px;
	margin-top: -10px;
}
.all #container #mainContent .contents-box #sale-right {
	float: left;
	width: 300px;
	padding-left: 10px;
}
.h3-2 {
	font-size: 12px;
	color: #94410A;
	background-image: url(img/develop/markercya.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #94410A;
	font-weight: bold;
}
.h3-3 {
	font-size: 12px;
	color: #1D2088;
	background-image: url(img/comp/markerblue.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1D2088;
	font-weight: bold;
}
.contents-box {
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	font-size: 12px;
	color: #666666;
	text-align: left;
	line-height: 1.8em;
	width: 616px;
	height: auto;
}
.red {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-image: url(img/salespromotion/markerred.gif);
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 10px;
}
.post {
	width: 450px;
	padding-left: 30px;
}
.footer-box {
	float: left;
	width: 270px;
}
.all #container #header h1 {
	font-size: 12px;
	color: #666666;
	height: 10px;
	margin: 0px;
	padding: 0px;
}
.hp-syoukai{
	text-align:left;
	font-size: 12px;
	line-height: 1.8em;
	color: #666;
	padding: 10px;
	width: 400px;
	vertical-align: top;
}

