@charset "utf-8";

/* =========================================================

Last Update 2013.03.22

========================================================= */



/* ---------------------------------------------------------

ブラウザリセット設定

----------------------------------------------------------*/
/* 基本設定 */
html {
    overflow-y: scroll
}
html>body {
    /*font-size: 12px;*/
}
img {
    border: 0;
    vertical-align: bottom;
    margin: 0px;
    padding: 0px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
    margin: 0;
    padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
var {
    font-style: normal
}

caption,
th {
    text-align: left
}
q:before,
q:after {
    content: ''
}
object,
embed {
    vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}
abbr,
acronym,
fieldset {
    border: 0;
    vertical-align: bottom;
}
li {
    list-style-type: none
}
/* 文字・背景設定 */
body {
    font: 0.75em/1.8em "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    background-image: ;
    margin: 0;
    padding: 0;
}
* + html body {
    font-family: "メイリオ","Meiryo"
}
/* フロート解除 */
.clearfix {
    min-height: 1px;

}
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.clearfix:after {
    content: "."; /* 新しい要素を作る */
    display: block; /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;}

	a{
		text-decoration:underline;
		color:#0671a4;
		}
			a:hover{
				text-decoration:none;
		color:#000;
		}
