/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ===============
    IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}


/*************************************************************************/
/* clearfix                                                              */
/*************************************************************************/

body#toppage div#topWrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* ==========================================================================
   font
   ========================================================================== */
body {
    font:
		13px/1.7 
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
		Osaka, 
		"メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック",'MS P Gothic',
		arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
    font-stretch: wider;
		color: #444444;
		text-align:left;
		-webkit-font-smoothing: antialiased;
		overflow-wrap: break-word;
    word-break: break-all;
}
* html body { /* for WinIE& */
	font-size: 75%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
}
*: first-child+html body { /* for WinIE7 */
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }
.text-bold { font-weight: bold; }

/* IE 7に対するフォントの種類　*/
*:first-child+html * {
	font-family:
		"メイリオ", Meiryo,
		"MS P ゴシック", "MS P Gothic",
		sans-serif;
}

/*IE 6に対するフォント種類　*/
* html * {
	font-family:
		"メイリオ", Meiryo, 
		"MS P ゴシック", "MS P Gothic",
		sans-serif;
}

table {
    font-size:inherit;
    font:100%;
}
a {
	color: #3399cc;
}
a:hover,
a.current {
	text-decoration: none;
} 
p {
	font-size:108%;
}


/* ==========================================================================
   全体
   ========================================================================== */
body {
	background: #fff url(../images/body_bg.gif) top left;
}