﻿*{
	margin:0;
	padding:0;
}

body {
	width: 1000px;
	margin:auto;
	color:#676767;
	background:#fff;
}

img{
	border:0px;
}


	
a{/*リンクされた文字*/
    color:#55bab7;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#55bab7;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#e87ea6;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#55bab7;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}







/*------wrapper-------*/
#wrapper{
	float : left;
	width : 1000px;
	margin : auto;
	clear:both;
	background:#fff;
}





/*------------header-----------*/
#header{
	width : 1000px;
	height: 139px;
	clear:both;
	border-bottom: 1px #55bab7 solid;
}

.head_left{
	float : left;
	text-align: left;
	width: 1000px;
	height: 70px;
	position:relative;
}
#omedetou{
	margin:0 0 20px 140px;　
}

#univ{
	top:110px;
	right:0px;
	float:right;
	position:absolute;
	border-bottom: 1px #55bab7 dashed;
}

#migiue{
	top:0;
	right:0px;
	float:right;
	position:absolute;
}


/*------contents--------*/
#contents{
	width: 1000px;
	height : 452px;
	background:url("./images/hanataba-top.jpg") no-repeat;
	background-position: center top;
	margin:0px;
	padding:0px;
	position:relative;
}


.topmenu{
	width : 1000px;
	height : 300px;
	float : left;
	text-align:center;
	position:relative;
	top:-500px;
}

#form1{
	width : 920px;
	height : 220px;
	float : left;
	text-align:center;
	padding:40px;
	background:url("./images/bg50.png") no-repeat;
	background-position: center top;
}

.formleft{
	float:left;
	width:370px;
	height:240px;
	text-align:left;
	padding-left:90px;
}

.formright{
	float:right;
	width:320px;
	height:240px;
	padding-right:120px;
}

#form2{
	width : 920px;
	height : 220px;
	float : left;
	text-align:center;
	padding:40px;
	background:url("./images/bg50.png") no-repeat;
	background-position: center top;
}

#closeform{
	top:40px;
	right:90px;
	cursor:pointer;
	font-size:14px;
	position:absolute;
}

#kanryou{
	text-align:center;
	margin-top:20px;
}

/*-------bottommenu------*/
#bottommenuwraper{
	width : 940px;
	height : 150px;
	float : left;	
	padding: 20px 30px 20px 30px;
	border-top: 1px #55bab7 solid;
	border-bottom: 1px #55bab7 solid;
	font-size:14px;
}

.bottommenu1{
	width : 293px;
	height : 150px;
	padding:0 10px;
	float : left;
	border-right: 1px #55bab7 dashed;
	text-align:center;
}

.bottommenu2{
	width : 292px;
	height : 150px;
	float : left;
	padding:0 10px;
	text-align:center;
}

#showform{
	color:#55bab7;
	text-decoration: underline;
	cursor:pointer;
}
/*-------bottommenu------*/

/*-------footer-----*/
#footer{
	padding-top:15px;
	border :0px;
	width : 1000px;
	height : 40px;
	text-align : center;
	font-family:'Times New Roman','ＭＳ Ｐ明朝','Georgia';
	color:#333;
	clear:both;
}