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

body{
	background-color: white;
	color: #000000;
	font-family:  "Times New Roman", "Times","メイリオ";
	text-align: center;
	margin:  0;
	margin-left:10px;
	margin-right:10px;
	padding: 0;
}

a:link{
	color: #9E202E;
	text-decoration: none;
}

a:visited{
	color: #9e202a;
	text-decoration: none;
}

a:hover{
	color: #6D1FA2;
	text-decoration: underline;
}


/* 見出し設定　*/
h1{
	font-size: 24px;
}

h2{
	color: #9e202E;
	font-size: 12px;
	letter-spacing: 2px;
	margin: 0 0 2 0px;
	padding: 0 0 0 0;
	border-width: 0 0 1px;
	border-style: dotted;
	border-color: #000000;
}

h3{
	color: #9e202e;
	font-size: 12px;
	margin: 10px 0 0px;
}

h4{
	color: #000000;
	font-size: 12px;
	margin: 10px 0 0px;
}

h5{
	font-size: 9px;
}

h6{
	color: #9e202E;
	font-size: 13px;
	letter-spacing: 2px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	border-width: 0 0 1px;
	border-style: dotted;
	border-color: #000000;
}

/* その他の設定 */
p.red{
	color: #9e202e;
}

p{
	margin-left: 10px;
	margin-right: 5px;
}

img{
	border-width: 0;
}

ul{
	color: #666666;
	list-style-position: inside;
	margin: 10px 0;
	padding: 0;
}


/*   */
.body{
	color: #000000;
	font-size: 12px;
	text-align: left;
	width: 640px;
	margin: auto;
	padding: 5px 0;
}

.title{
	font-size: 30px;
}


/* メニュー設定 */
.contents{
	font-size: 16px;
	letter-spacing: 1px;
	margin:  0px;
}

.contents ul{
	list-style-type: none;
	margin:  0px 0px 40px 0px;
	padding:  10px 0;
}

.contents li{
	font-weight: bolder;
	margin: 0 18px 0 0;
	float: left;
}

.contents a:link{
	color: #9E202E;
	text-align: center;
	padding: 0;
	display: block;
	text-decoration: none;
}

.contents a:visited{
	color: #9E202E;
	text-align: center;
	padding: 0;
	display: block;
	text-decoration: none;
}

.contents a:hover{
	color: #FFA0AB;
	text-decoration:underline;
}


/*   */
.main{
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.right{
	text-align: right;
	float: right;
}

.fotter{
	color: #000000;
	margin-bottom: 30px;
	padding: 0;
}

div.imgbox {
  border: 0;
  width: 158px;
  float: left;
}

p.img, p.dsc{
  text-align: center;
  margin: 5px;
}
