/*	共通定義  */
BODY
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	font-family:'ＭＳ Ｐゴシック', 'Osaka', sans-Serif;
	background-color:#ccffcc;
	text-align:center;
}
h1
{
	margin:0;
	width:100%;
	text-align:left;
	background-image:url("image/bg_top.jpg");
	background-repeat:no-repeat;
}
img.logo
{
	margin:10px 20px 10px 10px;
	border-style:none;
}
img.title
{
	margin:10px 5px 15px auto;
	border-style:none;
}
#contents
{
	margin:0;
	width:100%;
	background-color:White;
}
img.link
{
	border-style:none;
}
/*	トップページ  */
#left_frame
{
	margin:0;
	float:left;
	width:17%;
	height:700px;
	border-style:double;
	border-color:Green;
	background-image:url(image/wallppr088.gif);
/*	background-color:White;  */
}
p.since
{
	font-style:italic;
	font-weight:bold;
}
ul.navi
{
	margin-left:0;
	padding-left:0;
	list-style-type:none;	/* リストマークを表示しない */
}
li.navi
{
	margin:0;
}
div.spc
{
	height:30px;
}
#right_frame
{
	margin:0;
	float:right;
	width:80%;
	background-color:White;
	text-align:left;
}
h2
{
	color:#006400;
	background-image:url("image/line085.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
}
table.eigyo
{
	border-style:none;
}
td.title
{
	white-space:nowrap;
	font-size:1.2em;
	font-weight:bold;
	color:#003399;
}
/*	プロフィールページ  */
td.year
{
	white-space:nowrap;
}
p.microsoft
{
	margin: 0;
}
/*	ディテール  */
#detail {
	margin: 0;
	clear: both;
	float: none;
	background-color: #99ff99;
}
