@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/*-- --------- --------- --------- --------- --------- --*/
/*-- 全ページ共通 --*/
/*-- --------- --------- --------- --------- --------- --*/
body,html {
	color: #333;
	font-size: 14px;
	line-height: 1.7em;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #7d0604;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#wrapper {
	background: url(../img/common_fullbg.jpg) no-repeat center top;
}

a {
	color: #3399ff;
}

a:hover {
	text-decoration: none;
}

img {
	display: block;
}

.red {
	color: #ff3333;
}

.right {
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
	border: none;
	background: none;
}

/*-- --------- --------- --------- --*/
/*-- ヘッダー --*/
/*-- --------- --------- --------- --*/
#header {
	min-width: 980px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

/*-- ヘッダー画像 --*/
#flash {
	width: 2000px;
	height: 300px;
	position: relative;
	top: 0px;
	left: 50%;
    text-shadow: 1px 1px 6px black;
	margin: 0px 0px 0px -1000px;
}

#flash p{
	height: 100%;
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -44%);
}

/*-- --------- --------- --------- --*/
/*-- グローバルナビ --*/
/*-- --------- --------- --------- --*/
#Gnav {
	width: 100%;
	height: 65px;
	padding: 0px 0px 0px 0px;
	background: url(../img/common_Gnav-bg.jpg) no-repeat center center;
}

#Gnav li {
	display: block;
	float: left;
	width: 245px;
}

#Gnav li a {
	display: block;
	width: 100%;
	height: 65px;
}

#Gnav li a img {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	width: 245px;
	height: 65px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

#Gnav li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	display: block;
}

/*-- 位置の調整 --*/
#Gnav li:first-child {
	margin: 0px 0px 0px 0px;
}

/*-- --------- --------- --------- --*/
/*-- パンくずリスト --*/
/*-- --------- --------- --------- --*/
ul#breadlist {
	clear: both;
	width: auto;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 35px 0px 0px 100px;
	position: relative;
	z-index: 50;
	background: url(../img/common_breadlist-bg.png) no-repeat center top;
}

ul#breadlist li {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	display: block;
	float: left;
}

/*-- --------- --------- --------- --*/
/*-- ページタイトル --*/
/*-- --------- --------- --------- --*/
h2 {
	margin: -8px 0px 0px 0px;
	padding: 1px;
}
h2 img {
	margin: 0px auto;
}

/*-- --------- --------- --------- --*/
/*-- メインエリア --*/
/*-- --------- --------- --------- --*/
#mainArea {
	width: 980px;
	margin: 0px auto;
	background: url(../img/common_mainArea-bg.jpg) repeat-y center top;
	position: relative;
}

.destiny {
	display: inline-block;
	width: 880px;
	margin: 0 50px;
	background: url(../img/destiny_top.png) no-repeat top center;
}


.destiny p {
	font-size:16px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
	margin: -20px auto 20px;
}

.destiny a {
	display: block;
}

.destiny a img {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.destiny a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	display: block;
}

/*-- --------- --------- --------- --*/
/*-- グローバルナビ直下装飾 --*/
/*-- --------- --------- --------- --*/
#decoleft {
	display: none;
/*	width: 240px;
	height: 71px;
	position: absolute;
	top: 65px;
	left: 0px;
	z-index: 20;
	background:	url(../img/common_decoleft.png) no-repeat top left;*/
}

#decoright {
	display: none;
/*	width: 240px;
	height: 71px;
	position: absolute;
	top: 65px;
	right: 0px;
	z-index: 20;
	background:	url(../img/common_decoright.png) no-repeat top right;*/
}

/*-- --------- --------- --------- --*/
/*-- フッター --*/
/*-- --------- --------- --------- --*/
#footer {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin: 0px;
	padding: 50px 0px;
	clear: both;
}

#footer a {
	color: #fff;
}

#footer p {
	font-size: 12px;
	line-height: 20px;
	margin: 30px 0px 0px 0px;
}

/*-- --------- --------- --------- --------- --------- --*/
/*-- ★01トップページ --*/
/*-- --------- --------- --------- --------- --------- --*/
/*-- 背景位置の調整 --*/
.top#wrapper {
	background: url(../img/top_fullbg.jpg) no-repeat center top;
}

/*-- --------- --------- --------- --*/
/*-- ヘッダー --*/
/*-- --------- --------- --------- --*/
.top #header {
	height: 400px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.top #flash {
	width: 2000px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -1000px;
}

/*-- --------- --------- --------- --*/
/*-- 星座選択ボタン --*/
/*-- --------- --------- --------- --*/
.top #content ul {
	margin: 0px auto;
	width: 800px;
}

.top #content ul li {
	width: 200px;
	height: 285px;
	float: left;

}

.top #content ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

/*-- --------- --------- --------- --------- --------- --*/
/*-- ★02登録ページ --*/
/*-- --------- --------- --------- --------- --------- --*/
.entry h2 {
	background: url(../img/entry_pagetitle-bg.png) no-repeat center top;
	height: 470px;
	position: relative;
}
.send h2 {
	height: 180px;
	margin:0 70px;
	position: relative;
}

.entry h2 .categori {
	width: 300px;
	height: 240px;
	position: absolute;
	top: 160px;
	left: 50%;
	margin: 0px 0px 0px -150px;
}

/*-- フォーム部分スタイル --*/
#form {
	margin: 0px auto;
	padding: 0px;
	width: 680px;
	height: 700px;
	background: url(../img/entry_form-bg.jpg) no-repeat center center;
	box-shadow: 30px 40px 100px rgba(0,0,0,0.7);
	-webkit-box-shadow: 30px 40px 100px rgba(0,0,0,0.7);
	-moz-box-shadow: 30px 40px 100px rgba(0,0,0,0.7);
	-o-box-shadow: 30px 40px 100px rgba(0,0,0,0.7);
	position: relative;
	z-index: 10;
}

#form .inner {
	line-height: 80px;
	padding: 25px 0px 0px 0px;
	position: absolute;
	top: 75px;
	left: 220px;
}

#form p {
	line-height: 30px;
	height: 30px;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px;
}

#form img {
	display: inline-block;
	position: relative;
	bottom: -3px;
}

#form select {
	width: 90px;
	line-height: 20px;
}

#form input[type="text"] {
	color: #451b01;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 18px;
	padding: 2px;
	width: 200px;
	border-top: solid 1px #abadb3;
	border-right: solid 1px #dbdfe6;
	border-bottom: solid 1px #e3e9ef;
	border-left: solid 1px #e2e3ea;
	border-radius: 2px;
}

#form input[type="text"]:focus {
	border: solid 1px #ff3333;
	outline: none;
}
/*
#form input[type="submit"] {
	display: block;
	width: 320px;
	height: 80px;
	margin: 0px 0px 0px -160px;
	background: url(../img/entry_btn-confirm.png);
	border: none;
	position: absolute;
	bottom: 45px;
	left: 50%;
	cursor: pointer;
}

#form input[type="submit"]:hover {
	bottom: 43px;
}
*/
#submit {
	display: block;
	width: 320px;
	height: 80px;
	margin: -80px 0px 0px -160px;
	position: relative;
	bottom: 45px;
	left: 50%;
	z-index: 15;
}

#submit a {
	cursor: pointer;
}

#submit a:hover {
	bottom: 43px;
}

/*-- フォーム直下注意事項 --*/
/*
#caution {
	color: #fff;
	font-size: 14px;
	line-height: 1.7em;
	margin: 10px 150px;
	position: relative;
	z-index: 20;
}
*/

.entry .caution {
	color: #fff;
	font-size: 14px;
	line-height: 1.7em;
	margin: 10px 150px;
	position: relative;
	z-index: 20;
}

/*-- --------- --------- --------- --------- --------- --*/
/*-- ★02登録ページ予備 --*/
/*-- --------- --------- --------- --------- --------- --*/

.entry-error p.error{
	color: #ff3333;
	font-size: 16px;
	text-align: center;
	margin: 40px 0px 20px 0px;
}
.entry-error h2 .categori {
	width: 300px;
	height: 240px;
	position: absolute;
	top: 160px;
	left: 50%;
	margin: 0px 0px 0px -150px;
}

/*--フォーム直下注意事項--*/
.entry-error .caution {
	color: #fff;
	font-size: 14px;
	line-height: 1.7em;
	margin: 10px 150px;
	position: relative;
	z-index: 20;
}

/*-- --------- --------- --------- --*/
/*-- ドメイン指定受信の設定方法 --*/
/*-- --------- --------- --------- --*/
#domain-link {
	width: 700px;
	height: 310px;
	margin: 40px auto 0px auto;
	background: url(../img/entry_domain-bg.png);
	position: relative;
}

#domain-link p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 90px;
	left: 0px;
}

#domain-link p b {
	font-size: 20px;
	line-height: 24px;
	display: block;
	margin: 10px 0px 0px 0px;
}

#domain-link ul {
	width: 100%;
	position: absolute;
	top: 175px;
	left: 0px;
	padding: 30px 0px 0px 25px;
}

#domain-link ul li {
	border: solid 1px #fef9c8;
	border-radius: 4px;
	width: 188px;
	height: 58px;
	margin: 0px 0px 0px 20px;
	float: left;
	background: url(../img/entry_domain-btn.png);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
}

#domain-link ul li:hover {
	position: relative;
	top: 3px;
}

#domain-link ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

#domain-link ul li a img {
	width: 188px;
	height: 58px;
}

/*-- --------- --------- --------- --*/
/*-- 確認ページ --*/
/*-- --------- --------- --------- --*/
.confirm #form {
	color: #431e01;
	font-size: 30px;
	line-height: 80px;
}

.confirm #form .inner{
	padding: 0px;
}

.confirm #form span {
	font-size: 15px;
	line-height: 60px;
}

.confirm #form span.mail {
	font-size: 20px;
	line-height: 70px;
	position: relative;
	bottom: 5px;
}

.confirm #form input[type="submit"] {
	background: url(../img/entry_btn-fin.png) no-repeat center center;
}
.confirm .caution {
	color: #fff;
	font-size: 14px;
	line-height: 1.7em;
	margin: 10px 150px;
	position: relative;
	z-index: 20;
}

/*-- --------- --------- --------- --*/
/*-- 完了ページ --*/
/*-- --------- --------- --------- --*/
.fin #content {
	width: 780px;
	height: 700px;
	margin: 15px auto 0px auto;
	background: url(../img/fin_bg.png) no-repeat center center;
	position: relative;
}

.fin #content p {
	color: #492007;
	font-size: 14px;
	line-height: 24px;
	width: 500px;
	margin: 0px 0px 0px -250px;
	position: absolute;
	top: 410px;
	left: 50%;
}

.fin #content p span {
	color: #ff3333;
	display: block;
	border: solid 1px #ff3333;
	padding: 10px;
	margin: 20px 0px 0px 0px;
}

/*-- --------- --------- --------- --------- --------- --*/
/*-- ★03インフォページ --*/
/*-- --------- --------- --------- --------- --------- --*/
/*-- --------- --------- --------- --*/
/*-- ご利用規約/.userpolicy --*/
/*-- --------- --------- --------- --*/
#content.userpolicy {
	margin: 0px 100px;
	padding: 30px 0px 0px 0px;
}

.userpolicy h3:first-child {
	margin: 0px 0px 10px 0px;
}

.userpolicy h3 {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	height: 30px;
	margin: 30px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: solid 1px #FFEFBC;
	border-left: solid 10px #FFEFBC;
}

.userpolicy p {
	color: #fff;
	margin: 0px 0px 20px 0px;
}

.userpolicy dl {
	color: #fff;
}

.userpolicy dt {
	font-size: 18px;
}

.userpolicy dd {
	margin: 0px 50px 20px 50px;
}

.userpolicy ul {
	color: #fff;
	margin: 20px 0px 20px 0px;
}

.userpolicy ul li {
	list-style: circle;
	margin: 0px 50px;
}

.userpolicy ol {
	color: #fff;
	margin: 20px 0px 20px 0px;
}

.userpolicy ol li {
	list-style: decimal;
	margin: 0px 50px;
}

/*-- --------- --------- --------- --*/
/*-- ご利用規約/.pp --*/
/*-- --------- --------- --------- --*/
#content.pp {
	margin: 0px 100px;
	padding: 30px 0px 0px 0px;
}

.pp h3:first-child {
	margin: 0px 0px 10px 0px;
}

.pp h3 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	height: 30px;
	margin: 30px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: solid 1px #FFEFBC;
	border-left: solid 10px #FFEFBC;
}

.pp p {
	color: #fff;
	margin: 0px 0px 20px 0px;
}

.pp dl {
	color: #fff;
}

.pp dt {
	font-size: 18px;
}

.pp dd {
	margin: 0px 50px 20px 50px;
}

.pp ul {
	color: #fff;
	margin: 20px 0px 20px 0px;
}

.pp ul li {
	list-style: circle;
	margin: 0px 50px;
}

.pp ol {
	color: #fff;
	margin: 20px 0px 20px 0px;
}

.pp ol li {
	list-style: decimal;
	margin: 0px 50px;
}

/*-- --------- --------- --------- --*/
/*-- ご利用規約/.sct --*/
/*-- --------- --------- --------- --*/
#content.sct {
	margin: 0px 100px;
	padding: 30px 0px 0px 0px;
}

.sct dl {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	clear: both;
	border-top: solid 1px #FFEFBC;
}

.sct dt {
	font-weight: bold;
	width: 200px;
	float: left;
	padding: 20px 0px;
}

.sct dd {
	float: right;
	width: 580px;
	padding: 20px 0px;
}

.sct dl:last-of-type:after {
	content: "";
	display: block;
	width: auto;
	heigth: none;
	clear: both;
	border-top: solid 1px #FFEFBC;
}

/*-- --------- --------- --------- --------- --------- --*/
/*-- ★04ガイドページ --*/
/*-- --------- --------- --------- --------- --------- --*/
/*-- --------- --------- --------- --*/
/*-- 監修者のご紹介/.teller --*/
/*-- --------- --------- --------- --*/

.kan {
	color: #fff;
	text-align: center;
	width: 800px;
	margin: 5px auto 30px auto;
}

.teller {
	color: #fff;
	text-align: center;
	width: 880px;
	margin: 10px auto 0px;
}


.teller p {
	font-size:16px;
	text-shadow: 1px 1px 1px #000000;
	margin: -20px auto 10px;
}
/*
.teller p.profile {
	text-align: left;
}
*/

.teller dl {
	margin: 0;
	text-align: left;
	background: url(../img/teller_center.png);
}

.teller dl dt {
	margin: 0px;
}

.teller dl dd {
	color: #451b01;
	font-size: 20px;
	line-height: 1.7em;
	margin: 0px 120px;
}

.teller dl dd span {
	color: #f6dba9;
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	background: #451b01;
	display: inline-block;
	width: 180px;
	height: 42px;
	border-radius: 4px;
}

/*-- --------- --------- --------- --*/
/*-- ご利用料金/.payment --*/
/*-- --------- --------- --------- --*/
.payment img {
	margin: 0px auto;
}

.payment p {
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 30px 0px 20px 0px;
}

.payment p.red {
	color: #ff3333;
}

/*-- --------- --------- --------- --*/
/*-- ドメイン指定受信/.domain --*/
/*-- --------- --------- --------- --*/
.domain {
	color: #fff;
	width: 800px;
	margin: 0px auto;
}

.domain h3 {
	width: auto;
	height: 120px;
	margin: 0px;
	padding: 0px 60px 0px 60px;
	background: url(../img/domain_top.png) no-repeat center center;
	position: relative;
}

.domain h3 span {
	font-size: 30px;
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0px;
}

.domain p.bottom {
	font-size: 16px;
	line-height: 1.7em;
	text-align: right;
	background: url(../img/domain_bottom.png) no-repeat center center;
	width: auto;
	height: 120px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.domain p.bottom span {
	position: absolute;
	top: 35px;
	right: 60px;
}

.domain dl {
	font-size: 16px;
	line-height: 1.7em;
	background: url(../img/domain_center.png) repeat-y center center;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 60px;
}

.domain dl dt {
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

.domain dl dd {
	margin: 0px;
	padding: 0px 50px 0px 50px;
}

.domain dl dt:first-child {
	padding: 0px;
}

/*-- --------- --------- --------- --*/
/*-- メールマガジンについて/.mail --*/
/*-- --------- --------- --------- --*/
#content.mail {
	margin: 0px 100px;
}

.mail p {
	color: #fff;
	font-size: 14px;
}

.mail dl {
	margin: 20px 0px;
	background: url(../img/mail_center.png);
}

.mail dl dt {
	margin: 0px;
}

.mail dl dd {
	color: #451b01;
	font-size: 16px;
	line-height: 1.7em;
	margin: 0px 90px;
}

.mail dl dd span {
	color: #f6dba9;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	background: #451b01;
	display: inline-block;
	width: 60px;
	height: 20px;
	border-radius: 4px;
}

/*-- --------- --------- --------- --*/
/*-- はじめてガイド/.about --*/
/*-- --------- --------- --------- --*/
.about .tokucho {
	margin: 15px auto 25px auto;
	box-shadow: 0px;
	box-shadow: 30px 40px 100px rgba(0,0,0,0.7);
	-webkit-box-shadow: 30px 40px 100px rgba(0,0,0,0.7);
	-moz-box-shadow: 30px 40px 100px rgba(0,0,0,0.7);
	-o-box-shadow: 30px 40px 100px rgba(0,0,0,0.7);
}

/*-- 汎用フレームスタイル --*/
.about .frame {
	width: 820px;
	margin: 10px auto;
	position: relative;
	z-index: 1;
}

.about .frame h3 {
	padding: 45px 0px 0px 0px;
}

.about .frame h3 img {
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 5;
}

.about .frame p {
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	padding: 0px 60px;
	background: url(../img/about_bg-center.png);
	position: relative;
	z-index: 4;
	margin: 0px 0px -50px 0px;
}

.about .frame > span {
	display: block;
	height: 120px;
}

.about .frame p span {
	display: block;
	color: #ff3333;
}

.about .frame .top {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.about .frame .bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
}

/*-- --------- --------- --------- --*/
/*-- 登録と退会/.resign --*/
/*-- --------- --------- --------- --*/
.resign {
	margin: 20px 100px 0px 100px;
}

/*-- 登録について --*/
.resign .left {
	width: 380px;
	float: left;
}

.resign .left p {
	padding: 0px 30px;
	background: url(../img/resign_left-bg.png) repeat-y center center;
}

/*-- 退会について --*/
.resign .right {
	text-align: left;
	width: 380px;
	float: right;
}

.resign .right p {
	padding: 0px 30px;
	background: url(../img/resign_right-bg.png) repeat-y center center;
}

/*-- 登録退会直下について --*/
.resign span {
	color: #ff3333;
	font-size: 16px;
	line-height: 1.7em;
	display: block;
	margin: 5px 0px 0px 0px;
}




















input[type="submit"]{
	width: 320px;
	height: 80px;
	background: url("../img/entry_btn-confirm.png") no-repeat center center;
	border: none;
	cursor: pointer;
}
input[type="submit"]:hover{
	width: 300px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
}

ul#entry{
	background: url("../img/entry_form-bg.jpg") no-repeat top center;
	width: 680px;
	margin: 0px auto;
	padding: 75px 0px 1px 0px;
}
ul#entry li{
	line-height: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 220px;
}
ul#entry li label{
	display: inline;
	width: 100px;
	cursor: pointer;
}
ul#entry li img{
	display: inline-block;
	position: relative;
	bottom: -5px;
}
ul#entry li:last-child{
	text-align: center;
	padding: 20px 0px 40px 0px;
}
ul#entry li input[type="text"]{
	width: 200px;
	line-height: 18px;
}
ul#entry li select{
	width: 90px;
	line-height: 20px;
}
