﻿/* CSS Document */

@charset "utf-8";
/*  
---------------------------------------------------------  
    reset.css ver 1.4 with jQuery [2009/04/24]  
    *This document validates as CSS level 2.1  
    *GNU General Public License v3  
    *http://higash.net/labo/  
 
    Modify YUI Reset CSS, YUI Fonts CSS  
    *Copyright (c) 2008, Yahoo! Inc. All rights reserved.  
    *http://developer.yahoo.com/yui/license.html  
---------------------------------------------------------  
*/  
  
/* --BODY-- */  
body {
	/* 画像ファイルの指定 */
  background-image: url(img/background.jpg);
	/* 画像を常に天地左右の中央に配置 */
  background-position: top;
	/* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
	/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: scroll;
	/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: auto;
	width:100%;
	height:1300px;
	/* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #ffffff;
}
  
    /* for Mac firefox2 */  
    .mac body.firefox2 {   
    font-size:13px;   
    }   
  
/* --OTHER TAGS-- */  
a {   
overflow:hidden;   
}   
  
a img, img {
	text-indent: 15px;
	margin: 0px auto;
}   
  
abbr, acronym {   
border:0;   
}   
  
address, caption, cite, code, dfn, em, th, strong, var {   
font-style:normal;   
font-weight:normal;   
}   
  
blockquote, dd, div, dl, dt,   
h1, h2, h3, h4, h5, h6,   
li, ol, p, pre, span,th, ul,a {
	margin:0;
	padding:0;
	width: 906px;
}   
  
    /* for IE7 */  
    *+html code, *+html kbd, *+html pre, *+html samp, *+html tt {   
    font-size:108%;   
    }   
  
h1, h2, h3, h4, h5, h6 {   
font-size:100%;   
font-weight:normal;   
}   
  
ol, ul {   
list-style:none;   
}   
  
q:before, q:after {   
content:'';   
}   
  
/* form */  
button, fieldset, form, input, label, legend, select, textarea {   
margin:0;   
padding:0;   
vertical-align:baseline;   
font-family:inherit;
font-style:inherit; 
font-weight:inherit;   
font-size:100%;   
}   
  
    /* for IE6 */  
    * html input, * html textarea {   
    font-family:'ＭＳ Ｐゴシック';   
    }   
  
    /* for IE7 */  
    *+html input, *+html textarea {   
    font-family:'ＭＳ Ｐゴシック';   
    }   
  
    /* for IE8 */  
    .msie8 select {   
    font-family:sans-serif;   
    }   
  
    /* for Chrome1 */  
    .chrome1 select {   
    font-family:'Lucida Grande', Arial, Helvetica;   
    }   
  
/* tables still need 'cellspacing="0"'  
table {   
border-collapse:collapse;   
border-spacing:0;   
font-size:100%;   
}  
 */
