@charset "utf-8";
/*　----------　topstyle　---------------　*/

/*　------------------　ベース　----------------------　*/

body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	//font-family: "ヒラギノ角ゴ Pro W3", Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック";
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", Osaka;
	color: #222222;
	background-color: #CE5453;;
}
#index {
	/*//background-image: url(../img/top/topimg1.jpg);*/
	//background-color: #757B80;
	background-repeat: no-repeat;
	background-position: center top;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
p, dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
}
li {
	list-style-type: none;
}

/*　------------------　ベース　----------------------　*/

/*　------------------　リンク　----------------------　*/

a:link {
	color: #00A8FF;
	text-decoration: underline;
}
a:visited {
	color: #00A8FF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #00A8FF;
	text-decoration: none;
}

/*　------------------　リンク　----------------------　*/

/*　------------------　レイアウト　----------------------　*/
#header {
	overflow: auto;
	position: relative;
}
#inner-header {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.wave {
	height: 52px;
	background-image: url(../img/top/nami.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.intro {
	position: absolute;
	right: 0;
	top: 10px;
}
h1 {
	float: left;
	margin-right: 15px;
}
#topnavi li {
	float: left;
	margin-right: 5px;
	margin-top: 22px;
}
#topban {
	clear: both;
	text-align: right;
	padding-top: 10px;
}
#navi {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 5px;
}
#navi:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #navi {
	height: 1em;
	overflow: visible;
}
/**/
#navi li {
	float: left;
}
#navi li a {
	display: block;
	width: 84px;
	height: 40px;
	float: left;
	text-indent: -999px;
	text-decoration: none;
	background-position: top left;
	background-repeat: no-repeat;
}
#navi li a:link,
 #navi li a:visited {
 	background-position: top left;
}
#navi li a:hover,
 #navi li a:focus,
 #navi li a:active {
 	background-position: bottom left;
}
#navi li #link-product {
	background-image: url(../img/top/navi_product.gif);
}
#navi li #link-shop {
	background-image: url(../img/top/navi_shop.gif);
}
#navi li #link-online {
	background-image: url(../img/top/navi_online.gif);
}
#navi li #link-school {
	background-image: url(../img/top/navi_school.gif);
}

#main {
	background-color: #990505;
	background-image: url(../img/top/footbg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#iwrapper {
	width: 805px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/top/info_body.gif);
	background-position: bottom left;
	background-repeat: repeat-y;
	overflow: auto;
}

#inner-main {
	width: 805px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/top/info_foot.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	overflow: auto;
}

#shop {
	float: left;
	width: 170px;
	background-image: url(../img/top/info_head_l.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#shop h2 {
	padding-top: 15px;
	padding-left: 12px;
}
#shop #shopbody {
	margin-top: 5px;
	padding-top: 72px;
	padding-left: 15px;
	font-size: 0.75em;
	/*height: 80px;
	overflow: auto;*/
	background-image: url(../img/top/shopimg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#news {
	width: 635px;
	float: right;
	background-image: url(../img/top/info_head_r.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#news h2 {
	padding-top: 15px;
	padding-left: 28px;
}
#news #newsbody {
	margin-top: 5px;
	margin-left: 28px;
	margin-right: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 120px;
/*	height: 100px;
	overflow: auto;*/
	line-height: 1.4;
	background-image: url(../img/top/newsimg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#news .bloglink {
	text-align: right;
	margin-right: 18px;
}
#footer {
	clear: both;
	background-color: CE5454;
	padding-top: 5px;
	padding-bottom: 10px;
}
#footer .bottomban {
	text-align: right;
	width: 794px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
#footer .bottomban li {
	display: inline;
	margin-left: 5px;
}
#footer #copy {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	color: #FCFAFD;
	letter-spacing: 0.1em;
	font-size: 0.7em;
}
#footbg {
	background:url(../img/top/footergd_bg.gif);
	height:71px;

}
