@charset "utf-8";

/* MASTER INIT
------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","Osaka","lroSVbN";
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0;
}

body {
	font-size: 12px;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
	outline-style: none;
}

a:link {
    text-decoration: underline;
}
  
a:visited {
    text-decoration: underline;
}
  
a:hover {
	text-decoration: none;
}
  
a:active {
	text-decoration: none;
}

ul,
ol {
	list-style-type: none;
}

img {
	border: none;
}

.clearFix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clearBoth {
	clear: both;
}

/* CONTAINER
------------------------------------------------------------------------------*/

#top #container {
	background-image: url(../images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

/* HEADER
------------------------------------------------------------------------------*/

#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	float: left;
	width: 281px;
	margin-right: 40px;
}

#mmEvery {
	float: left;
	width: 270px;
	padding-top: 5px;
	margin-right: 35px;
}

#mmMarriage {
	float: left;
	width: 270px;
	padding-top: 5px;
}

#mmEvery p,
#mmMarriage p {
	margin-bottom: 5px;
}

.mmEmail,
.mmSubmit {
	padding-top: 5px;
}

.mmSubmit {
	padding-left: 5px;
}

.mmEmail input {
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	width: 215px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

*:first-child+html .mmEmail input {
	height: 13px;
	padding-top: 2px;
	padding-bottom: 1px;
}

* html body .mmEmail input {
	height: 13px;
	padding-top: 2px;
	padding-bottom: 1px;
}

*:first-child+html .mmSubmit input {
	padding-top: 3px;
	padding-bottom: 1px;
}

* html body .mmSubmit input {
	padding-top: 3px;
	padding-bottom: 1px;
}

#gNav li {
	float: left;
	width: 180px;
}

#gNav {
	height: 40px;
}

/* WRAPPER
------------------------------------------------------------------------------*/

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* FOOTER
------------------------------------------------------------------------------*/

#footer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_footer.png);
	height: 23px;
	padding-top: 12px;
	padding-right: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

#footer li {
	float: left;
	margin-right: 25px;
}

#footer ul {
	height: 12px;
	float: left;
	width: 500px;
}

#footer p {
	float: right;
	width: 329px;
	padding-top: 4px;
}

/* SUB PAGES
------------------------------------------------------------------------------*/

#sub #container {
	background-image: url(../images/bg_others.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

#sub #wrapper {
	width: 860px;
	padding-top: 35px;
	min-height: 575px;
	_height: 575px;
}

#sub #wrapper h2 {
	margin-bottom: 35px;
}

