/* タグリセット*/

*{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-style:normal;
	}

body {
	text-align: center;
	font:85%/140% "ＭＳ Ｐゴシック", Osaka, Helvetica;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	list-style: none;
}
p{
	margin:20px 10px;
	}
.Clear{
	clear:both;
	}
	
/*コンテナー*/		
#container {
	text-align: left;
	width: 700px;
	margin: 20px auto;
	border:1px #999999 solid;
}

/*ヘッダー*/
#head {
	width: 700px;
	height: 100px;
	background-image: url(../img/h_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#head h1 {
	font-size: 36px;
	padding:50px 0px 5px 15px;
}
#head h1 a{
	width:300px;
	height:50px;
	vertical-align:bottom;
	color: #FFFFFF;
	display:block;
	text-decoration: none;
	}

/*メニュー*/
#G-menu {
	background-color: #666666;
	height: 28px;
	width: 700px;
}

#G-menu li {
	font-size: 12px;
	float: left;
	list-style:none;
}
#G-menu a {
	text-decoration: none;
	color: #FFFFFF;
	padding:6px;
	width:161px;
	display: block;
	border-right:1px #FFFFFF solid;
	border-top:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
	border-left:1px #FFFFFF solid;
}

#G-menu a:link,a:visited{
	color: #FFFFFF;
	}
	
#G-menu a:hover{
	color:#990000;
	background-color:#999999;
	}
	
/*メイン*/
#main {
	width: 640px;
	margin:20px 30px;
}
#date {
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
}

#main dl dt{
	font-size:12px;
	color:#990000;
	}
	
#main dd{
	text-indent:20px;
	}
	
#main h2 {
	font-size: 12px;
	background: #FFFFCC;
	height: 20px;
	width: 618px;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 10px solid #990000;
	padding-left:10px;
}

#main table {
	width:300px;
	border: 0px;
}
#main .link{
	width:500px;
	vertical-align: top;
	}

#main table td{
	border-bottom:1px #999999 dashed;
	padding: 10px;
	}
	

/*プロファイル*/
#profile{
	width:640px;
	float:left;
	}
#profile h3 {
	font-size:12px;
	font-weight:normal;
	color: #333333;
	width: 288px;
	border-top: 1px solid #003300;
	border-right: 1px solid #003300;
	border-bottom: 1px solid #003300;
	border-left: 10px solid #003300;
	padding-left: 10px;
}
	
#kankyo{
	width:310px;
	margin-right:20px;
	float:left;
	}
	
#skill{
	width:310px;
	float:left;
	}

/*フッター*/
#footer {
	background-color: #666666;
	height: 30px;
	width: 700px;
}

#footer address{
	color:#FFFFFF;
	text-align:right;
	Padding:5px;
	}

	

