@charset "Shift_JIS";

@import url("//kamogawa.mag2.com/common/css/base.css");

/* ---------- 構造 ---------- */

body {
	background: #000 url("../img/neon.jpg") repeat-x left bottom;
	background-attachment: fixed;
	text-align: center;
}

div#outline {
	margin: 0 auto 10px;
	padding-bottom: 18px;
	background: #fff url("../img/bg_footer.gif") no-repeat left bottom;
	width: 800px;
	text-align: center;
}

div#header {
	margin: 0 auto 10px;
	padding: 5px 0;
	width: 780px;
	background: url(../img/bg_dot.gif) repeat-x left bottom;
}

div#vi {
	margin: 0 auto;
	width: 780px;
	clear: both;
}

#footer {
	margin: 0 auto 15px;
	padding-top: 15px;
	width: 780px;
	background: url(../img/bg_dot.gif) repeat-x left top;
}

/* ---------- 基本要素 ---------- */

img {
	border: none;
}

a img {
	border: 0;
}

/* ---------- 共通 ---------- */


/* ---------- header ---------- */

#header2_l {
	float: left;
	width: 110px;
}

#header2_r {
	float: right;
	width: 38px;
}

/* ---------- ノミネートヘッダー ---------- */

#nom_tit {
	margin: 0 auto 5px;
	width: 780px;
}

/* ---------- ユニークタイトル ---------- */

div#uni {
	margin: 0 auto;
	padding-top: 17px;
	background: url("../img/tit_nomi_uni.jpg") no-repeat 0 0;
	width: 780px;
	height: 67px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

* html div#uni {
	height: 84px;
}

/* ---------- box ---------- */

div.box {
	margin: 0 auto 30px;
	background: url("../img/box_mid.gif") repeat-y left top;
	width: 790px;
	text-align: center;
}

div.box div.inbox {
	background: url("../img/box_bottom.gif") no-repeat left bottom;
}

div.box div.inbox div.head {
	padding: 30px 0 0;
	background: url("../img/box_head.gif") no-repeat left top;
}


/* ---------- subtit ---------- */

div.subtit {
	margin: 0 auto 10px;
	width: 780px;
}


/* ---------- foot_nav ---------- */

ul#foot_navi,
ul#foot_navi li {
	list-style: none;
}

ul#foot_navi {
	margin: 0 13px 5px;
	padding-top: 17px;
	display: block;
	background: url("../img/foot_nav.gif") no-repeat left top;
	width: 774px;
	height: 35px;
	text-align: center;
	font-size:14px;
	color: #fff;
}

ul#foot_navi {
	height: 52px;
}

ul#foot_navi li {
	margin: 0;
	padding-right: 10px;
	display: inline;
	background: url("../img/slash.gif") no-repeat right center;
}

ul#foot_navi li a {
	color: #fff;
}

/*---- 登録フォーム ----*/
dl.mag-unit {
	margin: 0 auto 15px;
	width: 640px;
	background: #f7f4d4;
	text-align: left;

}

dt.mag-title {
	padding: 3px;
	border-left: 7px solid;
	border-color: #b3a943;
	background: #781800;
	font-weight: bold;
	font-size: 123%;
}

dt.mag-title a {
	color: #fff;
}

dt.mag-title img {
	vertical-align: middle;
}

dd.mag-info {
	padding: 5px;
	display: block;
	font-size: 108%;
	background: #f7f4d4;
}

dd.mag-info img {
	margin-right: 5px;
}

dd.mag-meta ul {
	margin-bottom: 5px;
	font-size: 93%;
}

dd.mag-meta li {
	display: inline;
	list-style: none;
}

dd.mag-meta li img {
	margin: 0 3px 0 2px;
	vertical-align: middle;
}

dd.mag-form {
	padding: 3px;
	display: block;
	background-color: #cfc879;
	text-align: right;
}

dd.mag-form input.rdemail {
	width: 200px;
}