/*
2009.06.14 (Sun.) 作成
09.06.24 (Wed.) 製作
Studio iag用スタイルシート
*/


*{
	font-size : 100%;
	font-weight : normal;
	margin : 0px;
	padding : 0px;
	border : 0px solid #000000;
}

body{
	color : #000000;
	background : #ffffff;
}


h1{
	background : url(./deco/title.png) no-repeat left center;
	text-indent : -4096px;
	height : 128px;
}






/*
--------------------------------Frame_Right
*/

div.Frame_Right{
	float : right;
	width : 256px;
}

div.Frame_Right div.Menu_Box{
	margin : 0px 16px 32px 16px;
	border : 1px solid #ff6600;
}

div.Frame_Right div.Menu_Box h3{
	color : #ffffff;
	background : #ff6600;
	font-weight : bold;
	text-align : center;
	padding : 4px;
}

div.Frame_Right div.Menu_Box ul{
	padding : 8px 8px 8px 24px;
}

div.Frame_Right div.Menu_Box ul li{
	font-size : 13px;
	margin-top : 4px;
	margin-bottom : 4px;
}





/*
--------------------------------Frame_Left
*/
div.Frame_Left{
	margin-right : 256px;
}

div.Frame_Left h2{
	color : #0033cc;
	font-size : 120%;
	font-weight : bold;
	margin-left : 16px;
}

div.Line{
	background : url(./deco/line.png) no-repeat center center;
	margin-top : 16px;
	margin-bottom : 16px;
	height : 44px;
}

/*
------------------------Others
*/
div.Frame_Left div.Others{
	padding : 16px;
}

div.Frame_Left div.Others div.WhatsNew{
	padding : 8px;
	margin-right : 8px;
	font-size : 13px;
/*	float : right; */
	width : 232px;
	border : 6px dotted #009900;
}

div.Frame_Left div.Others div.WhatsNew ul{
	padding-left : 16px;
}

div.Frame_Left div.Others div.WhatsNew ul li{
	margin-bottom : 1em;
}

div.Frame_Left div.Others div.WhatsNew ul li div{
	color : #00cc33;
	font-weight : bold;
}

div.Frame_Left div.Others div.WhatsNew ul li p{
	margin-left : 16px;
	line-height : 150%;
}

div.Frame_Left div.Others div.Welcome{
	margin-right : 16px;
}

div.Frame_Left div.Others div.Welcome p{
	line-height : 150%;
}

div.Frame_Left div.Others div.TodayMusic{
	font-size : 13px;
	margin : 16px;
}

div.Frame_Left div.Others div.TodayMusic h3{
	color : #663399;
	font-weight : bold;
}

/*
------------------------Hitokoto
*/

div.Frame_Left div.Hitokoto{
	padding : 16px;
}

div.Frame_Left div.Hitokoto div.Day{
	margin-left : 16px;
	margin-bottom : 48px;
}

div.Frame_Left div.Hitokoto div.Day div.Date{
	background : url(./deco/point.png) left center no-repeat;
	text-indent : 24px;
	color : #003366;
	font-weight : bold;
}

div.Frame_Left div.Hitokoto div.Day div.Sent{
	line-height : 150%;
	margin-top : 16px;
	margin-left : 32px;
}

div.Frame_Left div.Hitokoto div.Day div.Sent p{
	margin-bottom : 1em;
}

/*
------------------------Music
*/

div.Frame_Left div.Music{
	padding : 16px;
}

div.Frame_Left div.Music div.Navi{
	margin-left : 16px;
	margin-bottom : 24px;
	line-height : 150%;
}

div.Frame_Left div.Music table.MList{
	margin-left : 32px;
	margin-bottom : 32px;
	border-style : solid;
	border-width : 1px 0px 0px 1px;
	border-color : #66666;
}

div.Frame_Left div.Music table.MList tr td{
	font-size : 13px;
	padding : 4px;
	border-style : solid;
	border-width : 0px 1px 1px 0px;
	border-color : #666666;
}

div.Frame_Left div.Music h3{
	color : #003366;
	font-size : 100%;
	font-weight : bold;
	margin : 8px 8px 16px 16px;
}

/*
------------------------About
*/

div.Frame_Left div.About{
	padding : 16px;
}

div.Frame_Left div.About h3{
	color : #003366;
	background : url(./deco/point.png) left center no-repeat;
	text-indent : 24px;
	font-weight : bold;
	margin-left : 16px;
}

div.Frame_Left div.About div.Sent{
	margin-left : 48px;
	margin-bottom : 32px;
	line-height : 150%;
}













span.qu{
	color : #cc6600;
}
/*
--------------------------------Link
*/
a.hover{
	color:#ff3300;
}