@charset "utf-8";
/* CSS Document */

/*
 ********************************
 *
 * Top Page Only CSS
 *
 * CSS Setting
 * for digital-packet.com
 * original - 00 2008.06.20 S.Takikawa
 * revision - 01
 *
 ********************************
*/

#header-top {
	width: 900px;
	margin: 0px;
	padding: 0px;
	height: 450px;
	background-image: url(../img/bg_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	display: inline;
	clear: both;
}

/********************************
   #header-top Layout CSS Setting (TOP ONLY)
 ********************************/

#header-top #head-content {
	height: 170px;
	width: 900px;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
}

#header-top #head-content h1 {
	display: inline;
	float: left;
	width: 200px;
	height: 45px;
	margin-top: 120px;
	margin-left: 10px;
}

#header-top #head-content #head-sub-menu {
	height: 25px;
	width: 270px;
	float: right;
	background-image: url(../img/head_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header-top #head-content #head-sub-menu p {
	float: left;
	display: inline;
}
#header-top #head-content #head-sub-menu p.keitai {
	float: right;
	display: inline;
	clear: both;
}

#header-top #main-img-area {
	width: 880px;
	clear: both;
	float: left;
	padding: 10px;
	height: 200px;
	background-color: 202020;
	background-image: url(../img/diag_cross.gif);
	background-repeat: repeat;
	margin-bottom: 10px;
}

#main-img-area #main-img {
	float: left;
	width: 530px;
	height: 200px;
	background-color: #202020;
}

#main-img-area #brand-list {
	height: 200px;
	width: 348px;
	float: left;
	background-color: #202020;
	display: inline;
	padding-left: 2px;
}
#main-img-area #brand-list p {
	padding: 0px;
	float: left;
	height: 35px;
	width: 170px;
	display: inline;
	clear: none;
	margin: 2px;
}

#header-top #head-menu {
	height: 38px;
	width: 898px;
	clear: both;
	float: left;
	border: 1px solid #2A2A2A;
	background-color: #202020;
	margin-bottom: 10px;
}

#header-top #head-menu ul {
	padding: 0px;
	list-style-type: none;
	width: 700px;
	height: 38px;
	float: left;
	clear: both;
	margin: 0px;
}

#header-top #head-menu ul li {
	display: inline;
	list-style-type: none;
	line-height: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 38px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #2A2A2A;
}
#header-top #head-menu p {
	float: right;
	height: 38px;
	width: 170px;
	display: inline;
}



/********************************
   #contents Layout CSS Setting
 ********************************/

#contents #top-main-area {
	clear: both;
	float: left;
	width: 900px;
	height: auto;
}

#contents #top-main-area #information {
	float: left;
	width: 370px;
	height: 140px;
	background-color: #181818;
	display: inline;
}

#contents #top-main-area #recommend {
	height: 140px;
	width: 520px;
	float: left;
	margin-left: 10px;
	background-color: #181818;
	display: inline;
}




/********************************
   #information Layout CSS Setting
 ********************************/
#information div.infomation-guide {
	height: 30px;
	width: 370px;
	background-image: url(../../img/ttl_information.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin: 0px;
	padding: 0px;
	background-color: #202020;
}
#information div.infomation-guide h4 {
	height: 20px;
	width: 60px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 250px;
	display: inline;
}
#information div.infomation-guide h5 {
	display: inline;
	float: left;
	width: 50px;
	height: 20px;
	vertical-align: middle;
	margin: 5px;
}


#information div.information-box {
	height: 110px;
	width: 370px;
	overflow: auto;
	float: left;
    /* */
	scrollbar-face-color: #444444; 
	scrollbar-track-color: #111111; 
	scrollbar-arrow-color: #111111; 
	scrollbar-highlight-color: #444444; 
	scrollbar-shadow-color: #333333; 
	scrollbar-3dlight-color: #555555; 
	scrollbar-darkshadow-color: #222222; 
}

div.information-box dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.information-box dl dt {
	color: #008FC4;
	width: 65px;
	float: left;
	clear: both;
	margin: 0px;
	padding: 2px;
	line-height: 120%;
}
div.information-box dl dd {
	line-height: 120%;
	padding: 2px;
	width: 280px;
	float: left;
	margin: 0px;
}

div.information-box a:link {
	color: #CDCDCD;
	text-decoration: none;
}

div.information-box a:visited {
	color: #CDCDCD;
	text-decoration: none;
}

div.information-box a:hover {
	color: #FF6600;
	text-decoration: underline;
}

div.information-box a:active {
	color: #FF6600;
	text-decoration: underline;
}

/* */



/********************************
   #recommend Layout CSS Setting
 ********************************/
#recommend div.recommend-guide {
	height: 30px;
	width: 520px;
	background-image: url(../../img/ttl_recommend.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin: 0px;
	padding: 0px;
	background-color: #202020;
}

#recommend div.recommend-guide h4 {
	height: 20px;
	width: 60px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 455px;
	display: inline;
}

#recommend #recommend-icons {
	height: 100px;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	float: left;
	display: inline;
}

#recommend p.photo-thm {
	float: left;
	height: 90px;
	width: 90px;
	display: inline;
	margin: 5px;
}
#recommend p.photo-thm a {
	background-image: url(../img/diag_gray.gif);
	height: 90px;
	width: 90px;
	display: block;
	text-align: center;
}
#recommend p.photo-thm img {
	padding: 5px;
}
#recommend p.photo-main a:hover {
	background-image: url(../img/diag_gray_o.gif);
}
#recommend p.photo-thm a:hover {
	background-image: url(../img/diag_gray_o.gif);
}

/* END */

