﻿/*******************************************************************************************/
/*  작 성 자 : 울산대학교
/*  작 성 일 :  2012.
/*  수 정 일 :  2012.
/*  버     전 :  0.0.1
/*  설     명 :  Support < Sitemap
/*  위     치 :  /css/contents/support/sitemap/layout.css
/*******************************************************************************************/

/* 사이트맵 */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap
{
	position: relative;
	top: 0;
	left: 0;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div
{
	width: 240px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}

div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div h4.subject
{
	color: #07080A;
	font-style: italic;
	font-size: 22px;
	font-family: "Georgia";
	font-weight: bold;
	margin: 0 40px 10px 0;
	padding: 0 0 6px 16px;
	letter-spacing: -1px;
	border-bottom: 1px solid #7F7F7F;
	background: url(/images/board/icon_title.gif) 0 8px no-repeat;
}

div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div ul.main
{
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div ul.main li
{
	margin: 0 0 0 0;
	padding: 2px 0 2px 12px;
	background: url(/images/board/icon_line_dot.gif) 3px 10px no-repeat;
}

div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div ul.main li a:hover 
{
	color: blue;
	text-decoration: underline;
}

div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div ul.main li strong
{
	color: #07080A;
	font-size: 14px;
	font-family: "PT Sans";
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* About IFOST */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.about
{
	position: absolute;
	top: 0;
	left: 0;
}

/* IFOST */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.ifost
{
	position: absolute;
	top: 0;
	left: 240px;
}

/* Community */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.community
{
	position: absolute;
	top: 0;
	left: 480px;
}

/* Support */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.support
{
	position: absolute;
	top: 270px;
	left: 0;
}

/* MyPage */
div#MainWrapper div#ContentsWrapper div#MainContents div.contents-wrap div.mypage
{
	position: absolute;
	top: 270px;
	left: 240px;
}