@charset "UTF-8";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul,ol {
	list-style: none;
}
fieldset,img {
	border: none;
}
caption,th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HTML */
body {
	margin: 0;
	padding: 20px 10px 20px 10px;
	text-align: center;
	font-size: 12px;
	font-family: 'KozGoStd-Regular','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Meiryo','メイリオ','Verdana','Arial','sans-serif';
	background-color: #D9EFFA;
	background-image: url(../images/solo2010_body_bk01.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0 100%;
}

/* menuheader */
#menuheader {
	height: 80px;
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	background-color: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 6px #888888; 
	-moz-box-shadow: 0px 2px 6px #888888;
	box-shadow: 0px 2px 6px #888888;
	behavior: url(http://solodesign.jp/static/ie-css3.htc);
	position: relative;
}
#menuheader #menu {
	margin: 0;
	padding: 0;
	position: relative;
}
#menuheader #menu li {
	 display: inline;
 }
#menuheader #menu li a {
	float: left;
	width: 182px;
	height: 0;
	padding-top: 80px;
	overflow: hidden;
	background-image: url(../images/solo2010_menuheader_bk01.png); 
	background-repeat: no-repeat;
}
#menuheader #menu li#menu-solo a {
	width: 454px;
	background-position: 0 0;
}
#menuheader #menu li#menu-solo a:hover {
	background-position: 0 -80px;
}
#menuheader #menu li#menu-solo a:active {
	background-position: 0 -160px;
}
#menuheader #menu li#menu-services a {
	background-position: -454px 0;
}
#menuheader #menu li#menu-services a:hover {
	background-position: -454px -80px;
}
#menuheader #menu li#menu-services a:active {
	background-position: -454px -160px;
}
#menuheader #menu li#menu-galleries a {
	background-position: -636px 0;
}
#menuheader #menu li#menu-galleries a:hover {
	background-position: -636px -80px;
}
#menuheader #menu li#menu-galleries a:active {
	background-position: -636px -160px;
}
#menuheader #menu li#menu-contact a {
	background-position: -818px 0;
}
#menuheader #menu li#menu-contact a:hover {
	background-position: -818px -80px;
}
#menuheader #menu li#menu-contact a:active {
	background-position: -818px -160px;
}

/* popupbubble */
.popupbubble {
	top: -40px;
	left: 10px;
	max-width: 300px;
	margin: 0;
	padding: 0;
	text-align: left;
	position: absolute;
	display:none;
	z-index: 1;
}
.popupbubble .bubble {
	margin: 0;
	padding: 10px;
	background-color: #F1F1F1;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	filter: Alpha(opacity=80);
	opacity:0.8;
}
.popupbubble .bubble  p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 9px;
	color: #6A625D;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}
.popupbubble .arrow {
	width: 16px;
	height: 8px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(../images/solo2010_bubble_arrow01.png); 
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	filter: Alpha(opacity=80);
	opacity:0.8;
}

/* iPhone */
@media screen and (max-device-width: 480px) {
	html {
		-webkit-text-size-adjust: none; 
	}
}