@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

body{
	text-align: center;
	color: #333;
	font-size: 80%;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.012em;
	line-height: 130%; /* contents内は150% */
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-rendering: auto;
    font-weight: 500;
}

/* Sentence, Character
------------------------------------*/

p, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

/* List
-------------------------------------*/

ul, ol ,li, dd, dt, dl{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Table
-------------------------------------*/

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0; /* For NN6.0 higher or Opera*/
}

th, td {
	padding: 0;
	font-weight: normal;
}


/* Anchor
-------------------------------------*/

a {
	text-decoration: none;
}

a:link {
	color:#1e5d9b;
}

a:visited {
	color: #1e5d9b;
}

a.no_visited_color:link, a.no_visited_color:visited {
	color: #333;
	font-size: 100%;
	text-decoration: none;
}

a:hover {
	color: #646464;
	text-decoration: underline;
}

a.hover_unset:hover {
	color: unset;
}

a:active {
	color:#1e5d9b;
}


/* Other
-------------------------------------*/

img {
	display: block;
}

th.td{
	font-size: 100%;
}

