@charset "UTF-8";

/* 基本
---------------------------------------------*/

body {
	margin: 0px auto 0px auto;
	text-align:center;
	padding-top: 0px;
	align: center;
	color: #003300;
	background: #ECECEC;
}

#wrapper {
	width: 700px;
	margin: 0px auto 0px auto;
	text-align:left;
	padding-top: 0px;
	background: #FFFFFF;
}

a:link {
	color: #009900;
}
a:visited {
	color: #006600;
}
a:hover,
a:focus {
	color: #FF5500;
}
a:active {
	color: #990000;
}



/* ヘッダー
---------------------------------------------*/

#header {
	height: 115px;
	margin: 0px 0px 0px 0px;
	background: url(img/top.gif) no-repeat;
}
#logo {
	position: relative;
	left: 25px;
	top: 40px;
	}

/* パンくずリスト
---------------------------------------------*/
#topicPath {
	font-size: 11PX;
	width: 650px;
	height: 16px;
	margin: 0px 0px 0px 0px;
	padding : 0 25px 0 25px;
}

/* タイトル
---------------------------------------------*/
h1 {
	font-size: 13PX;
	height: 18px;
	margin: 0px 0px 0px 0px;
	padding : 0 25px 0 25px;
}

/* 作品部分
---------------------------------------------*/
#mein {
	height: 400px;
	margin: 0px 0px 0px 0px;
	}
	

/* 説明文
---------------------------------------------*/
#writing {
	height: 100px;
	width: 650px;
	margin: 6px 25px 25px 25px;
}
#writing p{
	font-size: 11PX;
	line-height: 11PX;
	margin: 0px 0px 7px 0px;
}

/* フッダー
---------------------------------------------*/

#footer {
	height: 155px;
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background: url(img/end.gif) no-repeat;
	}
#footer img{
	margin: 50px 0px 0px 0px;
	}