@charset "utf-8";


/* ---------	gnav	-------- */

a#gnav1:link {background:url(../img/common/gnav1.png) no-repeat;}
a#gnav1:visited {background:url(../img/common/gnav1.png) no-repeat;}
a#gnav1:hover {background:url(../img/common/gnav1_on.png) no-repeat;}
a#gnav1:active {background:url(../img/common/gnav1_on.png) no-repeat;}

a#gnav2:link {background:url(../img/common/gnav2.png) no-repeat;}
a#gnav2:visited {background:url(../img/common/gnav2.png) no-repeat;}
a#gnav2:hover {background:url(../img/common/gnav2_on.png) no-repeat;}
a#gnav2:active {background:url(../img/common/gnav2_on.png) no-repeat;}

a#gnav3:link {background:url(../img/common/gnav3_on.png) no-repeat;}
a#gnav3:visited {background:url(../img/common/gnav3_on.png) no-repeat;}
a#gnav3:hover {background:url(../img/common/gnav3_on.png) no-repeat;}
a#gnav3:active {background:url(../img/common/gnav3_on.png) no-repeat;}

a#gnav4:link {background:url(../img/common/gnav4.png) no-repeat;}
a#gnav4:visited {background:url(../img/common/gnav4.png) no-repeat;}
a#gnav4:hover {background:url(../img/common/gnav4_on.png) no-repeat;}
a#gnav4:active {background:url(../img/common/gnav4_on.png) no-repeat;}

a#gnav5:link {background:url(../img/common/gnav5.png) no-repeat;}
a#gnav5:visited {background:url(../img/common/gnav5.png) no-repeat;}
a#gnav5:hover {background:url(../img/common/gnav5_on.png) no-repeat;}
a#gnav5:active {background:url(../img/common/gnav5_on.png) no-repeat;}




table#comp {
    width: 500px;
    border: 1px solid #000000;
}
table#comp th {
    background: none repeat scroll 0 0 #191919;
    padding: 8px;
    width: 100px;
    border-bottom: 1px solid #000000;
    vertical-align:top;
}
table#comp td {
    background: none repeat scroll 0 0 #0d0d0d;
    padding: 8px;
    border-bottom: 1px solid #000000;
}
table#comp td dl dt {
    width: 8em;
}
table#comp td dl dd {
    margin: -1.5em 0 0.7em 7em;
}

h5 {
	width: 110px;
	height: 20px;
	margin-bottom: 15px;
}

#com_box {
	width: 685px;
}
#com_left {
	float: left;
	width: 150px;
}
#com_left p {
	width: 150px;
	height: 150px;
	margin: 0;
}

#com_right {
	float: right; 
	width: 500px;
}

dl {
    margin-bottom: 35px;
    margin-left: 20px;
}
dl dt {
    width: 7em;
}
dl dd {
    margin: -1.5em 0 0.8em 5em;
}

p.special {
	width: 400px;
	margin-bottom: 20px;
}
