/******** タイトル ********/
h3.KOKAPreTitle {
	display: block;
	width: 740px;
	max-height:155px;
	min-height: 84px;
	overflow: hidden;
	clear: both;
}
/******** 一覧トップの説明書き ********/
#WayNoticeArea {
	display: block;
	width:660px;
	margin-left:20px;
	text-align:left;
	margin-bottom:15px;
}
#WayNoticeArea ul {
	margin:5px 0 15px;
}
#WayNoticeArea li {
	display: block;
	text-align:left;
	font-size:105%;
	letter-spacing:1px;
	padding:2px 0 3px 22px;
	background: url(../images/icon/circle_blue2.gif) no-repeat 0 0;
}
#PreNoticeArea {
	display: block;
	width:640px;
	margin: 0 30px 15px;
	text-align:left;
}
/******** 一覧のボックス ********/
.WayBoxTop{
	display: block;
	width: 700px;
	height:32px;
	background-image:url(../anquete/images/boxflame_top.gif);
	background-repeat: no-repeat;
}
.WayBoxBottom{
	display: block;
	width: 700px;
	height:32px;
	margin-bottom:25px;
	background-image:url(../anquete/images/boxflame_bottom.gif);
	background-repeat: no-repeat;
}
.WayBox {
	display: block;
	width:640px;
	_width:700px;
	text-align:left;
	padding:0 30px;
	background-image:url(../anquete/images/boxflame_middle.gif);
	background-repeat:repeat-y;
}
.WayBox dt {
	display: block;
	width:285px;
	float:left;
	clear:both;
}
.WayBox dd {
	width:355px;
	display: block;
	margin-left:285px;
	margin-bottom:30px;
	letter-spacing:1px;
	line-height:130%;
}
.WayBox dd.SubNotice {
	margin-bottom:10px;
	color:#10b3ba;
	font-size:105%;
	letter-spacing:0;
}
.WayBox dd.EntryBtn {
	margin-bottom:10px;
	text-align:center;
}
/* プレゼントタイトル */
.WayBox table {
	height:57px;
	text-align:left;
}
.WayBox th {
	width:269px;
	color:#0470bd;
	font-size:130%;
	font-weight:bold;
	letter-spacing:1px;
}
.WayBox td {
	width:86px;
	text-align:center;
	color:#fde23f;
	vertical-align:top;
	padding-top:20px;
	background-image:url(../anquete/images/count_back.gif);
	background-repeat:no-repeat;
	letter-spacing:0;
}
.WayBox td span {
	font-size:135%;
	font-weight:bold;
}
/******** 詳細 ********/
.WayDetailTitleImage {
	width: 700px;
	text-align: left;
	margin-bottom:2px;
	clear: both;
}
.WayDetailArea {
	width: 700px;
	text-align: center;
}
.WayDetailBox {
	display: block;
	width:640px;
	_width:700px;
	text-align:left;
	padding:0 30px;
	background-image:url(../anquete/images/boxflame_middle.gif);
	background-repeat:repeat-y;
}
.WayDetailBox dt {
	display: block;
	width:285px;
	float:left;
	clear:both;
}
.WayDetailBox dd {
	width:355px;
	display: block;
	margin-left:285px;
	margin-bottom:15px;
	letter-spacing:1px;
	line-height:130%;
}
.WayDetailBox dd.SmallBottom {
	margin-bottom:5px;
}
.WayDetailBox dd.WayDetailTitle {
	color:#24419f;
	font-size:130%;
	font-weight:bold;
	letter-spacing:1px;
}
.WayDetailBox dd.WayDetailNotice {
	margin-bottom:10px;
	color:#10b3ba;
	font-size:105%;
	letter-spacing:0;
}

.WayDetailBox dd.EntryBtn {
	margin-top:40px;
	margin-bottom:10px;
}
/******** 個人情報 ********/
#WayPersonalArea {
	display: block;
	width:640px;
	_width:700px;
	text-align:left;
	padding:35px 30px 0;
	background-image:url(../anquete/images/boxflame_middle.gif);
	background-repeat:repeat-y;
}
#WayPersonalArea dt {
	width:100px;
	display:block;
	float:left;
	clear:left;
	padding:1px 0 0 23px;
}
#WayPersonalArea dd {
	display: block;
	width: 500px;
	text-align: left;
	float: left;
	padding-bottom:25px;
}
#WayPersonalArea dt.WayPersonalTitle {
	width:640px;
	padding:0 0 20px 0;
}
#WayPersonalArea dt.WayPersonalIndi {
	background: url(../images/icon_star.gif) no-repeat 6px 1px;
}
#WayPersonalArea span {
	font-size: 85%;
	margin-left: 5px;
	color: #FF0000;
}

/*** アンケート ***/
.AnqList {
	width: 700px;
	margin: 0 auto 30px;
}
.AnqList table {
	width: 700px;
	border-collapse:collapse;
	border-top:1px solid #e1e1e1;
	border-right:1px solid #cacaca;
}
.AnqList th {
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
	background-color: #fef8cf;
	border-left:5px solid #feec7e;
	border-bottom: 1px solid #e1e1e1;
}
.AnqList td {
	padding: 10px 15px;
	vertical-align: top;
	border-bottom: 1px solid #e1e1e1;
	border-left: 5px solid #feec7e;
	text-align: left;
}
.AnqList .Textarea {
	width:670px;
}

/*** 個人情報部 ***/
.PrvList {
	width: 700px;
	margin: 0 auto 30px;
}
.PrvList table {
	width: 700px;
	border-collapse:collapse;
	border-top:1px solid #cacaca;
	border-right:1px solid #cacaca;
}
.PrvList th {
	width:110px;
	padding: 5px 5px;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	background-color: #fdece9;
	border-left:5px solid #fdd8d2;
	border-bottom: 1px solid #cacaca;
}
.PrvList th.Head {
	padding: 5px 10px;
	border-right: 1px solid #cacaca;
	border-left: 0;
}
.PrvList td {
	padding: 5px 3px;
	vertical-align: top;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	text-align: left;
}

/* テーブル内テーブル */
.PrvList .InnnerTable , .AnqList .InnnerTable {
	width: 100%;
	border: 0;
}
.PrvList .InnnerTable th , .AnqList .InnnerTable th {
	width: 1%;
	padding: 0 0 1px;
	white-space: nowrap;
	border: none;
	background: none;
}
.PrvList .InnnerTable td , .AnqList .InnnerTable td {
	padding: 0 0 1px;
	white-space: nowrap;
	border: none;
	background: none;
}
.PrvList img {
	width: 130px;
}

/* ボタンエリア */
.BtnArea { 
	padding-top:15px;
	text-align:center;
}

/******** タイトル ********/
h3.PhotoTitle {
	display: block;
	width: 740px;
	height:155px;
	overflow: hidden;
}
/******** リード文 ********/
#PhotoReadArea {
	width:700px;
	text-align:center;
	margin-bottom:20px;
}
/******** 応募要項 ********/
#PhotoPointsTop {
	width:700px;
	height:55px;
	display:block;
	background-image:url(../anquete/images/points_top.gif);
	background-repeat:no-repeat;
}
#PhotoPointsBottom {
	width:700px;
	height:15px;
	display:block;
	background-image:url(../anquete/images/points_bottom.gif);
	background-repeat:no-repeat;
	margin-bottom:15px;
}
#PhotoPoints {
	width:660px;
	_width:700px;
	padding:0 20px;
	text-align:left;
	background-image:url(../anquete/images/points_middle.gif);
}
#PhotoPoints ul {
	display: block;
	width:660px;
}
#PhotoPoints li {
	text-align:left;
	padding:2px 0 1px 22px;
	font-size:95%;
}
#PhotoPoints li.PhotoPointSub {
	font-size:120%;
	letter-spacing:1px;
	color:#02af34;
	letter-spacing:1px;
	padding:12px 0 5px 22px;
	background: url(../images/icon/circle_ygreen.gif) no-repeat 2px 10px;
}
/******** 応募ボタン ********/
#PhotoApplication {
	width:700px;
	text-align:center;
}
/******** 投稿フォーム ********/
#PhotoFormArea {
	display: block;
	width:640px;
	_width:700px;
	text-align:left;
	padding:0 30px;
}
#PhotoFormArea dt {
	width:100px;
	display:block;
	float:left;
	clear:left;
	padding:1px 0 0 23px;
}
#PhotoFormArea dd {
	display: block;
	width: 500px;
	text-align: left;
	float: left;
	padding-bottom:15px;
}
#PhotoFormArea dt.PhotoFormAreaTitle {
	width:640px;
	padding:0 0 20px 0;
}
#PhotoFormArea dt.PhotoFormAreaIndi {
	background: url(../images/icon_star.gif) no-repeat 6px 1px;
}
#PhotoFormArea span {
	font-size: 85%;
	margin-left: 5px;
	color: #FF0000;
}

/* ログインボタン */
a.CBtnLogin {
	display: block;
	width: 130px;
	height: 60px;
	background-image:url(/images/btn/btn_login.gif);
	background-repeat: no-repeat;
}
a.CBtnLogin span {
	display: none;
}
a.CBtnLogin:hover {
	background-image:url(/images/btn/btn_login_.gif);
/*
	background-position: 0 -67px;
*/
}
.font26 {
	color:#F00;
}


