@charset "UTF-8";

/* ==================================================================================

Platinum Yamato
Version: May 2011


1. content, quote, list-style
2. display, position, float, clear, width, height, line-height, vertical-align
3. overflow, visibility
4. margin, padding, border
5. border-collaps
6. color
7. font
8. text-indent, text-align, text-decoration
9. background

================================================================================== */



/*-----------------------------------------------
	style
-----------------------------------------------*/

html,body {
	background-image: url(../img/img_bg_index.gif);
}

#slider-wrapper {
	width: 936px;
	margin: 0 auto;
	padding: 0 24px;
}

#index {
	margin-bottom: 60px;
}

#header {
	padding-bottom: 22px;
}

#g-navi {
	margin-bottom: 25px;
}

#topics {
	float: left;
	width: 364px;
	margin-bottom: 22px;
}

#topics h2 {
	margin-bottom: 14px;
}

#topics ul li {
	padding-bottom: 3px;
	margin-bottom: 12px;
	font-size: 93%;
	line-height: 1.6;
	border-bottom: 1px solid #D2D2D2;
}

#topics ul li span {
	padding-top: 1px;
	padding-right: 20px;
	font-size: 85%;
}

#round-box-top {
	float: right;
	width: 500px;
	padding-top: 4px;
	background: url(../img/img_index_bg_top.gif) no-repeat top left;
}

#round-box-bottom {
	padding-bottom: 4px;
	background: url(../img/img_index_bg_bottom.gif) no-repeat bottom left;
}

#round-box-top p {
	padding: 5px 15px 10px 15px;
	font-size: 93%;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #fff;
	background: #B0B1B1;
}

#c-navi {
	clear: both;
}

#c-navi li {
	float: left;
	padding: 0 16px 16px 0;
}

#c-navi li.right {
	float: left;
	padding: 0 0 16px 0;
}


/* slider */

#slider {
    position: relative;
    width: 936px; /* Change this to your images width */
    height: 404px; /* Change this to your images height */
    background: url(../img/img_loading.gif) no-repeat 50% 50%;
}

#slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#slider a {
    border: 0;
    display: block;
}

.nivo-directionNav a {
	display:block;
	width:20px;
	height:45px;
	background-image:url(../img/img_index_prev-next.gif);
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position: -20px 0;
}

a.nivo-nextNav:hover {
	background-position: -20px -45px;
}

a.nivo-prevNav:hover {
	background-position: 0 -45px;
}


/* recruit */
.recruit {
  margin: -40px 0 30px;
	text-align: center;
}
