@charset "UTF-8";
a{
	text-decoration : none;
	color : white;
}
a:visited{
	color : white;
}
a:hover{
	color : #aaaaaa;
}
a:active{
	color : white;
}
*{
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}




body{
	color : white;
}
#main{
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	border-width: 8px;
	border-style: solid;
	border-color: #eedddd;
	width: 800px;
	color: #ffffff;
	font-size : 16px;
	line-height : 18px;
	font-weight: normal;
	text-align: left;
}


#sub1{
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	border-width: 0px;
	border-style: solid;
	border-color: olive;
	width: 500px;
	font-size : 16px;
	line-height : 18px;
	font-weight: normal;
}
#sub1 img{
	width: 90%;
}


#sub2{
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	border-width: 0px;
	border-style: solid;
	border-color: olive;
	width: 375px;
	font-size : 14px;
	line-height : 16px;
	font-weight: normal;
}
#sub2 h2{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
#sub2 h3{
	background-color: #ff9999;
	color: #ffffff;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}


#sub3{
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	border-width: 0px;
	border-style: solid;
	border-color: olive;
	width: 500px;
	font-size : 14px;
	line-height : 16px;
	font-weight: normal;
}
#sub3 h2{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
#sub3 img{
	width: 90%;
}


#sub4{
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	border-width: 0px;
	border-style: solid;
	border-color: olive;
	width: 800px;
	font-size : 14px;
	line-height : 16px;
	font-weight: bold;
	text-align: center;
	border-top-width : 2px;
	border-top-style : dotted;
	border-top-color : #eedddd;
	height : 60px;
}




@media screen and (max-width: 480px) {
#main{
	width: 525px;
}

#sub1 img{
	width: 80%;
}

#sub2{
	font-size : 12px;
	line-height : 14px;
	font-weight: normal;
}

#sub3{
	font-size : 10px;
	line-height : 12px;
	font-weight: normal;
}

#sub3 img{
	width: 80%;
}

#sub4{
	font-size : 14px;
	line-height : 16px;
	font-weight: bold;
	width: 525px;
}
}