@charset "UTF-8";

/* @group global */

/* fonts.css */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
 
body {
    font:13px/1.231 arial, helvetica, clean, sans-serif;
*font-size:small;
*font:x-small;
}

table {
    font-size:inherit;
    font:100%;
}

/**
 * Bump up IE to get to 13px equivalent
 */
 
pre, code, kbd, samp, tt {
    font-family:monospace;
*font-size:108%;
    line-height:100%;
}

/* reset */

body, div, h2, form, input, ul, li {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align:bottom;
}

body {
    text-align: center;
    background: url(images/bg.png) repeat-x;
    color: #333;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}

/* wrapper */

#wrapper {
    margin: 0 auto;
    width: 874px;
    text-align: justify;
}

a, a:link {
    color: #063;
}

a:hover {
    color: #c00;
}

/* @end */

/* @group header,headline */


#header {
    text-align: right;
    margin: 28px 0;
}

#headline {
    text-align: center;
    margin: 8px 0 16px 0;
}

#headline p {
    color: #000;
    font-size: 123.1%;
    font-weight: bold;
}

/* @end */

/* @group slider */



.slider-wrap {
    margin: 20px 0;
    background: url(images/bg_slide1.png) no-repeat center 57px;
}

.slider-wrap-inner {
    position: relative;
    width: 874px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
	background: url(images/bg_slide2.png) no-repeat center bottom;
}

.csw {
    width: 100%;
    background: #fff;
    overflow: scroll;
}

.csw .loading {
    margin: 200px 0 300px 0;
    text-align: center;
}

.stripViewer {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 800px;
    clear: both;
    background: #fff;
    text-align: justify;
}

.stripViewer .panelContainer {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    list-style-type: none;
}

.stripViewer .panelContainer .panel {
	float:left;
    height: 100%;
    position: relative;
    width: 800px;
}

.stripViewer .panelContainer .panel .wrap {
	zoom: 1;
	padding: 10px;
	background: url(images/bg_slide3.png) repeat-x;
	overflow: hidden;
}

.stripViewer .panelContainer .panel .wrap img.screen-image {
	float: left;
	width: auto;
	margin-right: 10px;
}

.stripViewer .panelContainer .panel .wrap p {
}

.stripViewer .panelContainer .panel .wrap form {
	text-align: center;
}

.stripViewer .panelContainer .panel .wrap form input {
	margin-top: 15px;
}

.stripNav {
    margin: auto;
}

.stripNav ul {
    list-style: none;
}

.stripNav ul li {
    float: left;
}

.stripNav li a {
	display: block;
	width: 194px;
	height: 59px;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.stripNav li.tab1 a {
    background-image: url(images/nav1.png);
}

.stripNav li.tab2 a {
	width: 195px;
    background-image: url(images/nav2.png);
}

.stripNav li.tab3 a {
    background-image: url(images/nav3.png);
}

.stripNav li.tab4 a {
    background-image: url(images/nav4.png);
}

.stripNav a:hover {
	background-position: 0 -59px;
}

.stripNav a.current {
	background-position: 0 -59px;
}

.stripNavL, .stripNavR {
    position: absolute;
    top: 230px;
    text-indent: -9999em;
}

.stripNavL a, .stripNavR a {
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
}

.stripNavL {
    left: 0;
}

.stripNavR {
    right: 0;
}

.stripNavL {
    background: url(images/arrow-left.png) no-repeat center;
}

.stripNavR {
    background: url(images/arrow-right.png) no-repeat center;
}

/* @end */

/* @group contents */

#contents {
    margin: 40px 0 30px;
    padding: 0 25px;
}

#contents #alfa {
    float: left;
    width: 434px;
}

#contents #beta {
    float: left;
    width: 390px;
}

#contents .Section {
    padding-left: 75px;
    margin-bottom: 35px;
}

#contents #sec1 {
    background: url(images/icon1.png) no-repeat;
}

#contents #sec2 {
    background: url(images/icon2.png) no-repeat;
}

#contents #sec3 {
    background: url(images/icon3.png) no-repeat;
}

#contents #sec4 {
    background: url(images/icon4.png) no-repeat;
}

#contents #sec5 {
    background: url(images/icon5.png) no-repeat;
}

#contents #sec6 {
    background: url(images/icon6.png) no-repeat;
}

#contents #sec7 {
    background: url(images/icon7.png) no-repeat;
}

#contents .Section h3, #contents .Section p {
    width: 315px;
}

#contents .Section p {
    color: #444;
}

/* button */

#button {
    clear: both;
    text-align: center;
}


#bookmark {
	overflow: hidden;
	padding: 20px 30px 0 0;
}

#bookmark dl {
	float: right;
	border-left: 1px solid #333;
}

#bookmark dl dt {
	padding-left: 8px;
}

#bookmark dl dt,
#bookmark dl dd {
	float: left;
	width: auto;
}

#bookmark dl dd {
	margin: 0;
	padding: 0 15px;
	border-right: 1px solid #333;
}

#bookmark dl dd ul {
}

#bookmark dl dd ul li {
	list-style-type: none;
	float: left;
	padding-right: 12px;
}

/* @end */

/* @group footer */

#footer {
	clear: both;
    padding-bottom: 40px;
    background: #106927 url(images/bg_footer.png) repeat-x;
}

#footer p {
    margin: 0 auto;
    width: 874px;
    padding-top: 20px;
    color: #fff;
    text-align: justify;
}

/* @end */



/* debug */

debug {
    border: 1px solid #f00;
}
