@charset "utf-8";
/* ---------------- CSS common Document ----------------- */
*{
	margin:0;
	padding:0;
}

html{
	height:100%;
	width:100%;
	overflow-y:scroll;
	overflow-x:auto;
}

body{
	color:#000000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:0.9em;
	text-align:center;
	height:100%;
	width:100%;
}

table{
	font-size:100%;
}

img{
	border:0;
	vertical-align:top;
 /*	pointer-events: none;   */
}

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

a:active, a:hover {
	text-decoration:underline;
}

a.KotonohaLink{
	color:#71A4D9;
	text-decoration:underline;
}

#frame{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:950px;
}

/*   共通クラス   */

.clearBoth{
	clear:both;
}
.clearLeft{
	clear:left;
}
.clearRight{
	clear:right;
}

.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.floatNone{
	float:none;
}

.alignCenter{
	text-align:center;
}
.alignLeft{
	text-align:left;
}
.alignRight{
	text-align:right;
}

.widthall {
	width:950px;
}

.widthleft {
	width:120px;
}


.widtcenter {
	width:506px;
}

.widthright {
	width:130px;
}

.margin_L12 {
	margin-left:12px;
}


/* --------------- header --------------- */
#header{
	margin-top:0;
	margin-bottom:0;
	padding:0;
}

#headerTitle{
	width:640px;
	height:84px;
	overflow:hidden;
}

#naviArea{
	margin:0,0,0,auto;
	margin-top:60px;
	padding:0;
	width:auto;
}

#naviArea ul{
	margin:0;
	list-style-type:none;
	height:12px;
	width:auto;
}

#headerLine {
	margin:0;
	padding:0;
	height:8px;
	overflow:hidden;
	width:100%;
}

/* --------------- globalNavi --------------- */
#globalNavi{
	margin-top:16px;
	width:150px;
}

#globalNavi div.list{
	margin-bottom:8px;
	padding:0;
	height:32px;
	width:150px;
}

/* --------------- contentsArea --------------- */
#contentsArea{
	width:774px;
}

#LeftArea{
	width:598px;
}

#RightArea{
	width:150px;
}

#contentsHeader,
#contentsBody,
#contentsFooter{
	width:598px;
}
#contentsHeader{
	margin-top:24px;
	margin-bottom:15px;
	padding:0px;
	overflow:hidden;
}

#contentsBody{
	line-height:1.4em;
}

#contentsFooter{
	border-top:1px solid #CCCCCC;
	margin-top:15px;
}

#contentsFooter .pageTop{
	float:right;
	padding:5px 0 8px 0;
	width:79px;
}

#contentsHeader h2{
	font-size:1.25em;
	font-weight:bold;
}

h3.search_title {
	font-size:1.1em;
	font-weight:bold;
	color:#FF9933;
}

#contentsHeader ul.top{
	list-style-type: none;
	margin-left:1em;
}

ul.top span.main_color{
	color:#FF9933;
}

#contentsHeader ul.art_c{
	list-style-type: none;
	margin-left:1.2em;
}

#contentsHeader li.top{
	text-indent:-1em;
}

#contentsHeader li.art_c{
	text-indent:-0.6em;
}

#contentsHeader li.top a,
#contentsHeader li.top a:active,
#contentsHeader li.top a:hover{
	text-decoration:none;
}

#contentsHeader ul li{
	float:none;
	list-style-type:none;
	background:none;
	padding:0px;
	white-space:normal;
}

#contentsHeader li#title{
	font-size:1.4em;
	font-weight:bold;
	color:#eeb120;
	margin-bottom:15px;
}

#contentsHeader li#name{
	font-size:1.2em;
	margin-bottom:3px;
}

#contentsHeader li#spell{
	font-size:1.1em;
	margin-bottom:10px;
}

#contentsHeader li#detail{
	font-size:1em;
	margin-bottom:27px;
}

#contentsBody ul li{
	float:none;
	list-style-type:none;
	background:none;
	padding:0px;
	white-space:normal;
}

#contentsBody li#title{
	font-size:1.4em;
	font-weight:bold;
	color:#eeb120;
	margin-bottom:15px;
}

#contentsBody li#name{
	font-size:1.2em;
	margin-bottom:3px;
}

#contentsBody li#spell{
	font-size:1em;
	margin-bottom:10px;
}

#contentsBody li#detail{
	font-size:1em;
	margin-bottom:30px;
}

#contentsBody .art p{
	margin-bottom:25px;
}

#contentsBody .look_more {
	float:right;
	margin-bottom:15px;
	font-size:0.65em;
	line-height:1.0em;
	width:auto;
}

/* --------------- footer --------------- */
#footer{
	float:left;
	border-top:2px solid #7D7D7D;
	display:inline;
	font-size:0.6em;
	margin-top:11px;
	padding:10px 0;
	width:950px;
	margin-right: -3px; /* IE6 Duplicate Characters Bug対策 */
}

#footerNavi{
	width:600px;
}

#footerNavi ul{
	list-style-type:none;
}

#footerNavi ul li{
	width:auto;
	padding:0;
}

#copyright{
	font-size:1.4em;
	color:#7d7d7d;
	text-align:right;
	height:1em;
	width:auto;
	border:1px solid #fff;
	margin-right: -3px; /* IE6 Duplicate Characters Bug対策 */
}


/* --------------- text --------------- */
.bold{
	font-weight:bold;
}

.red{
	color:#CC0000;
}

.blue{
	color:#0033CC;
}


/* --------------- layout --------------- */
.after{
	zoom:100%;
}
.after:after{
	clear:both;
	content:"";
	display:block;
	height:0;
	visibility:hidden;
}

.marginLeft{
	margin-left:6px;
}

.width195{
	width:195px;
}

/* --------------- sideMenu --------------- */

#sSearch{
	margin:0 0 0 18px;
	padding:0;
	text-align:left;
	vertical-align:middle;
}

#search{
	margin:0;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	vertical-align:middle;
	width:300px;
	height:18;
}

#bt_search{
	margin-left:10px;
	font-size:80%;
	vertical-align:middle;
	border:none;
	width:100px;
	height:18px;
}

#sNew{
	margin-top:6px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	text-align:left;
	height:auto;
	width:140px;
}

#sNew p.title{
	margin-top:10px;
	padding-bottom:8px;
	font-size:0.9em;
	text-align:center;
}

#sNew p.caption{
}

#sNew dt{
	float:left;
	font-size:0.9em;
	line-height:1.2em;
	width:40px;
}

#sNew dd{
	float:right;
	font-size:0.9em;
	line-height:1.2em;
	width:100px;
}

#sNew .details{
	margin-top:7px;
	text-align:center;
}

.work{
	color:#989898;
	display:inline;
	font-size:0.8em;
	line-height:1.2em;
	margin-left:6px;
	margin-bottom:20px;
	text-align:center;
	width:130px;
}
.work .workImage{
	height:69px;
}
.work div{
	margin:5px 0;
}
.work p{
	text-align:left;
}
.work .title{
	color:#000000;
	font-size:0.95em;
	font-weight:bold;
	margin:3px 0;
}

/* --------------- 広告スペース --------------- */
#advert{
	margin-top:24px;
	text-align:center;
	width:150px;
}

#advert .tltle{
	margin-top:0px;
	width:auto;
}

#advert div.bunner{
	margin-top:10px;
	width:auto;
}





/*   いらないものリスト   */

/*p.title2{
	float:left;
	color:#ff9933;
	font-size:0.78em;
	line-height:1.6em;
	width:50px;
	height:1.6em;
	overflow:hidden;
	border:red 1px solid;
}

.artistData h1,
.artistData .genre1{
	margin-left:0;
	margin-bottom:3px;
	width:auto;
}

.glossaryData h2,
.glossaryData .genre2,
.artistData h2,
.artistData .genre2{
	margin-left:4em;
	margin-bottom:2px;
	width:auto;
}

.genre1 a,
.genre2 a{
	color:#989898;
	margin-right:1.0em;
}
*/

