@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* リセット
-------------------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd,
table, th, td, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/* IE 7のhasLayout問題を解決 */
*:first-child+html * {
	letter-spacing: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
ol, ul { list-style: none;}

input, select, textarea {
	vertical-align: middle;
}
:focus { outline: 0;} 

/*---------------------------------------------------
* clearfix 
---------------------------------------------------*/
.clearfix { display: inline-block; }
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   font-size:0;
   height: 0;
   visibility: hidden;
}

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/*-------------------------------------------------------------------------------------------------------------------------------
* style設定 
-------------------------------------------------------------------------------------------------------------------------------*/
.f10{ font-size:10px; }
.f11{ font-size:11px; }
.f12{ font-size:12px; }
.f14{ font-size:14px; }
.f16{ font-size:16px; }

.ma0{ margin:0 !important; }
.ma5b{ margin-bottom:5px; !important; }
.ma10b{ margin-bottom:10px; !important; }
.ma15b{ margin-bottom:15px; !important; }
.ma20b{ margin-bottom:20px; !important; }
.ma25b{ margin-bottom:25px; !important; }
.ma30b{ margin-bottom:30px; !important; }
.ma40b{ margin-bottom:40px; !important; }
.ma50b{ margin-bottom:50px; !important; }


/*-------------------------------------------------------------------------------------------------------------------------------
* 
-------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------
* index.html
-------------------------------------------------------------------------------------------------------------------------------*/
#umaimono {
	background-image: url(/base/pc/osaka/umaimono/img/bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#umaimono dl {
	width: 936px;
	margin-bottom: 23px;
}
#umaimono dt {
	margin-left: 39px;
	width: 197px;
	float: left;
	padding-right: 18px;
}
#umaimono dd {
	float: left;
	width: 641px;
}
#txt01 {
	width: 641px;
	margin-left: 254px;
	font-size: 120%;
}

#umaimono_list {
	width: 936px;
	padding-bottom: 20px;
	background-image: url(/base/pc/osaka/umaimono/img/bg.gif);
	margin-bottom: 20px;
}
#umaimono_list h2 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #900;
}
#umaimono ul {
	width: 641px;
	margin-left: 254px;
}
#umaimono ul li {
	width: 311px;
	float: left;
}
#umaimono_list dl {
	padding-right: 25px;
	padding-left: 25px;
}
#umaimono_list dt {
	font-size: 15px;
	font-weight: bold;
	color: #F00;
}
#umaimono_list dd {
	line-height: 200%;
	font-size: 12px;
}
