﻿@charset "utf-8";

p{
	letter-spacing: 1px ;
	line-height: 1.15em ;
}

h1{
	height: 65px ;
	
	background-position: center ;
}

h1 #chapter{
	margin-left: 3px ;
	font-size: smaller ;
	font-weight: normal ;
	vertical-align: baseline ;
	color: #FFFFFF ; 
}

/* 特集コンテンツ内ヘッダーメニュー */
ul#headerMenu{
	clear: both ;
	margin-top: 2px ;
	text-align: center ;
}

#headerMenu li{
	margin: auto 1em 3px 0;
	display: inline ;
}

#headerMenu li.right{
	border-left: solid 1px #333333 ;
	padding-left: 1em ;	
}


#contents{
	margin: 5px ;
	display: block ;
}

/* リード文 */
#lead{
	xmargin: 0 5px 0 5px ;
	padding: 5px ;
	
	border: dotted 2px #333333 ;
	background-color: #FFFFF0 ;
}

#index{
	clear: both ;
	margin-top:5px ;
	float: left ;
	width: 65% ;
}

/* ダウンロード */
#download dl{
	margin: 5px ;
	padding: 5px ;
	
	background: #ffffff ;
	border: solid 1px #666666 ;
}

#download dt{
	display: inline ;
	margin-right: 5px ;
	float: left ;
}

#download dd{
	display: inline ;
}

#download .apname{
	font-weight: bold ;
}

#download_icons{
	margin-top: 5px ;
}

#download_icons li{
	display: inline ;
	margin-right: 5px ;
}

#download_icons a{
	display: inline-block ;
	width: 60px ;
	height: 30px ;
	overflow: hidden ;
	background: no-repeat top left ;
}

#download_icons a:hover{
	background-position: 0 30px ; /* firefox解釈違いの見栄え改善 */
}

#download_icons a img{
	visibility: hidden ;
}

#download_icons a:hover img{
	visibility: visible ;
}

#download_icons a#official{
	background-image: url(../../img/icon/download/official.png) ;
	height: 30px ;
}

#download_icons a#QJ{
	background-image: url(../../img/icon/download/qj.png) ;
}

#download_icons a#psp-hacks{
	background-image: url(../../img/icon/download/psphacks.png) ;
}

#download_icons a#mirror{
	background-image: url(../../img/icon/download/mirror.png) ;
}

#download_icons a#vector{
	background-image: url(../../img/icon/download/vector.png) ;
}

#download dd .plus{
	margin-top: 3px ;
	font-size: smaller ;
}

/* インデックス */
#special_contents h2{
	font-weight: bold ;
}

#special_contents ol{
	list-style-type: decimal ;
	margin-left: 2em ;
	margin-bottom: 1em ;
}

#special_contents ol li{
	margin-top: 0.2px ;
}

/* ツール */
#tools{
	float: right ;
	margin: 5px 0 5px 0px ;
	width: 33% ;
}

#tools ul{
	margin-left: 5px ;
}

/* 記事内部設定 */

/* ヘッダー・フッターメニュー、未完リンク */
.no_extract,.no_extract:hover{
	color: #EEEEEE ;
}

/* アイコン */
.caution_yellow{
	background: url(../../img/icon/caution_yellow.gif) no-repeat ;
	background-position: 1px 1px ;
	
	padding-left: 19px ;
}

.caution_red{
	background: #FFCCFF url(../../img/icon/caution_red.gif) no-repeat ;
	background-position: 1px 1px ;
	
	padding-left: 19px ;
}

#article p{
	padding-left: 5px ;
	text-indent: 1em ;
	margin-bottom: 1em ;
}

/* 画像 */
#article img.right{
	float: right ;
	margin-left: 5px ;
	margin-right: 5px ;
	border: solid 1px #000000 ;
}

#article img.left{
	float: left ;
	margin-left: 5px ;
	margin-right: 5px ;
	border: solid 1px #000000 ;
}


#article .clear{
	clear: both ;
}

h3.quoteCaption{
	font-size: small ;
	font-weight: bold ;
	margin: 0.8em 0 0 5px ;
}

blockquote{
	padding: 3px ;
	margin: 1px 5px 1em ;
	border: dotted 2px #000000 ;
}

blockquote li{
	margin-top: 0.3em ;
	margin-left: 1.8em ;
}