@charset"UTF-8";

/*
Theme Name: maiko_p_custom2
Template: wsc7
*/

@import url('../wsc7/style.css');
@import url(http://fonts.googleapis.com/css?family=Nothing+You+Could+Do);

/* Common （共通）*/

html{
	background-color: #FF9999;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	background-color: transparent;
	}
	
a:link,a:visited{
	text-decoration:none;
	color:#000;
}

a:hover,a:active{
	text-decoration:none;
	color:#0099CC;
	background: transparent;
    opacity:0.7;
	filter: alpha(opacity=70);

}

/* ヘッダー */

div#container{
	width:1000px;
	margin:0 auto;
}

#header .menu li a{
	font-family: "Nothing You Could Do",sans-serif;
	font-size:20px;
}

#top-image{
	background-color:#000;
}

/* google map可変 */

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* 動画可変 */

.move{
position:relative;
width:100%;
padding-top:56.25%;
}
.move iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

/* フッター */

#copyright{
	text-align:center;
	float:none;
}

div.navigation{
	border:none;
}
