

/* Global craster */


* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	list-style: none;
}

html {
}

a {
	outline: 0;
}

body {
	background-image: url("../Girl/Image/bg.png");
}

#Midashi {
	background-image: url("../Girl/Image/name_midashi.png");
	border: 1px outset #00b7ee;
	width: 100%;
	margin: 10px auto;
	padding: 10px 0px;
	text-align: center;
	color: #ff3175;
	font-weight: bold;
	box-sizing: border-box;
}

#profile{
	display:flex;
	justify-content: center;
}

#Pic {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ffffff;
	text-align: center;
}

#MainPic {
	margin-left: 15px;
}

#Prof {
	overflow: auto;
}

#Prof table {
	background-color: #00b7ee;
	font-size: 12px;
	width: 295px;
	border: 1px outset #565656;
}

#Prof table th {
	background-color: #ffffff;
	border: 1px solid #565656;
	width: 100px;
	padding: 5px 0px;
}

#Prof table td {
	background-color: #ffffff;
	border: 1px outset #565656;
	padding-left: 30px;
}

.FloatL {
	float: left;
}

.Clear {
	clear: both;
}



