﻿@charset "UTF-8";

#content{
    width: 1000px;
    background: #000000;
    text-align: center;
}

.soraphotogallery{
    width: 1000px;
    background: #000000;
    margin-top: 30px;
    margin-bottom: 50px;
}

.photo{
	width: 1000px;
	text-align: center;
}

.photo th{
    text-align: left;
    font-size: 25px;
    font-family: Georgia;
    font-style: italic;
    border-bottom: solid 2px;
    width: 1000px;
    color: #666666;
    padding: 30px 0px 10px 5px;  
}

.photo td{
	text-align: center;
    vertical-align: middle;
	padding:20px;
}


.information{
    width: 1000px;
    height: 500px;
    background: #000000;
    margin-top: 30px;
    margin-bottom: 50px;
}

.info{
    width: 300px;
    background: #000000;
    text-align: left;
    font-size: 17px;
    margin: 50px 300px 50px 400px;
}
.info td{
    padding: 20px;
}

.info a{                          /*未訪問リンク*/
    color: #934c7b;
    text-decoration:none;
}        

.info a:visited{　　　　　　　　　　　/*訪問後の色*/　　　　　　　　　　　　　　　　
    color: #ffffff;
    text-decoration:none;
 }

.info a:hover{                    /*マウスオーバー時*/
    color: #1e90ff;
    text-decoration:underline;
}

.info a:active{　　　　　　　　　　　　/*クリックした時*/
    color: #ff4500;
    text-decoration:none;
 }

.event{
    width: 1000px;
    background: #000000;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 50px;
}


.onigiri{
    width: 1000px;
    background: #824880;
    color: #fbfaf5;
    font-size: 20px;
    font-family: 'ＭＳ Ｐ明朝', serif;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.main_content {
    text-align:center;
}


#video {
    width: 1000px;
    height: 666;
}