@charset "Shift_JIS";

/*--------------------------------------------------------------------

  Common styles
  version : 0.2.20120510
  author  : Kenichi Okamura

--------------------------------------------------------------------*/

html {
	background-color: transparent;
	background-image: none;
	width: 100%;
	height: 100%;
}

body {
	background: #000 url(../images/ph_main_1.jpg) no-repeat center top fixed;
	width: 100%;
	height: 100%;
}

body, td, th {
	font-size: 14px;
	line-height: 1.75em;
	letter-spacing: 0.075em;
	text-align: left;
	color: #CCC;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

br {
	letter-spacing: normal;
}

strong {
	font-weight: bold;
}

img {
	border: 0 none;
	vertical-align: bottom;
}

p {
	margin-bottom: 1.75em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

h1 {
	font-size:24px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:14px;
	color: #666;
}
h6 {
	font-size:14px;
	color: #999;
}


/*--------------------------------------------------------------------

  text styles

--------------------------------------------------------------------*/
.cap,
.caption {
	font-size: 12px;
	line-height: 1.5em;
	color: #808080;
}

.big {
	font-size: 24px;
}


/*--------------------------------------------------------------------

  link style

--------------------------------------------------------------------*/
a {
	color:#F33;
	text-decoration: none;
}

a:link {
	color:#F33;
	text-decoration: none;
}

a:visited {
	color:#C33;
	text-decoration: none;
}

a:hover {
	color:#F66;
	text-decoration: none;
}

a:active {
	color:#F66;
	text-decoration: none;
}

	/*----------------------------
	  image link style
	----------------------------*/
	a.external img {
		vertical-align: middle;
	}
	

a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

a:hover img.btn,
a:hover img.current,
a:hover img.nohover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

a:hover img.current,
a:hover img.off,
a:hover img.nohover {
	cursor: default;
}


img.off,
a img.off,
a:hover img.off {
	filter: alpha(opacity=30);
	-moz-opacity:0.30;
	opacity:0.30;
}


/*--------------------------------------------------------------------

  common styles

--------------------------------------------------------------------*/
.parent {
	height: auto;
	overflow: hidden;
}
	.left {
		float: left;
	}
	.right {
		float: left;
	}
	ul.parent li {
		float: left;
	}
	ul.parent li.right {
		float: right;
	}

.navi {
}
	.navi li {
		padding-right: 15px;
	}
	.navi li:last-child {
		padding-right: 0;
	}


.youtube {
	width: 496px;
	margin: 0 auto;
}

img.ficon {
	background: #EEE;
	margin: 2px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.hidden {
	visibility: hidden;
}

/*--------------------------------------------------------------------

  section styles

--------------------------------------------------------------------*/
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}


/*----------------------------------------
  header
----------------------------------------*/
#header {
	width: 620px;
	margin: 0 auto;
}
	ul#titles {
		position: relative;
		width: 500px;
		height: 350px;
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
	}
		ul#titles li {
			position: absolute;
			width: 500px;
			height: 350px;
			margin: 0;
			padding: 0;
		}
	
	h1#title {
		margin-top: 0;
		margin-bottom: 0;
	}
	
#soundSetting {
	position: absolute;
	width: 140px;
	right: 25px;
	top: 110px;
}
	#soundSetting img {
		cursor: pointer;
	}
	
#yodogawa {
	text-align: center;
	margin-top: 200px;
}

#tb {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
}

/*----------------------------------------
  contents
----------------------------------------*/
#contents {
	width: 500px;
	margin: 0 auto;
}
	#contents h2 {
		margin-top: 40px;
	}

#menu {
	margin: 50px 0;
	font-size: 18px;
	line-height: 1.75em;
	text-align: center;
}
	#menu h2 {
		font-size: 14px;
	}

#hear {
	position: relative;
	margin: 50px 0;
	text-align: center;
}
	#player {
		width: 450px;
		margin: 0 auto;
	}

#archive {
	margin: 50px 0;
	text-align: center;
}
	#now {
		width: 400px;
		margin: 0 auto;
		text-align: left;
	}
		#now h3 {
			text-align: center;
		}
	#past {
		font-size: 12px;
	}
	
#soundSetting {
	text-align: right;
}
#date {
	margin: 30px 0 30px;
	font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
}
		

/*----------------------------------------
  footer
----------------------------------------*/
#footer {
	width: 760px;
	margin: 50px auto 50px;
	padding: 0;
}
	#footer ul {
		height: auto;
		overflow: hidden;
		margin: 30px 0;
		padding: 0;
	}
	#footer li {
		float: left;
		padding-right: 20px;
		line-height: 1em;
		list-style-type: none;
	}
	#footer li:last-child {
		padding-right: 0;
	}
	#footer li.copyright
	{
		float: right;
		padding-right: 0;
		line-height: 30px;
	}
	
#copyright,
#footer li.copyright {
	font-size: 10px;
	font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#copyright {
	margin: 20px 0;
}




/*--------------------------------------------------------------------

  section styles [rank_fear.html]

--------------------------------------------------------------------*/
	#pageRankFear h1#titleS {
		float: right;
	}
	#pageRankFear h2#titleFearbook {
		float: left;
	}


	#ranking {
	}
		#ranking ul {
		}
		#ranking li {
			padding-right: 15px;
		}
		#ranking ol {
			padding-left: 50px;
		}
		#ranking ol li {
			padding-left: 40px;
			list-style-type: decimal;
		}




/*--------------------------------------------------------------------

  section styles [stop2012.html]

--------------------------------------------------------------------*/
	#pageStop2012 h1#titleS {
		text-align: center;
	}
	
	#pageStop2012 #yodogawa {
		margin-top: 60px;
		margin-bottom: 100px;
	}




/*--------------------------------------------------------------------

  section styles [fear2012_0X.html]

--------------------------------------------------------------------*/
	#bg {
		background: #000 url(../images/ph_main_2.jpg) no-repeat center top fixed;	
	}
	#pageFear2012 h1#titleS {
		text-align: center;
	}
	
	#pageFear2012 #contents {
		width: 600px;
	}
	
	#pageFear2012 #article {
		width: 450px;
		margin: 0 auto;
	}
	
	#pageFear2012 #pagenavi {
		width: 535px;
		margin: 30px auto;
	}
		#pageFear2012 #pagenavi li {
			padding-right: 20px;
		}
		#pageFear2012 #pagenavi li:last-child {
			padding-right: 0;
		}
		
	#pageFear2012 #fearButton {
		width: 104px;
		margin: 30px auto 50px;
	}
		.vote_btn {
			cursor: pointer;
		}
		
	#pageFear2012 #article h2 {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 1.0em;
		color: #F33;
	}
	
	#pageFear2012 #article h3 {
		font-size: 24px;
		line-height: 1.5em;
		color: #F33;
	}
