@charset "UTF-8";
/* CSS Document */
* {
}
body {
	margin: 0;
	padding: 0;
	background: #FFF3FB url(../img/img02.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF3FB;
}
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #303030;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 2.2em;
}
p,
ul,
ol {
	margin-top: 0;
	line-height: 180%;
}
ul,
ol {
}
a {
	text-decoration: none;
	color: #FFF3FB;
}
a:hover {
	text-decoration: underline;
}
img.border {
	border: 6px solid #E1F1F6;
}
img.alignleft {
	float: left;
	margin-right: 25px;
}
img.alignright {
	float: right;
}
img.aligncenter {
	margin: 0px auto;
}
#wrapper {
	width: 1000px;
	height: 100%;
	min-height: 100%;
	background: url(../img/img01.jpg) repeat-y left top;
}
#header {
	width: 1000px;
	height: 80px;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 60px;
	left: 15px;
	
	margin: 0;
	padding: 0;
	color: #FFC;
	letter-spacing: -1px;
	text-transform: lowercase;
	text-shadow: #000000 -1px 1px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 900;
}
#header #description {
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: right;
	color: #111;
}
#header h2 {
	text-align: right;
	font-size: 16px;
	padding-top: 6px;
	padding-left: 15px;
	color: #111;
}
#header h2 a {
	color: #333;
}
#header h2 a:hover {
}
#side {
	float: left;
	width: 310px;
	padding: 40px 0px 0px 0px;
}
ul.menu {
	padding: 0;
	list-style: none;
	margin: 0px 15px;
	padding: 0 0 30px 0;
}
ul.menu li {
	margin: 10px;
	padding: 0 0 0 15px;
	/*line-height: 35px;*/
	background: url(../img/img04.jpg) no-repeat left 4px;
}
ul.menu li a {
	display: block;
	margin: 8px 0;
	border: none;
	line-height: 1.2em;
}
ul.menu li a:hover {
	text-decoration: underline;
}
ul.links {
	padding: 0;
	list-style: none;
	margin: 0px 15px;
	padding: 0 0 30px 0;
}
ul.links li {
	margin: 10px;
	padding: 0 0 0 15px;
	/*line-height: 35px;*/
	background: url(../img/img04.jpg) no-repeat left 4px;
}
ul.links li a {
	border: none;
	line-height: 1.2em;
}
ul.links li a:hover {
	text-decoration: underline;
}
#main-content {
	float: right;
	width: 590px;
	padding: 0px 0px 0px 0px;
	color: #992D74;
}
.content {
	padding-top: 20px;
	padding-bottom: 10px;
}
.content a {
	color: #802662;
	text-decoration:underline;
}

h2.title,
h3.title {
	letter-spacing: -1px;
	color: #802662;
	border: none;
}
.osusume {
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
#footer {
	clear: both;
	width: 1000px;
	height: 300px;
	margin: -80px auto 0px auto;
	background: url(../img/img08.jpg) no-repeat center top;
}
#footer p {
	margin: 0;
	padding-top: 180px;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	color: #992D74;
}

