@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      top.css
 Style Info:     Spotrights.jpトップページ用設定
----------------------------------------------------------- */


/* TOP PAGEのセンターのコンテンツ */
#Ccont-top {
	width: 790px;
	height: auto;
	padding: 0;
	float: left;
}

.top-cont {
	clear: both;
}


/* バナースペース */
#side-pr { 
	width: 170px;
	margin-left: 10px;
	float: left;
}
	
/*　ユーザーパネル部　*/

#login {
	font-size: 0.86em;
	font-weight: bold;
	width: 150px;	
	margin-right: 0;
	margin-left: auto;
	height: auto;
	border: #CCCCCC 1px solid;
	padding: 0px 10px 8px  10px;
}
#login .loginform 
{
	margin-top:10px;
	text-align: right;
	}
#login legend { font-size: small; }
#login p {
	margin-bottom: 0.3em;
}
#login .login-link {
	margin-top: 5px;
}
#login .id input,
#login .pass input {
	width: 95px;
	margin-left: 10px;
}

/* 上部に掲載するパターンのレイアウト
#login {
	font-size:0.86em;
	font-weight:bold;
	width:160px;
	text-align:right;
	margin-right:0;
	margin-left:auto;
	height:200px;
}


#login .login-link img {
	margin-right:1px;
	margin-top:5px;
}
#login div.user .login-link p {
	float:left;
	margin-right:5px;
	margin-top:5px;
}

*/


/*　見出し設定　*/

#Ccont-top .lv1 h2 {
	border-left: none;
	border-right: none;
	background: #FFFFFF url(../images/bg_grad02.png) repeat-x center -8px;
}


/* コンテンツ */

#Ccont-top #recommend-box {
	background: url(../images/bg_grad01.png) repeat-x bottom;
/*	background:#fff3c1;  薄いオレンジ*/
/*	background:#ff9933;  濃いオレンジ*/
	float: left;
	padding: 5px 15px 10px 15px;
	text-align: center;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	margin-bottom: 20px;
}
/*
#Ccont .inner {
	border-top:#333 2px solid;
	border-bottom:#333 2px solid;
	float:left;
	padding:5px;
}
*/

/* Recommend Movie部 */
#Ccont-top #recommend-box h1 {
	margin: 0;
	font-size: 13px;
	margin-bottom: 3px;
	text-align: left;
}

/* サイト概要説明コンテンツ部 */
#Ccont-top .top-message {
	clear: both;
}
#Ccont-top .top-message .lv1{
	padding: 20px 40px 20px 20px;
}

#Ccont-top .top-message .lv1 p{
	background: #FFFFFF url(../images/bg_grad02.png) repeat-x center -8px;
}


#Ccont-top .top-message h1 {
	margin: 0;
	padding: 10px 10px 0 10px;
	margin-bottom: 0px;
	font-size: 12px;
}

/* メインコンテンツ部共通設定 */
#Ccont-top .top-cont h1 {
	background: url(../images/bg_box04t.png) no-repeat;
	margin: 0;
	padding: 10px 15px;
	font-size: 18px;
	height: 30px;
}
#Ccont-top .top-cont .lv1{
	height: auto;
	padding: 10px 30px;
	margin-bottom: 0;
	background: url(../images/bg_box04m.png) repeat-y;
	}
	
#Ccont-top .top-cont .lv1 p {
	margin-bottom: 0; /* サイト全体のpに設定されているmarginをクリア*/
}

/* コンテンツ枠の下部背景設定　*/
#Ccont-top .top-cont-b {
	background: url(../images/bg_box04b.png) no-repeat left bottom;
	height: 30px;
	margin-bottom: 10px;
}
