@charset "Shift_JIS";
/* CSS Document */

/*:///////////////////////::: Reset :::///:*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}learfix { display: inline-table; }

/*:///////////////////////::: global :::///:*/

body{
	font: 12px "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #FFFFFF;
	background-color: #202020;
	word-break: break-all;
	}

a {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#wrapper {
	margin: 0 auto;
	width: 1160px;
	height: auto;
	padding: 20px;
	}

#header {
	width: auto;
	height: 140px;
	background: url(images/arrow.gif) 328px bottom no-repeat;
	position: relative;
	margin-bottom: 50px;
	}

#contents {
	width: 1054px;
	height: auto;
	margin-left: 106px;
	margin-bottom: 30px;
	float: left;
	}

#footer {
	width: 1054px;
	height: auto;
	margin-left: 106px;
	position: relative;
	margin-bottom: 40px;
	float: left;
	}

/*:///////////////////////::: font design :::///:*/

.bold {
	font-weight: bold;
	font-size: 120%;
	}

/*:///////////////////////::: header :::///:*/

#header h1 a {
	background: url(images/logo.gif) left top no-repeat;
	width: 273px;
	height: 140px;
	float: left;
	text-indent: -9999px;
	}

#header ul {
	margin-left: -25px;
	position: absolute;
	bottom: 35px;
	left: 445px;
	}

#header ul li {
	float: left;
	margin-right: 25px;
	text-indent: -9999px;
	}
	
#header ul li:first-child a {
	display: block;
	background: url(images/global_navi_01.gif) left top no-repeat;
	width: 50px;
	height: 18px;
	}

#header ul li:nth-child(2) a {
	display: block;
	background: url(images/global_navi_02.gif) left top no-repeat;
	width: 69px;
	height: 18px;
	}

#header ul li:nth-child(3) a {
	display: block;
	background: url(images/global_navi_03.gif) left top no-repeat;
	width: 121px;
	height: 18px;
	}

#header ul li:nth-child(4) a {
	display: block;
	background: url(images/global_navi_04.gif) left top no-repeat;
	width: 56px;
	height: 18px;
	}

#header ul li:last-child a {
	display: block;
	background: url(images/global_navi_05.gif) left top no-repeat;
	width: 121px;
	height: 18px;
	}

/*:///////////////////////::: contents common :::///:*/

.art {
	width: 300px;
	background: url(images/contents_art_bg_bottom.png) no-repeat bottom;
	padding-bottom: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	}

.art:last-child {
	margin-bottom: 0;
	}

.art .inner {
	background: url(images/contents_art_bg_top.png) no-repeat;
	padding-top: 20px;
	}

.art .inner div {
	background: url(images/contents_art_bg_inner.png) repeat-y;
	padding: 0 20px;
    }  

.art .inner hr {
	color: #FFFFFF;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 15px 0;
	}

.column {
	width: 734px;
	background: url(images/contents_background_bottom.png) no-repeat bottom;
	padding-bottom: 20px;
	float: left;
	margin-bottom: 20px;
    }

.column:last-child {
	margin-bottom: 0;
	}

.column .inner {
	background: url(images/contents_background_top.png) no-repeat;
	padding-top: 20px;
	}

.column .inner .text_area {
	background: url(images/contents_background_inner.png) repeat-y;
	padding: 0 20px;
	float: left;
	width: 694px;
    }  

.column .inner hr {
	color: #FFFFFF;
	border-width: 1px 0 0 0;
	border-style: dotted;
	margin: 20px 0;
	}

.art img {
	margin-bottom: 20px;
	}

.art h3 {
	font-size: 120%;
	font-weight: bold;
	}

.art .description {
	font-size: 85%;
	}

.column ul li {
	width: 694px;
	height: auto;
	float: left;
	margin-top: 15px;
	border-top: #999999 1px dotted;
	padding-top: 15px;
	}

.column ul li:first-of-type {
	margin: 0;
	border: 0;
	padding: 0;
	}

.column ul li dl {
	height: auto;
	clear: left;
	}

.column .thumbnail {
	float: left;
	width: 300px;
	height: auto;
	margin-right: 20px;
	}

.column .thumbnail img {
	margin-top: 10px;
	}

.column .thumbnail img:first-of-type {
	margin: 0;
	}

.column ul li dt {
	float: left;
	width: 374px;
	border-bottom: #FFFFFF 1px solid;
	padding-bottom: 10px;
	}

.column ul li dd {
	float: left;
	width: 374px;
	padding-top: 10px;
	}

.column dt h4 {
	font-size: 120%;
	font-weight: bold;
	display: inline;
	}

.column dt {
	border-bottom: #FFFFFF 1px solid;
	padding-bottom: 10px;
	}

.column dd {
	padding-top: 10px;
	}
	
#page_navigation {
	clear: both;
	}

#next, #preview {
	float: left;
	width: 487px;
	margin: 20px 0;
	}

#next {
	background: url(images/arrow_little_back.gif) left top no-repeat;
	height: 37px;
	padding-left: 40px;
	line-height: 37px;
	}
	

#preview {
	text-align: right;
	background: url(images/arrow_little.gif) right top no-repeat;
	height: 37px;
	padding-right: 40px;
	line-height: 37px;
	}

/*:///////////////////////::: information :::///:*/

#event_headline {
	background: url(images/headline_01.gif) left top no-repeat;
	width: 394px;
	height: 26px;
	text-indent: -9999px;
	margin-bottom: 20px;
	}

#event_information {
	width: 1054px;
	height: 532px;
	margin-bottom: 30px;
	}
	
#carousel1 {
	width: 960px;
	height: 532px;
	overflow: hidden;
	float: left;
	}

.information {
	background: url(images/information_background.png) left top no-repeat;
	width: 260px;
	height: 492px;
	overflow: hidden;
	padding: 20px;
	float: left;
	margin-right: 20px;
	}

.information dt {
	width: 260px;
	height: 46px;
	font-size: 120%;
	font-weight: bold;
	overflow: hidden;
	}

.information .date {
	font-size: 80%;
	color: #999999;
	float: right;
	}

.information .img_area {
	width: 260px;
	height: 170px;
	margin: 45px 0 20px 0;
	overflow: hidden;
	text-align: center;
	}

.information .img_area img {
	}

.information dd {
	width: 260px;
	height: 165px;
	}

.information .more a {
	display: block;
	background: url(images/read_more_01_off.gif) left top no-repeat;
	width: 214px;
	height: 30px;
	margin: 15px auto;
	text-indent: -9999px;
	}

.information .more a:hover {
	background: url(images/read_more_01_on.gif) left top no-repeat;
	}

#event_information .next {
	width: 65px;
	height: 81px;
	background: url(images/arrow.gif) left top no-repeat;
	text-indent: -9999px;
	float: left;
	margin-top: 225px;
	margin-left: 20px;
	cursor: pointer;
	}

/*:///////////////////////::: topics :::///:*/

#topics_headline {
	background: url(images/headline_02.gif) left top no-repeat;
	width: 139px;
	height: 26px;
	text-indent: -9999px;
	margin-bottom: 20px;
	}

#topics {
	width: 1054px;
	height: 80px;
	margin-bottom: 30px;
	}

#carousel2 {
	width: 960px;
	height: 80px;
	overflow: hidden;
	float: left;
	}
	
.topic {
	background: url(images/topics_background.png) left top no-repeat;
	width: 270px;
	height: 80px;
	overflow: hidden;
	padding: 15px;
	float: left;
	margin-right: 20px;
	}

.topic .hidden {
	width: 270px;
	height: 42px;
	overflow: hidden;
	}

.topic .date {
	font-size: 80%;
	color: #999999;
	float: right;
	margin-top: -5px;
	}

#topics .next {
	width: 65px;
	height: 81px;
	background: url(images/arrow.gif) left top no-repeat;
	text-indent: -9999px;
	float: left;
	margin-left: 20px;
	cursor: pointer;
	}

/*:///////////////////////::: products :::///:*/

#products_headline {
	background: url(images/headline_03.gif) left top no-repeat;
	width: 205px;
	height: 26px;
	text-indent: -9999px;
	margin-bottom: 20px;
	}

#products {
	width: 1054px;
	height: 362px;
	}
	
#carousel3 {
	width: 960px;
	height: 362px;
	overflow: hidden;
	float: left;
	}

.product {
	background: url(images/products_background.png) left top no-repeat;
	width: 185px;
	height: 332px;
	overflow: hidden;
	padding: 20px;
	float: left;
	margin-right: 13.5px;
	}

.product .img_area {
	width: 185px;
	height: 170px;
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
	}

.product .hidden {
	width: 185px;
	height: 63px;
	font-size: 120%;
	font-weight: bold;
	overflow: hidden;
	}

.product .more a {
	display: block;
	background: url(images/read_more_02_off.gif) left top no-repeat;
	width: 130px;
	height: 30px;
	margin: 15px auto;
	text-indent: -9999px;
	}

.product .more a:hover {
	background: url(images/read_more_02_on.gif) left top no-repeat;
	}

#products .next {
	width: 65px;
	height: 81px;
	background: url(images/arrow.gif) left top no-repeat;
	text-indent: -9999px;
	float: left;
	margin-top: 140px;
	margin-left: 20px;
	cursor: pointer;
	}

/*:///////////////////////::: concept :::///:*/

#concept {
	background: url(images/headline_04.gif) left top no-repeat;
	width: 182px;
	height: 26px;
	text-indent: -9999px;
	margin-bottom: 20px;
	}

/*:///////////////////////::: link :::///:*/

#link {
	background: url(images/headline_05.gif) left top no-repeat;
	width: 90px;
	height: 30px;
	text-indent: -9999px;
	margin-bottom: 20px;
	}


/*:///////////////////////::: footer :::///:*/

.wtn_copyright {
	display: none;
	}

#name_headline {
	background: url(images/form_headline_01.gif) left top no-repeat;
	width: 42px;
	height: 10px;
	text-indent: -9999px;
	}

#mail_headline {
	background: url(images/form_headline_02.gif) left top no-repeat;
	width: 37px;
	height: 10px;
	text-indent: -9999px;
	}

#comment_headline {
	background: url(images/form_headline_03.gif) left top no-repeat;
	width: 76px;
	height: 10px;
	text-indent: -9999px;
	}
	
#name, #email, #message {
	background-color: #202020;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: #FFFFFF 1px solid;
	}

.youtube {
	outline: none;
	}

.zeromail {
	float: left;
	margin-right: 20px;
	}

.button {
	margin-top: 20px;
	}

.zeromail button[id=submit] {
	background: url(images/submit_off.gif) left top no-repeat;
	width: 125px;
	height: 30px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	}

.zeromail button[id=submit]:hover {
	background: url(images/submit_on.gif) left top no-repeat;
	}

.zeromail button[id=myreset] {
	background: url(images/reset_off.gif) left top no-repeat;
	width: 125px;
	height: 30px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	}

.zeromail button[id=myreset]:hover {
	background: url(images/reset_on.gif) left top no-repeat;
	}

.zeromail [type=text], .zeromail textarea {
	font: 12px "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #FFFFFF;
	width: 300px;
	}

#confirm th {
	border: #FFFFFF 1px solid;
	padding: 15px;
	}

/* CONTACT - completion */
.zeromail #confirm td  {
    padding: 10px;
	}

/*入力エラー*/
.zeromail strong.error {
	display: inline;
    color: #f00;
	}

/* Message()のメッセージ */
.message {
	text-align: center;
	width: auto;
	margin-bottom: 20px;
	}

/*エラー*/
.zeromail span.error{ 
	display: block;
	background-color: #f00;
	text-align: center;
	padding: 10px;
	color: #ffffff;
	}

/*エラーなし*/
.zeromail span.confirm{
	display: block;
	background-color: #ffffff;
	padding: 10px;
	color: #333333;
	}


#copyright {
	position: absolute;
	right: 0;
	top: 0;
	}