@charset "utf-8";

/*
======== CONTENTS =========
	Site Name: POKKA
	Last-updated:2008/09/03
	Description: errpage stl
===========================
*/

/*
===== 1: base setting ===========================
*/

body {
	text-align:center;/* box centering for ie5 */
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	text-align: left;
	display: block;
}


#PAGE {
	border-top:3px solid #F84E39; 
	text-align:center;/* box centering for ie5 */
}



/*
===== 2: general style ===========================
*/

/* 読み上げブラウザ用スキップ */
span#naviskip {
	position: absolute;
	top: 0;
	left: 0;
}


/* 点線で区切るパーツ */
div.separate{
	clear:both;
	background: url(/default/img/dot_line.gif) repeat-x left bottom;
	height: 1px;
	margin:5px 0;
}
div.separate hr{margin: 0;padding: 0; display: none; }



/*
===== 3: layout ===========================
*/

#BASE {
	background: #fff;
	width:612px;
	margin: 1px auto;
	text-align:left;
}

#MAIN {
}


/*
===== 4: topicPathr ===========================
*/

/* moved to pokkaheader 080808*/


.gotop{
	margin: 0 0 16px 0;
	text-align:right;
}
.gotop a{
	font-size:75%;
	line-height: 1.2;
	background: url(/default/img/billet_up.gif) no-repeat 10px 0.5em;
	padding-left:22px;
}


/*
===== 5: main font ===========================
*/

#MAIN p,
#MAIN li,
#MAIN th,
#MAIN dt,
#MAIN dd{
	font-size:80%;
	line-height: 1.4;
}

/*
===== 6: title ===========================
*/
#MAIN h1{
 margin-top:31px;
}

h2{
margin:40px 0 12px 0; 
}


/*
===== 8: box ===========================
*/

#MAIN div.notes{
	margin: 0 0 16px 0;
	border:#b8b8b8 1px solid ;
	background-color: #FFFFFF;
	line-height: 1.5em;
	padding:10px 12px 10px 12px;
}

#MAIN div.notes li{
/*	font-size:70%;*/
}

#MAIN div.notes ul{

	list-style: none;
}

#MAIN div.notes ul li{
	list-style: none;
	padding:2px 6px 3px 0;
	line-height: 1.5;
}

#MAIN div.notes p a img{
	margin-right:15px;
	margin-top:10px;
}


/*
=====  : link ===========================
*/

span.goto{
	background: url(/default/img/billet_arrow.gif) no-repeat 2px .7em;
	padding:4px 0 3px 14px;
	line-height:1.5;
	display:block;
	clear:both;
}




/*
=====  9: clearfix ===========================
*/
#BASE:after ,
#MAIN div.title:after ,
#MAIN div.index:after ,
div.inbox:after {
	content: url(/default/img/clear.gif);
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#BASE ,
#MAIN div.title ,
#MAIN div.index ,
div.inbox {
	display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html #BASE ,
* html #MAIN div.title ,
* html #MAIN div.index ,
* html div.inbox{height: 1%;}
#BASE ,
#MAIN div.title ,
#MAIN div.index ,
div.inbox {display: block;}
/* End Holly Hack */
