@charset "UTF-8";

/* //////////////////////////////////////////////////////////
         reset
////////////////////////////////////////////////////////// */
body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul{
	margin:0;
}


h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	font-size:100%;
}

ul, th, td{
	padding:0;
}

ul{
	list-style:none;
}

a{
	text-decoration:none;
	outline:0;
}

table {
	font-size:100%;
	border-collapse:collapse;
}

th {
	font-weight:normal;
}

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

strong {
	color:#f00;
}

body {
	color: #000;
	text-align:center;
	max-hight:1200px;
	min-width:700px;    /* Minimum width of layout - remove line if not required */							/* The min-width property does not work in old versions of Internet Explorer */
}

/* //////////////////////////////////////////////////////////
         link
////////////////////////////////////////////////////////// */
a {
	color:#00e;
}

.main a{
	border-bottom:0px dotted #fff;
}

.header a{  /* header menu 色 */
	color:#999;
}
.list a{  /* header menu 色 */
	color:#3e1511;
}

a:hover {
	color:#f06;
}

.main a:hover{
	background:#FFEAF2;
	border-bottom:1px dotted #f06;
}

/* //////////////////////////////////////////////////////////
         wrap
////////////////////////////////////////////////////////// */

div.wrap{
	width:1000px;
	text-align:left;
	margin:0 auto ;
	font-size:80%;
	background:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	
}

/* //////////////////////////////////////////////////////////
         header
////////////////////////////////////////////////////////// */

div.header{
	position:relative;
	padding:0px 0px;
	margin:0 0 0px;
	text-align:center
}


div.header h1 {
	margin:0px 0 10px;
}
div.header{
	background:#fff;
	padding:10px;
	
}

/* //////////////////////////////////////////////////////////
         list
////////////////////////////////////////////////////////// */

div.list {
width:100%;
    position: relative;
	overflow: hidden;

	
	
}
div.list ul {
position: relative;
   
   float: left;
    margin: 0 0 0 0;
    padding: 5px 30px;


}
div.list li {
    position:relative;
	left: 60%;
	float: left;
	display:block;
	margin: 0 0 0 0;
	    padding:25px 20px 0px; /* ///メニューのスペース//// */
	    
	    background:#fff;
	    color:#3e1511;
	
	
}





/* //////////////////////////////////////////////////////////
         main
////////////////////////////////////////////////////////// */
div.main{

	padding:0px 0px 0px;

}


div.main h2,
div.main h3,
div.main h4,
div.main p,
div.main ul,
div.main dl,
div.main table{
	margin-bottom:0px;
	margin-top: 0px;
	padding: 0px;
}


div.main h2 {
	font-size:120%;
	padding:5px 10px;
	border-left:5px solid #fff;
	font-weight:bold;
}

div.main h3 {
	border-bottom:1px dotted #fff;
	padding:0 0 5px;
	font-size:110%;
}


div.main h4 {
font-family: 'Droid Sans', sans-serif;
	font-size: 12px; color: #fff;
}




h5{
    font-family: 'Droid Sans', sans-serif;
    font-size: 10px;
	color:#3e1511
	padding:5 5 5px;
	

	
}

.headline1 {

    border-bottom: 1px dashed #ccc;
	
	
    border-left: 7px solid #ccc;
    border-left: 7px solid rgba(0,0,0,.2);
    margin: 0 -15px 15px -22px;
    padding: 5px 15px;
	
}

div.main p,
div.main ul,
div.main dl,
div.main table{
	margin-left:auto;
	margin-right:auto;
}

div.main ul{
	list-style-type:disc;
}

div.main dl dd {
	margin:0 0 10px 20px;
}

div.main table,
div.main table th,
div.main table td{
	border:1px solid #fff;
	text-align:left;
}

div.main table {
	width:80%;
	margin-top: 0px;

	
}

div.main table th,
div.main table td{

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div.main table th {
	background:#fff;
	width:20%;
}

div.main table td {
	background:#fff;
}





div.main p.gtop {
	text-align:right;
	margin-bottom:0;
}



/* //////////////////////////////////////////////////////////
         footer
////////////////////////////////////////////////////////// */
div.footer {
	font-size:50%;
	clear:both;
	/* float:left;*/
        width:100%;
	color: #3e1511;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #fff;
    }
    div.footer p {
    background:#fff
    }

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

div.footer p.tright{
	margin-top:20px;
	font-size:50%;
}
////////////////////////////////////////////////////////// */
hr {
	margin-bottom: 5px;
	margin-top: 0px;
}

hr.line {
height: 1px;
border: none;
border-top: 1px #3e1511 dotted;
}

////////////////////////////////////////////////////////// */
* {
	margin: 0;
	padding: 0;
	border: none;
}

/*指定した幅、高さだけ表示*/
#mask {
	width: 1000px;
	height: 500px;
	overflow: hidden;/*指定した幅だけ見える*/
	position: relative;
}


ul#photo {
	top: 0;
	left: 0;
	width: 4000px;/*アニメーションさせる画像の合計幅*/
	height: 750px;/*写真縦*/
	position: absolute;
}

/*写真を横一列に配置*/
ul#photo li {
	width: 1000px;
	height: 750px;
	float: left;
	list-style: none;
	
}

/*アニメーション定義*/
@-webkit-keyframes Slide {
	0% {left: 0;}/*0で始まり・・・*/
	20% {left: 0;}
	25% {left: -1000px;}/*20秒の25％、つまり5秒進んだら-239pxずらす*/

	45% {left: -1000px;}
	50% {left: -2000px;}

	70% {left: -2000px;}
	75% {left: -3000px;}

	95% {left: -3000px;}
	100% {left: 0;}/*20秒の100％、つまり20秒になったら0、初期の場所へ。*/
}
ul#photo {
	-webkit-animation-name: Slide;/*定義したアニメーションの呼び出し*/
	-webkit-animation-duration: 30s;/*アニメーションは『合計』で何秒か*/
	-webkit-animation-iteration-count:infinite;/*『infinite』無制限に繰り替えす*/
}

