/* スタイルリセット */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
body{
	background-color: #ffdfdf;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
.clear {
	clear: both;
}

/* 共通スタイル */#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#rogo {
	margin-top: 30px;
	float: left;
}
#menu1 {
	float: right;
	margin-top: 83px;
}
#menu1 li {
	float: left;
	height: 25px;
}
#menu1 li span {
	display: none;
}
#home{ background-image: url(../image/home2.gif); height: 25px; width: 65px; background-repeat: no-repeat;}
#profile{ background-image: url(../image/profile2.gif); height: 25px; width: 80px; background-repeat: no-repeat;}
#works{ background-image: url(../image/works2.gif); height: 25px; width: 70px; background-repeat: no-repeat;}
#blog{ background-image: url(../image/blog2.gif); height: 25px; width: 65px; background-repeat: no-repeat;}
#gallery{ background-image: url(../image/gallery2.gif); height: 25px; width: 80px; background-repeat: no-repeat;}
#home a:link,#home a:visited,#home a:active{ background-image: url(../image/home.gif); height: 25px; width: 65px; background-repeat: no-repeat;}
#profile a:link,#profile a:visited,#profile a:active{ background-image: url(../image/profile.gif); height: 25px; width: 80px; background-repeat: no-repeat;}
#works a:link,#works a:visited,#works a:active{ background-image: url(../image/works.gif); height: 25px; width: 70px; background-repeat: no-repeat;}
#blog a:link,#blog a:visited,#blog a:active{ background-image: url(../image/blog.gif); height: 25px; width: 65px; background-repeat: no-repeat;}
#gallery a:link,#gallery a:visited,#gallery a:active{ background-image: url(../image/gallery.gif); height: 25px; width: 80px; background-repeat: no-repeat;}

#menu1 li a:hover{
    background-image:none;
	border-width: 0px;
	border-style: none;
	height:25spx;

}
#menu1 li a{
	height: 25px;
	display: block;
	
}
#main {
	background-image: url(../image/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	margin-top: 5px;
	padding-top: 340px;
	padding-bottom: 50px;
}
h2 {
	margin-bottom: 15px;
	margin-left: 25px;
	padding-top: 25px;
}
h3 {
	background-image: url(../image/icon1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 27px;
	font-size: 15px;
	font-weight: bold;
	color: #555555;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4B5B5;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#contents p {
	font-size: 12px;
	color: #333333;
	line-height: 145%;
	margin-bottom: 17px;
}

#information {
	background-color: #000000;
	height: 150px;
	width: 400px;
	display: block;
	margin-left: 30px;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	overflow-x: hidden;
}
#copyright {
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin-top: 20px;
}
#main2 {
	background-image: url(../image/main2bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	padding-bottom: 20px;
}
#contents {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	height: 380px;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-face-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-arrow-color:#fe96ad;
	scrollbar-track-color:white;
	scrollbar-darkshadow-color:white;
	z-index:1 ;
}
#contents2 {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	height: 400px;
	width: 480px;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-face-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-arrow-color:#fe96ad;
	scrollbar-track-color:white;
	scrollbar-darkshadow-color:white;
}

*:first-child+html #contents2 {
	scrollbar-face-color:white;
	scrollbar-highlight-color:white; scrollbar-shadow-color:white;
	scrollbar-3dlight-color:white; scrollbar-arrow-color:#fe96ad;
	scrollbar-track-color:white; scrollbar-darkshadow-color:white;
}
#contents .profile-photo {
	float: right;
	margin-right: 20px;
	margin-top: 0px;
	z-index:2;
}
#contents p.name {
	font-size: 15px;
	font-weight: bold;
}
#main2-profile {
	background-image: url(../image/profile2bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
	height: 500px;
	margin-top: 5px;
}
#mai2-live {
	background-image: url(../image/livebg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
	height: 500px;
	margin-top: 5px;
}
ul.list{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	line-height: 140%;
	font-size: 12px;
	color: #333333;
	list-style-type: disc;
}
ul.list .special{
	background-color: #FFDFDF;
	color: #FF3366;

}
#contents2 p {
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	margin-bottom: 20px;
}
#cd-area {
	margin-right: 40px;
}
#cd-area p.jacket {
	float: left;
	margin-right: 10px;
}
#cd-area p.cd-title {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #FF6699;
}
#cd-area ul.cd {
	font-size: 12px;
	color: #333333;
	line-height: 135%;
}

a:link, a:active,a:visited{
	color: #FF6699;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
#cd-area div.photo_s {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#cd-area .cd-title span {
	clip: rect(auto,auto,auto,auto);
	margin-left: 15px;
}
#cd-area .tokuten {
	color: #FF3366;
}
