@charset "utf-8";
/* CSS Document */

#otherArea {
font-size: 13px;
}

#otherArea a:focus {
	outline:none;
}
#otherArea a, a:link, a:visited, a:focus, a:active {
	color: #1A9EA2;
	text-decoration: underline;
}
#otherArea a:hover {
	color: #ccc;
	text-decoration: none;
}
#otherArea #pankuzuArea a, a:link, a:visited, a:focus, a:active {
	color: #1A9EA2;
	text-decoration: underline;
}
#otherArea #pankuzuArea a:hover {
	text-decoration:none;
	color:#ccc;
}

/* --------------------------------------------------
   mainimgArea
-------------------------------------------------- */
#otherArea #mainimgArea {
	width:auto;
}
#otherArea #mainimgArea h2 {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:103px;
	margin-bottom:1px;
	text-indent:-9999px;
}
#otherArea #mainimgArea .privacy{
	width:auto;
	background:url(../../images/other/privacy/bg.jpg) repeat-x bottom;
}
#otherArea #mainimgArea .privacy h2 {
	background:url(../../images/other/privacy/title.jpg) no-repeat bottom;
}

#otherArea #mainimgArea .faq{
	width:auto;
	background:url(../../images/other/faq/bg.jpg) repeat-x bottom;
}
#otherArea #mainimgArea .faq h2 {
	background:url(../../images/other/faq/title.jpg) no-repeat bottom;
}
#otherArea #mainimgArea .contact{
	width:auto;
	background:url(../../images/other/contact/bg.jpg) repeat-x bottom;
}
#otherArea #mainimgArea .contact h2 {
	background:url(../../images/other/contact/title.jpg) no-repeat bottom;
}
#otherArea #mainimgArea .word{
	width:auto;
	background:url(../../images/other/word/bg.jpg) repeat-x bottom;
}
#otherArea #mainimgArea .word h2 {
	background:url(../../images/other/word/title.jpg) no-repeat bottom;
}
#otherArea #mainimgArea .sitemap{
	width:auto;
	background:url(../../images/other/sitemap/bg.jpg) repeat-x bottom;
}
#otherArea #mainimgArea .sitemap h2 {
	background:url(../../images/other/sitemap/title.jpg) no-repeat bottom;
}
#otherArea #mainimgArea .recruit{
	width:auto;
	background:url(../../images/other/recruit/bg.jpg) repeat-x bottom;
}
#otherArea #mainimgArea .recruit h2 {
	background:url(../../images/other/recruit/title.jpg) no-repeat bottom;
}
/* --------------------------------------------------
   mainArea
-------------------------------------------------- */
#otherArea #mainArea {
	float:right;
	width:670px;
}

#otherArea #mainArea .top_back{
	width:650px;
	height:13px;
	text-align:right;
	padding-top:1em;
	clear:right;	
}
.red{color:#FF0000;}
.clear{clear:both;}
#otherArea #mainArea .m_body {
	width:650px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* --------------------------------------------------
   sideBar
-------------------------------------------------- */

#otherArea #sideBar {
	float: left;
	width: 210px;
	display: block;
}

#otherArea #sideBar .list_title{
	background:url(../../images/other/list_title.jpg) no-repeat;
	height:33px;
	width:210px;
	text-indent:-9999px;
}
#otherArea #sideBar #listArea {
	background:#F4F6F6;
	width:198px;
	padding:6px;
	margin-bottom:20px;
}	
#listArea .archivelist {
	background:#FFFFFF;
	width:170px;
	padding:8px 14px;
}
#otherArea #sideBar #listArea .archivelist ul.list {
    list-style: none;
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
}

 
#otherArea #sideBar #listArea .archivelist ul.list li {
    margin: 8px 0px 0px 0px;
    padding: 0px 0px 8px 20px;
    background: url(../../images/other/arrow.jpg) no-repeat 3px 0.2em;
    list-style: none;
	border-bottom:1px #C8C9CA dotted;
}

