@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: utility
		: text size
		: color
		: flort 
		: align
		: margin
		: padding

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

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:#333;
	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;
	min-width: 1180px;
	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: bottom;
}
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;
}
a.alpha:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* 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: utility ==========================================
*/

.bgNo {background: none !important;}
.fontB {font-weight: bold !important;}
.both {clear: both !important;}

/*   text 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;}

/*   color
-------------------------------------------------------*/
.orange {color:#FF6600 !important;}
.yellow {color:#FFC21F !important;}
.red {color:#F80E35 !important;}

/*   float
-------------------------------------------------------*/
.fLeft {float: left !important;}
.fRight {float: right !important;}
.fNone {float: noen !important;}

/*   align
-------------------------------------------------------*/
.alignL {text-align: left !important;}
.alignR {text-align: right !important;}
.alignC {text-align: center !important;}

/*   margin
-------------------------------------------------------*/
.ma0T {margin-top: 0px !important;}
.ma10T {margin-top: 10px !important;}
.ma0R {margin-right: 0px !important;}
.ma10R {margin-right: 10px !important;}
.ma0B {margin-bottom: 0px !important;}
.ma10B {margin-bottom: 10px !important;}
.ma0L {margin-left: 0px !important;}
.ma10L {margin-left: 10px !important;}

/*   padding
-------------------------------------------------------*/
.pa0T {padding-top: 0px !important;}
.pa10T {padding-top: 10px !important;}
.pa0R {padding-right: 0px !important;}
.pa10R {padding-right: 10px !important;}
.pa0B {padding-bottom: 0px !important;}
.pa10B {padding-bottom: 10px !important;}
.pa0L {padding-left: 0px !important;}
.pa10L {padding-left: 10px !important;}


/*
===== 広告 ====================================
*/
div.header_ad {
	border-bottom: 1px solid #ccc;
}

div.ad_banner_super {
	width: 728px;
	height: 90px;
	margin: 10px auto;
	background-color: #f9f9f9;
}

div.ad_banner_rectangle {
	width: 300px;
	height: 250px;
	background-color: #f9f9f9;
}
