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

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

body {
	font-family: "Hiragino Kaku Gothic Pro", "HiraKakuPro-W6", "Meiryo", "MS PGothic", "osaka", sans-serif;
	font-size: small;
	line-height: 2;
	color:#444;
}

img {border: none;}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 120%;
	border-top: 2px solid #004d99;
	border-bottom: 1px solid #004d99;
	height:42px;
	color:#004d99;
	margin-bottom:35px;
	background-image:url(../images/h3-mark.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:25px;
	line-height:2.8;
}

h4 {
	font-size: 105%;
	color:#2F6397;
	margin:15px 0 10px;
	border-left: 10px solid #4585C5;
	border-top: 1px solid #4585C5;
	line-height:1.5;
	padding-left:10px;
	padding-top:2px;
}

h5 {
    font-size: 100%;
}
h6 {
	font-size:95%;
	color:#333;
}

a {color: #2767ab;}

a:hover {color: #3ab6c7;}

table {line-height:1.5;}

li {list-style:none;}

dt {font-weight:bold;}


/* clearfix */
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
	
/*Hides from IE-mac */
* html .clearfix {height:1%;}
