/** BASIC */
body {
	margin: 0px;
	padding: 0px;
	background: #E6C7D5;
}
#container {
	width: 940px;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	background:#fff;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1{
	line-height:40px;
	margin-bottom:10px;
	padding-left:10px;
	font-size:16px;
}

h2.fc{
	line-height:40px;
	margin-top:20px;
	margin-bottom:10px;
	padding-left:10px;
	font-size:16px;
	clear:both;
}

h3 {
	font-size:14px;
}
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",Arial,Helvetica;
	font-size: 12px;
	color: #636363;
}

p, blockquote, ul, ol{
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 14px;
	font-weight: normal;
	color: #8F153E;
}

.text2 {
	font-size: 13px;
	font-weight: bold;
	color: #8F153E;
}

.text3 {
	text-align: center;
	color: #8F153E;
}

.text4 {
	font-size: 11px;
	font-weight: bold;
	color: #8F153E;
}

.text5 {
	text-align: center;
	color: #333;
}

.text6 {
	font-size: 21px;
	font-weight: bold;
	color: #8F153E;
}

.text7 {
	font-size: 13px;
	font-weight: bold;
	color: #8F153E;
}

.text8 {
	text-align:center;
	font-size: 17px;
	font-weight: bold;
	color: #999999;
}

/** LINKS */

a {
	color: #8F153E;
}

a:hover {
	text-decoration: none;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }
