/******************************
  CSS RESET
******************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
  margin: 0; 
  padding: 0; 
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,img {
  border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}

ol,ul {
  list-style: none;
}

caption,th {
  text-align: left;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,q:after {
  content: '';
}

abbr,acronym {
  border: 0;
}


/******************************
  HTML STYLES
******************************/

body {
  font-size: 10px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #000000;
}

h1 {
	font-family: serif;
	font-weight: bold;
	font-size: 3em;
	line-height: 1.2em;
	padding-bottom: 10px;
}

h2 {
	font-family: serif;
	font-weight: bold;
	font-size: 3em;
	line-height: 1.2em;
	padding-bottom: 10px;
}

h3 {
	font-family: serif;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.2em;
	padding-bottom: 10px;
}

h4 {
	font-family: serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
	padding-bottom: 10px;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

p {
  line-height: 1.5em;
	padding-bottom: 10px;
}


#header #logo {
  padding-bottom: 20px;
}



.contents-title {
  margin: 0px;
  padding: 0px;
}

.contents-text {
  margin: 0px;
  padding: 0px;
  padding-top: 0px;
  padding-left: 28px;
}

.contents-text-right {
  margin: 0px;
  padding: 0px;
	padding-top: 0px;
	padding-left: 28px;
}

.sc_margin {
	margin-top: 20px;
}

.print-padding {
	padding-top: 0px;
}


#menu,#menu-en,#menu-footer,#menu-shop-area,#sub-menu {
  display: none;
}

#sub-main {
	color: #000000;
}

#container3-5 table {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}
#container3-5 td {
	border: solid 1px #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
#container3-5 .celtext1 {
	color: #999999;
	font-family: monospace;
}
#container3-5 .celtext2 {
	color: #999999;
	font-family: monospace;
}


.no-print {
  display: none;
}
