* {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	border: 0;
	list-style: none;
}

li  {  
    list-style-type: none;  
    margin:0;  
    padding:0;
 } 

div.clear {
	clear: both;
}


a:link,
a:visited {
	color: #17A5FF;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #FF8933;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body{
	background:#FFF;
	color:#333631;
}


div#top_plant {
	width: 100%;
	background: #ff7495;
	margin: -6px 0 10px 0;
}


div#plant {
	width: 100%;
	background: #ff7495;
	padding: 5px;
}


/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#menu ul {
	clear: both;
	line-height: 0px;
}
	

#menu li {
	float:left;
	margin-top: -7px;
	line-height: 0;
	width: 50%;
}



div#footer {
	color: #FFF;
	width: 100%;
	background: #3fbeff;
	font-size: 16px;
	text-align: center;
}




dl {
}

dt {
    border-bottom: 1px dotted #17A5FF;
    color: #17A5FF;
}

dd {
    margin: 0 0 11px 0;
}
