@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * Title  : Reset CSS Ver0.1β
 * Author : Daisuke Zamoto
 * UpDate : 2009/07/25
 * Licence: GNU General Public License v3
 * Depend : jquery.browser.js (http://jquery.thewikies.com/browser/)
 * Modify : YUI Reset CSS / YUI Fonts CSS
 *          Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 *          (http://developer.yahoo.com/yui/license.html)
 *
 * >>>>> INDEX
 *
 *  1.Body
 *  2.Box Model
 *  3.Text
 *  4.Link
 *  5.List
 *  6.Table
 *  7.Form
 *  8.Image
 *  9.Others
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */

/* ----------------------------------------------------------------------------------------------------
 *  1.Body
 * --------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	overflow: auto;
	color:#666666;
	line-height:170%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
}
.win body {/* for Windows */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
* html .win body {/* for Win IE6 */
	font-family: 'ＭＳ Ｐゴシック';
}
.mac body.firefox2 {/* for Mac firefox2 */
	font-size: 12px;
}

/* ----------------------------------------------------------------------------------------------------
 *  2.Box Model
 * --------------------------------------------------------------------------------------------------*/
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
span,
table,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/* ----------------------------------------------------------------------------------------------------
 *  3.Text
 * --------------------------------------------------------------------------------------------------*/
address,
caption,
cite,
code,
dfn,
em,
th,
strong,
var {
	font-style: normal;
	font-weight: normal;
}
code,
kbd,
pre,
samp,
tt {
	font-family: monospace;
	line-height: 100%;
}
*:first-child + html code,
*:first-child + html kbd,
*:first-child + html pre,
*:first-child + html samp,
*:first-child + html tt {/* for Win IE7 */
	font-size: 108%; 
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content: '';
}
abbr,
acronym {
	border: 0;
}

/* ----------------------------------------------------------------------------------------------------
 *  4.Link
 * --------------------------------------------------------------------------------------------------*/
a {
	overflow: hidden;
	text-decoration: none;
	outline: none;
}

/* ----------------------------------------------------------------------------------------------------
 *  5.List
 * --------------------------------------------------------------------------------------------------*/
ol,
ul {
	list-style: none;
}
li {
	min-height: 1%;
	height: auto !important;
	height: 1%;/* for Win IE6 */
	vertical-align: bottom;
}
dt {
	font-weight: normal;
}

/* ----------------------------------------------------------------------------------------------------
 *  6.Table
 * --------------------------------------------------------------------------------------------------*/
table {/* HTML側でcellspacing="0"を記述 */
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
th {
	text-align: left;
}

/* ----------------------------------------------------------------------------------------------------
 *  7.Form
 * --------------------------------------------------------------------------------------------------*/
button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
* html input,
* html textarea {/* for Win IE6 */
	font-family: 'ＭＳ Ｐゴシック';
}
*:first-child + html input,
*:first-child + html textarea {/* for Win IE7 */
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック';
}
.msie8 select {/* for Win IE8 */
	font-family: sans-serif;
}
.chrome1 select {/* for Chrome1 */
	font-family: 'Lucida Grande', Arial, Helvetica;
}

/* ----------------------------------------------------------------------------------------------------
 *  8.Image
 * --------------------------------------------------------------------------------------------------*/
img,
a img,
object,
embed {
	border: none;
	vertical-align: bottom;
	background: transparent;
}

/* ----------------------------------------------------------------------------------------------------
 *  9.Others
 * --------------------------------------------------------------------------------------------------*/
hr {
  height: 0;
  margin: 5px 0;
  border: none;
  border-top: 1px solid #333;
}
* html hr {/* for Win IE6 */
  margin: 0;
  padding: 0;
}
*:first-child + html hr {/* for Win IE7 */
  margin: 0;
  padding: 0;
}
