﻿@charset "UTF-8";

/*================================================================================
			Reset
================================================================================*/

html
			{
			overflow-y: scroll;
			}

html,
body
			{
			height: 100%;
			}

body
			{
			color: #000000;
			font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
			line-height: 1.7;
			}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td
			{
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			} 

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var
			{
			font-style: normal;
			}

table
			{
			border-collapse: collapse;
			border-spacing: 0;
			word-break: break-all;
			}

caption,
th
			{
			text-align: left;
			}

ol,
ul
			{
			list-style: none;
			} 

blockquote,
q
			{
			quotes: none;
			}

blockquote:before,
blockquote:after,
q:before,
q:after
			{
			content: '';
			content: none;
			}
:focus
			{
			outline: 0;
			}

img
			{
			vertical-align:middle;
			}

ins
			{
			text-decoration: none;
			}

del
			{
			text-decoration: line-through;
			}

p
			{
			margin: 0.5em 0;
			}
		
strong
			{
			font-weight: 600;
			}

.clear
			{
			clear: both;
			}

.clearfix:after
			{
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
			}

.clearfix
			{
			display: inline-block;
			min-height: 1%;  /* for IE 7*/
			}

			/* Hides from IE-mac */
			* html .clearfix { height: 1%;}
			.clearfix { display: block;}
			/* End hide from IE-mac */

.t_center
			{
			text-align: center;
			}

.t_right
			{
			text-align: right;
			}

/*================================================================================
			Link Setting
================================================================================*/
a
			{
			text-decoration: none;
			}

a:link,
a:visited
			{
			color: #000000;
			}

a:hover
			{
			color: #426195;
			text-decoration: underline;
			}

span.activeLink
			{
			text-decoration: underline;
			}
