@charset "UTF-8";
/* CSS Document */
body,html,h1,h2,h3,h4,p,pre,address,div,ul,li,dl,dt,dd,a{
	margin:	 0;
	padding: 0;
}

*html body {			/*IE6だけに適用*/
	overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
	overflow-y:auto;
}

body {
	overflow-y:scroll;
}

h1{
font-size:1.7em;
}


body {
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	background-image: url(../img/bg_global.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 62.5%;
	color: #FFFFFF;
	line-height: 150%;
}

a {
    color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	background-image: url(../img/bg_back.gif);
	background-repeat: repeat;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	height: 26px;
	width:940px;	
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#logo {
	float: left;
	width: 347px;
	margin: 0px;
	padding: 0px;
	height: 26px;
}
#header #logo a:hover {
	background-image: none;
}
#global-menu {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 255px;
}
#header #global-menu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#header #global-menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
}

#container #left {
	margin: 0px;
	float: left;
	width: 358px;
	padding-left: 54px;
	text-align: left;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#container #left #name {
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #left #worksarchives {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #left #worksarchives h3 {
	float: left;
	width: 17px;
}
#container #left #worksarchives #category {
	padding-bottom: 20px;
	float: left;
	padding-left: 10px;
}
#container #left #worksarchives #category #categories {
	padding-bottom: 20px;
}
#container #left #worksarchives #latest {
	text-align: left;
	width: 284px;
}

#container #left #worksarchives ul {
	margin: 0px;
	list-style-type: none;
	width: 284px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #left #worksarchives li {
	float: left;
}

#container #left #worksarchives li a {
	height: 56px;
	width: 56px;
	float: left;
	padding: 2px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#container #left #worksarchives li a:hover {
	background-image: url(../img/bg_back.gif);
	background-repeat: repeat;
	background-position: left top;
}

#container #left #information {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	clear: left;
}
#container #left #information h3 {
	float: left;
	padding-right:10px;
	width: 17px;
}
#container #left #information ul {
	width: 272px;
	list-style-type: none;
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	display: block;
	float: right;
}

#container #left #information li {
	list-style-type: none;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: outside;
	width: 272px;
	clear:right;
}


#container #right {
	text-align: left;
	margin: 0px;
	padding-top: 50px;
	width: 500px;
	float: left;
}
#profile p {
	margin-top: 30px;
}
#footer {
	clear: both;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 30px;
}
#footer #credit {
	background-image: url(../img/footer-line.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 10px;
}

/*個別ページ*/
#main{
	padding-top: 20px;
	padding-bottom: 30px;
}

#main #title {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#title p {
	padding-top: 10px;
	padding-bottom: 0px;
}

#same{
	text-align:left;
	width:920px;
	padding-top: 30px;
}

#same ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 22px;
}

#same ul li{
	float: left;
}

#same ul li a{
	margin: 4px;
	padding: 2px;
	height: 20px;
	width: 20px;
	float: left;
}

#same ul li a:hover{
	background-image: url(../img/bg_back.gif);
	background-repeat: repeat;
	background-position: left top;
}

#container #bottom {
	float: left;
	width: 940px;
	padding-left: 0px;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../img/footer-line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container #bottom #name {
	margin: 0px;
	float: left;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#container #bottom #name a:hover {
	background-image: url(../img/bg_back.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 47px;
	width: 189px;
}
#container #bottom #worksarchives {
	margin: 0px;
	float: left;
	padding: 0px;
	width: 336px;
}
#container #bottom #worksarchives h3 {
	float: left;
	width: 17px;
}

#container #bottom #worksarchives #category {
	padding-left: 10px;
	padding-bottom: 20px;
	width: 288px;
	padding-top: 0px;
	float: left;
}
#container #bottom #worksarchives #category #categries {
	padding-bottom: 20px;
}

#container #bottom #worksarchives #latest {
	width: 287px;
}

#container #bottom #worksarchives ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 288px;
}

#container #bottom #worksarchives li {
	float: left;
}

#container #bottom #worksarchives li a {
	margin: 4px;
	padding: 2px;
	height: 56px;
	width: 56px;
	float: left;
}

#container #bottom #worksarchives li a:hover {
	background-image: url(../img/bg_back.gif);
	background-repeat: repeat;
	background-position: left top;
}

#container #bottom #information {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 350px;
}
#container #bottom #information h3 {
	float: left;
	padding-right:10px;
	width: 17px;
}
#container #bottom #information ul {
	float: left;
	width: 272px;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 4px;
}

#container #bottom #information li {
	list-style-type: none;
	padding-bottom: 4px;
}

/*アーティストリストページ*/

#container #left #list {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #left #list h3 {
	float: left;
	width: 29px;
	padding-right: 20px;
}

#container #left #list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 284px;
}
#container #left #list li {
	padding-bottom: 30px;
}

#container #left #list li a {
	margin: 4px;
	padding: 2px;
	height: 56px;
	width: 56px;
}

#container #left #list li a:hover {
	background-image: url(../img/bg_back.gif);
	background-repeat: repeat;
	background-position: left top;
}


/*カテゴリー別ページ用*/

#profile #latest {
	text-align: left;
}

#profile #latest ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#profile #latest li {
	float: left;
}

#profile #latest li a {
	height: 56px;
	width: 56px;
	float: left;
	padding: 2px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#profile #latest li a:hover {
	background-image: url(../img/bg_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
#profile h4 {
	font-weight: normal;
	padding-bottom: 4px;
	font-size: 100%;
	padding-top: 8px;
}

#profile ul{
	list-style-position: inside;
	list-style-type: none;
}


/*その他設定*/

.leftfloat {
	float: left;
}
.top4px {
	margin-top: 4px;
}

#date {
	text-align: right;
	font-style: normal;
	font-weight: normal;
	width: 940px;
	margin-right: 0px;
	margin-left: auto;
}

/*古賀さん用*/
#size{
font-size:150%;
}

.size2{
font-size:150%;
}

.toptop {
	background-image: url(../img/mainimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.toptop #dov {
	top: 30px;
	position: relative;
	z-index: 2;
	left: 700px;
	width: 320px;
	height: 615px;
}
.toptop #dov li {
	padding-bottom: 30px;
	list-style-type: none;
}
