@charset "utf-8";
/* CSS Document */


*html{
margin:0px;
padding:0px;
}


#wrap{
width:100%;
margin:auto;
font-size:small;/*全体のテキスト*/

}

/**********************************▼ヘッダー▼**********************************/

#header{/*ヘッダー枠*/
width:950px;
margin:auto;
margin-bottom:20px;
}


#logo{
width:250px;
height:70px;
}

#logo h1{
background-image:url(http://www.dreamv.co.jp/img/top_logo.gif);
text-indent:-9999px;
line-height:2;
margin:0px;
}



#logo a{
	display:block;
	width:250px;
	height:70px;
}



/***********************************/

#top_menu1{/*サイトマップなど*/
	float:right;
	height:30px;
	margin:0px;
	_margin:5px 0px 0px 0px;

	padding-right:30px;
	
	}


#top_menu1 li{
	display: inline;
	padding:0px 5px;
	
	}

/***********************************/


#top_menu2{
	float:right;
	height:30px;
	clear:both;
	margin:0px;
	padding-right:30px;

	}


#top_menu2 li{
	display:inline;

	}



#navi2{/*グローバルナビ*/
/*width:900px;
background-color:#e5007f;
border:solid 1px #FF00CC;
margin:auto;
margin-bottom:15px;
*/
}


#image_contents{/*イメージコンテンツ*/
width:900px;
margin:auto;
padding-bottom:10px;

}


/***********************************/


/**********************************▼コンテンツ▼*****//***********************************/

#contents{
width:900px;
margin:auto;
margin-top:10px;
}



/********************************▲コンテンツ▲***//***************************************/


/**********************************▼メインコンテンツ▼*****//***********************************/

#main{
width:660px;
margin:auto;
margin-top:50px;
/*border:solid 1px #333333;*/
float:right;

}

#main h2{
margin:10px 0px 0px 10px;
}

#main p{
font-size:16px;
font-weight:580;
padding:10px;
margin:0px;
}





/********************************▲メインコンテンツ▲***//***************************************/


/**********************************▼サイド▼*****//***********************************/

#side{
width:200px;
margin:auto;
margin-top:50px;

/*border:solid 1px  #009999;*/
float:left;

}

#side img{
border-style:none;
}


#side ul{
list-style:none;
margin:0px;
}





/********************************▲サイド▲***//**********************************/





/**********************************▼フッター▼**********************************/

#footer{
width:900px;
background-color:#000;
color:#FFFFFF;
margin:auto;
padding-right:10px;
text-align:right;
font-size:small;
padding:4px;
}



/**********************************▲フッター▲**********************************/







