/*全体
----------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 700px;
	background-repeat: repeat-y;
	background-image: url(img/background.gif);
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #999999;
	height: 800px;
}
body {
	background-color: #CCCCCC;
}

h1 {
	font-size: 60%;
	color: #CCCCCC;
}
h3 {
	font-size: 70%;
}
p {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #666666;
}
a:hover {
	color: #FFFF00;
}
a:visited {

}
#logo {
	height: 200px;
	width: 200px;
	margin-left: 50px;
}
/*ベースレイアウト
-----------------------------------------------*/
#top {
	height: 30px;
	width: 650px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #999999;
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
}
#header {
	height: 200px;
	width: 600px;
	padding-left: 50px;
}
#contents {
	width: 700px;
}
#footer {
	height: 15px;
	width: 600px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	color: #333333;
	text-align: center;
	margin-top: 100px;
	clear: both;
	float: left;
}
#news {
	height: 150px;
	width: 600px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 18px;
	color: #333333;
	padding-top: 60px;
	padding-left: 50px;
	background-image: url(img/news_title.gif);
	background-repeat: no-repeat;
	background-position: 50px 10px;
}
/*グローバルナビ
-----------------------------------------------*/
#menu {
	height: 30px;
	width: 100px;
	position: absolute;
	left: 650px;
	top: 50px;
}
#back_menu {
	height: 30px;
	width: 50px;
	left: 700px;
	top: 100px;
	position: absolute;
}
#back_menu02 {

	height: 30px;
	width: 50px;
	left: 700px;
	top: 150px;
	position: absolute;
}
#back_menu03 {


	height: 30px;
	width: 50px;
	left: 700px;
	top: 200px;
	position: absolute;
}
#back_menu_biography {

	height: 30px;
	width: 50px;
	left: 700px;
	top: 50px;
	position: absolute;
}
#menu_biography {

	height: 30px;
	width: 100px;
	position: absolute;
	left: 650px;
	top: 100px;
}
#back_menu02_biography {


	height: 30px;
	width: 50px;
	left: 700px;
	top: 150px;
	position: absolute;
}
#back_menu03_biography {



	height: 30px;
	width: 50px;
	left: 700px;
	top: 200px;
	position: absolute;
}
#back_menu_portfolio {

	height: 30px;
	width: 50px;
	left: 700px;
	top: 50px;
	position: absolute;
}
#back_menu02_portfolio {


	height: 30px;
	width: 50px;
	left: 700px;
	top: 100px;
	position: absolute;
}
#menu_portfolio {

	height: 30px;
	width: 100px;
	position: absolute;
	left: 650px;
	top: 150px;
}
#back_menu03_portfolio {



	height: 30px;
	width: 50px;
	left: 700px;
	top: 200px;
	position: absolute;
}
#menu_favorite {


	height: 30px;
	width: 100px;
	position: absolute;
	left: 650px;
	top: 200px;
}

/*トップページ
-----------------------------------------------*/
.header_top {
	background-image: url(img/penguin_travel.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#information {
	width: 600px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 18px;
	color: #333333;
	padding-top: 60px;
	padding-left: 50px;
	background-image: url(img/information_title.gif);
	background-repeat: no-repeat;
	background-position: 50px 10px;
	height: 142px;
}
#information li {
	float: left;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 10px;
}
#news dd {
	margin-top: -18px;
	margin-left: 60px;
}
/*バイオグラフィー
-----------------------------------------------*/
#biography {
	height: 346px;
	width: 600px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 18px;
	color: #333333;
	padding-top: 75px;
	padding-left: 50px;
	float: left;
	background-image: url(img/biography_title.gif);
	background-repeat: no-repeat;
	background-position: 50px 10px;
}
.header_biography {
	background-image: url(img/scribbling02.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#biography .profile h3 {
	background-color: #FFFFFF;
	height: 14px;
	width: 80px;
	font-size: 90%;
	position: relative;
	left: 15px;
	top: -7px;
}

.profile {
	height: 100px;
	width: 331px;
	border: 1px dotted #666666;
	padding-left: 15px;
	float: left;
}
#biography .profile p {
	margin-left: 15px;
}
.environment {
	height: 100px;
	width: 331px;
	border: 1px dotted #666666;
	padding-left: 15px;
	margin-top: 20px;
	float: left;
}
#biography .environment h3 {

	background-color: #FFFFFF;
	height: 14px;
	width: 30px;
	font-size: 95%;
	position: relative;
	left: 15px;
	top: -7px;
}
.activity {
	height: 100px;
	width: 331px;
	border: 1px dotted #666666;
	padding-left: 15px;
	margin-top: 20px;
	float: left;
}
#biography .activity h3 {


	background-color: #FFFFFF;
	height: 14px;
	width: 30px;
	font-size: 95%;
	position: relative;
	left: 15px;
	top: -7px;
}
#biography .activity p {

	margin-left: 15px;
}
#biography .environment p {


	margin-left: 15px;
}
.biography_img {


	float: right;
	height: 346px;
	width: 252px;
	background-image: url(img/noimage.jpg);
	background-repeat: no-repeat;
	background-position: 50px 10px;
}
/*ポートフォリオ
-----------------------------------------------*/
.header_portfolio {
	background-image: url(img/car.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#portfolio ul {
	margin-left: 5px;
}
#portfolio li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}
#portfolio {
	height: 450px;
	width: 600px;
	padding-top: 75px;
	padding-left: 50px;
	background-image: url(img/portfolio_title.gif);
	background-repeat: no-repeat;
	background-position: 50px 10px;
}
.header_favorite {
	background-image: url(img/bird.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/*フェーバリット
-----------------------------------------------*/
.illust {
	height: 60px;
	width: 348px;
	border: 1px dotted #666666;
	float: left;
}
#favorite li {
	list-style-image: none;
	list-style-type: none;
}
#favorite .illust li {
	float: left;
	height: 30px;
	width: 153px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#favorite .illust h3 {
	font-size: 100%;
	background-color: #FFFFFF;
	height: 14px;
	width: 90px;
	position: relative;
	top: -7px;
	left: 15px;
}
#favorite {
	height: 351px;
	width: 600px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	padding-left: 50px;
	float: left;
	padding-top: 75px;
	background-image: url(img/favorite_title.gif);
	background-repeat: no-repeat;
	background-position: 50px 10px;
}
.web {
	height: 180px;
	width: 348px;
	margin-top: 20px;
	border: 1px dotted #666666;
	float: left;
}
#favorite .web li {
	height: 10px;
	width: 153px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#favorite img {
	margin-bottom: 8px;
	margin-left: -8px;
}
.others {
	height: 65px;
	width: 348px;
	margin-top: 20px;
	border: 1px dotted #666666;
	float: left;
}
#favorite .others h3 {
	font-size: 100%;
	background-color: #FFFFFF;
	height: 14px;
	width: 50px;
	position: relative;
	top: -7px;
	left: 15px;
}
#favorite .others li {

	height: 10px;
	width: 153px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#favorite .web h3 {
	font-size: 100%;
	background-color: #FFFFFF;
	height: 14px;
	width: 125px;
	position: relative;
	top: -7px;
	left: 15px;
}
.favorite_img {
	float: right;
	height: 350px;
	width: 250px;
	background-image: url(img/ink.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/*フッター
-----------------------------------------------*/
#mail {
	height: 50px;
	width: 450px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 16px;
	color: #333333;
	padding-top: 10px;
	padding-left: 50px;
}
#mail img {
	padding-right: 10px;
}
address {
	font-size: 80%;
	font-style: normal;
}
/*end
------------------------------------------------*/
