.clear_l{ clear:left; }
.clear_b{ clear:both; }
.clear_r{ clear:right; }








body{
		color: #000000;
		background: url(img/background.gif) repeat;
		margin: 0px;
		padding: 0px;
		text-align: center;
}

/*-- ページ全体のの設定  */
#layout{
	width: 760px;
	padding: 0px;
	margin: 0px auto;
}
/*-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  */

/* トップバーの設定 */
#top{
		width: 760px;
		height: 130px;
		background: #ffffff;
}
/*-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  */

/* 左右BOX大枠の設定 */

#leftright{
		width: 760px;
		height: 820px;

}
/*-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  */

/* 左右BOX 左メニューエリアの設定 */
#leftside{
		float: left;
		width: 200px;
		height: 840px;
		background: #f96611;

}

#leftside h1{
		width: 200px;
		margin: 0px;
		padding: 0px;
}
#rightside{
		float: right;
		width: 560px;
		height: 840px;
		background-color: #ffffff;

}
/*-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  */

/* FLASHエリアの設定 */
		
#flash{
		width: 560px;
		height: 240px;
		background: #cccccc;
}

/*-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  */
		
/* コンテンツエリアの設定 */
#conteins{
		width: 560px;
		background-color: #ffffff;
}



#conteins h1{
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		margin: 0px;
		padding: 10px 20px 0px 20px;
		color:#333333;
}

#conteins p{
		font-size: 12px;
		line-height: 19px;
		text-align: left;
		margin: 0px;
		padding: 8px 30px 0px 30px;
		color:#666666;
}		

		/* コンテンツエリアの設定 リンク*/
#conteins a{
		color: #3298c3;
}
#conteins a:hover{
		color: #f96611;
}

#url{
		font: 12px;
		line-height: 19px;
		text-align: right;
		padding: 8px 30px 0px 30px;
}
#url a{
		color: #3298c3;
}

#url a:hover{
		color: #f96611;
}
	/* 背景付き見出しの設定 */
h2{
		text-indent: 10px;
		width: 530px;
		height: 22px;
		font-size: 15px;
		line-height: 22px;
		text-align: left;
		margin: 10px 15px 0px 10px;
		color: #333333;
		background-image: url("img/h2_back2.gif");
}

	/* プロフィール画像の設定 */
h3{
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		margin: 0px;
		padding: 5px 20px 0px 20px;
		color:#333333;
}
	
/*-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  */



/* フッターの設定 */
#bottom{
		width: 760px;
		height: 80px;
		background: #ffffff;
}

#bottom p{
		font-size: 12px;
		line-height: 12px;
		text-align: center;
		padding: 10px 0px 0px 0px;
		color:#666666;
}
/*-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  */




/* コンテンツ内左右BOXの設定（History） */
#con_box{
		width: 560px;
}
		
#con_left{
		float: left;
		width: 240px;
		height: 200px;
}

#con_right{
		float: right;
		width: 320px;
}						
		
#con_left p{
		padding: 0px 0px 0px 20px;
}	

#con_right p{
		font-size: 12px;
		line-height: 22px;
		text-align: left;
		padding: 0px 20px 0px 10px;
}

#con_bottom{
		width: 560px;
		height: 15px;
}
/*-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  */
