@charset "Shift_JIS";

/*
===============================================
	CONTENTS

-----------------------------------------------
	01.Reset
	02.Font
	03.Link
	04.Clear
===============================================
*/

/*-----------------------------------------------
	01.Reset
-------------------------------------------------*/
html {
	line-height: 110%;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
}
body {
	background: url(bg.gif) repeat-x top #E9EEF4;
	font-size: 12px;
}

/* for IE6 */
* html body {
	font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
	font-size: 75%;
}
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
ul.list li {
	background: url(list.gif) no-repeat;
	padding-left: 15px;
	margin: 0 10px 0 0;
}
ul li.last {
	margin: 0;
}
.mr20000 {
	margin: 20px 0 0 0;
}
.mr5050 {
	margin: 5px 0;
}
.mr200100 {
	margin: 20px 0 10px;
}
.mr00100 {
	margin: 0 0 10px 0;
}
.mr00200 {
	margin: 0 0 20px 0;
}
.mr00300 {
	margin: 0 0 30px 0;
}
.mr00400 {
	margin: 0 0 40px 0;
}
/*----------------------------------------------------
	02.Font
----------------------------------------------------*/
h1,h2,h3,h4 {
	font-size: 100%;
	font-weight:normal;
}
sup{
	font-size: 80%;
}
p,ul,dl,table {
	font-size: 100%;
}
.small {
	font-size: 84%;
}
.large {
	font-size: 150%;
	font-weight:bold;
}
.red {
	color: #FF0000;
	font-weight:bold;
}
.blue {
	color: #102A9B;
	font-weight:bold;
}
.bold {
	font-weight:bold;
}
/*----------------------------------------------------
	03.Link
----------------------------------------------------*/
a:link {
	color: #102A9B;
	text-decoration: underline;
}

a:visited {
	color: #102A9B;
	text-decoration: underline;
}

a:hover {
	color: #102A9B;
	text-decoration: none;
}

a:active {
	color: #102A9B;
	text-decoration: none;
}
/*----------------------------------------------------
	04.Clear
----------------------------------------------------*/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac _*/
 * html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */