@charset "UTF-8";

/* ---------------------------------------*/
/* Reset Style */
/* ---------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
i {
	font-style: italic;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,object {
	border: 0;
	vertical-align: bottom;
}

textarea {
	font-size: 100%;
}

sup {
	font-size: smaller;
	font-weight: inherit;
	vertical-align: super;
}

sub {
	font-size: smaller;
	font-weight: inherit;
	vertical-align: sub;
}

@namespace html url(https://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http") {
	object, embed {
		outline: none !important;
	}
}



/* ---------------------------------------*/
/* Base */
/* ---------------------------------------*/

body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	line-height: 1.6;
	background: #fff;
	text-align: center;
}

* html body{ font-size: 75%; } /* under IE6 */
*:first-child+html body{ font-size: 75%; } /* IE7 */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

strong, b {
	font-weight: bold;
}

a, font, span{
	font-weight: inherit;
}

img,object{
	border: 0;
	vertical-align: bottom;
}

a {
	-webkit-transition: color 200ms ease, background-color 200ms ease;
	-moz-transition: color 200ms ease, background-color 200ms ease;
	-ms-transition: color 200ms ease, background-color 200ms ease;
	-o-transition: color 200ms ease, background-color 200ms ease;
	transition: color 200ms ease, background-color 200ms ease;
}

a:link{color: #003a8f;text-decoration:underline;}
a:visited{color: #003a8f;text-decoration:underline;}
a:hover{color: #0093d7;text-decoration:none;}
a:active{color: #003a8f;text-decoration:none;}



/* ---------------------------------------*/
/* Modules */
/* ---------------------------------------*/

.clearfix {
	zoom: 1; /* for IE 5.5-7 */
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}