/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Reset CSS */

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a {
	color: #039;
}

a:hover {
	text-decoration: none;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* General purpose */

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*------------------------------ stoper ------------------------------*/
.stoper {
	zoom: 100%;
}

.stoper:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* layout */

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0px;
	font-family: Arial;
	font-size: 0.86em;
	color: #333;
	line-height: 160%;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* header */

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
#header {
	width: 100%;
	background-color: #1D96B8;
	background-image: url(/img/header_bg.gif);
	background-position: -60px 120px;
	background-repeat: no-repeat;
}

#header .wrapper {
	padding: 35px 0px 0px 0px;
	width: 100%;
	background-image: url(/img/header_bar.png);
	background-position: left top;
	background-repeat: repeat-x;
}

#header .contents {
	width: 800px;
	margin: 0px auto;
	background-image: url(/img/view.jpg);
	background-position: right 12px;
	background-repeat: no-repeat;
}

h1 {
	margin: 0px 0px 35px 0px;
}

#header h2 {
	margin: 0px 0px 20px 0px;
	width: 370px;
	color: #FFF;
}

#header p {
	width: 370px;
	margin: 0px 0px 10px 0px;
	color: #FFF;
}

#animation_button {
	padding: 0px 0px 15px 0px;
}

#animation_button a {
	width: 206px;
	height: 39px;
	margin: 0px 0px 0px 97px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: left;
	text-indent: -9999px;
	background-image: url(/img/btn_start.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}





/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* app_box */

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
#app_box {
	margin: -5px 0px 0px 0px;
	padding: 30px 0px 15px 0px;
	background-image: url(/img/contents_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}

#app_box .coda-slider-wrapper {
	width: 800px;
	margin: 0px auto;
	position: relative;
	background-image: url(/img/icon_bg_top.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#app_box .coda-slider {
	min-height: 332px;
	background-image: url(/img/icon_bg_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#app_box h3 {
	height: 33px;
	margin: 0px 0px 0px 30px;
	padding: 10px 0px 0px 0px;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
}

/* feature */
#app_box {
	display: none;
}

#feature {
	width: 740px;
	margin: 25px auto 20px auto;
	padding: 15px 30px 25px 30px;
	background-image: url(/img/feature_bg_top.gif);
	background-position: left top;
	background-repeat: no-repeat;

	width: 800px;
	padding: 15px 0px 0px 0px;
	position: relative;
}

#feature h3 {
	margin: 0px 0px 30px 30px;
	padding: 0px;
	font-size: 24px;
	color: #FFF;
}

#feature div {
	padding: 0px 0px 30px 30px;
}
#feature_bottom {
	background-image: url(/img/feature_bg_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#feature dl {
	width: 220px;
	margin: 0px 40px 0px 0px;
	float: left;
}

#feature dl dt {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

#feature dl dd {
	color: #999;
}

#feature .border {
	width: 480px;
	height: 1px;
	margin: 0px 0px 30px 30px;
	padding: 0px;
	border-top: 1px solid #333;
	background-color: #000;
}
#feature .border hr {
	display: none;
}

#sample01 {
	position: absolute;
	top: 70px;
	right: 30px;
}

#sample02 {
	position: absolute;
	top: 261px;
	right: 51px;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* footer */

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
#footer {
	text-align: center;
}

#footer address {
	font-style: normal;
}

#footer address a {
	color: #666;
	text-decoration: none;
}

