

@charset "utf-8";
/*------------------------------------------------
Project: 	BoostGears
For    : 		インポート・初期化・再定義・汎用スタイル
Created: 	20:26 2010/06/29 nagisa@shift-jp.net
------------------------------------------------*/


/* インポート
---------------------------------------------------------- */

@import url(shared.css);
@import url(layout.css);
@import url(960.css);
@import url(jquery-ui-1.8.2.custom.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;
	text-align:				center;
	color:					#000;
	font-size:				90%;
	position:				relative;
}
body * { text-align: left; margin: 0; padding: 0; }
img { border: none; vertical-align: bottom; }
p { margin: 1em 0; text-align: justify; }
a { outline: none;  color: #00F; text-decoration: none; }
a:visited { color: #90F; }
a:hover { color: #F00; text-decoration: underline; }
a:active { color: #990; }
strong { font-weight: bold; color:#364154; }
em { font-style: normal; }
ul, ol { margin: 1em 2em; }
dl { margin: 1em 0; }
dl dt { font-weight: bold; color:#364154; }
dl dd { margin: .5em 2em; }
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\9;
	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; }

.more a { 
	display: -moz-inline-block;
	display: inline-block;
	*display: inline;
	*zoom:	1;
	color: #333; 
	line-height: 100%;
	padding: 2px 3px; 
	border: 1px solid #DDD; 
	font-size: .75em; 
	padding-left: 12px; 
	background: url(../images/shared/bullet_arrow.gif) 3px center no-repeat;
}
.note { font-size: .75em !important; color: #444; }
.buttons { text-align: center; margin: 25px 0; }
.buttons a.insteadImage { display: -moz-inline-block; display: inline-block; *display: inilne; *zoom: 1; }
p.link, ul.link li { padding-left: 20px; background: url(../images/shared/bullet_arrow.gif) 0 center no-repeat; }
.backLink { margin-top: -.5em; }
.backLink a { color: #666; font-size: .75em; }
.pageTop { text-align: right; clear: both; }
.pageTop a { color: #999; }
.pageTop a.insteadImage {
	display:			-moz-inline-block;
	display:			inline-block;
	*display:		inline;
	*zoom:			1;
	text-indent:		-1000em;
	overflow:		hidden;
	width:			160px;
	height:			25px;
	background-image:	url(../images/shared/pagetop.gif);
}
.hiddenContent { display: none; }
.insteadImage {
	display:			block;
	list-style:		none;
	text-indent:		-1000em;
	line-height:		.1px;
	overflow:		hidden;
	margin:			0;
	padding:		0;
	background-position:  0 0;
	background-color: transparent;
	background-repeat: no-repeat;
}
.inlineList { margin: 0; padding: 0; }
.inlineList li {
	list-style:				none;
	display:					-moz-inline-block;
	display:					inline-block;
	margin-left:				.5em;
	*display:				inline;
	*zoom:					1;
	*margin-left:			0;
	vertical-align:			top;
}
