@charset "utf-8";
/*
トップページ設定

imageBack
h1
side
left 
center
right
-----------------------------------------------*/


/*
#img TOP用
-----------------------------------------------*/
#imageBack {
		clear:both;
		width:100%;
/*		height:200px;*/
		height:350px;
		background:#017CA6 url(../img/img_back.jpg) repeat-x top;
		margin-bottom:20px;
}

h1 {
		width:800px;
		height:200px;
		/*height:350px;*/
		margin:0 auto;
}


/*
#side 3段組
-----------------------------------------------*/
#side {
		float:left;
		width:585px;
		margin-right:15px;	
}

/*
#left 3段組左
-----------------------------------------------*/
#left {
		float:left;
		/*width:210px;*/
		margin-right:15px;	
}

#left li {
		width:210px;
		margin-bottom:13px;	
}

/*
#center 3段組真ん中
-----------------------------------------------*/
#center {
		float:right;
		width:360px;
}

#center #news_back{
		width:360px;
		height:586px;
		margin-top:2px;
		background:url(../img/whats_back.jpg) top left no-repeat;
}

#center #news {
		width:360px;
		height:586px;
		margin-top:2px;
		overflow: auto;
}

#center #news dt {
		 padding:0px 5px 0px 10px; 
		 color:#FF6600;
}

#center #news dd {
		 padding:0px 5px 10px 14px; 
		 background:url(../img/whats_line.jpg) bottom no-repeat;
}

/*
#right 3段組右
-----------------------------------------------*/
#right {
		float:right;
		width:200px;
		height:630px;
		background:url(../img/link_back.jpg) no-repeat;
}

#right ul li {
		margin-left:12px;
		margin-top:8px;
}

#right .start{
		margin-left:12px;
		margin-top:37px;
}

/*
#login エンジェルタッチログイン　フォーム
-----------------------------------------------*/
#login {
		width:175px;
		height:245px;
		margin:10px auto;
		background:url(../img/bnr/img_engel_bg.jpg) no-repeat top left;
		line-height:1.6;
}

#login dl{
		padding-top:35px;
}

#login dl dt{
		padding-left:10px;
/*		margin-top:0;*/
		margin-left:10px;
		background:url(../img/img_red.jpg) no-repeat left 0.5em;
}

#login dl dd{
		margin-left:10px;
}

#login dl dd select{
		margin-right:10px;
}

#login a{
		margin-left:10px;
		margin-top:20px;
		color:#006699;
		text-decoration:underline;
}

form { margin: 0px; }
