a img{
	border-style: none;
}

body{
	background-color: #efe;
	background-image: url("img/enreisou.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	margin-top: 30px;
}

div#container{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

div#title{
	margin-top: 0px;
	text-align: center;
}

div#header{
	margin-top: 10px;
	margin-bottom: 10px;
}

/*------------------topmenu------------------*/

ul.topmenu{
	list-style: none;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0.2em 0;
	color: #fff;
	background: #f60;
}

ul.topmenu li{
	display: inline;
	white-space: nowrap;
}

ul.topmenu li a{
	text-decoration: none;
	padding: 0.2em 0.8em;
	color: #fff;
	background: transparent;
}

ul.topmenu li a:hover{
	color: #fff;
	background: #fc0;
}

/*------------------content------------------*/

div#content{
	width: 72%;
	float: right;
	margin-bottom: 25px;
}

div#content h2{
	background-image: url(img/ikara_line.png);
	background-repeat: no-repeat;
	line-height: 40px;
	padding-left: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#content h3{
	background-image: url(img/enreisou_icon.png);
	background-repeat: no-repeat;
	font-size: 1.0em;
	line-height: 25px;
	padding-left: 28px;
	margin-top: 5px;
	margin-bottom: 0px;
}

div#content p{
	font-size: 0.90em;
	line-height: 1.6;
	margin-top: 10px;
}

div#content table.ryoka{
	font-size: 0.90em;
	line-height: 1.9;
}

div#content table.cal{
	border: double;
}

div#content table.cal tr td{
	width: 100px;
	font-size: 0.80em;
	text-align: center;
	border: solid 2px;
	background-color: #FFFF99;
}

div#content table.cal tr th{
	font-size: 0.90em;
	height: 55px;
	border: solid 2px;
	background-color: #FFFF99;
}

div#content table.cal tr th.sat{
	background-color: #99FFFF;	
}

div#content table.cal tr td.sat{
	background-color: #99FFFF;	
}

div#content table.cal tr th.sun{
	background-color: #FF99FF;	
}

div#content table.cal tr td.sun{
	background-color: #FF99FF;	
}

div#content span#pt{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

div#content img.pt{
	float: left;
}

/*------------------sidemenu------------------*/

div#menu{
	width: 25%;
	float: left;
	margin-bottom: 25px;
}

ul.sidemenu{
	list-style: none;
	margin-left: 0px;
	margin-right: 0px;
}

ul.sidemenu li h3{
	background-image: url(img/enreisou_icon.png);
	background-repeat: no-repeat;
	font-size: 1.2em;
	line-height: 25px;
	padding-left: 28px;
	margin-top: 5px;
	margin-bottom: 0px;
}

ul.sidemenu li a{
	text-decoration: none;
	display: block;
	padding: 0.3em;
	width: 9.0em;
	border-bottom: 1px solid #cfc;
	color: #fff;
	background: #093;
}

ul.sidemenu li a:hover{
	color: #ff0;
	background: #0f3;
}

ul.sidemenu li.incomp a{
	color: #fff;
	background: #666;
}

ul.sidemenu li strong a{
	color: #fff;
	background: #f60;
}

ul.sidemenu li strong a:hover{
	color: #fff;
	background: #fc0;
}

div#footer{
	clear: both;
	width: 760px;
	background-image: url(img/bottom.png);
	background-repeat: repeat-x;
	padding-top: 10px;
}

address{
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
}

table.renew tr{
	background-color: #FFCCFF;
}