/*header*/
#header{
	width: 1020px;
	min-height: 50px;
	margin: auto;
	font-family: Garamond;
	clear: both;
	position: relative;
}
#title_logo{
	float: left;
}
#title{
	font-family: Garamond;
	font-weight: bold;
	font-size: 35px;
	color: rgb(50,50,50);
	float: left;
	padding-top: 10px;
	position: relative;
}

#title2{
	font-family: Garamond;
	font-weight: bold;
	font-size: 24px;
	color: #ffffff;
	float: left;
	padding: 2px 0 0 15px;
	position: relative;
}


#header_link{
	float: right;
	position: relative;
	font-size: 20px;
	list-style: none;
}
#header_link a{
	color: rgb(50,50,50);
}
.header_navi{
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.header_navi_img{
	float: left;
	padding-top: 13px;
	padding-left: 15px;
	padding-right: 15px;
}

#header_link2{
	font-family: Garamond;
	float: right;
	position: relative;
	font-size: 20px;
	list-style: none;
}
#header_link2 a{
	color: rgb(50,50,50);
}
.header_navi2{
	float: left;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
}
.header_navi_img2{
	float: left;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
}


/*navigation*/
#navigation{
	height:50px;
}
#navigation ul{
	width: 1020px;
	margin: auto;
}
.navigation_list{
	float: left;
	width: 16.5%;
    height: 30px;
	font-size: 20px;
	font-family: Garamond;
	margin: 10px 0;
	text-align: center;
	border-left: solid rgb(150,150,150) 1px;
	list-style: none;
}
.navigation_list img{
	padding-right: 5px;
	position: relative;
	top: 5px;
}
.navigation_list a{
	color: rgb(50,50,50);
	display: block;
}
.navigation_list_{
	float: left;
	width: 16.5%;
    height: 30px;
	font-size: 20px;
	font-family: Garamond;
	margin: 10px 0;
	text-align: center;
	border-left: solid rgb(150,150,150) 1px;
	border-right: solid rgb(150,150,150) 1px;
	list-style: none;
}


/*navigation2*/
#navigation2{
	height:50px;
	z-index:9999;
	margin: 0 auto;
}
#navigation2 ul{
	width: 100%;
	margin: 0;
}
.navigation_list2{
	float: left;
	width: 32%;
    height: 30px;
	font-size: 14px;
	font-family: Garamond;
	margin: 10px 0;
	text-align: center;
	border-left: solid rgb(150,150,150) 1px;
	list-style: none;
}

.navigation_list2 img{
	padding-right: 5px;
	position: relative;
	top: 5px;
}
.navigation_list2 a{
	color: rgb(50,50,50);
	display: block;
	font-size: 14px;
}
.navigation_list2a{
	float: left;
	width: 32%;
    height: 30px;
	font-size: 14px;
	font-family: Garamond;
	margin: 10px 0;
	text-align: center;
	list-style: none;
}



#header2{
	width: 100%;
	height: 50px;
	margin: auto;
	font-family: Garamond;
	clear: both;
	position: relative;
	display: none;
}

#navigation2{
	width: 100%;
	display: none;
}

.navi2_row{
	font-size: 26px;
	font-family: Garamond;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	line-height: 100%;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D0D0D0;
	padding: 10px;

}

.dd{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D0D0D0;
}

