/* page layout styles */
*{
    margin:0;
    padding:0;
}
body {
	width:910px;
	margin:0 auto;
    color:#fff;
    font:100%/1.4 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	background: -webkit-linear-gradient(#003 65px, #fffffe 80px) no-repeat;
	background: -moz-linear-gradient(#003 65px, #fffffe 80px) no-repeat;
	background: -ms-linear-gradient(#003 65px, #fffffe 80px) no-repeat;
	background: -o-linear-gradient(#003 65px, #fffffe 80px) no-repeat;
	background: linear-gradient(#003 65px, #fffffe 80px) no-repeat;
}
header {
	width:910px;
	margin:0 auto;
    height:70px;
}
header h1 {
    padding:14px 0;
	float:left;
}
header .stuts a, .stuts a:visited{
    color:#fcfcfc;
    margin:23px 0;
}
header .stuts {
    font-size:82%;
	text-align:right;
    padding-top:28px;
}
h2,p {
	margin:auto;
	color:#666;
	line-height:160%;
	text-align:justify;
}
h3{
margin:auto;
	color:#666;
	line-height:160%;
	font-style:oblique;
}
/* fade slider */
.slides {
    width:760px;
    height:280px;
    margin:50px auto;
    overflow:hidden;
    position:relative;
}
.slides ul {
    list-style:none;
    position:relative;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-ms-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 15.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_slides;
    -moz-animation-duration: 15.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;

    -ms-animation-name: anim_slides;
    -ms-animation-duration: 15.0s;
    -ms-animation-timing-function: linear;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    -ms-animation-delay: 0;
    -ms-animation-play-state: running;
    -ms-animation-fill-mode: forwards;

    animation-name: anim_slides;
    animation-duration: 15.0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
}

/* css3 delays */
.slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
    -webkit-animation-delay: 3.0s;
    -moz-animation-delay: 3.0s;
    -ms-animation-delay: 3.0s;
    animation-delay: 3.0s;
}
.slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
    -ms-animation-delay: 6.0s;
    animation-delay: 6.0s;
}
.slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {
    -webkit-animation-delay: 9.0s;
    -moz-animation-delay: 9.0s;
    -ms-animation-delay: 9.0s;
    animation-delay: 9.0s;
}
.slides ul  li:nth-child(5), .slides ul  li:nth-child(5) div {
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
    -ms-animation-delay: 12.0s;
    animation-delay: 12.0s;
}
.slides ul li img {
    display:block;
}

/* keyframes #anim_titles */
@-webkit-keyframes anim_titles {
    0% {
        top:100%;
        opacity:0;
    }
    5% {
        top:50%;
        opacity:1;
    }
    20% {
        top:50%;
        opacity:1;
    }
    25% {
        top:0;
        opacity:0;
    }
    100% {
        top:0;
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        top:100%;
        opacity:0;
    }
    5% {
        top:50%;
        opacity:1;
    }
    20% {
        top:50%;
        opacity:1;
    }
    25% {
        top:0;
        opacity:0;
    }
    100% {
        top:0;
        opacity:0;
    }
}
@-ms-keyframes anim_titles {
    0% {
        top:100%;
        opacity:0;
    }
    5% {
        top:50%;
        opacity:1;
    }
    20% {
        top:50%;
        opacity:1;
    }
    25% {
        top:0;
        opacity:0;
    }
    100% {
        top:0;
        opacity:0;
    }
}
@keyframes anim_titles {
    0% {
        top:100%;
        opacity:0;
    }
    5% {
        top:50%;
        opacity:1;
    }
    20% {
        top:50%;
        opacity:1;
    }
    25% {
        top:0%;
        opacity:0;
    }
    100% {
        top:0%;
        opacity:0;
    }
}

.slides ul li div {
	/*background: -moz-linear-gradient(left, #333333, #333333 70%, #999999 90%, #eeeeef);
	background: -webkit-gradient(linear, left top, right top, from(#333333), color-stop(0.7, #333333), color-stop(0.9, #999999), to(#eeeeef));*/
	background-color:#003;
	border-radius:3px;
	box-shadow:1px 1px 5px #FFFFFF;
    color:#FFFFFF;
    font-size:88%;
	width:auto;
    padding: 5px 16px 4px;
    position:absolute;
    left:3%;

    /* css3 animation */
    -webkit-animation-name: anim_titles;
    -webkit-animation-duration: 10.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_titles;
    -moz-animation-duration: 10.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;

    -ms-animation-name: anim_titles;
    -ms-animation-duration: 10.0s;
    -ms-animation-timing-function: linear;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    -ms-animation-delay: 0;
    -ms-animation-play-state: running;
    -ms-animation-fill-mode: forwards;

    animation-name: anim_titles;
    animation-duration: 10.0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
}

/* リンクボタン */
.css_btn_class {
	font-size:12px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	padding:7px 16px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	color:#777777;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.css_btn_class:active {
	position:relative;
	top:1px;
}