/*----------------------------------
枠
------------------------------------*/
#container {
	margin : 0px auto;
	/*width : 720px;*/
	height : 200px;
	padding: 0px;
	overflow: hidden;
}
/*----------------------------------
タイトル
------------------------------------*/
.title {
	float : left;
	display : block;
	height : 200px;
	width : 28px;
	background : url(../images/navi01.jpg) no-repeat;
	color : #ffffff;
	outline : none;
	border-right : 1px solid #CCC;
	cursor : pointer;
	margin: 0px;
	padding: 0px;
}
/*----------------------------------
タイトル(アクティブ)
------------------------------------*/
.title_active {
	background : url(../images/navi03.jpg) no-repeat;
}
/*----------------------------------
テキスト
------------------------------------*/
.text {
height : 200px;
float : left;
overflow : hidden;
color : #444444;
}
.text p {
width : 250px;
line-height : 150%;
padding : 5px 10px 15px 10px;
}
