﻿@charset "utf-8";

body {
background-color:white;
color:#333333;
font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

h1{
	font-size:large;
	color:#666666
}

a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336666;
	text-decoration: none;
}
a:focus {
	color: #B8860B;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: gray;
	text-decoration: underline;
}

.img_l{
	float:left;
	margin:1em auto;
}

.img_r{
	float:right;
	margin:1em auto;
}

#container{
	width: 600px; /* 幅 */
	margin: 0 auto; /* センタリング */
}


