﻿@charset "UTF-8";

/*
======== context ======================================

Last Updated:YYMMDD
Summary:ブラウザデフォルト設定の解除、基本設定

- reset
- font
- link
=======================================================
*/


/*-----------------------------------------------------
reset
-------------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #333333;
}

body {
	font-size: 86%;
	background: #DEE3DD;
	line-height: 1.5;
/*	font-family: "MS PGothic", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;*/
	font-family:  'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif;
	margin: 0 12px;
}

img {
	border: 0;
	vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

address { 
	font-style: normal;
}

em {
	font-style: normal;
	font-weight: bold;
}

input,textarea {
	font-size: 1em;
}

ul {
	list-style-type: none;
}

table {

}

fieldset {
	border: 0;
}

sup {
	vertical-align: .5em;
}


/*-----------------------------------------------------
link
-------------------------------------------------------*/
a { color: #0B4199; text-decoration: underline;}
a:link {color: #0B4199; text-decoration: underline;}
a:visited {color: #800080; text-decoration: underline;}
a:hover {color: #0B4199; text-decoration: underline;}
a:active {color: #0B4199; text-decoration: underline;}
