
/* ----- 文章構造 -------------------------------------- */

/* 基本設定 */
* {
	font-size : x-small ;
	line-height : 1.2em ;
}

/* ページ全体 */
body {
	text-align : left;
	margin-top : 20px;
	margin-bottom : 20px;
	margin-left : 0px;
	margin-right : 0px;
	scrollbar-arrow-color:#000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-face-color: #cccccc;
	scrollbar-base-color:#cccccc;
	scrollbar-highlight-color: #ffffff;
	background-image: url();

}

/* フォント */
body,th,td,.document {
	font-family : 'MS UI Gothic' ;
}

/* マージン */
p,li,dt,dd,pre {
	margin-left : 0px ;
	margin-right : 0px ;
}

/* 画像 */
img {
	border : #000000 0px solid ;
}

/* 水平線 */
hr {
	border : #cccccc 1px solid ;
	height : 1px ;
	NOSHADE; 
}

/* ----- 見出し文字 ------------------------------------ */

/* メインページ見出し */
h1 {
	text-align : center ;
	color : #000000 ;
	font-size : 25px ;
	font-family : 'MS UI Gothic' ;
}

/* サブページ見出し */
h2 {
	text-align : center ;
	color : #000000 ;
	font-size : 15px ;
	border : #666666 1px solid ;
	width : 100% ;
	padding : 2px ;
	background-color : #cccccc ;
}

/* 小見出し */
h3 {
	color : #666680 ;
	font-size : 15px ;
	border-left : #666680 5px solid ;
	border-bottom : #CCCCCC 1px solid ;
	width : 100% ;
	padding : 0px 10px ;
}

/* ----- リンク ---------------------------------------- */

/* 未訪問 */
a:link {
	color : #666666 ;
	text-decoration : none ;
}

/* 訪問済み */
a:visited {
	color : #666666 ;
	text-decoration : none ;
}

/* クリック時 */
a:active {
	color : #B40000 ;
	text-decoration : none ;
}

/* カーソル接触時 */
a:hover {
	color : #B40000 ;
	text-decoration : none ;
}

/* ----- テーブル -------------------------------------- */

/* 全てのテーブル */
table,th,td {
	color : #000000 ;
	border-collapse : collapse ;
}

/* 表 */
.table {
	margin : 0px ;
	padding : 0px ;
	border : #ffffff 1px solid ;
	border-collapse : collapse ;
}

/* 表(更新履歴) */
.table2 {
	border : #000000 1px solid ;
	border-collapse : collapse ;
}

/* 表(index) */
.table3 {
	margin : 0px ;
	padding : 0px ;
	border-collapse : collapse ;
	border : #cccccc 1px solid ;
	width : 450 ;
}

/* 見出し */
.table_head {
	color : #000000 ;
	border : #666666 1px solid ;
	padding : 5px ;
	background-color : #B40000 ;
}

/* 内容 */
.table_data {
	color : #000000 ;
	border : #666666 1px solid ;
	padding : 5px ;
	background-color : #000000 ;
}

/* ----- フォーム -------------------------------------- */

/* テキスト入力 */
input,select {
	font-family:; 
	font-size: 17px;
	color : #AAAAAA ;
	border : #666666 1px solid ;
	background-color :  ;

	line-height : 1.1 ;
}

/* テキストエリア */
textarea {
	font-family:"MS UI Gothic"; 
	font-size: 17px;

	color : #AAAAAA ;
	border : #666666 1px solid ;
	background-color : #000000 ;

	line-height : 1.2 ;
}

/* ボタン */
.submit,.reset,.button {
	line-height : 1.1 ;

	background-color : #000000 ;
}

/* チェックボックス */
.checkbox {
	border : 0px ;
}

/* ラジオボタン */
.radio {
	border : 0px ;
}


