/**
*
* Planet A
*
* Common style
*
* created on 2013. 09. 14.
* by expert@planetorganizer.com
*
*/

@charSet "UTF-8";


* {
	margin:0 auto;
	padding:0;
}
html {
	margin:0 auto;
	padding:0;
}
body {
	margin:0 auto;
	padding:0;
}

.Header {
	margin:0 auto;
	padding:0;
	
	width:100%;
	height:100px;
	
	text-align:center;
}
	.Indicator {
		margin:0 auto;
		padding:0;
		
		max-width:1000px;
		height:100px;
	}
		.Indicator .Logo {
			float:left;
			
			width:200px;
			height:100px;
			
			background-image:url("/root/images/Logo.png");
			
			cursor:pointer;
		}
		.Indicator .Navigator {
			float:right;
		}
			.Indicator .Navigator .NavigationItem {
				float:left;
				line-height:100px;
				
				padding-left:25px;
				padding-right:25px;
				
			}
			
			.Indicator .Navigator .NavigationItem_Selected {
				float:left;
				line-height:100px;
				
				padding-left:25px;
				padding-right:25px;
				
				text-decoration:underline;
			}
				.Indicator .Navigator .NavigationItem  a:link,
				.Indicator .Navigator .NavigationItem  a:visited {
					text-decoration:none;
					color:#000000;
				}
				
				.Indicator .Navigator .NavigationItem a:hover,
				.Indicator .Navigator .NavigationItem  a:active
				 {
					text-decoration:none;
					color:#dd3355;
				}			

.MainBanner {
	position:relative;
	clear:both;

	width:100%;
	height:600px;
	
	background-position:center;
}

.Contents {
	max-width:1000px;
	
	text-align:center;
	font-size:20px;	
}
	
	.Section {
		width:100%;
	}
		.SectionTitle {
			width:100%;
			padding-top:100px;
			
			text-align:center;
			
			font-size:2em;
		}
		.SectionContents {
			width:100%;
			padding-top:50px;
			padding-bottom:50px;
			
			text-align:center;
			font-size:1em;
		}


.Footer {
	width:100%;
	height:30px;
	
	padding-top:100px;
}
	.FooterContext {
		width:100%;
		height:30px;
	
		text-align:center;
		
		font-size:11px;	
		color:#888888;
	}


/*
a:link {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#000000;
}
a:active {
	text-decoration:none;
	color:#000000;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
*/