style.css 5.11 KB
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

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: underline;
	padding:4px 6px;
	background-color:#FFFFFF
}

a:hover {
	text-decoration: none;
	color: #006600;
	font-size:19px;
	font-weight:bold;
}

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;
}

.title_head{
	width:100%;
	margin:0px 0px 20px 0px;
	overflow:hidden;}
	
.com_name{
	width:50%;
	float:left;
	text-align:left;
	font-size:16px;
	font-weight:600;
	color:#333333;}
	
.logout{
	float:right;
	width:50%;
	text-align:right;}


.logout_btn{
    padding: 5px 20px;
    font-size: 0.8em;
    background-color: #C33;
    color: #FFF;
    border-style: none;
	font-weight:400;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
     border-radius: 5px;
	 
}

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

table.mainTbr {
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	border-spacing: 5px;
	border-collapse: separate;
	
}

.mainTbr th {
	border: 0px #666 none;
	padding: 6px;
	font-weight: normal;
	background-color: #f6f6f6;

}

.mainTbr td {
	border: 1px #333 solid;
	vertical-align: top;
	padding: 6px;
	color:#333;
	font-size:16px;
	
}

.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: #FFFFFF;
	border: 0px #CCCCCC solid;
	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;
}

.pop_detail{
	width:270px;
	top: 40%;
	vertical-align:top;
	background-color: #FFF;
	padding: 20px 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 1px 3px #CCC;
	font-size:12px;
	font-weight:400;
	color:#333;
	padding:20px 20px;
	}
.pop_detail p{
	font-size:12px;
	font-weight:400;
	color:#333;
	padding:5px 7px;
	}

.pop_detail h2 {
	margin-bottom: 20px;
	width: 260px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	background: #0066FF;
	margin:0px 0px 0px 5px;
}

.close_pop a{
	font-size:12px;
	font-weight:800;
	color:#0066FF;
	margin:15px 90px;
	text-align:center;
	bottom:0px;
	}
	
/*submit css*/

.years{
    padding: 15px 40px;
    font-size: 0.9em;
    background-color: #DDDDDD;
    color: #333;
    border-style: none;
	font-weight:400;
}


.n_btn{
    padding: 10px 20px;
    font-size: 0.9em;
    background-color: #DDDDDD;
    color: #333;
    border-style: none;
	font-weight:400;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
     border-radius: 5px;
	 
}