﻿@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	line-height: 18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	text-align: left;
	}

a:link {
	color: #ff69b4;
	text-decoration: none;
	/*border: ;*/
}
a:visited {
	color: #ff69b4;
	text-decoration: none;
	/*border: ;*/
}
a:hover {
	color: #000000;
	text-decoration: none;
	/*border: ;*/
}
a:active {
	color: #000000;
	text-decoration: none;
	/*border: ;*/
}

a img { border: none; }


/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
}
address {
	font-style: normal;
	font-weight: normal;
}

 h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h1{
	font-size:140%;
	font-weight: normal;
	color:#4d4948;
	padding:25px;	
}
h2{
	font-size:120%;
	font-weight: normal;
	
	
}
h3{
	font-size:110%;
	font-weight: bold;
	}
h4{
	font-size:110%;
	font-weight: bold;
	
	}
img {
	border: 0;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}

.clear{
	clear:both;
}
th,td{
	font-size: 90%;
}
