@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 {
}

/* remember to define focus styles! */

:focus {
 outline: 0;
}

body {
 color: #333;
 font: 62.5%/1 Meiryo, メイリオ,HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3",sans-serif;
 text-align: left;
 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 {

 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: 120%;
 line-height: 1.6;
 color: #333;
 margin: 0 0px 1em;
}

/* リンク */

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

/* ClearFix*/

.clfix,
div#container,
div#mainContainer,
div#sideContainer,
div#contents {
 zoom: 1; 
}

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

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

/* Hides from IE6/IE Mac \*/

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

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

/* End hide from IE6/IE Mac */

.clearbox {
 clear: both;
}

/* End Format */

body {
 background: url(../images/background.jpg) no-repeat center top;
}

/* FLOAT */

.floLeft {
 float: left;
}

.floRight {
 float: right;
}

/* TEXT ALIGN */

.txCenter {
 text-align: center;
}

.txRight {
 text-align: right;
}

/* フォントサイズ */

.txM {
 font-size: 120%;
}

.txS {
 font-size: 110%;
}

.txSS {
 font-size: 100%;
}

/* MARGINS */

.mt25 {
 margin-top: 25px;
}

.mt20 {
 margin-top: 20px;
}

.mt15 {
 margin-top: 15px;
}

.mt10 {
 margin-top: 10px;
}

.mt5 {
 margin-top: 5px;
}

.mt1 {
 margin-top: 1px;
}

.mb0 {
 margin-bottom: 0px !important;
}

.mb5 {
 margin-bottom: 5px !important;
}

.mb10 {
 margin-bottom: 10px;
}

.mb15 {
 margin-bottom: 15px;
}

.mb20 {
 margin-bottom: 20px !important;
}

.ml5 {
 margin-left: 5px;
}

.ml10 {
 margin-left: 10px;
}

.nomg {
 margin: 0 !important;
}

.mgLR10 {
 padding-right: 10px;
 padding-left: 10px;
}

.mgR5 {
 margin-left: 5px;
}

.mgR10 {
 margin-left: 10px;
}
.mgR15 {
 margin-left: 15px;
}

.mgR20 {
 margin-left: 20px;
}

/* アイコン */

a.gotomore {
 background: url(../images/ico_gotomore.gif) no-repeat 0 center;
 padding-left: 15px;
}


