/*****************************************************************

	profile CSS

*****************************************************************/

/*=====================================================================
　画像関係
=====================================================================*/
/*画像右へ*/
.imageRight{
	float: right;
	padding-right:40px;
}
/*画像右へ*/
.imageRight2{
	float: right;
	padding-top:20px;
	padding-right:45px;
}

/*=====================================================================
　テキスト関係
=====================================================================*/
DIV#textArea1{
	width:360px;
	float:left;
	DISPLAY: block;
	padding-top: 10px;
	padding-left:32px;
	line-height:180%;
}

DIV#profile{
	clear:both;
	margin-left:16px;
	padding-top:10px;
}

.reki{
	color: green;
}

.contentsUL{
width: 300px;
}
.contentsUL li{
	list-style: none inside;
	background:url(../images/img0404.gif) no-repeat left center;
	margin-left:10px;
	padding: 6px 6px 6px 10px;
}

.contentsUL ul{
margin:0;
}


DIV#stuffErea{
}

/*=====================================================================
	20100311
  =====================================================================*/

DIV#senseiTitle {
	MARGIN: 0px;
	WIDTH: 600px;
	border-style: none none dotted none;
	border-color: #bfbfae;
	border-width: 1px;
	background-color:#ffffde;
	padding-top:8px;
	padding-bottom:4px;
	padding-left:10px;
	color:#645804;
	font-size:16px;
	margin-bottom:14px;
}

DIV#snsTitle{
	font-size:16px;
	WIDTH: 560px;
	height:22jpx;
	border-style: none none dashed none;
	border-color: #bfbfae;
	border-width: 1px;
	margin-left:14px;
	margin-bottom:10px;
	line-height: 130%;
}

/*=====================================================================
　テーブル関係
=====================================================================*/


#mytable {
	width: 400px;
	padding-left:20px;
i	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 400px;
	text-align: right;
}

th {
	/*font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	color: #6b615b;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #aba19b;
	border-top: 1px dotted #aba19b;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	/*background: #CAE8EA url(../images/bg_header.jpg) no-repeat;*/
}

th.nobg {
	border-top: none;
	border-left: none;
	border-right: none;
	background: none;
}

td {
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #aba19b;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6b615b;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: none;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
}

th.specalt {
	border-left: none;
	border-top: 0;
	background: #fff url(../images/bullet3.gif) no-repeat;
}

/*
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
*/