* {
	padding : 2px ; 
	margin : 4px ; 
}

.pic{
	text-align: center;
}

h1{
	
	border: 3px solid #B2D4FF;
	color : #A3E3F7;
	font-size: 54px;
	font-family : Weltron Urban;
	text-align: center;
}

h2{
	color: #935E4B;
	font-size: 30px;
	text-align: center;
}

h3{
	color: #B87DB4;
	font-size: 28px;
	text-align: center;
}

h4{
	text-align: center;
	font-size: 20px;
	font-family : Yu Gothic;
}

h5{
	text-align: left;
	color: #B87DB4;
	font-size: 20px;
	font-family : Yu Gothic;
}

h6{
	text-align: left;
	font-size: 15px;
	font-family : Yu Gothic;
}

h7{
	text-align: center;
	color: #FFFFFF;
	bottom: 20px;
	font-size: 12px;
}

h8{
	text-align: center;
	font-size: 15px;
	font-family : Yu Gothic;
}


#site-box {
	width: 100%;
	margin : 5px auto;
}


#e-box {
	float: left;
	width: 20%;
	height: 2025px;
	background-color: #EFFBFB;
	font-size: 18px;
	text-align: center;
}

#f-box {
	float: right;
	width: 76%;
	height: 2025px;
	border: 3px solid #EFFBFB;
}

#g-box {
	clear :both;
	font-size: 12px;
	text-align: center;
}

ul { 
	padding : 0; 
} 
ul li {
	position: relative;
	list-style-type: none!important;/*ポチ消す*/
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin-bottom: 5px;
	line-height: 1.5;
	background: #dbebf8;
	vertical-align: middle;
	color: #505050;
	border-radius: 15px 15px 15px 15px / 15px 15px 15px 15px ;/*左側の角丸く*/
}
ul li:before{ /*疑似要素*/
	display:inline-block; 
	vertical-align: middle;
	/*以下白丸つくる*/
	content:'';
	width:1em;
	height: 1em;
	background: #fff;
	border-radius: 50%;
	margin-right: 8px;
}

