@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:80%;
	}
a:visited {
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
img{
	border:0px;
	}
textarea{
	font-family: Osaka;
	}
/* ヘッダー */
#head{
	text-align:center;
	}
/* 管理ページ部分 */
#container{
	width:780px;
	margin:auto;
	text-align:left;
	padding-bottom:30px;
	}
/* 管理ページタイトル部分 */
#admin_title{
	height:53px;
	background:url(/admin/img/admin_title.jpg) no-repeat left;
	}
/* 右側メニューエリア */
#menu{
	float:right;
	width:210px;
	text-align:left;
	}
#menu ul{
	margin:0px;
	padding:0px;
	}
#menu li{
	margin:10px 0px;
	padding:0px;
	list-style-type:none;
	}
#menu .icon_active{
	background:url(http://chch.enq1.shinobi.jp/admin/img/menu_icon.jpg) no-repeat 0px 1px;
	padding-left:20px;
	}
#menu .icon_glay{
	background:url(http://chch.enq1.shinobi.jp/admin/img/menu_icon_g.jpg) no-repeat 0px 1px;
	padding-left:20px;
	color:#CCCCCC;
	}
#menu .menu_bg{
	background:url(/admin/img/menu_bg.jpg) repeat-y;
	}
#menu .menu_top{
	background:url(/admin/img/menu_top.jpg) no-repeat;
	height:70px;
	}
#menu .menu_bottom{
	background:url(/admin/img/menu_bottom.jpg) no-repeat;
	height:36px;
	}
#menu .menu_main{
	width:198px;
	margin:0px 6px;
	}
#menu .s_title{
	margin:20px 0px;
	}
#menu .s_menu{
	padding-left:10px;
	}
#menu .e_menu{
	padding-left:10px;
	}
#menu .menu_link{
	background:url(/admin/img/menu_link.jpg) no-repeat;
	height:41px;
	width:210px;
	padding:1px 0px 0px 16px;
	margin-top:5px;
	}
/* 左側メインエリア */
#main{
	float:left;
	width:550px;
	text-align:left;
	}
* html>body #main{
	position: absolute;
	width: 550px;
	float:left;
	padding: 0;
	}
#main a:hover {
	background-position:0 -22px;
	}
#main a:active {
	background-position:0 -22px;
	}
#main .title{
	margin:17px 0px;
	}
#main .txt{
	margin:10px 0px;
	}
/* リスト部分 */
#main .title_red{
	background:#CC0000;
	border:#990000 solid 1px;
	margin:20px 0px 5px 0px;
	font-weight:700;
	color:#FFFFFF;
	padding:3px 5px;
	}
#main .title_blue{
	background:#336699;
	border:#000066 solid 1px;
	margin:20px 0px 5px 0px;
	font-weight:700;
	color:#FFFFFF;
	padding:3px 5px;
	}
#main .title_blue.nomargin{
	background:#336699;
	border:#000066 solid 1px;
	margin:2px 0px 5px 0px;
	font-weight:700;
	color:#FFFFFF;
	padding:3px 5px;
	}
#main .edge_gray{
	background:#F6F6F6;
	border:#CCCCCC solid 1px;
	margin-bottom:5px;
	padding-top:7px;
	}
#main .list_title{
	background:#E9E9E9;
	width:100%;
	}
#main .list_title_txt{
	padding:5px 20px;
	margin-left:15px;
	background:url(/admin/img/mainlist_icon.jpg) left no-repeat;
	font-weight:700;
	float:left;
	font-size:120%;
	}
#main .list_title_button{
	background:url(/admin/img/view_result.jpg) no-repeat;
	width:120px;
	height:22px;
	display:block;
	float:right;
	margin:3px 10px 3px 0px;
	}
#main .list_txt_left{
	text-align:left;
	margin-left:20px;
	float:left;
	padding:10px 0px;
	}
#main .list_txt_right{
	text-align:left;
	margin-right:20px;
	float:right;
	padding:10px 0px;
	}
/* new_e用 */
#main .prevtab{
	text-align:right;
	background:url(/admin/img/prevtab_r.jpg) no-repeat right bottom;
	width:100%;
	height:25px;
	}
#main .prevtab_link{
	float:right;
	padding:7px 15px 3px 15px;
	text-align:left;
	}
#main .prevarea{
	border:#CCCCCC 1px solid;
	text-align:center;
	}
#main .prevtitle{
	background:#F6F6F6;
	text-align:center;
	padding:5px;
	}
#main .setup{
	width:98%;
	font-size:12px;
	margin:3px 0px;
	height:70px;
	}
/* 入力項目、テンプレリストテーブル用 */
table{
	}
td{
	padding:5px;
	}
.t_title{
	background:#F6F6F6
	}
.t_item{
	border-top:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	background:#F6F6F6;
	text-align:center;
	}
.t_item_r{
	border-top:#CCCCCC solid 1px;
	background:#F6F6F6;
	text-align:center;
	}
.t_white{
	border-top:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	text-align:center;
	}
.t_white_l{
	border-top:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	}
.t_white_r{
	border-top:#CCCCCC solid 1px;
	text-align:center;
	}
.table_box{
	margin:20px 0px;
	border:#CCCCCC solid 1px;
	}
.tdbox_gray_l{
	background:#F6F6F6;
	border-right:#CCCCCC solid 1px;
	color:#666666;
	}
.tdbox_gray_r{
	background:#F6F6F6;
	}
.tdbox_white_l{
	border-right:#CCCCCC solid 1px;
	color:#666666;
	width:20%;
	}
.tdbox_white_r2{
	width:80%;
	}
.tdbox_white_l2{
	border-right:#CCCCCC solid 1px;
	color:#666666;
	width:25%;
	}
.tdbox_white_r{
	width:75%;
	}
.chink{
	margin:3px 0px;
	}
.date{
	font-size:12px;
	margin:3px 0px;
	}
.button_area{
	text-align:center;
	margin:5px 0px;
	}
.button_chink{
	margin:0px 10px;
	}
/* 結果ページ用 */
.e_title{
	background:url(/admin/img/title_icon.jpg) no-repeat left;
	border-bottom:#CCCCCC 2px solid;
	padding:15px 0px 0px 40px;
	font-size:140%;
	font-weight:700;
	color:#666666;
	}
.txt{
	margin:15px 0px;
	}
.graphic{
	border:#CCCCCC solid 1px;
	}
.graphic_txt_l{
	color:#999999;
	float:left;
	padding:5px;
	font-weight:700;
	}
.graphic_txt_r{
	float:right;
	margin:5px 20px;
	}
.graphic_box{
	}
.change_box{
	border-top:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	width:140px;
	float:right;
	}
.change_title{
	background-color:#F6F6F6;
	padding:3px;
	text-align:center;
	font-weight:700;
	}
.change_icon{
	float:right;
	padding:10px;
	}
.comment_box{
	border:#CCCCCC solid 1px;
	margin:5px 0px 50px 0px;
	}
.comment_title{
	background:#F6F6F6;
	padding:5px;
	font-weight:700;
	}
.comment{
	}
.list_box{
	margin:15px;
	}
.list_title_e{
	background:url(/admin/img/menu_icon.jpg) no-repeat left;
	padding:5px 0px 5px 15px;
	border-bottom:#CCCCCC dotted 1px;
	}
.list_title_chink{
	float:left;
	padding:0px 15px;
	}
.list_txt{
	background:#F6F6F6;
	margin:5px 0px;
	padding:10px;
	}
.write{
	background:#F6F6F6;
	margin:15px;
	padding:10px;
	}
.write_title{
	border-bottom:#CCCCCC dotted 1px;
	padding:5px 15px;
	font-weight:700;
	}
.chink_l{
	padding-left:15px;
	}
/* フッター */
#foot{
	text-align:center;
	}
/* その他 */
.clear{
	clear:both;
	}
.bold{
	font-weight:700;
	}
.red{
	color:#CC0000;
	}
.gray{
	color:#CCCCCC;
	}
.enquete_preview {
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
}
.error_text {
	color:#DD0000;
	font-weight:700;
}
.result_text {
	color:#0000DD;
	font-weight:700;
}
.inline_style {
	display:inline;
}

