@charset "utf-8";

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, sub, sup, tt, var,
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-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
}

html {
 height: 100%;
}

/* remember to define focus styles! */

:focus {
 outline: 0;
}

body {
 color: #333;
 font: 62.5%/1 verdana,Meiryo, メイリオ,HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3",sans-serif;
 text-align: left;
 height: 100%;
 margin: 0 auto;
}

*+html body {
 font-family: Meiryo, メイリオ,"ＭＳ Ｐゴシック",sans-serif;
}

*html body {
 font-family: "ＭＳ Ｐゴシック",Meiryo, メイリオ,sans-serif;
}

*html p {
 font-weight: normal !important;
 font-style: normal !important;
}

ol, ul {
 list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
 border-collapse: collapse;
 border-spacing: 0;
}

caption, th, td {
 text-align: left;
 font-weight: normal;
}

th,td {
 font-weight: normal;
 font-style: normal;
}

h1,h2,h3,h4 {
 line-height: 1.3;
}

img {
 margin: 0;
 padding: 0;
 border-style: none;
 border-width: 0;
 vertical-align: bottom;
}

.none {
 display: none;
}

strong , em {
 font-style: normal;
 font-weight: bold;
}

p {
 padding: 0px;
 font-size: 140%;
 line-height: 1.6;
 color: #333;
 margin: 0 0px 1em;
}

/* リンク */

a:link {color: #003399;}
a:visited {color: #003399;}
a:hover {text-decoration:underline;
 color: #ff6600;
}
a:active {color: #ff6600;text-decoration:underline;}

/* ClearFix*/

.clfix {
 zoom: 1; 
}

.clfix:after , div#mainContainer:after {
 clear: both;
 content: "";
 display: block;
 height: 0;
 visibility: hidden;
}

*:first-child+html .clfix , *:first-child+html div#mainContainer {
 display: inline-block;
 min-height: 1%;
}

/* Hides from IE6/IE Mac \*/

* html .clfix , * html div#mainContainer {
 height: 1%;
}

.clfix , div#mainContainer {
 display: block;
}

/* End hide from IE6/IE Mac */

.clearbox {
 clear: both;
}

/* End Format */


