@charset "UTF-8";

/*------------------------------------------------------------------------------
ブラウザスタイル初期化設定
------------------------------------------------------------------------------*/
body {
	color: #013040;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 10px;
	_font-size: 62.5%;
	background-color: #00a9f7;
	background: url(../img/index/back_iframe.jpg) 0 0 no-repeat;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, table {
	border: none;
}
img {
	vertical-align: bottom;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	list-style: none;
}
caption,
th {
	text-align: left;
}
sup,
sub {
	line-height: -1px;
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
a:link {
	text-decoration: underline;
	color: #013040;
}
a:visited {
	text-decoration: underline;
	color: #013040;
}
a:hover {
	text-decoration: none;
	color: #013040;
}
a:active {
	text-decoration: none;
	color: #013040;
}


/*------------------------------------------------------------------------------
クリア設定
------------------------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}	
.clearfix {
	display: inline-block;
}
/*Hides from IE-mac \*/
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*End hide from IE-mac */


#info {
	background-repeat: no-repeat;
	float: left;
	height: 282px;
	width: 301px;
	font-size: 1.2em;
	line-height: 135%;
	color: #5E5F60;
	padding-top: 42px;
	position: relative;
}
.bold {
	font-weight: bold;
	color: #00C0D7;
	padding-right: 5px;
}
.name {
	padding-bottom: 8px;
	padding-left: 50px;
	width: 200px;
}
#info dl {
	padding-left: 50px;
	width: 200px;
}

#info dd {
	color: #00C0D7;
	padding-left: 2px;
}
.horo {
	position: absolute;
	left: 50px;
	top: 160px;
	width: 201px;
}
.h-tit1 {
	left: 50px;
	top: 100px;
	position: absolute;
}
.horo-1 li {
	float: left;
	padding-right: 4px;
}
.horo-1 {
	clear: both;
	height: 21px;
	padding-left: 12px;
}
.personal {
	position: absolute;
	left: 182px;
	top: 287px;
}