@charset "utf-8";
body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-image: url(img/bg.png);
}
.miniimage {
	vertical-align: bottom;
}
strong{
	color:#FF0000;

}

#searchbox {
	margin: auto;
	text-align: center;
	line-height: 10px;
	width: 300px;
}
#searchbox .box {
	border: 1px solid #aaaaaa;
	font-size: 20px;
	margin-bottom: 10px;
	width: 300px;
}
.pinkline {
	width: 100%;
	height: 1px;
	background-color: #dd006a;
	margin-bottom: 2px;
	display: block;
	border: 1px solid #dd006a;
	color: #dd006a;
}


#gobutton {
	text-align: right;
}
#gobutton .button {
	border: 0px;
	margin-bottom: 10px;
}



#logo {
	margin: auto;
	text-align: center;
	margin-top: 15px;
}
.detailbox {
	width: 296px;
	float: left;
	margin-right: 10px;
}
#pinkbody {
	background-color: #f6acc0;
	opacity: 0.6;
}

#pinkhead {
	background-color: #dd006a;
	color: #ffffff;
	padding: 3px;
}



.oneColFixCtr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}
.detailboxend {
	width: 296px;
	float: left;
}
#bluebody {
	background-color: #8acef2;
	opacity: 0.6;
}
#bluehead {
	background-color: #0074bc;
	color: #ffffff;
	padding: 3px;
}
#grayhead {
	background-color: #696769;
	color: #ffffff;
	padding: 3px;
}
#graybody {
	background-color: #deddd8;
	opacity: 0.6;
}
