/*
	FOX Home Entertainment
	==================================================================================================================
	Default styles
	
	media: all
	browser: all
	

	Legend:
	------------------------------------------------------------------------------------------------------------------

	1 Global reset
	2 Default styles
		2.1 Headings and paragraphs
		2.2 links
		2.3 form
		2.4 others
		
*/


/* -1- Global reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }


/* -2- Default styles  */
html {	
	font-size: medium;
}
	
body {
  font-size: small;
}
head + body {
  font-size: 13px;
}
[lang^="ja"] body {
  font-size: small;
}
body:lang(ja) {
  font-size: 13px;
}
	
body {
	background: #fff;
	color: #c2c2c2;
	font-family: 'Lucida Grande','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'メイリオ',sans-serif;
	text-align: center;
}
	
/* -2.1- heading and paragraphs  */
h1, h2, h3, h4, h5, h6,
p, td, th {
  line-height: 1.5;
}

ul, ol, dl {
  line-height: 1.3;
}

/* -2.2- links  */
a,
a:link {
  color: #743300;
  text-decoration: none;
}

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

a:hover {
  color: #f30;
  text-decoration: underline;
}

a:active {
  color: #000;
  text-decoration: underline;
}

/* -2.3- forms  */
input, textarea, select {
	color: #333;
	font: normal normal 1em/1.2em Verdana,Arial, Helvetica,sans;
}

/* -2.4- others  */
hr {
	display: none;
}

#wrapper {
	margin: 0px auto;
	width: 940px;
	text-align: left;
}