/************************************************
CSS2.0
************************************************/

/******************** default ********************/
*{
	padding			: 0px;
	margin				: 0px;
}

body {
	padding			: 0px;
	margin				: 0px;
	font-family		: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, sans-serif;
	font-size			: 100%;
	color				: #000;
	line-height		: 150%;
	text-align			: left;
}

a:visited {
	color				:#800080;
	}
a:hover {
	color				:#ff9900;
	}
h1 {
	font-size			: 0.9em;
	padding			: 0.8em 0em 1.4em;
	}

h2,h3 {
	font-size			: 0.85em;
	}
p {
	font-size			:0.85em;
}

img {
	border				: none;
}


ul {
	list-style-type	: none;
	font-size:0.85em;
	margin-bottom	:2em;
}

ul li {
	line-height		:1.4em;
	}
ul li span {
	margin-right		:1em;
	}

.l {
	float: left;
	margin-right		: 10px;
}

.r {
	float: right;
	margin-left		: 10px;
}

label {
	cursor				: pointer;
}


.tRight {
	text-align			: right;
}


.tLeft {
	text-align			: left;
}


.tCenter {
	text-align			: center;
}

.mTop2 {
	margin-top		: 2em;
	}
.mBottom1 {
	margin-bottom	:1em;
	}
.mBottom2 {
	margin-bottom	:2em;
	}
.clear {
	clear				: both;
}


/*************************************/

p	{
	font-size:0.8em;
	line-height:1.5em;
	}
p img {
	margin-bottom	:0.5em;
	}
ul#sideList {
	float:left;
	width:297px;
	}
ul#sideList li {
	border-left		: 7px solid #364aa1;
	margin-bottom	: 1px;
	padding			: 26px 26px 10px;
	}
li.profile {
	background		: url("images/sideList_profile.gif") left top;
	}
li.discography {
	background		: url("images/sideList_discography.gif");
	}
li.gallery {
	background		: url("images/sideList_gallery.gif");
	}
li.link {
	background		: url("images/sideList_link.gif");
	}
li.chat {
	background		: url("images/sideList_chat.gif");
	}
dl {
	font-size			:0.8em;
	line-height		:1.3em;
	}
dt {
	font-weight		:bold;
	float				:left;
	width				:110px;
	}
dd {
	margin-bottom	:0.3em;
	}

table {
	font-size:0.8em;
	line-height:1.5em;
	margin:0 auto;
	}
td img {
	margin-bottom:5px;
	}

/*************************************/


#bodyLink {
	width				:740px;
	}

#header {
	position:relative;
	width				:740px;
	height				:76px;
	}

#main	{
	padding			:36px 20px;
	float				:left;
	}
#main img {
	border				:1px solid #666;
	}
#footer {
	color				:#fff;
	font-size			:0.8em;
	line-height		:1.3em;
	background		:#002d65;
	padding			:0.7em 0em;
	text-align			:center;
	width:740px;
	clear				:both;
	}




#headerLogo {
	position			:absolute;
	right				:20px;
	top					:12px;
	}
#header ul {
	background		: url("images/header_back.jpg") left top;
	padding			:9px 0px 0px 20px;
	position			:absolute;
	top					:45px;
	width				:720px;
	}
#header ul li {
	display				:inline;
	margin				:0px 37px 0px 0px;
	height				:23px;
	}
#header h1 {
	margin-left		:20px;
	}

/***************** all ********************/
#body,
#bodyLink,
#bodyGallery {
	width				:740px;
	}
/***************** Gallery ********************/



#bodyGallery h2 {
	padding-bottom	:5px;
	padding-left:0px;
	margin-bottom	:10px;
	border-bottom	:7px solid #364aa1;
	}
#bodyGallery  #main img {
	border				:0;
	margin-right		:0px;
	}



/***************** Link ********************/


#bodyLink h2,
#bodyLink dl {
	clear				:both;
	}
#bodyLink h2 {
	background		: url("images/main_list.gif") no-repeat left center;
	padding			: 20px 26px 16px;
	}
#bodyLink dl {
	border-top		:1px solid #666;
	padding-top		:20px;
	}
#bodyLink dl dt,
#bodyLink dl dd {
	float:none;
	padding-left:16px;
	}
#bodyLink dl dt {
	background		: url("images/main_list2.gif") no-repeat left center;
	}