@charset "utf-8";

/* About This CSS File.
---------------------------------------------------------
name:         default.css
information:  デフォルトスタイルのリセットと基本設定
date:         2009.01/29
--------------------------------------------------------- */

/* ブラウザ間のフォントサイズの差異をなくす設定
--------------------------------------------------------- */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr1
*/
/**
* Percents could work for IE, but for backCompat purposes, we are using keywords.
* x-small is for IE6/7 quirks mode.
*/
body {
/*font:13px/1.231 arial,helvetica,clean,sans-serif;*/
font:13px/1.231 "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
*font-size:small; /* for IE */
*font:x-small; /* for IE in quirks mode */
}

/**
* Nudge down to get to 13px equivalent for these form elements
*/ 
select,
input,
button,
textarea {
font:99% arial,helvetica,clean,sans-serif;
}

/**
* To help tables remember to inherit
*/
table {
font-size:inherit;
font:100%;
}

/**
* Bump up IE to get to 13px equivalent for these fixed-width elements
*/
pre,
code,
kbd,
samp,
tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}

/* デフォルトスタイルリセット
--------------------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
/*font-size: 100%;*/
vertical-align: baseline;
background: transparent;
}
h1, h2, h3, h4, h5, h6{
font-size: 100%;
}
html {
overflow-y: scroll;
}
body {
line-height: 1.5;
}
ul {
list-style: none;
}
ol {
list-style: none;
}
blockquote, q {
quotes: none;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
font-weight:　normal;
}
address, caption, cite, code,
dfn, strong, th, var {
font-style: normal;
font-weight: normal;
}
fieldset {
border: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
legend {
display: none;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
}
em {
font-weight:normal;
}
label {
cursor:pointer;
}
a{
/*white-space:nowrap;*/
}

/* リンクスタイル
-------------------------------------------------- */
a:link {
color: #000;
text-decoration:underline;
}
a:visited {
color: #000;
text-decoration:underline;
}
a:hover {
color: #000;
text-decoration:none;
}
a:active {
color: #000;
text-decoration:none;
}
