* {
	border: 0;
	margin: 0;
	padding: 0;
}

#wrap {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	background: #f2f2f2;
}

#banner {
	background: url('layout/main.jpg') no-repeat top;
	height: 480px;
	text-align: left;
}

#bannerup {
	margin: 0 0 0 0;
}

body,tr,td {
	font-size: 10.5pt; 
	font-family: aller, droidsans, arial, verdana, meiryo, trebuchet ms; 
	text-align:justify; 
	line-height:20pt;
	color:#6a5c57; 
}

body {
	overflow:auto;
	background: #f2f2f2 url('layout/bg.jpg') repeat-y;
	margin: 0 auto;
	text-align: center;
}

a:link, a:visited, a:active { 
	color: #f90b0a; 
	text-decoration: none; 
}

a:hover { 
	color: #c30908; 
}

.head {
	text-transform: uppercase;
	font-size: 14pt;
	line-height: 18pt;
	font-family: novecento;
	text-align: center;
	color: #222222;
	margin: 15px 0 0 0;
	padding: 5px 0;
}

b {
	color: #111111; 
}

i {
	color: #f5812b;
}

u {
	color: #9d908b;
}

.content {  
	width: 860px;
	padding: 0px 20px;
	margin: -100px auto 25px auto;
	text-align: justify;
}

div.left {
	float: left; 
	width: 49%;
}

div.right {
	float: right; 
	width: 49%;
}

div.half {
	width: 49%;
	display: inline-table;
}

.box {
	width: 80%;
	font-weight: normal; 
	background: url('layout/bg.jpg'); 
	text-align:justify; 
	border: 0;
	margin: 30px auto;
	padding: 15px;
}

ul {
	list-style-type:katakana;
	margin: 0px 0 0px 50px !important;
	padding: 0 30px 0 0 !important;
}

li {
	text-align: justify;
}

.lay {
	margin: 0px 0px 0px -20px;
}

.pro {
	background: url('layout/pro.jpg');
	padding-left: 250px;
	padding-top: 125px;
	width: 650px;
	height: 175px;
}

.image img {
	padding: 10px;
	background: #ec100f; 
}
 
.image img:hover {
	background: url('layout/bg.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;
	border: 1px dotted #555555;
}
 
.image3 img:hover {
	border: 1px dotted #ffffff;
}

@font-face {
    font-family: bebasneue;
    src: url('layout/bebasneue.otf');
}

@font-face {
    font-family: aller;
    src: url('layout/aller.ttf');
}

@font-face {
    font-family: novecento;
    src: url('layout/novecento.otf');
}


#footer {
	width: 100%;
	color: #666666;
	letter-spacing: 1px;
	font-size: 7.5pt;
	line-height: 12pt;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0px;
	margin: 0 auto;
	text-shadow: none;
	background: url('layout/bgbox.jpg');
}
