*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	font-feature-settings: "palt";

	font-weight: 500;
}
a {
  text-decoration: none;
}
a.log{
	font-size: 12px;
	color :#4444ff;
	text-decoration: none;
}
a.log:hover{
	font-size: 12px;
	color :#4444ff;
	text-decoration: underline;
}

body,html{
	width: 100%;
	height: 100%;
	/*background: #eeeeee;*/
	background: url("./backimg.png");
	font-family: YuGothic,'Yu Gothic',sans-serif;
	font-size: 14px;
	color :#333333;
}
textarea{
	width: 700px;
	resize: none;
	font-size: 9px;
}
textarea.comment{
	font-size: 14px;
	resize: vertical;
}
textarea.size0{
	height: 30px;
}
textarea.size1{
	height: 60px;
}
textarea.size2{
	height: 90px;
}
textarea.size3{
	height: 120px;
}
textarea.size4{
	height: 150px;
}
textarea.size5{
	height: 180px;
}
textarea.size6{
	height: 210px;
}
textarea.size7{
	height: 300px;
}
textarea.size8{
	height: 400px;
}
textarea.size9{
	height: 500px;
}
hr{
	border: 0;
	box-shadow: 0 10px 10px -10px #bbb inset;
}
hr.hr1{
	height: 1px;
}
hr.hr2{
	height: 3px;
}
hr.hr3{
	height: 6px;
}
hr.martop{
	margin-top: 20px;
}
ul{
	list-style-type: square;
}
li{
	margin-left: 1.5em;
}
p{
	font-size: 14px;
	color :#333333;
}
p.marbottom{
	margin-bottom :10px;
}
p.martop{
	margin-top :10px;
}
p.inline{
	display :inline;
}
p.size0{
	font-size :14px;
}
p.size1{
	font-size :20px;
}
p.size2{
	font-size :25px;
}
p.size3{
	font-size :30px;
}
p.size4{
	font-size :35px;
}
p.size5{
	font-size :40px;
}
p.size6{
	font-size :45px;
}
p.size7{
	font-size :50px;
}
p.color0{
	color :#333333;
}
p.color1{
	color :#FF0000;
}
p.color2{
	color :#FFAAAA;
}
p.color3{
	color :#00FF00;
}
p.color4{
	color :#AAFFAA;
}
p.color5{
	color :#0000FF;
}
p.color6{
	color :#AAAAFF;
}
p.color7{
	color :#000000;
}
p.under{
	text-decoration: underline;
}
span.red{
	color: #ff4444;
}
input.search{
	height :24px;
	margin-left :3px;
	vertical-align:middle;
}
input.comment{
	width: 700px;
	height: 24px;
}
input.comsubmit{
	margin-top: 20px;
}
input[type="text"]{
	background:rgba(255,255,255,0.6);
}
input[type="submit"]{
	background:rgba(40,40,40,0.1);
}
input[type="submit"]:hover{
	background:rgba(60,255,60,0.5);
}
img{
	width: 100%;
}
img.cont{
	width: 50%;
}
div.calt{
	margin-left: 3px;
	font-weight: bold;
}
div.cal{
	margin-left: 3px;
	margin-right: 3px;
	display: flex;
	flex-direction: row;
	width: 100%;
}
div.cal div{
	flex: 1;
  text-align: center;
}
div.cal div.next{
	margin-right: 15px;
	text-align: right;
}
.box{
	display: flex;
	flex-direction: column;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background: rgb(255,255,255);
}
.top{
	padding: 20px;
	height: 350px;
}
.main{
	display: flex;
	flex 1;
	padding: 20px;
}
.contents{
	flex: 1;
	padding: 5px;
}
.side{
	width: 250px;
	padding: 5px;
}
.cal{
	
}
