/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

/* ++++++ ウェブの横幅設定 ++++++ */


	
#container {
	width: 450px;
	}

/* ++++++ その他設定 ++++++ */

body {
       	text-align: center;
		background-color: #FFFFFF;
	}

#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: left;
	}

/* ++++++ コンテンツ部分のデザイン ++++++ */

/* 作品表示のボックス */
#works	{
	width: 450px;
	height: 450px;
	border: 0px solid #CCCCCC;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}

/* オペレータ部分 */
#operator	{
	text-align: center;
	font-family: sans-serif;
	font-size: small;
	font-weight: bold;

	color: #666666;
	}

#operator a	{
	color: #608090;
	text-decoration: none;
	}

#operator a:hover {
	color: #ff8c00;
	text-decoration: none;
	}


/* プロフィール部分 */
#artist_name {
	font-family: sans-serif;
	font-size: ex-large;
	font-style: nomal;
	color: #aaaaaa;
	}

#artist_web	{
	font-family: sans-serif;
	font-size: small;
	font-weight: bold;
	overflow: hidden;
	color: #999999;
	line-height: 250%;
	}

#artist_web a	{
	color: #4356B7;
	line-height: 170%;
	}

#artist_web a:visited {
	color: #8D8D8D;
	line-height: 170%;
	}

#artist_web a:hover {
	color: #ff8c00;
	border: 0;
	}

#prof 	{

	font-family: sans-serif;
	font-size: small;
	color: #666666;
	line-height: 150%;
	}

#prof a	{
	color: #608090;
	line-height: 150%;
	}

#prof a:visited {
	color: #444444;
	line-height: 150%;
	}

#prof a:hover {
	color: #ff8c00;
	}


/* ++++++ フッター部分のデザイン ++++++ */

#footer {
	width: 450px;
	font-family: sans-serif;
	font-size: small;
	color: #999999;
	text-align: center;
	}

