 /* ボディに関するCSS */
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: #555555;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	text-align:center;
}

/* ヘッダーに関するCSS */

#header {
	border-bottom : 2px solid #777777;
	font-size: 100%;
	line-height: 200%;
	padding:20px;
	text-align:left;
}


/* コンテンツに関するCSS */

#content {
	font-size: 100%;
	line-height: 200%;
	background-color: #ffffff;
	padding: 20px;
	text-align:left;
}

#bottom {
	font-size: 100%;
	line-height: 150%;
	background-color: #ffffff;
	padding: 20px;
	border-top : 2px solid #777777;
	text-align:center;
}

/* テキストに関するCSS */

h1 {
	font-size: 200%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#333333;
}

h2 {
	font-size: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#ff5555;
}

h3 {
	font-size: 110%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	color:#333333;
}

h5 {
	font-size: 105%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	color:#333333;
}

/* リンクに関するCSS */

a:link {text-decoration:underline}

a:visited {text-decoration:underline}

a:hover {
	text-decoration:underline;
	background-color: #eeeeff;
}
img{
	border: 0px;
}
