body {
	background : transparent url("../elements/body_back.gif") left top repeat;
	text-align : center;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#wrapper {
	width : 760px;
	margin-left : auto;
	margin-right : auto;
	background : transparent url("../elements/back.gif") left top repeat-y;
	text-align : left;
}


/****************ヘッダーの画像**************/
#header_sannin {
	width : 760px;
	height: 190px;
	background : transparent url("../elements/head_sannin.jpg") left top no-repeat;
	margin: 0;
	padding: 0;
}

#header_kurosawa {
	width : 760px;
	height: 190px;
	background : transparent url("../elements/head_kurosawa.jpg") left top no-repeat;
	margin: 0;
	padding: 0;
}

#header_murakami {
	width : 760px;
	height: 190px;
	background : transparent url("../elements/head_murakami.jpg") left top no-repeat;
	margin: 0;
	padding: 0;
}

#header_oshima {
	width : 760px;
	height: 190px;
	background : transparent url("../elements/head_oshima.jpg") left top no-repeat;
	margin: 0;
	padding: 0;
}

/***********プライマリとセカンダリを包括*********/
#container {
	position: rerative;
}
/****************プライマリ************/
#primary {
	float : right;
	width : 610px;
}

#primary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#primary ul li {
	margin: 10px;
	padding: 0;
}

#primary ul li p {
	width: 100;
}


/*-----------コンテンツ--------*/
.imagenavi {
	float: left;
	font-size: 80%;
	text-align: center;
}

.content h2{
	font-size: 100%;
	color: #126666
}

.content {
	font-size: 90%;
	line-height: 1.3;
}
.content_box{
	position: relative;
	width : 500px;
}
.content_text{
	float: right;
	width : 270px;
}

.content_image{
	float: left;
	width : 200px;
	margin-left: 10px;
}

.date {
	text-align: right;
	color: #999999;
}
.line1 {
	clear : both;
	height: 1px;
	width: 550px;
	background : transparent url("../elements/line1.gif") left top repeat-x;

}
.line2 {
	clear : both;
	height: 1px;
	width: 550px;
	background : transparent url("../elements/line1.gif") left top repeat-x;
}
/*------------セパレートバー--------*/
.separate {
	clear : both;
	margin: 0;
	padding: 0;
}
/**********プライマリここまで************/




/************セカンダリ************/
#secondary {
	float : left;
	width : 123px;
}


#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*--------顔メニュー--------*/
#face_menu ul li{
	width: 123px;
	height: 90px;
}

#face_menu ul li a{
	display: block;/*リンクをブロック要素に*/
	width: 123px;
	height: 90px;
}

#face_menu ul li a:hover {/*マウスオーバー*/
	background-position: top left;
}
/*-----三人------*/
#sannin_non_link {
	width: 123px;
	height: 90px;
	text-indent: -9999px;
	background: url("../elements/navi_sannin.jpg") left top no-repeat;
}
#sannin a {
	background: url("../elements/navi_sannin.jpg") right top no-repeat;	
	text-indent: -9999px;
}

/*-----黒沢------*/
#kurosawa_non_link {
	width: 123px;
	height: 90px;
	text-indent: -9999px;
	background: url("../elements/navi_kurosawa.jpg") left top no-repeat;
}
#kurosawa a {
	background: url("../elements/navi_kurosawa.jpg") right top no-repeat;
	text-indent: -9999px;
}

/*-----村上------*/
#murakami_non_link {
	width: 123px;
	height: 90px;
	text-indent: -9999px;
	background: url("../elements/navi_murakami.jpg") left top no-repeat;
}
#murakami a {
	background: url("../elements/navi_murakami.jpg") right top no-repeat;
	text-indent: -9999px;
}

/*-----大島------*/
#oshima_non_link {
	width: 123px;
	height: 90px;
	text-indent: -9999px;
	background: url("../elements/navi_oshima.jpg") left top no-repeat;
}
#oshima a {
	background: url("../elements/navi_oshima.jpg") right top no-repeat;
	text-indent: -9999px;
}



/****************サイドの三本線**************/
.subhead1 {

	margin-bottom: 20px;
	height: 23px;
	background : transparent url("../elements/subhead1.gif") left top no-repeat;
}

.subhead2 {
	margin-top: 30px;
	height: 23px;
	background : transparent url("../elements/subhead2.gif") left top no-repeat;
}





/****************テキストのメニュー**************/
#text_menu {
	margin-top:10px;
}

.new_title h3 {
	margin-left:5px;
	margin-right:5px;
	font-size: 80%;
}

.side_text {
	margin-left:5px;
	margin-right:5px;
	font-size: 80%;
}


#secondary a:link { color:#907A12; text-decoration: underline; }
#secondary a:visited { color: #4D421F; text-decoration: underline }
#secondary a:hover { color: #FFCC00; text-decoration: underline; }


/****************フッター**************/
#footer {
	clear : both;
	margin: 0;
	padding: 0;
	text-align : right;
}
#copy {
	margin-right: 40px;
	font-size: 80%;
}
