@charset "utf-8";

/* インポート
---------------------------------------------------------- */

@import url(layout.css);
@import url(ttl.css);

/* 初期化
---------------------------------------------------------- */

body {
	margin:				0;
	padding:			0;
	font-size: 			100%;
	line-height:		200%;
}
html{
	height:				100%;
}
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:						#333;
	font-size:					0.8em;
	background:					#FFFFFF;
}
ul {
	list-style-type:			none;
	margin:						0px;
}
img {
	border: 					none;
	vertical-align: 			bottom;
}
p {
	margin:						0 0 1em 0;
}
a {
	outline:					none;
	color:						#5868bb;
	text-decoration:			none;
}
a:hover {
	color:						#5868bb;
	text-decoration:			underline;
}
a:active {
	color:						#5868bb;
}
a:visited {
	color:						#5868bb;
}
table {
	border-collapse:			collapse;
}
label, button {
	cursor:						pointer;
}
input, select {
	vertical-align:				center;
}
strong {
	font-weight:				bold;
}
em {
	font-style:					normal;
	font-weight:				bold;
}
.hiddenInfo {
	display:					none;
}
.full {
	width:						876px;
	text-align:					right;
}
.goTop {
	clear:						both;
}
.goTop a {
	display:			-moz-inline-block;
	display:			inline-block;
	*display:			inline;
	*zoom:				1;
	text-align:			left;
	text-indent:		-1000em;
	overflow:			hidden;
	text-decoration:	none;
	width:				43px;
	height:				25px;
	background:			url(../img/gototop.gif) 0 0 no-repeat;
}
.goTop a:hover {
	background:			url(../img/gototop_o.gif) 0 0 no-repeat;
}