body, h1, ul, li {
	margin: 0; padding: 0; border: 0;
}

p {/*"letter-spacing"は、文字と文字の間隔を指定するプロパティ。*/
    letter-spacing: 0.06em;
}

body {
    width: auto;
    height: auto;
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #eeeeee 100%);
    background: -moz-linear-gradient(top, #FFFFFF 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #eeeeee 100%);
    background: linear-gradient(top, #FFFFFF 0%, #eeeeee 100%);
    margin: 0;
    padding: 0; 
	font-family: "Century","Century Schoolbook","Old Standard TT",'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo','メイリオ',serif;
	font-size: 15px;
	color: #333333;
    font-family: garamond;*/
    letter-spacing: 1px;
	/*両端揃えで表示させるスタイルシートソース*/
	text-align: justify;
    text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}


#header{
	width:950px;
	margin:0 auto;
	border-bottom:1px solid #333;
}

#header h1{
	font-family: "Century","Century Schoolbook","Old Standard TT",'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo','メイリオ',serif;
	font-size:20px;
	color: #777777;
	font-family: garamond;*/
	margin:0;
}

#content{
	width:950px;
	margin:10px auto;
	overflow:auto;
}

#main{
	float:left;
	width:630px;
	margin-right:20px;
}

#main .left{
	float:left;
}
	
#pan{
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
	line-height:25px;
	overflow:auto;
}

#pan li{
	float:left;
	padding-right:5px;
	display: inline;
}
	
#sidemenu{
	float:right;
	width:300px;
}

div#slideshow {
	width: 630px; height: 300px; 
	background: url(images/border.png);
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */ 
	position: relative; z-index: 5;
}


div# ul#nav {
	display: none;
	list-style: none;
	position: relatislideshowve; top: 110px; z-index: 15;
}

div#slideshow ul#nav li#prev {
	float: left; margin: 0 0 0 35px;
}
div#slideshow ul#nav li#next {
	float: right; margin: 0 35px 0 0;
}
div#slideshow ul#nav li a {
	display: block; width: 40px; height: 40px; text-indent: -9999px;
}
div#slideshow ul#nav li#prev a {
	background: url(images/prev.png);
}
div#slideshow ul#nav li#next a {
	background: url(images/next.png);
}

div#slideshow ul#slides {
	list-style: none;
}
div#slideshow ul#slides li {
	margin: 0 0 20px 0;
}


a{/*リンクされた文字*/
    color:#999;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#999;
    font-style:normal;
    text-decoration:none;;
}
a:visited {/*訪問後のリンク*/
    color:#999;
    text-decoration:none;;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}

#sidemenu .menu{
		font-size: 18px;
		font-weight: bold;
		margin:10px 0 0 0;
		padding:0;
		list-style:none;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#home a {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px;
    background: #fbfbfb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: #eeeeee solid 1px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#home a:hover {
    background: #fff;
    padding: 10px 10px 10px 20px;
    color: #333;
}

#member a {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px;
    background: #fbfbfb;
    border-bottom: #eeeeee solid 1px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#member a:hover {
    background: #fff;
    padding: 10px 10px 10px 20px;
    color: #333;
}

#supporter a {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px;
    background: #fbfbfb;
    border-bottom: #eeeeee solid 1px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#supporter a:hover {
    background: #fff;
    padding: 10px 10px 10px 20px;
    color: #333;
}

#information a {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px;
    background: #fbfbfb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: #eeeeee solid 1px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#information a:hover {
    background: #fff;
    padding: 10px 10px 10px 20px;
    color: #333;
}

#contact a {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px;
    background: #fbfbfb;
    border-bottom: #eeeeee solid 1px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#contact a:hover {
    background: #fff;
    padding: 10px 10px 10px 20px;
    color: #333;
}

#photos a {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px;
    background: #fbfbfb;
    border-bottom: #eeeeee solid 1px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#photos a:hover {
    background: #fff;
    padding: 10px 10px 10px 20px;
    color: #333;
}

#video a {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px;
    background: #fbfbfb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: #eeeeee solid 1px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#video a:hover {
    background: #fff;
    padding: 10px 10px 10px 20px;
    color: #333;
}

#blog a {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px;
    background: #fbfbfb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#blog a:hover {
    background: #fff;
    padding: 10px 10px 10px 20px;
    color: #333;
}

#X a {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px;
    background: #fbfbfb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#X a:hover {
    background: #fff;
    padding: 10px 10px 10px 20px;
    color: #333;
}

#羽ばたけクラブ a {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px;
    background: #fbfbfb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#羽ばたけクラブ a:hover {
    background: #fff;
    padding: 10px 10px 10px 20px;
    color: #333;
}
dl.box{
    height: 85px;
    overflow: auto;
}
dl.box dt{
    float: left;
    width: 120px;
}
dl.box dd{
    margin: 0 0 10px 0;
    padding: 0 0 10px 120px;
    border-bottom: 1px dotted #aaa;
}

div.box {
width:100%; /* 横幅 */
height:390px; /* 縦幅 */
overflow:auto;
background-color:#FFF; /* 背景色 */
border:1px #F0F0F0 dashed; /* 枠 */
font-size:80%; /* 文字サイズ */
color:#000000; /* 文字色 */
}
div.box p {
margin:1em 10px; /* 行間 */
}

/*SNSカスタムスタイルシートソース*/

body {
  background-color: #e1e1e1;
}
.sosyal {
  margin: 50px auto;
}
.facebook {
  background-color: #2e4a88;
  box-shadow: 0 4px 0 #1B3D82;
  text-shadow: 0 -1px -1px #1B3D82;
  
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 74px;
}
.facebook:hover {
  background-color: #354F84;
}
.facebook:active {
  top: 2px;
	box-shadow: 0 2px 0 #1B3D82;
}
.twitter {
  background-color: #008DDE;
  box-shadow: 0 4px 0 #0078BD;
  
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 74px;
}
.twitter:active {
  top: 2px;
	box-shadow: 0 2px 0 #0078BD;
}
.twitter:hover {
  background-color: #1397D8;
}
.google {
  background-color: #CC3622;
  box-shadow: 0 4px 0 #BA2714;
  
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 74px;
}
.google:active {
  top: 2px;
	box-shadow: 0 2px 0 #BA2714;
}
.google:hover {
  background-color: #D04829;
}

/*SNSを横並びで表示させるスタイルシートソース*/
.sns-share-buttons{
  margin: 0;
  padding: 0;
}
.sns-share-buttons li{
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  margin-right: 5px;
}

#sidemenu .end{
	border-bottom:1px solid #666;
}

#footer{
	border-top:1px solid #333;
	width:950px;
	margin:0 auto;
	clear:both;
	text-align:left;
	padding:10px 0;
}

.clear{
	clear:both;
}



