﻿<@charset "UTF-8";>
html,body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ丸ゴ ProN','ヒラギノ角ゴ Pro W3','YuGothic','Yu Gothic','メイリオ',' Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;  
}
html,body{margin:0;padding:0;}
body { width : 900px ;
       margin:auto ;
     }
body { color: #fff; font-size: 1.0em; line-height: 2.0em ;}

*{
		margin:0:
		padding:0;
}
/*honbun*/
#header { margin-top: 60px;
			
			}
h1 { color :#FF80FF;
			font-size: ;
			}
.under { border-bottom: 2px solid #ff80ff;}
p.intro {width: 70%;
				color: #fff ;
				background-color: #009999;
				padding: 8px 12px;
				border: 1px solid #fff;
			}

.intro,pet_milk { float: left;
			}
.clear {clear: both;}

h2 { color: #ffff00;}

span.hosoji { font-weight: normal;}
span.hoso_aka { font-weight: normal; color: #ff0000;}
span.orange { color: #ff8040;}
span.akairo { color: #ff0000;}



img {border: 1px solid #696969;padding:1px;}
.dougu {float: right;}
#honbun { font-weight: bold;
					padding-left: 2em;
			}

ol.youi1 { font-weight: bold;list-style-type: upper-latin;
			}
ul.youi2 { font-weight: bold;list-style-type: square;
			}
ol.tukuru{ font-weight: bold;list-style-type: decimal;}

#time { margin: 10px 70px 10px 60px;

			}
table { font-weight: bold;}
tr.jyu_jikan {color: #ff0080;}

#time,photo {float: left;}

a.movie { color: #87ceed;


			}
a.movie:hover { color: #87ceed;
				font-size: 1.1em;
			}
a.movie:visited { color: silver;}


#footer {margin-top: 50px;
				margin-bottom: 50px;
				margin-left: 120px;
				width: 450px;
			}
/*前後ボタン*/
input#go_back{
  text-decoration: none;
  height:30px;
  width: 150px;
  line-height: 30px;
  background:none;
  text-align: center;
  color: #fff;
  border:solid 1px #716246;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
	}
input#go_back:hover{
  background:#fff;
  color: #716246;
}

	p.copy_right {color: #ffffff; font-size: 1.4em; font-weight: bold ;}

