@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/gc_background.jpg);
}

p {
	margin: 0px;
	padding: 0px;
}

.p_black {
	color: #000000;
}

.clear {
	clear: both;
}

.header_frame {
	background-image: url(../images/gc_top_background.jpg);
	background-position: center;
	height: 390px;
	min-width: 1024px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.header_frame_in {
	height: 304px;
	width: 996px;
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header_in_left {
	background-image: url(../images/gc_top_in_background_01.png);
	height: 304px;
	width: 75px;
	float: left;
}

.header_in_mid {
	background-image: url(../images/gc_top_in_background_02.png);
	height: 304px;
	width: 837px;
	float: left;
}

.header_in_right {
	background-image: url(../images/gc_top_in_background_03.png);
	height: 304px;
	width: 84px;
	float: left;
}

.header_in_line11 {
	margin-top: 60px;
	width: 20%;
	float: left;
}

.header_in_line12 {
	font-family: 'Fredericka the Great', cursive;
	font-size: 60px;
	color: #8b0000;
	line-height: 50px;
	float: left;
	margin-top: 35px;
	width: 60%;
}

.header_in_line13 {
	margin-top: 60px;
	width: 20%;
	float: left;
}

.header_in_line2 {
	margin-top: 10px;
	height: 32px;
	width: 100%;
	display: flex;
}

.header_in_line21 {
	height: 32px;
	width: 27px;
}

.header_in_line22 {
	height: 32px;
	flex-grow: 1;
	background-color: #8b0000;
}

.header_in_line22_item {
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #fdf1d9;
	font-size: 16px;
	margin-top: 7px;
}

.header_in_line23 {
	height: 32px;
	width: 27px;
}

.header_in_line31 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 15px;
	margin-top: 7px;
	color: #8b0000;	
	width: 35%;
	text-align: left;
	float: left;
}

.header_in_line32 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 15px;
	margin-top: 7px;
	color: #8b0000;	
	width: 30%;
	float: left;
}
.header_in_line33 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 15px;
	margin-top: 7px;
	color: #8b0000;	
	width: 35%;
	text-align: right;
	float: left;
}

.nav_frame {
	background-image: url("../images/gc_nav_background.png");
	width: 100%;
	min-width: 1024px;
	height: 36px;
}

.nav_frame_in {
	display: inline-block;
}

.nav_item {
	margin-top: 8px;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #fdf1d9;
	font-size: 16px;
}

.nav_item_space {
	margin: 5px 20px 0px 20px;
	float: left;
}

.content_border {
	background-image: url("../images/gc_content_border.jpg");
	width: 100%;
	min-width: 1024px;
	height: 78px;
}
