/* 文字コード
--------------------------------------------------*/
@charset "UTF-8";

/* reset 
--------------------------------------------------*/
*{
	margin:0;
	padding:0;
	border:0;
}


h1,h2,h3,h4,h5,h6,p {
	font-weight:normal;
	color:#333333;
	margin: 1em 0;
	line-height:1.5em;
}

h1 {
	margin:0;
}
h2 {
	font-size:120%;
	color:#FFFFFF;
	line-height:1.6em;
	margin:1em;
	border-bottom:dotted 3px #003300;
}
h3 {
	font-size:130%;
	font-weight:bold;
}

dl,dt,dd {
	margin:0;
	padding:0;
}

/* floatクリア */
.clearFix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.fb {
	color:#000000 !important;
}

.clearFix { display:inline-block; }

/* hides from mac-ie \*/
* html .clearFix {height:1%;}
.clearFix {display:block;}
/* end hide from mac-ie */


/* outside 
--------------------------------------------------*/
html {
	height:100%;
}


a:link,
a:visited,
a:active
{
	text-decoration:none;
	color:#3F6A95;
}

a:hover
{
	text-decoration:underline;
}

#mainArea {
	width:985px;
	padding:0 0 0 0;
}

#mainPkg {
	width:100%;
	padding:0px;
	/*padding:10px;*/
}

#contents {
	background-image:url(../img/bg.jpg) !important;
}

/* 
----------------------------------*/
#mWrapper {
	width:100%;
}

#mHeader {
	position:relative;
	width:100%;
	height:193px;
	margin:0px;
	padding:0;
}
#mHeader .bg {
	position:absolute;
	top:0px;
	left:0px;
}
#mHeader .banner {
	position:absolute;
	width:330px;
	top:25px;
	left:430px;
}
#mHeader ul {
	position:absolute;
	bottom:0px;
	left:0px;
	width:997px;
	height:60px;
	padding-left:10px;
	background:url(../img/globalmenu/bg.jpg) left 2px no-repeat;
}

#mHeader ul li {
	display:block;
	float:left;
	margin-top:11px;
}

#mWrapper #mMain {
	width:100%;
	margin:0px;
	padding-top:15px;
	background:url(../img/bg_right.gif) right top repeat-y;
}

#mRight {
	width:200px;
	padding:0 12px;
	float:right;
	_display:inline;
}

/* 20101221追記 */
#mRight .cont00 .text_area {
	border:solid 1px #5588bf;
	border-top:none;
	padding-bottom:10px;
}

#mRight .cont00 {
	margin-bottom:20px;
	background:#FFFFFF;
}

#mRight .cont00 dl {
	padding:10px;
	background:#fff;
}

#mRight .cont00 dt {
	font-weight:bold;
	padding-left:5px;
	border-left:solid 5px orange;
}

#mRight .cont00 dd {
	margin:0.5em 1em;
	color:#666666;
}

#mRight .cont00 img {
	margin:0 auto;
}


#mLeft {
	width:750px;
	float:left;
	margin:0 0 0 10px;
	_display:inline;
}
#mLeft #mFlash {
	margin:0 0 15px 0;
}

#mRight p,
#mLeft p {
	margin:0px;
	padding:0px;
}
#mRight .tit_right {
}
#mRight .tit_right2 {
	margin-bottom:20px;
}

#mRight .cont01 {
	margin-bottom:20px;
}
#mRight .cont01 ul {
}
#mRight .cont01 ul li {
	width:180px;
	margin:0 auto;
	margin-bottom:10px;
}
div.promptDesc {
	position:relative;
	height:160px;
}
div.promptDesc .chiji {
	position:absolute;
	right:0px;
	top:0px;
}
div.promptDesc .desc {
	position:absolute;
	left:30px;
	top:60px;
}
ul.news {
	margin:0 30px;
	margin-left:300px;
}
ul.news li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #dedede;
}
table.descBtm {
	width:100%;
	background-color:#f4f4f4;
	margin-bottom:30px;
	border:0px;
}
table.descBtm td {
	padding:10px;
}


/* UMKハウジングパーク
--------------------------------------------*/
div.wrapaccess {
	clear:both;
	position:relative;
	width:100%;
	height:390px;
	margin-bottom:10px;
}
div.wrapaccess .left {
	position:absolute;
	left:0px;
	top:0px;
	width:500px;
	height:390px;
}

div.wrapaccess .left iframe {
	width:500px; height:390px;
}
div.wrapaccess .right {
	position:absolute;
	right:0px;
	top:0px;
	width:240px;
	height:390px;
	background:url(../img/area/bg_area.gif) left bottom no-repeat #B5D29C;
}

div.wrapaccess .right #miyamap {
	width:220px;
	margin:0 auto;
}

div.wrapevent {
width:730px;
padding:10px;
	clear:both;
	margin-bottom:15px;
}

div.wrapevent .left {
	width:199px;
	float:left;
	padding-left:10px;
}

div.wrapevent .right {
	width:500px;
	float:right;
}

div.wrapflash {
	position:relative;
	width:740px;
	height:320px;
	margin:0 auto;
	margin-bottom:15px;
	background:#134013;
}

div.wrapflash .left {
	width:330px;
	float:left;
}

div.wrapflash .right {
	width:410px;
	float:left;
}

div.wrapflash .intro {
	position:absolute;
	right:0px;
	bottom:0px;
}

table.typeGreen {
	/*margin-left:20px;*/
	margin:0 10px;
	color:#FFFFFF;
	background:#134013;
}
table.typeGreen th {
	font-weight:normal;
	width:100%;
	margin-left:30px;
	color:#FFFFFF !important;
	background:url(../img/icon_green.gif) left center no-repeat;
	
padding-left:20px;
text-align:left;
width:250px;
}
table.typeGreen td {
	color:#00cccc !important;
}
table.typeGreen th a {
	color:#fff !important;
}
table.typeWhite {
}
table.typeWhite th {
	font-weight:normal;
	width:130px;
	background:url(../img/icon_white.gif) left center no-repeat;
}
table.typeWhite2 th {
	font-weight:normal;
	width:130px;
	background:url(../img/icon_white.gif) left center no-repeat;
}
/*table.typeWhite2 td,th {
	border-bottom:dotted 1px #ccc;
}*/

.typeWhite2 li {
    border-bottom: 1px dotted #999999;
    margin: 0.2em 0;
    padding: 0.2em 0;
}

.typeWhite2 li span {
	background: url("../img/icon_white.gif") no-repeat scroll left center transparent;
	padding:0 1.5em;
	color:#134013;
}

div.wrapevent2 {
	width:710px;
	padding:20px;
}

div.wrapevent p {
	margin:1em;
	color:#666666;
}








