
@charset "utf-8";
/* CSS Document */

html{
	font-size:14px;
}

div.clear {
	clear:both;
}

#koukokuwrap {
	width:100%;
	height:80px;
	background-color:pink;
	float:left;
}

#koukokuwaku {
	width:1000px;
	margin:0px auto;
}

#koukoku {
	height:60px;
	margin:10px 0;
	float:left;
}

body{
	background-color:#ffcec4;
	line-height:20px;
}

div#headerfull {
	width:100%;
	background-color:#FE91C3;
	margin-bottom:10px;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

div#header {
	width:1000px;
	height:90px;
	margin:0px auto 0px;
	background-image:url(../img/titleexplain.png);
}

div#wrap {
	width:1000px;
	margin:0px auto;
}

div#sidemenu {
	width:240px;
	margin:0px 10px;
	float:left;
}

div#sideinfobg {
	width:240px;
	background-color:#FFF0F0;
	margin:0px 0px 10px;
}
div#sideinfo {
	width:220px;
	padding:10px 10px;
}

div#sidecalender {
	width:220px;
	padding:0px 10px 10px;
}
div#yeartitle {
	background-color:pink;
	width:210px;
	padding:5px;
	color:white;
	text-align:center;
	font-weight:bold;
}
div.year {
	font-size:13px;
	padding:5px 4px;
	margin:4px 2px;
	background-color:#FE91C3;
	float:left;
	color:white;
	font-weight:bold;
}
div#makegametitle {
	background-color:pink;
	width:210px;
	padding:5px;
	color:white;
	text-align:center;
	font-weight:bold;
}

div.day {
	font-size:13px;
	padding:5px 4px;
	margin:4px 2px;
	background-color:#FE91C3;
	float:left;
	color:white;
	font-weight:bold;
}

div#sideitembg {
	width:240px;
	background-color:#FFF0F0;
	padding:0px 0px 1px;
	margin:0px 0px 10px;
}

div#sideitem {
	width:220px;
	padding:10px;
}
div.sidengdz {
	width:180px;
	height:50px;
	margin:0px 20px 10px;
	background-image:url(../img/buttonngdz.png);
	font-size:24px;
	color:#770044;
	line-height:50px;
	padding:10px 10px 5px;
	font-weight:bold;
	text-align:center;
}
div.sidengdz2 {
	width:180px;
	height:50px;
	margin:0px 20px 10px;
	background-image:url(../img/buttonngdz.png);
	font-size:20px;
	color:#770044;
	line-height:25px;
	padding:10px 10px 5px;
	font-weight:bold;
	text-align:center;
}
a {
	text-decoration:none;
}

div#contents {
	width:720px;
	margin:0px 10px 10px 10px;
	background-color:#FFF0F0;
	float:right;
}
div#infocaption {
	width:720px;
	height:60px;
	background-image:url(../img/infocaption.png);
}
div#contents div#infocaption p {
	margin-left:70px;
	color:white;
	font-size:24px;
	font-weight:bold;
	line-height:60px;
	float:left;
}
div#infodate {
	color:white;
	float:right;
	line-height:60px;
	margin-right:10px;
}

div#infotext {
	margin:10px;
}
div#infotext p {
	margin-bottom:10px;
}
div#infotext img {
	width:700px;
}

div#footerfull {
	width:100%;
	background-color:#FE91C3;
	border-top:1px solid white;
}

div#footer {
	width:1000px;
	margin:0px auto 0px;
}

p#copyright {
	color:white;
	font-weight:bold;
	text-align:right;
	padding:10px;
}

div#infotext div.dozagel{
	width:345px;
	float:left;
	margin:0px;
}
div#infotext div.dozager{
	width:345px;
	float:right;
	margin:0px;
}

