@charset "utf-8";

/* ****************************************************************************

　住まう大阪 共通

******************************************************************************* */

/* ==

　01. 基本

=============================================================================== */

#allWrapper {
	/*background:#fff;*/
	margin:0 auto;
}
.container {
	width:100%;
	margin:0 auto;
	padding:0;
}


/* パンくず */
.container .topicPath {
    clear: both;
    min-height: 1%;
    padding: 5px 5px 8px;
    position: relative;

    width: 940px;
		margin:0 auto;
}
.container .topicPath:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.container .topicPath li {
    color: #666;
    float: left;
    font-size: 10px;
    line-height: 1.2;
    margin-right: 5px;
}
.container .topicPath li a {
    background: url("../images/arrow_topicpath.png") no-repeat right 2px;
    color: #666;
    padding-right: 10px;
}
.container .topicPath p {
    font-size: 10px;
    line-height: 1.2;
    position: absolute;
    right: 0;
    top: 5px;
}

.container .topicPath p.siteTop {
    float: left;
    position: relative;
    right: 0;
    top: 0;
}
.container .topicPath h1 {
    float: left;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.2;
}
.container .topicPath p.siteTop a, .container .topicPath h1 a {
    background: url("../images/arrow_topicpath.png") no-repeat right 2px;
    color: #666;
    margin-right: 5px;
    padding-right: 10px;
}


/* osaka-header */
#osaka-header {
	width:950px;	
	margin:0 auto;
	text-align:center;
	padding:20px 0;
}

/* osaka-main */
#osaka-main {
	width:950px;
	margin:0 auto;
	padding:0;
	background:#fff;
}
#osaka-main a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* グーグルマップ */
#mapArea {
	clear:both;
	width:930px;
	margin:0 auto;
	padding:10px;
	background:url(../images/bg_map.png) left top;
}
#mapArea p.ttl {
	margin-bottom:10px;
}
#mapArea p.ttl img {
	width:197px;
	height:auto;
}

#mapArea .g_map {
	width:930px;
	height:490px;
}

/* socialボタン */
#social_wrap {
	width:950px;
	margin:0 auto;
}
#social {
	width:400px;
	float:right;
	height:46px;
	padding-top:25px;
}
#social ul li {
	float:right;
	margin-right: 5px;
}
