@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
}

a:link {color: #C280E4;font-weight: bold;}
a:visited {color: #A0A0A0; font-weight: normal;}
a:hover {color: #FFFFFF; background-color: #3148A8;}
a:active {color: #F9C59D; background-color: #3148A8;}

#Table_01 {
	margin: auto auto auto auto;
	line-height: 0;
}

#domain {
	margin-left: 500px;
	width: 700px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 12pt;
	color: #3148A8;
}

h1 {
	font-family: 'Brush Script MT', cursive;
	font-size: 30pt;
	border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(49, 72, 168), rgba(107, 115, 188), rgba(250,250,250,1));
    border-image-slice: 1;
    width:100%;
}

h2 {
	font-size: 14pt;
	color: #4F75C8;
	margin-bottom: 0px;
}

h3 {
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
}

img.skill {
	float: left;
	padding: 5px;
}

div.skill {
	margin: auto;
	margin-bottom: 10px;
	color: #3148A8;
	background-color: #D3F5FF;
	width: 410px;
	height: 94px;
	padding: 2px;
	box-shadow: 8px 8px #3148A8;
}

div.footer {
	width: 600px;
	margin: auto auto auto auto;
	color: #3148A8;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 10pt;
	text-align: center;
	padding-bottom: 5px;
}