/* CSS Document */


/*-----------------------------------
	Reset.css
-----------------------------------*/

@font-face {
	font-family: 'font1';
	src: url('/html/user_data/font/DIN-Condensed-Bold.eot'); /* IE9 Compat Modes */
	src: url('/html/user_data/font/DIN-Condensed-Bold.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */
	     url('/html/user_data/font/DIN-Condensed-Bold.woff') format('woff'); /* woff - Modern Browsers */
}

@font-face {
	font-family: 'font2';
	src: url('/html/user_data/font/axisstd-regular.eot'); /* IE9 Compat Modes */
	src: url('/html/user_data/font/axisstd-regular.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */
	     url('/html/user_data/font/axisstd-regular.woff') format('woff'); /* woff - Modern Browsers */
}

@font-face {
	font-family: 'font3';
	src: url('/html/user_data/font/axisstd-medium.eot'); /* IE9 Compat Modes */
	src: url('/html/user_data/font/axisstd-medium.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */
	     url('/html/user_data/font/axisstd-medium.woff') format('woff'); /* woff - Modern Browsers */
}

@font-face {
	font-family: 'font4';
	src: url('/html/user_data/font/axisstd-light.eot'); /* IE9 Compat Modes */
	src: url('/html/user_data/font/axisstd-light.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */
	     url('/html/user_data/font/axisstd-light.woff') format('woff'); /* woff - Modern Browsers */
}

@font-face {
	font-family: 'font5';
	src: url('/html/user_data/font/axisstd-bold.eot'); /* IE9 Compat Modes */
	src: url('/html/user_data/font/axisstd-bold.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */
	     url('/html/user_data/font/axisstd-bold.woff') format('woff'); /* woff - Modern Browsers */
}


html {
}
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd,
address, blockquote, pre, form, label, fieldset {
	margin: 0;
	padding: 0;
	border: none;
	font-family:"font2", sans-serif;
  	color: #fff;
}



body {
	background: url("/html/user_data/img/bg_pattern.png") repeat center top;
}


body {
  -webkit-font-smoothing: antialiased;　/* Safari,Chromeで文字が太くなる現象の解消 */
}

img {
	border: none;
}
img a:hover{
	opacity: 0.7;
}

ol, ul {
	list-style: none;
}

a {
  color: #fff;
  text-decoration:none;
}
a:hover {
  color: #c68a30;
  text-decoration:none;
	/*border-bottom: dotted 1px #4d2044; */
}


caption, cite, code, dfn, em, strong, samp, var, th {
   font-style: normal;
   font-weight: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
:focus {
	outline: 0;
}

/* for WinIE6*/

* html body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	letter-spacing: 1px;
	vertical-align:baseline;
}

/* for WinIE7*/

*:first-child+html body { 
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


