* {
	margin: 0;
	padding: 0;
	font-size: 12px ;
	line-height: 1.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


html {
	background: #fff url(../template/bg.gif) repeat-x center top fixed;
	color: #000;
}	

body {
	background: url(../template/contentBg.png) repeat-y center top;
	margin: 0 auto;
}	
* html body {
	font-size: 100%;
	background: url(../template/contentBg.gif) repeat-y center top;
}
*:first child+html body {
	font-size: 100%;
}


a {
	outline: 0;
}


a:link,
a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	color: #e6001a;
	}
a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	color:#fa7000;
	}
a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
	color: #fabe00;
	}


img {
    border: 0;
}


ul {
	list-style: none;
	margin: 0;
}


h1 {
	margin: 0;
}

h2 {
	margin: 0;
	font-size: 220%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: url(../template/h2.png) no-repeat center top;
	padding: 10px 0 0 0;
	height: 58px;
	clear: both;
}

h2.history {
	background: url(../template/history.png) no-repeat center top;
}


hr {
	height: 0;
	border: 0;
	width: auto;
	display: block;
	clear: both;
	visibility: hidden;
}
hr.em {
	height: 1em;
}

p {
	margin: 0.5em 0 2em 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
.gototop {
	width: 890px;
	margin: 0 auto;
	padding: 0.2em 0;
	text-align: right;
}

#container {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#top {
	position: absolute;
	top: 0;
	margin: 0;
	width: 100%;
	height: 75px;
	background: url(../template/topBg.png) no-repeat center top;
	z-index: 20;
}
* html #top {
	position: static;
}

/*#header ----------------------------------*/
#header {
	width: 990px;
	height: 370px;
	margin: 0 auto 50px;
	padding: 75px 0 0 0;
	background: url(../template/headerBg.jpg) no-repeat center 75px;
	position: relative;
}
* html #header {
	padding: 0;
	background: url(../template/headerBg.jpg) no-repeat center top;
	z-index: 10;
}

#header img {
	z-index: 10;
	position: absolute;
	left: -10px;
	top: 45px;
}

* html #header img {
	left: -10px;
	top: -30px;
}

/*.discinfo ----------------------------------*/
div.discinfo {
	margin: 0 auto;
	text-align: center;
	width: 830px;
}

div.discinfo ul {
	margin: 0 auto;
	text-align: center;
}

div.discinfo ul li {
	margin: 0 25px 0 0;
	padding: 0;
	text-align: center;
	background: url(../template/productBg.jpg) no-repeat center top;
	width: 260px;
	height: 435px;
	float: left;
}

div.discinfo ul li p {
	margin: 0.6em 0 0 0;
	padding: 0;
}

div.discinfo ul li img {
	margin: 36px 0 0 0;
	padding: 0;
}

div.discinfo ul li p a {
	font-size: 140%;
	line-height: 1.2em;
}
div.discinfo ul li p a small {
	font-size: 60%;
}


div.discinfo ul.disc3 {
	width: 832px;
}
div.discinfo ul.disc2 {
	width: 546px;
}
div.discinfo ul.disc1 {
	width: 260px;
}
div.discinfo ul.disc1 li {
	margin: 0 25px 0 0;
}


/*#historyinfo ----------------------------------*/
#historyinfo {
	margin: 0 auto;
	width: 832px;
}
#historyinfo table {
	margin: 2em 0 0 0;
	padding: 0;
	border: 0;
	width: 832px;
	border-collapse: collapse;
	text-align: left;
}
#historyinfo table tr {
	margin: 0;
	padding: 0;
}
#historyinfo table th {
	margin: 0;
	padding: 0.8em;
	border: 0;
	width: 120px;
	font-weight: bold;
	vertical-align: top;
	background: #fbb202;
	border-bottom: 1px dotted #fff;
}
#historyinfo table td {
	margin: 0;
	padding: 0.8em;
	border: 0;
	vertical-align: top;
	background: #fddf80;
	border-bottom: 1px dotted #fff;
}



#footer {
	margin: 50px auto 0;
	padding: 10px 0 60px;
	text-align: center;
	background: url(../template/bottomBg.png) no-repeat center bottom;
}

address {
	font-family: Helvetica;
	font-size: 90%;
	font-style: normal;
}
address a {
	font-weight: normal;
}

a.footerLink {
	font-size: 80%;
	font-style: normal;
	margin: 0 5px;
}
#colBbanner {
	margin: 5px auto;
}
#colBbanner img {
	margin: 0 5px;
}
* html #footer {
	background: url(../template/bottomBg.gif) no-repeat center bottom;
}