@charset "utf-8";
body{background-color:#F1E8DE;}

.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

.break {
	width:100%;
	height:1px;
	line-height:1px;
	font-size:1px;
}

/* ヘッダ */
#qript_header{
	width:950px;
	height:60px;
	background-image:url(../../img/qript/header_bg.gif);
	background-repeat:no-repeat;
}
#qript_header_logo{
	width:170px;
	height:60px;
	float:left;
}
#qript_header_logo img{
	width:100%;
	height:100%;
	cursor:pointer;
}
#qript_header_navi{
	width:780px;
	height:60px;
	float:left;
}
#qript_header_navi_global{
	width:780px;
	height:21px;
	background-image:url(../../img/qript/header_global_navi.gif);
	background-repeat:no-repeat;
}
#qript_header_navi_local{
	width:780px;
	height:39px;
	background-image:url(../../img/qript/header_local_navi.gif);
	background-repeat:no-repeat;
}
#qript_header_navi_local_friend{
	width:780px;
	height:39px;
	background-image:url(../../img/qript/header_local_navi_friend.gif);
	background-repeat:no-repeat;
}
#qript_header_navi_local_comu{
	width:780px;
	height:39px;
	background-image:url(../../img/qript/header_local_navi_comu.gif);
	background-repeat:no-repeat;
}
#qript_header_navi .navi_btn{
	float:left;
}
#qript_header_navi .navi_btn img{
	width:100%;
	height:100%;
	cursor:pointer;
}

/* フッタ */
#qript_footer{
	width:951px;
	height:20px;
	background-image:url(../../img/qript/footer_bg.gif);
	background-repeat:no-repeat;
}
#qript_copyright{
	font-size:10px;
	color:#D29E80;
	text-align:right;
	padding-top:3px;
	padding-right:10px;
}

/* メインコンテンツ */
#qript_contents{
	width:949px;
	border-right:1px solid #EBD1BE;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
}
#qript_contents_frame{
	width:720px;
	margin-left:auto;
	margin-right:auto;
}

/* 共有テーブル */
#qript_contents table.line{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	background-color:#FFFFFF;
}
#qript_contents table.line td{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	padding:4px;
}
#qript_contents table.line .header{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#666666;
	color:#FFFFFF;
	text-align:center;
}
#qript_contents table.line .center{
	text-align:center;
}
#qript_contents table.line .right{
	text-align:right;
}


