@charset "utf-8";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }

/* BEGIN BASIC SETTINGS */

body {
	color: #666666;
	font-family: "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","MS Pゴシック", "MS P Gothic", Osaka,sans-serif;
	background-color: #ffffff;
	background-image:url(images/top_bgimg.jpg);
	padding-top:41px;
	background-repeat: repeat-x;
	background-position: left top;
}

a:link {
	color: #666666;
	text-decoration:none;
}

a:visited {
	color: #666666;
	text-decoration:none;
}

a:hover {
	color: #ccff99;
	text-decoration:none;
}

a:active {
	color: #ccff99;
	text-decoration:none;
}

img {
	border: none;
}

hr {
	display: none;
}

ul {
	list-style-type: none;
}

/* END BASIC SETTINGS */

/* BEGIN LAYOUT */
#pageBody,
#arcBody,
#linkBody {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#arcBody {
	width: 1086px;
}

#linkBody {
 width: 1100px;
}

#naviTop {
	height: 49px;
	width: 1080px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#naviBottom {
	padding-left: 20px;
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
}

#arcBody #naviBottom {
	margin-left: 3px;
}

#naviTop #nunLogo {
	padding: 0px;
	margin-top: 8px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 3px;
	float: left;
}


#naviTop #titleLogo {
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	font-size:20px;
	font-weight:bold;
}

#naviTop ul {
	width: 300px;
	float: right;
	margin-top: 24px;
	text-align: center;

}

#naviTop li {
	width: 75px;
	float: left;
}

#naviBottom ul {
	margin-top: 5px;
	text-align: left;
}

#naviBottom li {
	width: 420px;
	float: left;
	margin-bottom: 15px;
}
/* END LAYOUT */

/* BEGIN NAVI */

.navi {
	font-size: 7pt;
	/*font-weight: bold;*/
}

.onPage {
	color: #000000;
}

#naviBottom ul.navi li dl dd {
	width: 220px;
	font-size: 10pt;
	font-weight: normal;
	color: #ff6666;
	margin-left: 35px;
	line-height: 18pt;
}

#naviBottom ul.navi li dl dt {
	font-size: 7pt;
	margin-bottom: 10px;
}

#naviBottom ul.navi li dl dd a:link {
	color: #ff6666;
	text-decoration:none;
}

#naviBottom ul.navi li dl dd a:visited {
	color: #ff6666;
	text-decoration:none;
}

#naviBottom ul.navi li dl dd a:hover {
	color: #ccff99;
	text-decoration:none;
}

#naviBottom ul.navi li dl dd a:active {
	color: #ccff99;
	text-decoration:none;
}
/* END NAVI */

/* BEGIN CONTENT */

.caption {
	color: #ff6666;
	margin-left: 1px;
	margin-top: 4px;
	font-size: 14px;
	line-height: 20px;
}

.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	line-height: 5px;
	margin-bottom: 5px;
	color: #ff6666;
}
/*.captionBig {
	font-size: 100pt;
	line-height: 90pt;
}*/

/*.caption .capNum {
	font-size: 50pt;
	line-height: 70pt;
}*/

.caption strong {
	font-weight: bold;
}

.caption a:link {
	color: #ff6666;
	text-decoration:none;
}

.caption a:visited {
	color: #ff6666;
	text-decoration:none;
}

.caption a:hover {
	color: #ccff99;
	text-decoration:none;
}

.caption a:active {
	color: #ccff99;
	text-decoration:none;
}

.posts {
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66ccff;
	margin-right: auto;
	margin-left: auto;
}

.lastPosts {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-right: auto;
	margin-left: auto;
}

.sign {
	text-align: center;
	position:relative;
}

.sign img {
  max-width: 100%;
}

.sign p.objCap {
	padding-top:5px;
	padding-left:3px;
	padding-bottom:4px;
	padding-right:3px;
	text-align:left;
	font-size:10px;
	color:#000000;
}

.objCap strong {
	font-style:italic;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

#prev {
	width: 40px;
	font-size: 8pt;
	/*font-weight: bold;*/
	color: #ff6666;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}

#more {
	width: 40px;
	font-size: 8pt;
	/*font-weight: bold;*/
	color: #ff6666;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}

/* END CONTENT */

/* BEGIN ARCHIVES */
#episode {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99ccff;
}

#episode dl {
	margin-left: 20px;
}

#episode dl dt {
	margin-top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 3px;
}

#episode dl dd a {
	font-size: 8pt;
	font-weight: bold;
	color: #ff6666;
	line-height: 12px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#episode dl dd a:link {
	color: #ff6666;
	text-decoration:none;
}

#episode dl dd a:visited {
	color: #ff6666;
	text-decoration:none;
}

#episode dl dd a:hover {
	color: #ccff99;
	text-decoration:none;
}

#episode dl dd a:active {
	color: #ccff99;
	text-decoration:none;
}

#archivesImg {
	width: 1086px;
	margin: 0;
	padding: 0;
}

#archivesImg .box {
	width: 175px;
	margin: 3px;
	padding: 0px;
	float: left;
	position: relative;
	display: block;
}

#archivesImg .w {
	width: 356px;
	margin: 3px;
	padding: 0px;
	float: left;
	position: relative;
	display: block;
}

#archivesImg .box table.hover tr td{
	background: #ffffff;
	-moz-opacity:.95;
	filter:alpha(opacity=95);
	opacity:.95;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
	visibility: visible;
}

#archivesImg .box table.hover tr td p {
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	line-height: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	visibility: visible;
}

#archivesImg .box table tr td{
	visibility: hidden;
	width:0;
	height:0;
}

#archivesImg .box table tr td p{
	visibility: hidden;
	width:0;
	height:0;
}

.noObj {
	width:100%;
	top:0;
	left:0;
	position:relative;
	visibility:visible;
	background-repeat: no-repeat;
	background-position: center;
}

.sc {
	background-image:url(images/soundcloud.gif);
	background-color:#dfdfdf;
	height:81px;
}

.sc_new {
	background-image:none;
	background-color:transparent;
	height:166px;
}

#archivesImg .obj, #archivesImg .obj a{
	font-size: 8pt;
	font-weight: bold;
	color: #ff6666;
}

#archivesImg .obj a:link {
	color: #ff6666;
	text-decoration:none;
}

#archivesImg .obj a:visited {
	color: #ff6666;
	text-decoration:none;
}

#archivesImg .obj a:hover {
	color: #ccff99;
	text-decoration:none;
}

#archivesImg .obj a:active {
	color: #ccff99;
	text-decoration:none;
}

#archivesImg .obj span.sc_cap {
	font-weight:normal;
	font-size:7pt;
}

#archivesImg .obj span.sc_cap strong {
	font-style:italic;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}


#arcEnd,
#linkEnd {
	width: 1080px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

/* END ARCHIVES */

/* BEGIN ABOUT */

#about {
	padding-top:0px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#aboutText .caption {
	color:#000000;
}

#about dl {
	margin-bottom:10px;
}

#about dl dd {
	margin-left:10px;
	font-size:1em;
}

#thank {
	margin-left:10px;
	margin-top:0px;
	font-size:16pt;
}

#pageBody #about #aboutText {
	font-size: 12px;
}

/* END ABOUT */

/* BEGIN LINK */

#link {
	width:1100px;
	font-size: 1em;
}

#link .posts {
	width:430px;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:50px;
	float:left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #99ccff;
	border-bottom-style: none;
}

#link .listTop {
	border-top-style:none;
}


#link dl dd {
	margin-top:5px;
	margin-left:10px;
}

#linkEnd {
	margin-top:0px;
}

/* END LINK */

/* BEGIN BLOG */

.blog_title {
	color:#000000;
	font-weight:bold;
	font-size:35px;
	margin-left: 1px;
	margin-bottom: 4px;
}

.blog_text {
	color:#000000;
	font-size: 18px;
	margin-top: 4px;
	width:650px;
	line-height:26px;
}

.blog_text strong {
	color:#ff6666;
	font-size: 26px;
	line-height:30px;
}

.blog_text a:link {
	color: #ff6666;
	text-decoration:none;
}

.blog_text a:visited {
	color: #ff6666;
	text-decoration:none;
}

.blog_text a:hover {
	color: #ccff99;
	text-decoration:none;
}

.blog_text a:active {
	color: #ccff99;
	text-decoration:none;
}

/* END BLOG */

/* BEGIN FOOTER */
#gotoTop {
	width: 1080px;
	clear: both;
	font-size: 8pt;
	/*font-weight: bold;*/
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #666666;
	text-align: center;
}

#jump {
	background-image: url(images/goto_top.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 13px;
}


/* END FOOTER */

/* BEGIN iphone and ipad css */
/* END iphone and ipad css */

/* clear fixes */

#naviTop:after,
#naviBottom:after,
#archivesImg:after,
#link:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
