@charset "UTF-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

body {
font:14px/18px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif;
   color:#666;
}

a {
   color:#999;
   text-decoration:none;
}
a:hover {
   color:#666;
   text-decoration:underline;
}

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

h2 {
   font-size:16px;
   background:#ddd;
   padding:5px;
   margin-bottom:5px;
}

#slideshow {
	position:relative;
	width:100%;
	height:600px;
}
#slideshow li {
	position: absolute;
   height:600px;
	margin: 0;
	padding: 0;
}
/*
#slideshow li {
	position: absolute;
   height:600px;
	margin: 0;
	padding: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/photo01.jpg);
}
*/


#slideshow ul .bg_img01 {
	background-image: url(../images/main01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #CCC;
}
#slideshow ul .bg_img02 {
	background-image: url(../images/main02.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #CCC;
}
#slideshow ul .bg_img03 {
	background-image: url(../images/main03.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #CCC;
}
#slideshow ul .bg_img04 {
	background-image: url(../images/main04.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #CCC;
}
#slideshow ul .bg_img05 {
	background-image: url(../images/main05.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #CCC;
}
