@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.align-center{
	text-align: center;
}

body{
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	color: #000;
}

#wrapper{
	width: 802px;
	margin: 0 auto;
	text-align: left;
}

#header{
	width: 802px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.header-txt{
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
	display: block;
}
#header h1{
	float: left;
	width: 340px;
}
#header .nav{
	float: right;
	padding-top: 20px;
	text-align: right;
}
#header .nav li{
	float: left;
	padding-left: 5px;
}
#contents{
	overflow: hidden;
	margin-bottom: 40px;
}
#side{
	float: left;
	width: 220px;
}

#main-contents{
	float: right;
	width: 530px;
}

footer{
	border-top: solid #fff 1px;
	text-align: center;
	padding-top: 10px;
}

footer a:link,
footer a:visited{
	color: #000;
	text-decoration: none;
}

footer a:hover,
footer a:active{
	color: #ccc;
}

footer ul{
	padding-bottom: 20px;
}
footer li{
	display: inline-block;
	padding: 0 10px;
}