/* COMMON */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ol,ul {
	list-style-type: none;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

em {
	font-style: normal;
	font-weight:bold;
}

.caution {
	font-size: 14px;
}

div.clear	{
	margin-top: -1px;
	height: 1px;
	clear: both !important;
	clear /**/: none;
	overflow: hidden;
}

/* general settings */
h1 {
	font-size: 40px;
	line-height: 1.0;
	color: #000;
}

h2 {
	font-size: 36px;
	line-height: 1.0;
	color: #000;
}

h3 {
	font-size: 30px;
	line-height: 1.0;
	color: #000;
}

h4 {
	font-size: 18px;
	line-height: 1.0;
	color: #000;
}

h5 {
	font-size: 16px;
	line-height: 1.0;
	color: #000;
}

p {
	font-size: 16px;
	line-height: 1.7;
	color: #000;
}

li {
	font-size: 16px;
	line-height: 1.0;
	color: #000;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

a:link {
	color: #00a0e9;
	text-decoration: none;
}

a:hover {
	color: #00a0e9;
	text-decoration: none;
}

a:visited {
	color: #00a0e9;
	text-decoration: none;
}

a.ul:link {
	color: #00a0e9;
	text-decoration: none;
	border-bottom: 1px dotted #00a0e9;	
}

a.ul:hover {
	color: #00a0e9;
	text-decoration: none;
	border-bottom: 1px dotted #00a0e9;	
}

a.ul:visited {
	color: #00a0e9;
	text-decoration: none;
	border-bottom: 1px dotted #00a0e9;	
}