@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
html {}
body {
	width: 100%;
	width: expression(((IE6 && document.documentElement.clientWidth) < 960) ? '960px' : 'auto');
	min-width: 960px;
	font-family:'Hiragino Mincho Pro',Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: small;
	line-height: 150%;
	color: #333;
}
* html ,* html body {
	overflow-x: auto;
	height: 100%;
}
* html #wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
a:link, a:visited { color: #07519a; text-decoration: none; }
a:hover, a:active { color: #DB3217; text-decoration: underline; }
img {
	vertical-align: middle;
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style: none;
}
label {
	cursor: pointer;
}
small {
	font-size: 85%;
}

h1,h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

p {
	line-height: 1.5em;
	padding: 2px;
}

#wrapper {
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(./../img/311ukeire.jpg);
	background-repeat: no-repeat;
}

#sidebar {
	width: 240px;
	float: left;
	margin-right: 30px;
}

#contents {
	width: 690px;
	float: left;
	letter-spacing: 0.10em;
	line-height: 1.85em;
}

#footer {
	width: 960px;
	clear: both;
	padding-top: 50px;
}


#mail h2{
	padding: 5px 0 0 0;
}

#sidebar .menu {
	font-size: 15px;
	letter-spacing: 0.15em;
	line-height: 1.75em;
	margin-bottom: 30px;

}

#sidebar .menu a{
	margin-left: 20px;
}

#sidebar .link a img{
	margin: 10px 0 5px 0;
}