/*
===============================================================================
/css/notfound.css
Page Not Found用スタイルシート
===============================================================================*/

/* Default Style of Tags in Contents
===============================================================================*/
#contents {
	padding:15px;
}
/* Category Title 
#contents h1 {
	padding:10px;
	margin:10px 0px 5px;
	border:1px solid #666;
	background-color:#eee;
	color:#333;
	font-size:medium;
}*/

#contents h1 {
	color:#333;
	font-size:medium;
}


/* Unordered List */
#contents ul {
	line-height:1.75em;
}
#contents ul li {
}


/* Paragraph */
#contents p {
	margin:15px 0 0;
}

#contents p.last {
	margin:15px 0;
}


/* Border-Background Color Of OList & Ulist Wrapper Table
===============================================================================*/
table.list {
	margin:0 0 15px 0;
}
table.list ul, table.list ol {
	margin:10px 20px;
	padding:0;
}

/* To Pagetop
===============================================================================*/
#contents a#pageTop {
	display:block;
	width:90px;
	margin:0 0 0 auto;
	padding:15px 0 0 0;
}

/* Anchor With HeadPoint
===============================================================================*/
#contents a.toOutside {
	padding:0 0 0 15px;
	background:url(../images/second_anchor_head_off.gif) no-repeat center left;
}
#contents a.toOutside:hover {
	background:url(../images/second_anchor_head_on.gif) no-repeat center left;
}
