body {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        padding: 0;
        background: #ffffff url(../img/bg.jpg) repeat-x center top scroll;
}

a:link {
	color:#006699;
}

a:visited {
	color:#006699;
}
f
a:hover {
	color:#ff0000;
}

h1.top {
        font-size: 18px;
        color: #ff6600;
}

h2.second {
        font-size: 16px;
}

h2.third {
        font-size: 16px;
        color: #ff6600;
        margin: 0;
}

#container {
	margin: 0 auto;
	text-align: left; /* IE5΍ */	
	color: #000000;
	width: 780px;
        height: 1450px;
	border-right: 1px #d8dbd6 solid; 
        border-left: 1px #d8dbd6 solid;
        border-bottom: 1px #d8dbd6 solid;
        background-color: #fff;
}

#header {
	width: 780px;
        height: 536px;
        border-bottom: 1px #a9c8fa solid;
}

#image {
        float: left;
	width: 304px;
        height: 382px;
        position: relative;
        top: 10px;
        left: 0px;
}

#contents {
        float: right;
	width: 430px;
        height: 382px;
        position: relative;
        top: 10px;
        left: -20px;
}

#order {
        clear: both;
	width: 740px;
        padding: 10px;
        position: relative;
        top: 20px;
        left: 7px;
        border: 3px #ffd9ff solid;
}

#order p {
        color: #ff0000;
}