@charset "utf-8";

html { font-size: 62.5%; } 
body { font-size: 14px; font-size: 1.4rem; } /* =14px */
h1   { font-size: 24px; font-size: 2.4rem; } /* =24px */
a    { font-size: 20px; font-size: 2.0rem; } /* =20px */
span#small { font-size: 14px; font-size: 1.4rem; } /* =12px */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body#content_body{
	background-image:url(../images/bg.png);
	background-repeat: repeat-x;
        background-position: bottom;
	-moz-background-size: contain;
/*	background-size: contain;   */
	background-size: 100% 100px;
	background-attachment: fixed;
}

a {
	color: #6CF;
/*	text-decoration: none;    */
}

.Link{
    font-size: 14px; font-size: 1.4rem;
}

input#header_textbox{
	width: 99%;
	max-height: 255;
}

input#form_button{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 13px 13px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    font: bold 19px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #555;
    background-color: #ddd;
    background-image: linear-gradient(top, rgba(255,255,255,1),
                                rgba(255,255,255,0)),
                                url(data:image/png;base64,iVBORw0KGg[...]QmCC);
    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
                            0 2px 2px -1px rgba(0, 0, 0, .5),
                            0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);
}

input#form_button:hover{
    background-color: #eee;
    color: #555;
}
 
input#form_button:active{
    background: #e9e9e9;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    outline: none;
}

td#title{
	background-color: rgb(70,140,203);
	text-align: left;
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 16px;
}

td#content{
	text-align: left;
}

td#important_num{
	text-align: left;
	width: 30px;
	vertical-align: text-top;
}

td#important_content{
	text-align: left;
}

td#top_content{
	text-align: left;
	font-size: 20px;
	font-size: 2.0rem;
	padding-top: 20px;
	color: rgb(70,140,203);
}

span#impact1{
	text-align: left;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	color: rgb(245,31,255);
}

span#impact2{
	text-align: left;
	font-weight: bold;
	color: rgb(255,0,0);
}

span#impact3{
	text-align: left;
	font-size: 20px;
	font-size: 2.0rem;
	color: rgb(70,140,203);
}

span#impact3-1{
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	color: rgb(245,31,255);
}

span#impact4{
	text-align: left;
	font-size: 20px;
	font-size: 2.0rem;
	padding-top: 20px;
	color: rgb(255,255,255);
}

span#impact5{
	font-size: 14px;
	font-size: 1.4rem;
	color: rgb(70,140,203);
}

span#impact5-1{
	font-size: 14px;
	font-size: 1.4rem;
        margin-left: 80px;
	color: rgb(70,140,203);
}

span#impact6{
	color: rgb(255,0,0);
}
