/*
================================================================================
Terai Katsuyuki Oficial -- http://www.terai-katsuyuki.jp/
--------------------------------------------------------------------------------
name    : profile.css
version : 20050905
auther  : nets
This file defines a site Profile section style.
================================================================================
*/

/*
--------------------------------------------------------------------------------
Inport CSS files
--------------------------------------------------------------------------------
*/

@import url("default.css");


#Contents #Main p {
	line-height: 200%;
	font-size: 14px;
	}

#Contents #Main h1 {
	height: 25px;
	text-indent: -5000px;
	background: url("../images/head-profile.gif") no-repeat;
	}

#Contents #Main h3 {
	font-family: Verdana, Geneva;
	margin-bottom: 15px;
	color: #660;
	}

#Contents #Main dl {
	width: 300px;
	float: left;
	margin: 0;
	padding-right: 20px;
	border-right: 1px solid #CCC;
	}

#Contents #Main dt {
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	}

#Contents #Main dd {
	margin-bottom: 10px;
	}

#Contents #Main ul {
	float:left;
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
	}

#Contents #Main li {
	margin-bottom: 10px;
	padding-left: 12px;
	background: url("../images/icon-dot.gif") 0 2px no-repeat;
	}

#Contents #Main ul.belief {
	font-size: 14px;
	}

#Contents #Main #Sign {
	text-align: right;
	margin-right: 20px;
	}

.history	{
	background: url("../images/img-profile.jpg") no-repeat 100% 100%;
	}

div.belief {
	background: url("../images/img-belief.jpg") no-repeat 591px 173px;
	height: 300px;
	}

ul.belief {
	width: 350px;
	}

div.ProfileIndex {
	height: 320px;
	background: url("../images/bg-profile.jpg") no-repeat;
}

.ProfileIndex h3 {
	margin-top: 60px;
	margin-left: 20px;
}

.ProfileIndex p {
	margin-top: 20px;
	margin-left: 20px;
}

/*
--------------------------------------------------------------------------------
Inport CSS files for Internetexplorer 5 Windows
--------------------------------------------------------------------------------
*/

/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------- */
@media tty {
 i{content:"ﾂ";/*" "*/}} @import url('default-ie5win.css'); /*";}
}/* */

