@charset "utf-8";

* {
	list-style-type: none;
	font-style: normal;
	font-size: 96%;
	line-height: 1.5;
}

/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:block;
	overflow:hidden;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #003010;
	background-image: url(../images/asanobg.png);
	color: #ccc;
}

a:link {color: #89D4B6;}
a:visited {color: #73C3B6;}
a:hover {color: #604030; background-color: #e0e0ee;}
a:active {}

a[href^="http://"]:after,
a[href^="https://"]:after {
   content:url(../images/external-link.png);
}

a.twitter {
	display: inline-block;
	line-height: 16px;
}
a.twitter:hover {
}
a.twitter[href^="https://"]:after {
   content:none;
}

a.twitter img {
	vertical-align: middle;
}

strong {
	color: #ee7050;
}
em {
	font-weight: bold;
}


#wrap {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #002000;
}


header {
	margin-bottom: 50px;
}

h1 {
	margin: 0;
	padding: 0;
	height: 250px;
	width: 950px;
	background-image: url(../images/asanoheader.jpg);
	text-indent: -5000px;
}

nav,
nav ul {
	width: 950px;
	height: 50px;
	margin: 0;
	padding: 0;
}

nav ul li {
	float: left;
	width: 190px;
	height: 50px;
	background: #666;
}

nav ul li a {
	display: block;
	width: 190px;
	height: 50px;
	text-indent: -5000px;
}


nav ul li a {
	background-image: url(../images/nav.png);
}

nav ul li#naviNews a:link {
	background-position: 0px 0px;
}
nav ul li#naviShow a:link {
	background-position: -190px 0px;
}
nav ul li#naviDisc a:link {
	background-position: -380px 0px;
}
nav ul li#naviBio a:link {
	background-position: -570px 0px;
}
nav ul li#naviContact a:link {
	background-position: -760px 0px;
}

nav ul li#naviNews a:hover {
	background-position: 0px 50px;
}
nav ul li#naviShow a:hover {
	background-position: -190px 50px;
}
nav ul li#naviDisc a:hover {
	background-position: -380px 50px;
}
nav ul li#naviBio a:hover {
	background-position: -570px 50px;
}
nav ul li#naviContact a:hover {
	background-position: -760px 50px;
}

nav ul li#naviNews.current a {
	background-position: 0px 50px;
}
nav ul li#naviShow.current a {
	background-position: -190px 50px;
}
nav ul li#naviDisc.current a {
	background-position: -380px 50px;
}
nav ul li#naviBio.current a {
	background-position: -570px 50px;
}
nav ul li#naviContact.current a {
	background-position: -760px 50px;
}






section#main {
	margin: 0 0 25px;
	padding: 0;
	width: 650px;
	float: left;
	font-size: medium;
}

section article {
	margin-left: 20px;
	margin-right: 10px;
}

h2 {
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 25px;
	padding: 6px 10px 1px;
	font-weight: bold;
	color: #fff;
	background-color: #152900;
	border-bottom: 2px solid #131f08;
	font-size: medium;
}
article {
/*	margin-top: 15px;*/
	margin-bottom: 40px;
}
h3 {
	background-color: #004020;
	color: #ccc;
	border-bottom: 1px solid #966426;
	border-left: 5px solid #966426;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 2px;
	letter-spacing: 2px;
}
h3 a {
	text-decoration: none;
}
h5 {
	margin-bottom: 5px;
}
p {
	margin: 0 0 20px;
	padding: 0;
}
img.prof {
	float: left;
	margin-right: 20px;
}

aside#widgets {
	margin: 0 0 0 650px;
	padding: 10px;
	width: 280px;
}
aside#widgets article {
	margin-bottom: 25px;
}
aside#widgets h2 {
	margin: 0 0 5px;
	padding: 0;
	border-bottom: 2px solid #900;
	background: none;
	color: #ddd;
	font-weight: bold;
	font-size: small;
	text-align: right;
}
aside#widgets p {
	text-align: right;
	font-size: x-small;
}

p.with {
	color: #ddddaa;
	margin: 20px 0px;
}
p.note {
	background-color: #002909;
	color: #f0f0f0;
	border: 1px;
	border-color: #053;
	font-size: small;
	padding: 8px;
}

p.showdetail {
	font-size: small;
}

p.pastYearNavi {
	display: block;
	text-align: center;
	margin: 50px 0px;
	}

footer {
	clear: both;
	background-color: #152900;
	margin: 0;
	padding: 10px;
	text-align: right;
	font-size: small;
}
