﻿/**************************************************************************** 
/* 各画面共通CSS                                                            *
/*--------------------------------------------------------------------------*
/* ※ 変更時は福田まで連絡願います                                          *
/****************************************************************************/ 

/*********************************************** 
*  CSSリセット 
*  http://meyerweb.com/eric/tools/css/reset/ 
*  v2.0 | 20110126
*  License: none (public domain)
************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 9pt;
	font: inherit;
	vertical-align: baseline;
}
sub, sup{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 9pt;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FireFox, Chrome でテキストエリアのリサイズをさせない */
textarea{
    resize: none;
} 
/*********************************************** 
*  使用フォントのデフォルト設定 
************************************************/
body{
    color:#333;
    font-family: "Meiryo", "Microsoft YaHei"; /* メイリオ：日本語＆英語, Yahei：中国語 */
    font-size:9pt;
}

html, body, form{ height:100%; }

a{ 
    color:#004D8A; 
}

fieldset{
    border:solid 1px darkgray;
    padding:3px;
    margin-bottom:5px;
}

/* リンクに使用するリストマーク */
ul.link li{
    background: url(../images/list.png) 0px 3px no-repeat;
    display:inline;
    padding-left:20px;
    padding-right:20px;
}

/* 項目説明(コメント)に使用するリストマーク */
ul.comment{
    margin:5px 0px;
}

ul.comment li{
    background: url(../images/list.png) 0px 3px no-repeat; 
    display:inline;
    padding-top:2px;
    padding-left:20px; 
    padding-right:20px; 
}

/* カレンダーボタン */
input.cal{
    margin-left:3px;
    margin-right:5px;
}
