global.css 4.29 KB
/*====================================================
レイアウト
====================================================*/
body{
	margin: 0px;
	padding: 0px;
	}

/* ヘッダー背景 */
.headerbg{
	background-image: url(../image/header_bg.gif);
	height: 68px;
	}

/* 横の影 */
.y_kage{
	background-image: url(../image/w_kage.gif);
	width: 14px;
	}

/* 上下左の線*/
.kagesen {
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

	
/* トップ画像 */
.top_img{
	padding-top: 8px;
	padding-bottom: 11px;
	text-align: center;
	}

/* メニュー */
.menu{
	padding-left: 5px;
	padding-right: 5px;
	}

/*
.top_list{
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
*/

.menu_i{
	vertical-align: bottom;
}

.top_line{
	background-image: url(../image/d.gif);
	height: 13px;
}

.footer{
	background-image: url(../image/footer.jpg);
	height: 50px;
}

/*右側メニューの矢印*/
.menu_list{
	padding-left: 8px;
	vertical-align:bottom;
}

/*流れの線*/
.nagare_sen{
	background-image: url(../introduction/image/sen.gif);
	background-repeat: repeat-x;
}

/*導入前・導入後のリストと背景*/
.dounyuu {
	font-size: 90%;
	background-image: url(../about/image/haikei.gif);
	background-position: right bottom;
	list-style-type: square;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 5px;
}
.dounyuu2 {
	font-size: 90%;
	background-image: url(../about/image/haikei2.gif);
	background-position: right bottom;
	list-style-type: square;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 5px;
}

/*====================================================
フォント
====================================================*/
.top_font{
	font-size: 90%;
	padding-left: 2px;
	vertical-align: middle;
	line-height: 150%;
}

/*右側メニューのフォント*/
.menu_font{
	font-size: 90%;
	padding-left: 2px;
	vertical-align: bottom;

}

.top_font80{
	font-size: 80%;
	padding-left: 2px;
	vertical-align: middle;
}

.account{
	font-size: 80%;
	color: #CC0000;
	padding-left: 5px;
}

/*====================================================
リンク
====================================================*/
a { text-decoration: none; }

a:link{ color:#336699; }

a:visited{ color:#336699; }

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

/*
a:active {
	right: -2px;
	bottom: -2px;
	position: relative;
}
*/

/*====================================================
見出し
====================================================*/
.midashi{
	font-size: 90%;
	border-color: #56A6F5;
	border-style: solid;
	border-width: 1px 1px 2px 5px;
	padding-left: 10px;
	background-color: #DBECFD;
	height: 25px;
	vertical-align: middle;
	font-weight: bold;
}

/* よくある質問と回答 */
.kaito{
	font-size: 90%;
	border-color: #FF9900;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding-left: 10px;
	background-color: #FFFFE1;
	height: 25px;
	vertical-align: middle;
	font-weight: bold;
}



/*====================================================
選択時(色変え)
====================================================*/
.sentaku{
	background-color: #FFFFCC;
}


/*====================================================
表枠
====================================================*/
.waku {
	border: 1px solid #CCCCCC;
}

.secu_bg {
	background-image: url(../introduction/image/secu1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.sui_bg {
	background-image: url(../introduction/image/suisyo1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*====================================================
フッター部分
====================================================*/
.bottom_bg {
	background-repeat: repeat-x;
	background-color: #0A6CCE;
	background-position: bottom;
	background-image:  url("../image/bottom_bg.jpg");
}

.copyright {
	color: #000;
	font-size: small;
}

.b_link {
	color: #FFFFFF;
	font-size: 80%;
}

.b_link a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.b_link a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.b_link a:hover {
	color: #FF9933;
	text-decoration: underline;
}

/*====================================================
機能紹介
====================================================*/
.t_link{
	background-color: #FFCCFF;
}