@charset "utf-8";
html {
	font-size: 62.5%;
}
body {
	/*font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'MS PGothic', 'ƒƒCƒŠƒI', Meiryo, sans-serif;*/
	/*font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;*/
	font: メイリオ,Osaka,"ＭＳ ゴシック","MS Gothic",Sans-Serif,Osaka,"ヒラギノ角ゴ Pro W3";
}

body {
	color: rgb(17, 17, 17); font-size: 8pt;
}
.block-quote {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
blockquote {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
* {
    -webkit-text-size-adjust: none;
 
}
b {
	font-weight: 700;
}
p {
	color: #666;
	font-size: 11px;
	font-weight: lighter;
	line-height: 130%;
	margin-bottom: 0px;
	padding-bottom: 10px;
	}
h1 {
	color: #FFF;
	font-weight: 600;
	font-size: 14px;
	float: left;
	margin-top: 3px;
	margin-left: 20px;
	}


h2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 4px;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
}
h3 {
	font: 100% メイリオ,Osaka,"ＭＳ ゴシック","MS Gothic",Sans-Serif,Osaka,"ヒラギノ角ゴ Pro W3";
	font-size: 100%;
}
strong {
	font-weight: 500;
}
em {
	font-style: italic;
}
i {
	font-style: italic;
}
iframe {
	max-width: 100%;
}
blockquote {
	padding: 10px 30px 30px; color: rgb(255, 89, 0); line-height: 1.5em; font-size: 1.2rem; font-style: italic;
}
a {
	transition:color 0.25s; color: rgb(17, 17, 17); text-decoration: none; -webkit-transition: color .25s; -moz-transition: color .25s; -o-transition: color .25s;
}

a:focus {
	transition:color 0.25s; color: rgb(17, 17, 17); text-decoration: none; -webkit-transition: color .25s; -moz-transition: color .25s; -o-transition: color .25s;
}
a:visited {
	transition:color 0.25s; color: rgb(17, 17, 17); text-decoration: none; -webkit-transition: color .25s; -moz-transition: color .25s; -o-transition: color .25s;
}
.button {
	transition:0.25s; -webkit-transition: all .25s; -moz-transition: all .25s; -o-transition: all .25s;
}
.condensed-header #header {
	transition:0.25s; -webkit-transition: all .25s; -moz-transition: all .25s; -o-transition: all .25s;
}
input[type=submit].button {
	transition:0.25s; -webkit-transition: all .25s; -moz-transition: all .25s; -o-transition: all .25s;
}
a:hover {
	color: rgb(255, 89, 0);
}

a.link-block {
	display: block;
}
