﻿@charset "utf-8";

/* CSS Document */


/* =================Eric Meyer Reset CSS================= */



/* v1.0 | 20080212 */
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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ====================================================== */
.clearfix:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}

.clearfix{
	zoom:1;/*for IE 5.5-7*/
}


/* ===========================
	body
=========================== */
body {
	font-size: 12px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	/* 1709 */
	width: 100%;
	height: auto;
	background: #ffe400;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}



#navi {
	width: 190px;
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: top;
}

#navi img {
	vertical-align: bottom;
}
#navi img.new {
	padding-bottom: 9px;
}


#main {
	width: auto;
	min-width: 780px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 190px;
}

#top_message {
	background-image: url(../img/side/inocorn.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 185px;
	position: absolute;
	left: 12px;
	top: 408px;
	z-index: 1;
}

#gridarea div {
	margin: 0 20px 20px 0;
}

#mainvisual{
	width: 500px;
	height: 500px;
	overflow: hidden;
	position: relative;
}

#mainvisual ul {
	width: 1500px;
	position: absolute;
	top: 0px;
	left: 0;
}

#mainvisual ul li {
	float: left;
}


#totop, #copy {
	text-align: center;
}

#totop {
	margin: 5px 0 20px;
	padding: 0 190px 0 0;
}


#copy {
	padding: 0 190px 30px 0;
}

h1 {
	margin-top: 20px;
}

#whatsnew {
	height: 240px;
	width: 240px;
	overflow: hidden;
}

#gridarea div#wncont {
	background-color: #ff3a3b;
	margin: 0;
	padding: 15px 0 0;
	height: 192px;
}

#gridarea div#wncont dt {
	color: #f4f201;
	padding: 0 10px 0 25px;
	background: url(../img/top/whatsnew_yajirushi.gif) 10px center no-repeat;
	width: 205px;
}

#gridarea div#wncont dd {
	padding: 0 0 10px;
	margin: 0 0 0 25px;
	width: 205px;
	height: 18px;
	overflow: hidden;
	position: relative;
}

#gridarea div#wncont dd p {
	width: 1000px;
	position: absolute;
	left: 0;
	height: 18px;
	margin: 0;
}

#gridarea div#wncont dd a {
	color: #ffffff;
	text-decoration: none;
}

#gridarea div#wncont dd a:hover {
	text-decoration: underline;
}

#blog {
	height: 240px;
	width: 240px;
	overflow: hidden;
}

#gridarea div#blcont {
	background-color: #fff000;
	margin: 0;
	padding: 5px 0 0;
	height: 118px;
}

#gridarea div#blcont dt {
	color: #363739;
	padding: 0 10px 0 25px;
	background: url(../img/top/blog_yajirushi.gif) 10px center no-repeat;
	width: 205px;
}

#gridarea div#blcont dd {
	margin: 0 0 0 25px;
	width: 205px;
	height: 18px;
	overflow: hidden;
	position: relative;
}

#gridarea div#blcont dd p {
	width: 1000px;
	position: absolute;
	left: 0;
	height: 18px;
	margin: 0;
}

#gridarea div#blcont dd a {
	color: #fa3b33;
	text-decoration: none;
}

#gridarea div#blcont dd a:hover {
	text-decoration: underline;
}

#top_message div {
	height: 18px;
	overflow: hidden;
	width: 158px;
	position: absolute;
	top: 23px;
	left: 13px;
}


#top_message p {
	height: 18px;
	width: 1000px;
	position: absolute;
	left: 158px;
}

#gridarea div#youtube {
	background-image: url(../img/top/youtube_bg.gif);
	height: 240px;
	width: 760px;
	position: relative;
}

#gridarea #youtube img.youtube_more {
	position: absolute;
	left: 22px;
	top: 203px;
}

#gridarea #youtube p.youtube_iframe {
	position: absolute;
	top: 9px;
	right: 9px;
	height: 220px;
	width: 322px;
}
