style.css 5.07 KB
/* ==========================================
め〜るNiポン!
メインスタイルシート
作成者:Kyota Konno
更新日:2010/07/15
========================================== */

body {
	padding: 0px;
	margin: 0px;
}

form {
	text-align: center;
	padding-bottom: 20px;
	margin: 0px;
	padding: 0px;
}

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

/* ==========================================
ヘッダー
========================================== */

#header, #header_public {
	background-image: url(../img/header_bk.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 80px;
	float: left;
}

.logOut {
	padding: 14px;
	text-align: right;
}

.logOut img {
	margin-right: 8px;
	vertical-align: top;
}

.logOut input {
	padding: 4px;
}

#header_intro a:hover {
	background-color: #fff;
}

#header_intro input {
	padding: 0px;
	margin: 0px;
}

/*メディアテックプロジェクトのバナー*/
#header_intro img {
	border: 0px;
	margin-right: 40px;
	vertical-align: middle;
}

#header_public_Info {
	text-align: center;
}

#header_public_Info img {
	border: 0px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
}

#header h1 a {
	width: 260px;
	height: 80px;
	text-indent: -9999px;
	background-image: url(../img/title_logo_menu.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}

#header h1 a:active {
	right: 0px;
	bottom: 0px;
	position: relative;
}

/* 配信メールチェック */
#header_public h1 {
	width: 320px;
	height: 60px;
	text-indent: -4999px;
	background-image: url(../img/title_logo_menu.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* ==========================================
ポイント購入ページ
========================================== */
.shi_area{
	text-align: left;
	width: 750px;
	margin-left: 180px;
}

.shi_area h2{
	font-size: 1em;
	border-bottom: 1px dotted #FF0000;
	padding-left: 10px;
	padding-bottom: 3px;
	border-left: 4px solid #FF0000; 
}

.shi_area p{
	margin-left: 20px;

}

.po table{
	border-collapse: collapse;
	border: 1px solid #999;
}

.po table th{
	padding: 5px;
	font-size: 0.9em;
	border: 1px solid #999;
	background-color: #F5B6C6;
}

.po table td{
	padding: 5px;
	font-size: 0.9em;
	border: 1px solid #999;
	text-align: left;
}



/*====================================================
ベースカラー
====================================================*/

.mainColor {
	background: #9cf;
}

.toneDown {
	background: #e1f0ff;
}

.backWhite {
	background: #ffffff;
}


/* ==========================================
リンク
========================================== */


a:link, a:visited, a:hover, a:active {
	color: #06c;
	text-decoration: none;
}

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

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

/* ==========================================
メイン画面
========================================== */

#container {
	width: 96%;
	margin: 0px auto 0px auto;
}

.subMenu {
	font-size: 80%;
	width: 100%;
	text-align: left;
	margin: 0px 0px 4px 0px;
}

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

.headerTbr {
	width: 100%;
	background-color: #E0FFA2;
	padding: 4px 10px 4px 10px;
	border-top: 2px solid #669900;
	border-right: 1px solid #669900;
	border-left: 1px solid #669900;
}

.underTbr{
	width: 100%;
	background-color: #E0FFA2;
	padding: 4px 10px 4px 10px;
	border-bottom: 2px solid #669900;
	border-right: 1px solid #669900;
	border-left: 1px solid #669900;
}

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

table.mainTbr {
	width: 100%;
	border-collapse: collapse;
	font-size: 90%;
	text-align: left;
	line-height: 150%;
	vertical-align: top;
}

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

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

address {
	color: #3A5700;
	background-color: #E0FFA2;
	width: 100%;
	font-size: 80%;
	font-style: normal;
	text-align: center;
	padding: 4px 0px 4px 0px;
	margin-bottom: 30px;
	margin: 0px;
}

address a:link, a:visited, a:hover, a:active {
	color: #3A5700;
	text-decoration: none;
}

address a:hover {
	background-color: #fcc;
}

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

.att_info{
	font-size: 0.75em;
	font-weight: bold;
	color: #CC0000;
	padding-left: 10px;
}


/* ==========================================
フッター
========================================== */


#footer {
	background-color: #eee;
	border: 1px dashed #ccc;
	margin-top: 20px;
	padding: 10px;
	text-align: left;
	float: left;
	width: 100%;

}

h2.info {
	font-size: 100%;
	padding: 4px;
	background-color: #FFFFCC;
	border-top: 2px solid #fc9;
	border-bottom: 2px solid #fc9;
	font-weight: normal;
}

#footer ul {
	width: 80%;
	float: left;
}

#footer li {
	font-size: 90%;
	margin-left: 8px;
	padding: 6px 0px 6px 20px;
	background-image: url(../img/info_icon.gif);
	background-position: left;
	background-repeat: no-repeat;
	list-style-type: none;
	text-align: left;
}

.topAds {
	text-align: right;
}

/* 両端揃え文字間 */
.space {
	letter-spacing: 1em;
}