@charset "utf-8";

* {
	margin:0px;
	padding:0px;
}

a:link {
	color:#c71585;
}
a:visited {
	color:#c71585;	
}
a:hover {
	color:#c71585;	
}
a:active {
	color:#c71585;	
}


body {
	background-color: #ffffee;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
#contentsBody {
	background-image: url(../image/title.jpg);
	background-repeat: no-repeat;
	width:1000px;
	margin:0px auto;
	height: auto;
}
#caption {
	color: #4f5e70;
	font-size: 12pt;
	width: 650px;
	margin:0 auto;
	text-align:left;
}
h1 {
	height:160px;
	width:600px;
	margin:0 auto;
}

.hidden {
	display: none;
}

#caption p {
	padding:6px;
}

#caption .attention {
	font-weight:bold;
	font-size:10pt;
	text-align:center;
}

#plofile {
	width:650px;
	margin:0 auto;
}

#plofile .title {
	text-align:left;
	padding:20px 0 10px 0;
}

#plofile .text {
	text-align:left;	
	font-size:11pt;
	line-height:140%;
	color: #4f5e70;
	width:560px;
	margin-left:50px;
}

#plofile .siteLink {
	margin-top:10px;
	margin-bottom:10px;
}

#plofile .siteLink dd{
	margin-left:15px;
	margin-bottom:10px;
}

#message {
	width:650px;
	margin:20px auto 20px auto;
	padding:10px 0;
	background-color:#FFF;
}
#message .text {
	text-align:left;	
	font-size:11pt;
	line-height:140%;
	color: #4f5e70;
	padding-top:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d7d7d7;
}

#next {
	font-size:11pt;
	color:#4f5e70;
	line-height:160%;
	padding:20px 0;
}

#copyright {
	font-size:9pt;
	color:#c07bcf;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #c07bcf;
	padding-top:15px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
