/* CSS Document */

/* clearfix
---------------------------------------------------- */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


#kireinavi {
	margin: 0px;
	padding: 0px; 
  text-align: center;
	font-size:12px;
	line-height: 18px;
	color: #330000;
}
#kireinavi h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ul,ol,li,th,td {
    margin: 0;
    padding: 0;
}

#wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}


#main {
  width: 800px;
	height: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  }

#main img {
  border: none;
	vertical-align: top;
	margin: 0px;
	text-align: left;
}
/* head
---------------------------------------------------- */
#title {
  width: 800px;
  height: 375px;
  padding: 0;
	margin: 0;
	position: relative;
	background: #FFCCCC url(images/bg.jpg) left top no-repeat;
}
#title h1 {
  width: 407px;
	position: absolute;
	top: 0px;
	left: 0px;
  padding: 0;
	margin: 0;
}
#title p {
  width: 360px;
	position: absolute;
	top: 183px;
	left: 30px;
  padding: 0;
	margin: 0;
	color: #333333;
}
.contentlist {
  width: 340px;
	padding: 10px 10px 10px 30px;
	position: absolute;
	top: 257px;
	left: 30px;
	background:#FFF;
	border: #BA9068 solid 1px;
}
.contentlist ul {
	list-style: none;
	font-weight: bold;
	color: #F06;
}

.contentlist a{/*リンクされた文字*/
    color: #F06;
    font-style:normal;
    text-decoration: none;
}
.contentlist a:link {/*未訪問のリンク*/
    color: #F06;
    font-style:normal;
    text-decoration: none;
}
.contentlist a:visited {/*訪問後のリンク*/
    color: #F06;
    text-decoration: none;
}
.contentlist a:hover {/*マウスをのせたとき*/
    color: #F06;
    font-style:normal;
    text-decoration:underline;
}

.main_photo {
	width: 393px;
	height: 355px;
	position: absolute;
	top: 0px;
	left: 407px;
}

/* main_contents
---------------------------------------------------- */
#main_contents {
  width: 580px;
	float: left;
	overflow: hidden;
}

.column_box {
  width: 550px;
	overflow: hidden;
	margin: 0px 10px 10px 20px;
	background: #FFEFED;
}
.column_box p {
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	color: #66462C;
	line-height: 1.8;
}

.mika {
	font-weight: bold;
	color: #FF0066;
}

.watanabe {
	font-weight: bold;
	color: #660066;
}

.yoshiba {
	font-weight: bold;
	color: #009966;
}

.ph_l {
	float: left;
	padding: 10px 10px 40px 10px;
}
.ph_r {
	float: right;
	padding: 10px 10px 0px 10px;
}

.nextinfo {
	width: 760px;
	padding: 0px 0px 20px 20px;
	clear:both;
}


/* sub_contents
---------------------------------------------------- */
#sub_contents {
  width: 220px;
	float: right;	
	overflow: hidden;
}

#sub_profile {
  width: 200px;
	margin: 0 auto 20px auto;
	padding: 0;
	background-color: #FFC8D9;
	overflow: hidden;
}

.sub_pro_text {
	overflow: hidden;
	padding: 10px 10px 20px 10px;
	color: #66462C;
	line-height: 1.5;
	text-justify: distribute;
	text-align: justify;
}

#sub_link {
  width: 200px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#sub_link a{/*リンクされた文字*/
    color: #66462C;
    font-style:normal;
    text-decoration: none;
}
#sub_link a:link {/*未訪問のリンク*/
    color: #66462C;
    font-style:normal;
    text-decoration: none;
}
#sub_link a:visited {/*訪問後のリンク*/
    color: #66462C;
    text-decoration: none;
}
#sub_link a:hover {/*マウスをのせたとき*/
    color: #66462C;
    font-style:normal;
    text-decoration:underline;
}

#sub_link ul {
	list-style: none;
}
#sub_link li {
	background: url(images/arrow.jpg) 5px 10px no-repeat;
	padding: 5px 0 5px 15px;
	border-bottom: #C2A95F solid 1px;
	}


/* item_unit
---------------------------------------------------- */
.item_unit {
	background: #FFEFED;
	border: #F0B5CF solid 1px;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	margin: 0px 20px 10px 20px;
	}

.item_ph {
	padding: 0 10px 0 0;
	float: left;
}

.item_text {
	color: #66462C;
	line-height: 1.5;
	padding: 0 0px 5px 0;
}
