@charset "UTF-8";

/* CSS for index.html */

body {
	color: #3d7db9;
	font-size: 13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background: url(../images/index/back02.gif) 0px 614px;
}
#container {
	background: url(../images/index/back01.gif) repeat-x;
}
*html body {
	font-size: 0.81em;
}
#wrap {
	width: 805px;
	padding: 5px 0;
	margin: 0 auto;
}
.fc {
	margin: 0;
	padding: 0;
	clear: both;
}
.cont_border {
	height: 3px;
	margin-top: 20px;
	background: #3d7db9;
}
h4 {
	padding: 5px 0;
	font-weight: bold;
	color: #3d7db9;
}

/* menu part */

#menu {
	position: fixed;
	top: 69px;
	left: 10px;
	width: 90px;
	height: 435PX;
	margin: 0 auto;
	border: 1px solid #3f7bb8;
}
* html #menu {
	position: absolute;
	top: 69px;
	left: 10px;
}
	
#menu li {
	float: left;
}
#menu ul li a {
	display: block;
	width: 90px;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#menu #profile a {height: 115px;background: url(../images/index/profile_btn.gif) no-repeat;}
#menu #message a {height: 103px;background: url(../images/index/message_btn.gif) no-repeat;}	
#menu #business a {height: 103px;background: url(../images/index/business_btn.gif) no-repeat;}
#menu #inquiry a {height: 114px;background: url(../images/index/inquiry_btn.gif) no-repeat;}

/* header part */

#header h1 {
	width: 331px;
	height: 92px;
	margin: 30px  auto 40px auto;
	background:url(../images/index/header_h1.png) no-repeat;
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
#header p {
	font-size: 0.92em;
	color: #666;
	text-align: center;
}
#header #policy {
	width: 564px;
	height: 107px;
	margin: 40px auto 480px auto;
	background: url(../images/index/policy_back.png) no-repeat;
	text-indent: -9999px;
}

/* footer part */

#footer {
	height: 20px;
	background: #666;
	text-align: center;
	color: #fffefe;
}

/* contents common part */

.content {
	width: 761px;
	margin: 122px auto 104px auto;
	padding: 0;
}
.contentend {
	width: 761px;
	margin: 122px auto 30px auto;
	padding: 0;
}
.cont_header {
	position: relative;
}
.cont_header h2 {
	height: 64px;
	text-indent: -9999px;
}
#profile h2 {background: url(../images/index/title_company.png) no-repeat;}
#message h2 {background: url(../images/index/title_message.png) no-repeat;}
#business h2 {background: url(../images/index/title_business.png) no-repeat;}
#case h2 {background: url(../images/index/title_case.png) no-repeat;}

.cont_header .totop {
	height: 100px;
	background: url(../images/index/cont_head_back.png) no-repeat;
}
.cont_header .totop a {
	display: block;
	width: 400px;
	height: 100px;
	margin: 0 0 0 181px;
	text-indent: -9999px;
}
.cont_header .group {
	position: absolute;
	left: 624px;
	top:100px;
}
.cont_header .group a {
	display: block;
	width: 112px;
	height: 17px;
	text-indent: -9999px;
	background: url(../images/index/logo_miyako.gif) no-repeat;
}
.cont_body {
	padding: 0 26px;
	background: url(../images/index/cont_body_back.png) repeat-y;
}
.cont_foot {
	height: 26px;
	background: url(../images/index/cont_foot_back.png) no-repeat;
}

/* profile part */

#profile {
	font-size: 0.93em;
}
#profile h4 {
	font-size: 1.17em;
}
#profile .left {
	width: 348px;
	margin-bottom: 10px;
	float: left;
}
#profile .left table {
	margin: 0;
	padding: 0;
	width: 100%;
}
#profile .left table th, #profile .left table td {
	padding: 5px 0;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
#profile .left table th {
	width: 100px;
	text-align: left;
	font-weight: normal;
}
#profile .right {
	float: right;
	width: 347px;
}
#profile .bothend {
	clear: both;
}
#profile .bothend div {
	padding: 10px 15px;
	background: #eee;
}
#profile .bothend table {
	width: 100%;
	text-align: left;
	color: #000;
	border: none;
}
#profile .bothend table th {
	width: 80px;
	font-weight: normal;
}

/* message part */

#message .left {
	width: 172px;
	color: #000;
	text-align: center;
	float: left;
}
#message .right {
	width: 520px;
	margin-bottom: 20px;
	float: right;
}
#message h3 {
	width: 520px;
	height: 26px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(../images/index/message_h3.gif) no-repeat;
}
#message .right div {
	padding: 10px 15px;
	background: #eee;
}
#message h4 {
	font-size: 1.08em;
}
#message table {
	width: 100%;
	text-align: left;
	font-size: 0.93em;
	color: #000;
	border: none;
}
#message table th {
	width: 80px;
	font-weight: normal;
}

/* business part */

#business h3 {
	width: 240px;
	height: 65px;
	text-indent: -9999px;
	float: left;
}
#business .contR {
	width: 460px;
	margin-top: 25px;
	float: right;
}
#business .contR p{
	margin-bottom: 10px;
}
#business .contR p span{
	font-weight: bold;
}
#business #cont1 {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
}
#business #cont1 h3 {
	background: url(../images/index/business_h3_back1.gif) no-repeat;
}
.colist {
	background-color: #EEEEEE;
	color: #333333;
}
.colist p {
	padding: 10px !important;
}
#business #cont2 {
	padding-bottom: 12px;
}
#business #cont2 h3 {
	background: url(../images/index/business_h3_back2.gif) no-repeat;
}

