@charset "UTF-8";

/* CSS Document */

/* BASE
_____________________________________________________________ */

* html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color:#333;
	color: #ddd;
	font-size:14px;
	line-height: 140%;
	font: 12px/140% Lucida Grande, Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', ms pgothic, arial, helvetica, sans-serif;
}

a {
	color: #9966FF;
}

#container, #header, #nav, #swf, #footer,
ul, li {
	margin: 0;
	padding: 0;
} 




/* LEYOUT
_____________________________________________________________ */

html {

}

body {
	margin: auto;
	width: 100%;
}

#container {
	margin: auto;
	width: 100%;
}

#headerwrap {
	margin: auto;
	width: 100%;
	background: #333 url(../images/header-bg2.png) top repeat-x;
}

#header {
	margin: 0 auto;
	width: 960px;
	height: 122px;
	background: #333 url(../images/header-bg0.png) center top repeat-x;
	margin-bottom: 25px;
}

#footerwrap {
	margin: auto;
	margin-top: 100px;
	width: 100%;
	background: #333 url(../images/footer-bg2.png) top repeat-x;
}

#footer {
	margin: 0 auto;
	width: 960px;
	height: 94px;
	background: #333 url(../images/footer-bg.png) center top no-repeat;
}

#nav ul {
	padding: 35px 0 0 0;
	position: relative;
	list-style: none;
}

h3 {
	margin: 30px 0 7px 2px;
	padding: 10px 0 10px 10px;
	font-size: 14px;
	border-left: #aaa solid 4px;
}

h4 {
	margin: 50px 0 7px 2px;
	padding: 7px 0 7px 7px;
	font-size: 12px;
	border-left: #aaa solid 2px;
}


p {
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
	width: 960px;
}



/* MENU
_____________________________________________________________ */


#nav li {
	position: absolute;
	text-indent: -9999px;
}

#nav li a {
	text-decoration: none;
	display: block;
}

li.menu1 {
	left: 151px;
	width: 84px;
	height: 57px;
	background: url(../images/menu-1-over.png) no-repeat;
}

li.menu2 {
	left: 256px;
	width: 100px;
	height:57px;
	background: url(../images/menu-2-over.png) no-repeat;
}

li.menu3 {
	left: 378px;
	width: 126px;
	height: 57px;
	background: url(../images/menu-3-over.png) no-repeat;
}

li.text1 {
	left: 723px;
	width: 185px;
	height: 57px;
	background: url(../images/presented.png) no-repeat;
}




li.menu1 a {
	width: 84px;
	height: 57px;
	background: url(../images/menu-1.png) no-repeat;
}

li.menu2 a {
	width: 100px;
	height: 57px;
	background: url(../images/menu-2.png) no-repeat;
}

li.menu3 a {
	width: 126px;
	height: 57px;
	background: url(../images/menu-3.png) no-repeat;
}




/* PARTS MAIN
_____________________________________________________________ */

#swf, #profiledata, #photodata {
	margin: 0 auto;
	padding: 0 0 100px 0;
	width: 960px;
	clear: both;
}



/* PARTS PROFILE DATA
_____________________________________________________________ */

#Mail {
	margin: 0;
	padding: 15px 0 0 0;
}


#ProfileCareer {
	margin: 0;
	padding: 0;
}



/* PARTS PORTFOLIO TABLE
_____________________________________________________________ */

#TablePhoto {
	margin: 0;
	padding: 0;
	border-style: none;
	border: 0;
}

#TablePhoto tr {
	margin: 0;
	padding: 0;
	background-color: #777;
	}

#TablePhoto td {
	margin: 0;
	padding: 0 18px 18px 18px;

}

#TablePhoto td img {
	margin: 18px 0 0 3px;
	padding: 6px;
	text-align: center;
	border: 0;
	background-color: #eee;
	vertical-align: bottom;
}

#TablePhoto td a:hover img {
	margin: 18px 0 0 3px;
	padding: 6px;
	text-align: center;
	border: 0;
	background-color: #96f;
	vertical-align: bottom;
}

/* PARTS PORTFOLIO TABLE
_____________________________________________________________ */

.copyright {
	
	margin: 0 auto;
	padding-top: 43px;
	width: 243px;
	height: 31px;
	background: url(../images/copyright.png) bottom no-repeat;
	text-indent: -9999px;
}

