@charset "utf-8";

/*=========================================

layout

=========================================*/

body {
	background: url(../images/bg_body.png);
}

#wrap {
	width: 100%;
	height: auto !important; /* for IE6 */
	height: 100%;  /* for IE6 */
	min-height: 100%;
	position: relative;
}

#container {
}


/*=========================================

color

=========================================*/

.color_1 {
	color: #80387b !important;
}
.color_2 {
	color: #0099ad !important;
}
.color_3 {
	color: #45b035 !important;
}



/*=========================================

header

=========================================*/

#header {
	width: 100%;
	height: 78px;
	margin: 0 auto;
	background: url(../images/header/bg_header.png);
	border-top: 1px solid #943b34;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
}

#headerInner {
	width: 920px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 15px;
	left: 0;
}

/*-----------------------------------------
header navi
-----------------------------------------*/

#headerNavi {
	position: absolute;
	top: 30px;
	right: 0;
}

#hnav {
}

#hnav li {
	margin-left: 12px;
	float: left;
}

#hnav li#hnav_04 {
	margin-left: 9px;
}

#hnav li img {
	margin-top: -6px;
}

#hnav li a {
	text-decoration: none;
}
#hnav li a:hover {
	text-decoration: underline;
}



/*=========================================

global navi

=========================================*/

#globalNavi {
	width: 100%;
	height: 48px;
	margin-bottom: 15px;
	padding: 10px 0;
	background: #fff;
	text-align: left;
}

#gnav {
	width: 920px;
	height: 48px;
	margin: 0 auto;
	text-align: left;
}

#gnav li {
	line-height: 48px;
	float: left;
}

#gnav li img {
	margin-right: 7px;
}

#gnav li a {
	width: 158px;
	height: 48px;
	padding: 0 12px;
	background: #943b33;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#gnav li#gnav_00 a {
	background-color: #999;
}
#gnav li#gnav_02 a {
	background-color: #dd552d;
}
#gnav li#gnav_03 a {
	background-color: #0099ad;
}
#gnav li#gnav_04 a {
	background-color: #45b035;
}



/*=========================================

sub navi

=========================================*/

#subNavi {
	width: 920px;
	margin: 0 auto;
	height: 36px;
	margin-bottom: 15px;
	text-align: left;
}

#snav {
	height: 36px;
	margin: 0 auto;
	text-align: left;
}

#snav li {
	line-height: 36px;
	float: left;
}

#snav li a {
	width: 198px;
	height: 36px;
	padding: 0 15px;
	background: #943b33;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#snav li.orange a {
	background-color: #dd552d;
}
#snav li.blue a {
	background-color: #0099ad;
}
#snav li.green a {
	background-color: #45b035;
}



/*=========================================

contents

=========================================*/

#contents {
	width: 920px;
	margin: 0 auto;
	padding-bottom: 300px;
	text-align: left;
}



/*=========================================

main

=========================================*/

.blogWrap #main {
	width: 840px;
	margin: 0 auto 15px;
	padding: 40px;
	text-align: left;
	background: #fff;
}



/*=========================================

page up

=========================================*/

#pageUp a {
	position: fixed;
	bottom: 20px;
	right: 20px;
}



/*=========================================

footer

=========================================*/

#footer {
	width: 100%;
	height: 270px;
	padding: 30px 0 0;
	background: url(../images/footer/bg_footer.png);
	color: #fff;
	font-size: 83.3%;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
}

#footerInner {
	width: 920px;
	margin: 0 auto;
}

#utility {
	width: 408px;
	margin-bottom: 25px;
	border-right: 1px dotted #fff;
	float: left;
}

/*-----------------------------------------
footer navi
-----------------------------------------*/

#footerNavi {
	margin-bottom: 25px;
}

#fnav {
}

#fnav li {
	padding: 0 7px;
	border-left: 1px solid #fff;
	float: left;
}
#fnav li#fnav_05 {
	border-right: 1px solid #fff;
}

#fnav li a {
	color: #fff;
	text-decoration: none;
}
#fnav li a:hover {
	text-decoration: underline;
}

/*-----------------------------------------
banner
-----------------------------------------*/

#banner {
	width: 390px;
	padding-top: 25px;
	border-top: 1px dotted #fff;
}

#banner ul {
	margin: 0 -10px -10px 0;
	overflow: hidden;
	zoom: 1;
}

#banner ul li {
	width: 190px;
	height: 55px;
	margin: 0 10px 10px 0;
	background: #fff;
	border-radius: 5px;
	float: left;
	overflow: hidden;
	zoom: 1;
}

#banner ul li img:hover {
	opacity: 0.5;
	-ms-filter: "alpha(opacity=50)";
}

/*-----------------------------------------
facebook
-----------------------------------------*/

#facebook {
	width: 495px;
	height: 185px;
	background: #fff;
	border-radius: 5px;
	float: right;
}

/*-----------------------------------------
footer bottom
-----------------------------------------*/

#footerBtm {
	border-top: 1px dotted #fff;
	padding-top: 20px;
	clear: both;
}
#note {
	float: left;
}

#copyRight {
	float: right;
}
