* {
	border: 0;
	margin: 0;
	padding: 0;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#banner {
	background: url('layout/main.jpg') no-repeat top;
	height: 590px;
	text-align: left;
}

#navi {
	margin: 385px 0px 0px 52px;
	float: left;
	text-align: left;
	font: 18pt bebasneue;
	text-transform: uppercase;
	color: #bbbbbb;
}

#navi a {
	display: inline-table;
	text-decoration: none;
	margin: 0px;
	color: #4c4c5e;
}

#navi a:hover {
	display: inline-table;
	background: url('layout/bglink.png') top left;
	background-repeat: no-repeat;
	color: #26264c;
}

#bannerup {
	margin: 0 0 0 0;
}

body,tr,td {
	font-size: 11.25pt; 
	font-family: avenir, meiryo; 
	text-align: justify; 
	line-height: 21pt;
	color: #686974; 
}

body {
	overflow:auto;
	background: #ffffff url('layout/bg.jpg');
	margin: 0 auto;
	text-align: center;
}

a:link, a:visited, a:active { 
	color: #db9237; 
	text-decoration: none; 
}

a:hover { 
	color: #cd6628; 
}

.head {
	text-transform: lowercase;
	font-size: 22pt;
	font-family: generica;
	text-align: center;
	letter-spacing: 1px;
	color: #a8a8b9;
	margin: 10px 0 0 0;
	padding: 5px 0;
	text-shadow: 1px 1px 1px 0px #eeeeee;
}

.head2 {
	text-transform: lowercase;
	font-size: 18pt;
	font-family: generica;
	text-align: center;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 10px 0 5px 0;
}

b {
	color: #28284f; 
}

i {
	color: #b1989e;
}

u {
	color: #a8a8b9;
}

.content {  
	width: 900px;
	padding: 0px 20px;
	margin: -100px auto 25px auto;
	text-align: justify;
}

div.left {
	float: left; 
	width: 49%;
}

div.right {
	float: right; 
	width: 49%;
}

.box {
	width: 760px;
	font-weight: normal; 
	background: url('layout/bglink2.jpg') bottom center; 
	text-align:justify; 
	border: 0;
	margin: 30px auto;
	padding: 0 20px;
	border-radius: 30px;
	box-shadow: 2px 2px 2px 0px #cccccc;
}

.box2 {
	width: 710px;
	font-weight: normal; 
	background: url('layout/bgbox.png'); 
	text-align:justify; 
	border: 0;
	margin: 0px auto;
	padding: 10px;
	font-size: 8.5pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 12pt;
	color:#c7c7c5;
}

ul {
	list-style-type:katakana;
	margin: 10px 0 10px 50px !important;
	padding: 0 30px 0 0 !important;
}

li {
	text-align: justify;
}

.image img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	/* IE 6-9 */
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	padding: 15px;
	background: url('layout/bgbox2.png');
}
 
.image img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: none;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
	background: url('layout/bglink.jpg');
}

.image2 img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	/* IE 6-9 */
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}
 
.image2 img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: none;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

.image3 img {
	padding: 10px;
	margin: 2px;
	background: url('layout/bgbox2.png');
}
 
.image3 img:hover {
	background: url('layout/bgbox.png');
}

.social {
	width: 95%;
	margin: 0 auto;
	padding: 10px 0px;
}

.social img {
	padding: 0px 10px;
	width: 30px;
	height: 30px;
}

.netcontain {
	margin: 0 auto;
}

.net {
	width: 29%; 
	text-align: justify;
	padding: 10px;
	margin: 8px;
	display: inline-table;
	background: url('layout/bgbox.jpg');
	border-radius: 15px;
	font-size: 10.5pt;
	line-height: 19pt;
}

.net img {
	padding: 10px;
	margin: 10px 0px;
	background: url('layout/bgbox.png');
}
 
.net img:hover {
	background: url('layout/bglink.jpg');
}

.projects img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	/* IE 6-9 */
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	margin: 3px;
	width: 140px;
	height: auto;
	border-radius: 70px;
}
 
.projects img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: none;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

.links {
	width: 92%;
	background: url('layout/bgbox.jpg'); 
	margin: 25px auto;
	padding: 20px;
	border-radius: 15px;
	text-align: center;
	line-height: 11pt;
}

.links a {
	color: #424275;
	display: inline-table;
	background: url('layout/bgbox2.png') center;
	width: 148px;
	padding: 5px;
	margin: 2.5px .5px;
	text-shadow: none;
	text-align: center;
	text-transform: uppercase;
	font-family: muli;
	letter-spacing: .5px;
	font-size: 7.5pt;
	line-height: 11pt;
}

.links a:hover {
	color: #eeeeee;
	text-decoration: none;
	background: url('layout/bgbox.png') center;
}

@font-face {
    font-family: bebasneue;
    src: url('layout/bebasneue.otf');
}

@font-face {
    font-family: avenir;
    src: url('layout/avenirlt.otf');
}

@font-face {
    font-family: generica;
    src: url('layout/generica.otf');
}

@font-face {
    font-family: genericabold;
    src: url('layout/genericabold.otf');
}



#header {
	background: #28284f;
	width: 100%;
	height: 20px;
	margin: 0 auto;
}

#footer {
	width: 100%;
	letter-spacing: 1px;
	font-size: 7.5pt;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0px;
	margin: 0 auto;
	text-shadow: none;
	background: #28284f;
}
