body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	scrollbar-track-color:white;
	scrollbar-face-color:white;
	scrollbar-arrow-color:#cccccc;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-3dlight-color:#cccccc;
}

hr{ 
	padding: 2px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	height: 1px;
	border-color: #cccccc;
}

#title{
	font-weight: bold;
	color: #AF0013;
	font-size: 13px;
}

img{
	margin: 0;
	padding: 0;
	border: 0;
}

a:focus{
	outline:none;
}

.new{
	color: red;
	font-size:11px;
}

.name{
	color: #be0318;
	font-weight: bold;
}

#right_block{
	background-color: #ffffff;
	width: 200px;
	float: center;
	/*border: 1px solid blue;*/
}



#res_table td{
	border-bottom: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	vertical-align: middle;
}

/************* header メニュー *******************************/
ul li{
	list-style-type: none;
	display: inline;
	float:left;
	height: 35px;
}

/************* footer *******************************/
.footer{
	font-size: 11px;
	margin-top:3px;
}

.footer a{
	color: #ffffff;
}

/************* ボックス３種 *******************************/
.right_190{
	width: 190px;
	text-align: center;
	margin-top: 10px;
	/*border: 1px solid red;*/
}

.left_340{
	width: 340px;
	text-align: center;
	margin-top: 10px;
	float: left;
}

.left_540{
	width: 540px;
	text-align: center;
	margin-top: 10px;
}

.left_690{
	width: 690px;
	text-align: center;
	margin-top: 10px;
	/*border: 1px solid red;*/
}
/************************************************************/


#cast_list_block{
	width: 145px;
	height: 220px;
	background-image: url(../images/c_list_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 13px;
	/*border: 1px solid blue;*/
}

.hr_c_list_waku{
	width: 80%;
	height: 1px;
	margin: 8px 0 5px 0;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #cccccc;
}

.hr_select{
	width: 95%;
	height: 1px;
	color: #ffffff;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
}

/************* スケジュール *******************************/
#cast_sch_block{
	width: 120px;
	height: 170px;
	background-image: url(../images/c_sch_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	margin-left: 7px;
	/*border: 1px solid blue;*/
}

/************* プロフィール *******************************/
.prof_title{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-left: 12px;
	text-align: left;
}

#today_photo{
	float: left;
	margin-left: 10px;
	/*border:1px solid red;*/
}

.hr_prof{
	width: 95%;
	border-style: dotted;
	border-color: #BE0000;
	height: 1px;
	border-width: 1px 0px 0px 0px;
	text-align: center;
}

/***************　その他　*********************************/
input.invalid, textarea.invalid {
	background-color: #DD6975;
	border: 0.1em;
	border-color: #6F000C !important;
	border-style: solid;
	margin: 0.1em !important;
}

input.invalid:focus, textarea.invalid:focus {
	background-color: #FFE813;
	border: 0.2em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0 !important;
}

input:focus, textarea:focus {
	background-image: none;
	border: 0.2em;
	border-color: #7E9FDA;
	border-style: solid;
	margin: 0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
	border: 0;
	margin: 0.1em;
}
/*
input[type="submit"] {
	border-style: outset;
	border-width: 0.1em;
	margin: 0em;
}

input[type="submit"]:active {
	border-style: inset;
	border-width: 0.1em;
	margin: 0em;
}

input[type="submit"]:focus {
	border-style: outset;
	border-width: 0.1em;
	margin: 0em;
}
*/
legend {
	background-color: #FFFFFF;
	border: 0.1em;
	border-color: #7E9FDA;
	border-style: solid;
	color: #3362B4;
	font-weight: bold;
	padding: 0.5em;
}

.boxes {
	border: none;
}

.required {
	background-image: url(images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/********************** ページ生成 ********************************/
#Page_generation{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

p{
	margin: 5px;
}
	
#dragableElementsParentBox{
	padding: 10px;
}
	
.smallArticle,.bigArticle{
	float: left;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.smallArticle img,.bigArticle img{
	float: left;
	padding: 5px;
}

.smallArticle .rightImage,.bigArticle .rightImage{
	float: right;
}

.smallArticle{ /*小ブロック*/
	width: 320px;
}

.bigArticle{ /*大ブロック*/
	width: 664px;
}

.clear{
	clear: both;
}
	

#rectangle{
	float: left;
	border: 1px dotted red;
	background-color: #FFF;
}

#insertionMarker{
	width: 6px;
	position: absolute;
	display: none;
}

#insertionMarker img{
	float: left;
}		

#dragDropMoveLayer{
	position: absolute;
	display: none;
	border: 1px solid #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
