@charset "utf-8";
/*------------------------------------------------
Project: PIECEプロモーションサイト(Ver.2)
For    : インポート・初期化・再定義・汎用スタイル
Created: 15:00 2010/05/06 nagisa@shift-jp.net
------------------------------------------------*/


/* インポート
---------------------------------------------------------- */
@import url(./piece2-theme/jquery-ui-1.8.1.custom.css);
@import url(./shared.css);
@import url(./layout.css);
@import url(./colorbox/colorbox.css);

/* 初期化
---------------------------------------------------------- */
body {
	margin:				0;
	padding:				0;
	width: 				100%;
	font-size: 			100%;
	*font-size: 			85%;
	line-height:			140%;
	*line-height:			160%;
	*overflow:			auto;
}
html {
	width: 				100%;
	margin: 				0;
	*overflow: 			auto;
}
html>/**/body{
	overflow:			-moz-scrollbars-vertical;
}
html:first-child body{
	min-height:			100%;
	padding-bottom:		1px;
}
/* タグの再定義
---------------------------------------------------------- */
body {
	font-family: 				Verdana,Arial,'メイリオ',Meiryo,sans-serif,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
	margin:					0;
	padding:					0;
	text-align:				center;
	color:					#000;
	font-size:				90%;
	background:				#303030 url(../images/shared/bg_body.jpg) center 0 repeat-x fixed;

}
body * { text-align: left; margin: 0; padding: 0; }
ul { list-style-type: none; margin: 1em 2em; }
ol { margin: 1em 2em; }
img { border: none; vertical-align: bottom; }
p { margin: .8em 0; text-align: justify; }
a { outline: none;  color: #a51c1c; text-decoration: none; }
a:visited { color: #660000; }
a:hover { color: #000000; text-decoration: underline; }
a:active { color: #a51c1c; background: #FFFFFF; }
table { border-collapse: collapse; }
label, button { cursor:	 pointer; }
input, select, textarea { 
	vertical-align: middle;
}
input.text, select, textarea {
	padding: 3px 5px;
	*padding: 3px 5px 1px;
	_padding: 3px 5px;
	font-size: .85em;
	*font-size: .9em;
	font-family: 'メイリオ',Meiryo,sans-serif,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
}
strong { font-weight: bold; }
em { font-style: normal; font-weight: normal; color: #0033CC; }

.note { font-size:	.75em !important; color: #444; }
.error { font-size:	.75em !important; color:	 #CC0000;  }
.pageTop { text-align: right; }
.pageTop a { color: #999; font-size: .75em; }
.hiddenContent { display: none; }
.insteadImage,
.insteadImage * {
	text-indent:		-1000em;
	line-height:		.1px;
	overflow:		hidden;
	background-position:  0 0;
	background-color: transparent;
	background-repeat: no-repeat;
}
