@charset "UTF-8";
/* CSS Document */

body {
  background-color: #FFFFFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: small;
  color: #000000;
}

img {
	margin: 0px;
	padding: 0px;
	border-style:none;
}

#contents {
	width: 960px;
	margin:0 auto;
}

#main {
	width: 640px;
	margin-top:50px;
	margin-left: 0px;
	padding-bottom:50px;
	float:left;
}

#side {
	width: 300px;
	margin-top:70px;
	float:right;
}

#header {
	margin-top:50px;
	width: 960px;
}

#footer {
	clear:both;
}

ul {
	list-style: none;
	margin:-10px 0 0 0;
	float:right;
}

li {
	float:left;
	margin:0 12px 0 0 ;
	text-align:center;
	padding:0px;
	display:inline-table;
	vertical-align:middle;
}
ul.side {
	list-style: none;
	margin:0 15px 0 0px;
	text-align: right;
}

h1 {
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-align: left;
	margin-top:30px;
	letter-spacing: 2px;
}

h2 {
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
	padding-left:6px;
	padding-top:4px;
	padding-bottom:4px;
	margin:20px 0 0 0;
	background-color: #A2D7D4;
}

h3 {
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	font-weight: bold;
	letter-spacing: 2px;
}

h4 {
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	font-weight: bold;
	letter-spacing: 1px;
	margin:10px 0 0 0;
}

p {
	font-size:small;
	line-height: 150%;
	margin:10px 0 25px 0 ;
	text-align: left;
	text-align: justify;
    text-justify: inter-ideograph;
	letter-spacing: normal;
}
p img {float:left;
        padding-right:10px;
		 }

a {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}

a img{
	border:none
}
a.h2{
	 color: #000000;
	 text-decoration: none;
}
a.h2:hover {
	color: #0066FF;
	text-decoration: none;
}
	

