@charset "UTF-8";

/*
	Site Name: PC 
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
		: button styles 
		: scrollbar display
		: swf outline styles
	3: form setting
	4: clearfix
	5: txt size
	6: footer

==========================================================
*/
/*--------------------------------------------------------
フォントサイズの基準

26px : 197%
25px : 189%
24px : 182%
23px : 174%
22px : 167%
21px : 161.6%
20px : 153.9%
19px : 146.5%
18px : 139%
17px : 131%
16px : 123.1%
15px : 116%
14px : 108%
13px : 100%
12px : 93%
11px : 85%
10px : 77%
--------------------------------------------------------*/


/*
===== 1: universal 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, font, 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 {
	margin: 0;
	padding: 0;
}

/*
===== 2: body and base setting ====================================
*/
body {
	
	color:#666;
	font: 13px/1.231 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka',sans-serif;
	font-size: 81.25%\9;/* for IE8 */
	*font-size:small;/* for IE6&7 */
	*font:x-small;/* for IE Quirks Mode */
	margin: 0px;
	padding: 0px;
	text-align:center;/* box centering */
}
* html body {
	font-family:'ＭＳ Ｐゴシック','Osaka',sans-serif;
}

/* general params
-------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.6;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal;}
table {
	margin : 0;
	empty-cells: show;
	/* IE 6以前でtableへフォントサイズの継承がうまくいかない問題を回避　*/
	font-size: inherit; 　/*for modern browser*/
	font: 100%;　 /* for IE 5-5.5､6( 後方互換モード) */
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {*font-size:100%;}
address, em {font-style:normal;}
hr,.areaAnchor,.anchor {display : none;}
img {
	border: none;/* img do not want a border */
	vertical-align: middle;
}
li {list-style: none;}/* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------------------------*/
acronym,abbr{cursor:help;}

/* button styles 
-------------------------------------------------------*/
a {
    overflow: hidden;/* FireFox */
    outline: none;
    color: #eb5e01;
}

a:hover{
	text-decoration:none;
}

/* scrollbar display
-------------------------------------------------------*/
html {
	overflow-y:scroll;
	overflow-y: -moz-scrollbars-vertical;
	/*overflow-x: hidden;*/
}

/* swf outline styles 
-------------------------------------------------------*/
object,embed  {outline: none !important;}/* FireFox */

/*
===== 3: form setting ====================================
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */　　　

/* for ABC header (for IE6) setting
-------------------------------------------------------*/
input {margin:0; padding:0;}



/*
===== 4: clearfix ==========================================
*/
.clearfix {
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0;
    visibility:hidden;
}
* html .clearfix {
	display:inline-table;
	/*\*/display:block;/**/
}


/*
===== 5: txt size ==========================================
*/
.txt10 {font-size:77% !important;}
.txt11 {font-size:85% !important;}
.txt12 {font-size:93% !important;}
.txt13 {font-size:100% !important;}
.txt14 {font-size:108% !important;}
.txt15 {font-size:116% !important;}
.txt16 {font-size:123.1% !important;}
.txt17 {font-size:131% !important;}
.txt18 {font-size:138.5% !important;}
.txt19 {font-size:146.5% !important;}
.txt20 {font-size:153.9% !important;}
.txt21 {font-size:161.6% !important;}
.txt22 {font-size:167% !important;}
.txt23 {font-size:174% !important;}
.txt24 {font-size:182% !important;}
.txt25 {font-size:189% !important;}
.txt26 {font-size:197% !important;}


/*
===== 6: footer ====================================
*/
#footer{
	width:1198px;
	margin:20px auto 10px;
	height:49px;
	background:#FFF;
	border:1px solid #eb5e02;
	text-align:center;
	position:relative;
}

#footer #copyright{
	padding-top:14px;
	text-align:center;
}

#footer #pagetop{
	background:url(../../img/common/bg_pagetop.gif) no-repeat;
	width:121px;
	height:47px;
	position:absolute;
	right:1px;
	top:1px;
}

#footer #pagetop a{
	color:#FFF;
	display:block;
	padding:2px 0px 5px 60px;
}

#movie {
	margin: 0px auto;
	max-width: 640px;
}

.projekktor {
	margin: 0px auto;
	width: 100%;
	height: auto;
}


.smp_only{
	display:none;
}
