@import "reset.css";
@import url(http://fonts.googleapis.com/css?family=Quicksand:300|Ruluko|Codystar);
body{
	background: white;
	text-align: center;	
	overflow: visible;
}ul{
	list-style: none;
}a{
	color: rgba(50,50,50,0.7);
}





header{
	width:100%;
	height: 2em;
	padding:0.1em;
}#container {
	width:640px;	/*width*/
	margin-left:auto;
	margin-right:auto;
	overflow: visible;
/*
	border-right: solid 3px rgba(100,50,50,0.5);
	border-bottom: solid 5px rgba(100,50,50,0.4);
*/
}#main{
	min-width:500px;
	width: auto !important;
	width:500px;	/*width*/
	min-height:400px;
	height: auto !important;
	height: 400px;
	float:right;
	position: relative;
	
}#main img{
	display: none;
	height:400px;
/*	width:500px;*/
	position: absolute;
	top: 0;
	left: 0;
}#salonMain{
	float: left;
	text-align: left;
	text-indent: 1em;
	padding-left: 10px;
	line-height: 25px;

	font-size: 13px;
	width:490px;
}#staffMain{
	text-align: left;
	font-size: 12px;
	float: left;
	width:600px;
	line-height:18px;
}h1{
	font-size: larger;
	margin-bottom: 20px;
	

}li b{
	display: block;
	color: white;

	border-left: 5px solid gray;
	background-image: -webkit-linear-gradient(left top, rgba(111,111,111,0.9), rgba(111,111,111,0.5), rgba(155,155,155,0)); 
    background-image:    -moz-linear-gradient(left top, rgba(111,111,111,0.9), rgba(111,111,111,0.5), rgba(155,155,155,0)); 
    background-image:     -ms-linear-gradient(left top, rgba(111,111,111,0.9), rgba(111,111,111,0.5), rgba(155,155,155,0)); 
    background-image:      -o-linear-gradient(left top, rgba(111,111,111,0.9), rgba(111,111,111,0.5), rgba(155,155,155,0));
}footer{
	margin-top: 3em;

	
	font-family: 'Ruluko', sans-serif;		/*googlewebfont*/
	text-align: center;
	clear: both;
/*
    border-top:1px solid rgba(100,50,50,0.1);
*/
	font-size: smaller;
	color: rgba(10,0,0,0.7);
/*
	background-image: -webkit-linear-gradient(left, rgba(100,50,50,0), rgba(100,50,50,0.2), rgba(100,50,50,0)); 
    background-image:    -moz-linear-gradient(left, rgba(100,50,50,0), rgba(100,50,50,0.2), rgba(100,50,50,0)); 
    background-image:     -ms-linear-gradient(left, rgba(100,50,50,0), rgba(100,50,50,0.2), rgba(100,50,50,0)); 
    background-image:      -o-linear-gradient(left, rgba(100,50,50,0), rgba(100,50,50,0,2), rgba(100,50,50,0)); 
*/

	padding:2em;

}footer ul li a{
	color: rgba(100,100,100,0.7);
	padding: 0 1em;
}footer ul li {
	margin:0.1em 1em;
	float: left;
}footer ul {
width:640px;
	margin:0.1em auto;
}footer hr{
	clear:both;
	margin:0.1em 0;
	margin-bottom: 0.3em;
    border: 0;
    height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(100,50,50,0), rgba(100,50,50,0.1), rgba(100,50,50,0)); 
    background-image:    -moz-linear-gradient(left, rgba(100,50,50,0), rgba(100,50,50,0.1), rgba(100,50,50,0)); 
    background-image:     -ms-linear-gradient(left, rgba(100,50,50,0), rgba(100,50,50,0.1), rgba(100,50,50,0)); 
    background-image:      -o-linear-gradient(left, rgba(100,50,50,0), rgba(100,50,50,0.1), rgba(100,50,50,0)); 
}#weddingMain{
	text-align: left;
	font-size: 12px;
	float: left;
	width:540px;
	line-height:18px;
	overflow: :hidden;
}#weddingMain li{
	
	width:290px;
	clear:both;
	margin-left: 20px;
	list-style-image: url("img/liStyleImage.jpg")
}#weddingMain div{
	padding-left: 10px;
}.right{
	float:right;
	text-align: left;
	width:80px!important;
}.konrei div div,.shasin div div{
	width:300px;
	float: left;
	background-color: inherit;
	font-size: larger;
	padding: 4px;
}.guest div div{
	width: 80px;
	float: left;
}#weddinMain img{
	width: 162px;
	height: 213px;
  display: block;
  margin: auto;
  padding: 0;
  -moz-box-shadow: 0 4px 10px #333; /* 影を落とす */
  -webkit-box-shadow: 0 4px 10px #333;
  box-shadow: 0 4px 10px #333;
}#staffMain a{
	display: block;
	text-decoration: none;
	float:left;
	margin:10px;
	height: 300px;
	border: dotted 1px gray;
}#staffMain a:hover{
	background: rgba(150,150,150,0.8);
	color: white;
	border: double 5px white;
	margin:6px;
}.abc{
	float: left;
}