﻿@import "Util.css";


/**************************************************
* メッセージ表示域
***************************************************/
.messagearea
{
	color:#ff0000;
	text-align:center;
    border-spacing:0;
}

/*************************************
* プレビュー表示
**************************************/
div#preview
{
	color:#FF0000;
	font-size:xx-large;
	font-weight:bold;
	text-align:center;
	text-align:center;
	margin:20px auto;
}


/**************************************************
* 入力フォーム
***************************************************/
table.inputform 
{
	border: 1px #CBCAD5 solid;
	border-spacing: 10px;
}
table.inputform th
{
	width:20%;
	padding:5px 0px 5px 40px;
	text-align:left;
	border: 1px #D9D9DA solid;
	background:#EEEDF6;
	font-weight:normal;
	white-space: nowrap;
}
table.inputform th.hissu
{
	background:#EEEDF6 url(../images/icon/hissuPub.gif) no-repeat 5px center;
}
table.inputform td 
{
	padding:7px 4px;
	border: 1px #D9D9DA solid;
    background:#FFFFFF;
	text-align:left;
	margin:2px;
}
table.noborder
{
	border-style:none;
	border-spacing: 10px;  
}
table.noborder td 
{
	padding: 4px;
	border-style:none;
	text-align:left;
	margin:2px;
}

input,select,textarea
{
	margin:0;
	padding:1px;
}

.colorBlue
{
	font-weight:bold;
	color:#0000FF;
}

/**********************************************************************
 *　WYSIWYGで作成したページの箇条書き・段落リストのスタイル
 **********************************************************************/
ol.ordered
{
	margin: 1em 0 1em 0;
    padding-left: 40px;
}
ol.ordered li
{
	list-style-type:decimal;
}

ul.unordered
{
	margin: 1em 0 1em 0;
    padding-left: 40px;
}
ul.unordered li
{
	list-style-type:disc;	
}
