﻿@charset "utf-8";
/* ----------------------------------------
 * reset
 * ---------------------------------------- */
body, div, 
dl, dt, dd, ul, ol, li,  
h1, h2, h3, h4, h5, h6, 
form, textarea, 
p, 
table, th, td {
	padding: 0;
	margin: 0;
}

address, caption {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

img, a img {
	border: 0;
}

ul, li {
	list-style-type: none;
}

body {
	font-size: 100%;
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #333333;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	line-height: 150%;
}


h1 {
	font-size: 20px;
	padding-top: 1em;
	padding-left: 1em;
	margin: 0;
}

h2 {
	font-size: 16px;
	background-color: #F9F9F9;
	border-bottom: 1px solid #666666;
	border-left: 3px solid #666666;
	padding-left: 0.8em;
	margin-bottom: 2em;
}

h3 {
	font-size: 14px;
	border-left: 5px double #999999;
	padding-left: 0.8em;
	margin-bottom: 2em;
}

a {
	color: #666666;
	line-height: 20px;
	text-decoration: none;
}

#conteiner {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#header {
	border-bottom: 1px solid #CCCCCC;
	height: 80px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	padding: 20px;
}

#contents p {
	font-size: 90%;
	padding: 0 1em 1em;
}

#footer {
	font-size: 80%;
	line-height: 20px;
	text-align: center;
	clear: both;
	width: 100%;
}

ul#pr {
	font-size: 80%;
	text-align: left;
	list-style: none;
	padding: 0px 2em;
	margin: 0.5em 0 0;
}

ul#pr li {
	display: inline;
	list-style: none;
	padding: 0 1em 0 0;
	margin: 0;
}

#header, #footer {
	background: #F4F4F4;
}

