_style.css 3.13 KB
body {
	padding: 10px;
	margin: 10px;
	background-repeat: repeat;
}

h1 {
	color: #fff;
	font-size: 110%;
	text-align: center;
}

a:link, a:visited, a:hover {
	color: #006600;
	text-decoration: none;
}

a:hover {
	background-color: #CCFF99;
}

ul, li {
	padding: 0px;
	margin: 0px;
}

li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
	background-image: url(../image/yajirusi.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	list-style-type: none;
}

#google {
	background: #fff;
	border: 1px solid #069;
}

.header input {
	padding: 2px 16px 2px 16px;
}

table.mainTbr {
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}

.mainTbr th {
	border: 1px #AD0046 solid;
	padding: 4px;
	font-weight: normal;
	background-color: #f6f6f6;
}

.mainTbr td {
	border: 1px #AD0046 solid;
	vertical-align: top;
	padding: 4px;
}

.mainTbr td td {
	font-size: 80%;
	border: none;
	padding: 0px;
}

.mainTxt {
	font-size: 80%;
}

address {
	background-color: #AD0046;
	font-size: 80%;
	font-style: normal;
	padding: 4px;
}

.header {
	background-color: #AD0046;
	padding: 4px 10px 4px 10px;
}

/*ポップアップ用*/
.tips{
	color: #006600;
	font-size: 80%;
	position:absolute;
	visibility:hidden;
	border:1px solid #006600;
	padding:5;
	background-color:#CCFF99;
	layer-background-color:#CCFF99;
}

/* フローティングメッセージのスタイル (ここで表示されるスタイルを指定)*/
.spanstyle {
	position:absolute;
	visibility:hidden;
	color:#006600;            /* フォント色               */
	font-size:10pt;           /* フォントサイズ           */
/*	font-weight:bold;            太字の場合コメントを外す */
	border:1px gray solid;    /* 枠線の太さ、色、形状     */
	padding:5px;
	background-color:#CCFF99; /* 背景色                   */
	z-index:100;
/* センタリングはネスケで表示位置が大幅にずれるので使用しないで下さい */
}
/* フローティングメッセージの影のスタイル (コメントが有る部分以外はspanstyleに合わせる)*/
.syadowstyle {
	position:absolute;
	visibility:hidden;
	color:gray;              /* フォント色 (背景色に合わせる */
	font-size:10pt;
	border:1px gray solid;   /* 枠線の太さ、色、形状     */
	padding:5px;
	background-color:gray;   /* 背景色                   */
	z-index:90;
/* z-indexはspanstyleより必ず小さく */
}
.temp_style {
	color:#666666;
	font-weight:bold;
	background-color:#ffff00;
	text-decoration:none;
}

/*====================================================
テキスト
====================================================*/

.Normalfont, .Typewriter {
	font-size:14px;
	line-height: 150%;
}

.Typewriter {
	font-family: "MS ゴシック", "Osaka−等幅", monospace;
}

.Largefont {
	font-size:18px;
}

.Titlefont {
	font-size:22px;
	font-weight:bold;
	text-decoration:underline;
}

.Userfont {
	font-size:16px;
	font-weight:bold;
}

.Chufont {
	font-size:14px;
	font-weight:bold;
	color:red;
}

.Flowfont {
	font-size: 12px;
}

.LargeBold {
	font-size: 18px;
	font-weight: bold;
}

.Middlefont {
	font-size: 16px;
}

.MiddleBold {
	font-size: 16px;
	font-weight: bold;
}

.SmallFont {
	font-size: 14px;
}

.SmallBold {
	font-size: 14px;
	font-weight: bold;
}

.TinnyFont {
	font-size: 9px;
}

.TinnyBold {
	font-size: 9px;
	font-weight: bold;
}