* {
	padding:0;
	margin:0;
	outline:none
}

h1,h2,h3,h4,h5,h6 {
	font-weight:400
}

body {
	background-color: #000;

}
ul li a {
  display: block;
  text-decoration: none;
}

img {
	border:none
}

#wrap {
	width:1000px;
	min-height:600px;
	
}

#indexLogo {
	margin-top:24px;
	margin-left:140px;
}

#logo {
	position:absolute;
	top:15px;
	left:752px;
	width:136px;
	height:137px;
	overflow:hidden
}

#kanji {
	position:absolute;
	top:77px;
	left:812px;
	width:212px;
	height:452px;
	overflow:hidden
}

#kanjiGal {
	position:absolute;
	top:200px;
	left:812px;
	width:212px;
	height:452px;
	overflow:hidden;
	background:url(../images/logo/indexWriting.png) no-repeat
}

#skewer {
	position:absolute;
	top:30px;
	left:43px;
	width:300px;
	height:543px;
	overflow:hidden;
	z-index: -1;
}

#indexNav {
	margin-left:70px;
	margin-top:70px;
	margin-bottom:40px;
	width:575px;
	font-size:.9em;
	
}

#indexNav img {
	display:none
}

#indexNav ul {
	display:block;
	
}

#indexNav ul li {
	margin-right:1em;
	display:block;
	float:left;
	text-align:center
}

#indexNav a:hover {
	color: #ffffff
}

#indexNav a.selected {
	color:#ff0101
}

#indexFooter {
	clear:both;
	font-size:.8em;
	width: 700px;
	text-align:center;
	padding-top:5em
}

ul {
	list-style-type:none
}

.red {
	color:#ff0101
}

#nav ul {
	margin-top:125px
}

#nav img {
	vertical-align:bottom
}

#nav ul li {
	margin-bottom:20px
}

#nav {
	background-color:#771214;
	width:103px;
	height:600px;
	float:left;
	padding-left:20px;
	font-size:.9em
}

#nav a.selected {
	color:#666
}

a {
	color:#fff;
	text-decoration:none
}

#nav a:hover {
	color:#666
}

#content {
	float:left;
	padding-top:92px;
	font-size:.9em
}

#content p {
	margin-left:15px;
	margin-right:15px
}

#content ul {
	margin-left:15px;
	margin-right:15px
}

#content h1 {
	margin-left:15px;
	margin-right:15px;
	font-size:1em;
	font-weight:700
}

#writing,#newsStories {
	width:610px;
	min-height:400px;
	background:url(../images/backgrounds/transparentPNG.png) repeat;
	color:#000;
	padding-top:5px;
	font-size:.8em
}

#writing.cal {
	padding-top:0
}

#slider {
	width:610px
}

#writing p img {
	vertical-align:bottom
}

#writing p {
	margin-top:1em
}

#writing p.close {
	margin-top:0
}

#writing a {
	color:#000
}

#writing a:hover {
	color:#ff0101
}

#writing a.selected {
	color:#ff0101
}

#newsStories .newsTicker {
}

#newsStories li {
	height:100px;
	border-bottom:1px solid #000;
	margin-left:15px;
	margin-right:15px
}

#newsStories p.newsP {
	height:50px;
	border-bottom:1px solid #000;
	margin-top:15px
}

#newsStories h2 {
	font-size:1.3em;
	margin-left:15px
}

#newsStories a {
	color:#333
}

#newsStories a:hover {
	color:#ff0101
}

#footer {
	background:#771214;
	clear:both;
	font-size:.8em;
	text-align:center;
	padding-top:.4em;
	padding-bottom:.4em
}

#indexFooter #footer {
	background:none;
	clear:both;
	font-size:.9em;
	text-align:center;
	padding-top:2em
}

#divNo1 {
	width:100%;
	height:400px;
	display:block;
	margin-top:15px
}

#divNo2,#divNo3,#divNo4,#divNo5,#divNo6 {
	width:100%;
	height:400px;
	display:none;
	margin-top:15px
}

label {
	font-size:.9em
}

input,textarea {
	margin-top:2px;
	margin-bottom:2px;
	border:1px solid #999;
	padding:3px;
	background-color:#FFF
}

#writing input,textarea {
	margin-top:0
}

div.menuLeft {
	float:left;
	width:300px;
	margin-right:20px
}

div.menuRight {
	float:left;
	width:250px;
	height:283px
}



.bx-container {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0
}

.bx-container img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:101;
	display:none
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .2em 1em .25em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.orange {
	color: #000000;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#d2552d), to(#f47a20));
	background: -moz-linear-gradient(top,  #d2552d,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#d2552d), to(#f06015));
	background: -moz-linear-gradient(top,  #d2552d,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#d2552d), to(#faa51a));
	background: -moz-linear-gradient(top,  #d2552d,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
