@charset "UTF-8";

/* ぺぺぺぺ */


* {
	margin: 0;
	padding: 0;
	_zoom: 1;
}

body {
/*
	font: 78% Verdana, Sans-Serif;
*/

	font-family: Verdana, Sans-Serif;
	color: #222;
	line-height: 1.6;
	background : #fff;
	height: 100%;

	font-size:16px;
/*\*/
	font-size: 100.01%;
/**/
}

/*
上の基準サイズに対して、下記を指定する

大きめ：font-size: 94%;
標準：  font-size: 82%;
小さめ：font-size: 69%;
*/





/*
html {
	overflow-y: scroll;
}
*/

html {
	height: 100%;

	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

img {
	border: 0;
	vertical-align: bottom;
}

table, th, td {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size: 94%;
	font-weight: bold;
}

li {
	list-style-type: none;
}

em {
	font-weight: bold;
	font-style: normal;
}

address {
	font-style: normal;
	display: block;
}

input {
	padding: 1px;
}

option {
	padding: 1px 0.4em;
}

.clearFix:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size: 1px;
	line-height: 1px;
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
/* End hide from IE-mac */

.clear {
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}

.mono {
	font-family: monospace;
}

.noime {
	ime-mode: disabled;
}

.error {
	text-align: center;
	font-size: 80%;
	color: red;
	font-weight: bold;
}

.listZebra0 {
	background-color: #fff;
}

.listZebra1 {
	background-color: #cff1ff;
}

/* トップへもどるよ！ バック・トゥ・ザ・フーバー！ */
div.back2theFooBar {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	text-align: center;
}

#vars {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	position: absolute;
}

.systemMessage {
	margin-top: 2em;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	color: red;
}

/* ------------------------------------------------------------------------- */
/* Link style */
/* ------------------------------------------------------------------------- */

a:link {
	color: #44f;
	text-decoration:none;
}

a:visited {
	color: #44f;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #ffa500;
}

/* ------------------------------------------------------------------------- */
/* baseContainer */
/* ------------------------------------------------------------------------- */

#baseContainer {
	width: 771px;
	margin: 8px auto 0 auto;

	/* じゃらん新フッタヘッダ(?)用margin */
	margin-top: 8px;

	padding-bottom: 14px;

	position: relative;
}

#jalanLogo {
	position: absolute;
	top: 6px;
	left: 12px;
}

/* ------------------------------------------------------------------------- */
/* headerContainer */
/* ------------------------------------------------------------------------- */

#headerContainer {
	background: url(/img/header_bg1.jpg) transparent no-repeat 0 0;

	width: 775px;
	height: 143px;

	/* 4pxくらいはみだしてるからabsoluteする。 */
	position: abosolute;
/*
border: 1px solid white;
*/
}

#headerContainer h1 {
/*
	background: url(/img/top_logo.gif) transparent no-repeat 0 0;
	width: 569px;
	margin: 40px 0 0 132px;
*/
	width: 410px;
	text-indent: -9999em;
	z-index: 10;
}

#headerContainer h1 a {
	display: block;
	height: 143px;

	/* Mac Firefox 点線消し (text-indentで点線が変) */
	outline: none;
}

#headerContainer h1 a:focus {
	/* Win Firefox 点線消し (text-indentで点線が変) */
	–moz-outline-style: none;
}


/* 浮かび上がる島国 */
#headerContainer #island {
	background: url(/img/header_bg3.jpg) transparent no-repeat 0 0;
	width: 361px;
	height: 143px;
	position: absolute;
	top: 0;
	left: 414px;
}

/* ブワっとor */
#headerContainer .or {
/*
	background: url(/img/or.gif) transparent no-repeat 0 0;
	text-indent: -9999em;
	overflow: hidden;
*/
	display: block;
	width: 58px;
	height: 36px;
	position: absolute;
	bottom: 6px;
	left: 148px;
	z-index: 10;
}

/* おみやげベース */
#island .omiyage {
	width: 2px;
	height: 147px;
	position: absolute;
	z-index: 9;
	top: 0;
/*
background-color: red;
*/
}

/* firefox以外 */
#island #omiyage1 {
	left: -50px;
}

/* firefoxのみ */
html>/**/body #island #omiyage1 {
	left: -100px;
}

/* さらにfirefox以外 */
html:first-child #island #omiyage1 {
	left: -50px;
}


#island #omiyage2 {
	right: 76px;
}

#island .omiyage img {
	display: block;
	width: 180px;
	height: 147px;
	position: absolute;
	top: 0;
	left: 0;
}


/* globalNavi -------------------------------------------------------------- */
#globalNavi {
	margin-top: 10px;
	background: #ccc;
 /* 35 - 3 - 3 */
	height: 29px;
	position: relative;
}

	/* ようこそ ------------------------------------------------------------ */
	#globalNavi strong {
		margin-left: 5px;
	}

	#globalNavi ul {
		position: absolute;
		top: 0.1em;
		right: 12px;
	}

	#globalNavi ul li {
		margin-left: 1.2em;
		text-align: right;
		display: inline;
		/* IE5とかMacIEで崩れないためには、ここにwidth指定必要 */
	}
/*
	#globalNavi ul li a {
		text-decoration: underline;
	}
*/
	#globalNavi {
		color: #fff;
	}

	#globalNavi a {
		color: #fff;
	}

/* 〆 globalNavi ----------------------------------------------------------- */


#topicPath {
	border-bottom: 1px solid #ccc;
	padding: 0.3em 0 0.2em 9px;
	font-size: 80%;
	margin: 0 3px;
	color: #444;
	position: relative;
}

#topicPath a {
}

/* ログアウト */
#topicPath div {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.5em;
}


/* ------------------------------------------------------------------------- */
/* アピールブロック (index, vote_view) */
/* ------------------------------------------------------------------------- */

#appeal {
	clear: both;
	margin-top: 10px;
	width: 538px;
	font-size: 82%;
}

	#appeal #blogPartsSample {
		background: url(/img/parts_sample.gif) transparent no-repeat 0 0;
		width: 150px;
		height: 340px;
		float: left;
	}

	#appeal #blogPartsSample p {
		text-align: center;
		font-size: 74%;
		position: relative;
		top: 300px;
		text-indent: -9999em;
	}

	#appeal #revolution {
		text-align: center;
		background: url(/img/bg_getparts.gif) transparent no-repeat right top;
		overflow: hidden;

/*
		margin-left: 1px;
*/
		/* 550 - 150(parts) - 0(margin) */
		width: 388px;

		float: left;
		position: relative;

	}

	#revolution #getParts h3 {
		background: url(/img/title_getparts.gif) transparent no-repeat 0 0;
		text-indent: -99999px;
		overflow: hidden;
		width: 355px;
		height: 38px;
		margin: 16px auto 0 auto;
	}

	#revolution #getParts p {
		margin: 6px 0;
	}

	#revolution #getParts a {
		display: block;
		background: url(/img/bt_getparts.gif) transparent no-repeat 0 0;
		text-indent: -99999px;
		overflow: hidden;
		width: 336px;
		height: 64px;
		margin: 0 auto;
	}

	#revolution #getParts a:hover {
		background-position: 0 -64px;
	}


	#revolution #letsLogin {
		background: url(/img/line_getparts.gif) transparent no-repeat 50% 0;
		margin-top: 18px;
		padding-top: 23px;
	}

	#revolution #letsLogin h3 {
		background: url(/img/title_login.gif) transparent no-repeat 0 0;
		width: 353px;
		height: 36px;
		margin: 0 auto;
		text-indent: -99999px;
		overflow: hidden;
	}

	#revolution #letsLogin .section {
		margin-top: 10px;
		padding: 0 14px;
		font-size: 82%;
border: 1px solid #fff;
	}

	#revolution #letsLogin p {
		margin: 6px 0;
		margin-right: 130px;
		text-align: left;
		line-height: 1.4;
	}

	#revolution #letsLogin .opr {
		float: right;
		width: 126px;
	}

	#revolution #letsLogin .opr a {
		display: block;
		background: url(/img/bt_login.gif) transparent no-repeat 0 0;
		height: 61px;
		text-indent: -99999px;
		overflow: hidden;
	}

	#revolution #letsLogin .opr a:hover {
		background-position: 0 -62px;
	}
	/* Login --------------------------------------------------------------- */
	#appeal form {
		margin-top: 12px;
		vertical-align: bottom;
	}

	#appeal form input {
		vertical-align: middle;
		margin-right: 3px;
		border: 1px solid #2c5aaf;
	}

	#appeal form .loginData {
		width: 110px;
		background-color: #fff;
		font-size: 12px;
		height: 14px;
		line-height: 14px;
		padding: 2px;
		padding-top: auto;
		padding-bottom: auto;
	}

	/* 何も入力されていない時の「ログインID」とかのことば */
	#appeal form .null {
		color: #888;
	}

	/* 入力中 */
	#appeal form .input {
		color: #333;
	}

	#appeal form input#buttonLogin {
		height: 20px;
		border: none;
	}
	/* 〆 Login ------------------------------------------------------------ */



#appeal #kkAppeal {
	width: 226px;
	height: 350px;
	float: right;
	padding-right: 1px;
}

#appeal #kkAppeal li {
	margin-top: 14px;
	_margin-top: 11px;
	width: 226px;
	height: 110px;
}

#appeal #kkAppeal li.first {
	margin-top: 0;
}

#appeal #kkAppeal li p {
	width: 226px;
	height: 65px;
	color: #666;
	text-align: center;
	border: 1px solid #bbb;
	background-color: #ddd;
	padding-top: 45px;
}

/* ------------------------------------------------------------------------- */
/* FOOTER */
/* ------------------------------------------------------------------------- */

/* ふつうに出る感じのフッタ */
#choFooter {
	clear: both;
	margin: 36px auto 26px auto;
/* ↑フッタ上の余白。IE は index.css - #kkJalan {_margin-bottom} で行う */
	padding-top: 1px;
	padding-bottom: 1px;

/*
	border-top: 1px solid #888;
*/
	color: #333;
	font-size: 80%;
	text-align: center;
	padding-left: 8px;
}

#choFooter img {
	vertical-align: top;
}

/* ふつうじゃないフッタ */
#footer {
	clear: both;
	width: 120px;
	height: 50px;
	position: absolute;
	top: -8px;
	right: 0;

	/* 一瞬でるなにか */
	color: #555;
	font-family: Arial, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 1.1;
}

/* ------------------------------------------------------------------------- */
/* pageNavi */
/* ------------------------------------------------------------------------- */
.pageNavi {
}

.pageNavi li {
	display: inline;
	margin-left: 0.4em;
}

.pageNavi li.first {
	margin-left: 0;
}

#floqSWF {
	margin-top: 5px;
	height: 500px;
}


/* ------------------------------------------------------------------------- */
/* floq */
/* ------------------------------------------------------------------------- */

#floqSWF object,
#floqSWF embed {
	display: block;
	width: 500px;
	margin: 0 auto;
}

/* ------------------------------------------------------------------------- */
/* aup */
/* ------------------------------------------------------------------------- */
body#aup #content {
	padding: 1em;
	margin-top: 1em;
	border: 1px solid #bbb;
}

body#aup #content h2 {
	margin-bottom: 1em;
}

/* ------------------------------------------------------------------------- */
/* validation */
/* ------------------------------------------------------------------------- */

input.required, textarea.required, #iRegisterUrl {
	border: 1px solid #00A8E6;
}
input.validation-failed, #registerTable input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 3px 0;
	padding: 2px 5px;
	background-color: #f42;
	color : #FFF;
	font-weight: bold;
	font-size: 74%;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/* ------------------------------------------------------------------------- */
/* shadedborder */

.sb, .sbi, .sb *, .sbi * { position:relative; z-index:1; }
* html .sb, * html .sb *, * html .sbi, * html .sbi * { height:1%; }
.sbi { display:inline-block; }
.sb-inner { background:#fff; }
.sb-shadow { background:#333; }
.sb-border { background:#ccc; }

* html body .sb input {
	height: auto;
}

