@charset "utf-8";

/* -----------------------------------------------------------
基本設定
----------------------------------------------------------- */

img {
	border-width: 0px;
}


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

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {
	margin: 0;
	padding: 0;
}

td {
	margin: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}


caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

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

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}


/*----------------------------------------------------
Base
----------------------------------------------------*/
html {
	
} 


body {
	background-color: #daebff;
	font-size: 13px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	margin: 0 auto;  
	padding: 0px;
	line-height: 1.9;
	height:100%;
}

/*----------------------------------------------------
Link
----------------------------------------------------*/

a:link {
	color: #0d035e;
	text-decoration: none;
}
a:visited {
	color: #5e55a9;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0d035e;
}
