@charset "Shift_JIS";
/* CSS Document */



/* ---------見出し---------- */

h1{
	padding-bottom:15px;
	font-weight:normal;
	color:#EFA5C7;
	}

p{
	margin:10px;
	}
	
	
.right{
	float:right;
	}
	
.left{
	float:left;
}


/* ---------header---------- */

#header{
	width:100%;
	height:50px;
	background:#FFC7DE;
	margin-top:20px;
}

#menu{
	width:960px;
	height:50px;
	margin:auto;
}


.logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 150px;
    height: 50px;
    border: 0px;
}

.menu{
	margin-top:20px;
	float:right;
	}


/* ---------メニューリスト部分---------- */


#menu ul{
margin: 0; 
padding: 0; 
list-style: none;
}

#menu li{ 
display: inline; 
margin-left:30px; 
float: left;
}

#menu a {
	padding:3px 10px;
	display: block;　
	text-decoration: none;　
}

#menu a:hover {
	border-radius: 6px;          
	-webkit-border-radius: 6px;    
    -moz-border-radius: 6px;    
	background-color: #EFA5C7;
}

.mright{
	padding-right:50px;
	}

#arrow{
	margin:auto;
	margin-bottom:50px;
	width:960px;
	}

/* ---------コンテンツ部分---------- */

#contents{
	width:930px;
	margin:auto;

}

.moji{
	padding:20px;
}

.mini{
    padding:20px;
	width:420px;
	margin-bottom:10px;
}

.maru{
	border-radius: 10px;          
	-webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
	border:solid 1px #EFA5C7;
	margin-bottom:15px;	}

.clear{
	clear:both;
}

p.name{
	padding-left:15px;}

p.minisize{
	font-size:10px;
}

/* ---------clearfix---------- */

.clearfix:after {
     content: "";
     display: block;
     height: 0;
     clear: both;
	 overflow:hidden;
}

* html .clearfix  { zoom: 1; }  /* IE6 */
*:first-child+html .clearfix { zoom: 1; }  /* IE7 */