@charset "Shift_JIS";
html {
	height: 100%;
	margin: 0;
}

body
{
	font-size:13pt;
	padding-top: 100px;
	background-color:#ffffdd;
	margin: 0 auto;
	width:80%;
	text-align:center; 
}

body, .item {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 100%;
	overflow: auto;
}

h1 {
	background: teal;
	color: white;
	font-size: 2.5em;
}

a { text-decoration: none; }
a:link { color: blue; }
a:visited { color: purple; }
a:hover { color: red; }

#header {
	margin-top: -100px;
	height: 100px;
	overflow: hidden;
}

#wrap { 
/*
	width:80%;
	height: 95%;
	text-align:center; 
	margin:0 auto; 
*/
}  

#sideWrap { 
	float: left;
	width:25%; 
	margin-top: 10px;
	height: 95%;
}  

#sideWrap ul{
	padding: 0; 
}

.spacer {
	height: 10000px;
}

#mainWrap { 
	margin-top: 10px;
-webkit-overflow-scrolling:touch;
}  

#mainFrame {
	width: 100%;
	height: 95%;
	border: 0;
}

.clear { clear:both; }  
.clear hr { display:none; } 

.rel-list {
	margin: 0 0 20px 0;
}

.rel-title {
	font-size: 13pt;
	margin-bottom: 0px;
	list-style-type: none;
	text-align: left;
}

.rel-title:hover { color: red; }

.rel-date {
	font-size: 11pt;
	margin-bottom: 5px;
	text-align: right;
}

#footer {
	bottom: 0;
	height: 0px;
	overflow: hidden;
	position: absolute;
	width: 80%;
}