/* タグ再定義 */
body {
	margin: 0px;
	}
table,th,td{
	padding: 0px;
	}
hr {
	color: #cccccc;
	height: 1px;
	}
a:link {
	color: #0000ff;
	}
a:hover {
	color: #cc6699;
	}
a:active {
	color: #ff6699;
	}
a:visited {
	color: #990099;
	}
strong {
	font-size: 100%;
	font-weight: bold;
	}
h1 {
	font-size: 100%;
	font-weight: bold;
	}
h2 {
	font-size: 100%;
	font-weight: bold;
	}
h3 {
	font-size: 100%;
	font-weight: bold;
	}
	
/* フォント */
.text-xs {
	font-size: 80%;
	line-height: 1.0;
	}
.text-s {
	font-size: 80%;
	line-height: 1.5;
	}
.text-l {
	font-size: 120%;
	}
.mint {
	color: #669999;
	}
.dblue {
	color: #000066;
	}
.pink {
	color: #cc0066;
	}
.lblue {
	color: #3399cc;
	}
.lgray {
	color: #cccccc;
	}

.dgray {
	color: #666666;
}

.red {
	color: #cc0000;
	}

/* 背景 */
.bg-mint {
	background-color: #cce5e5;
	}
.bg-dblue {
	background-color: #000066;
	}
.bg-pink {
	background-color: #cc0066;
	}
.bg-lblue {
	background-color: #3399cc;
	}
.bg-lgray {
	background-color: #cccccc;
	}

/* コンポーネント */
a.menu:link {
	color: #333333;
	}
a.menu:hover {
	color: #cc6699;
	}
a.menu:active {
	color: #ff6699;
	}
a.menu:visited {
	color: #990099;
	}
.header {
	color: #999999;
	font-size: 70%;
	}
.footer {
	color: #666666;
	font-size: 70%;
	text-align: center;
	}
.maru_lgray {
	color: #cccccc;
	font-size: 70%;
    }
div.box {
	margin: 5px;
	}
.top_copy {
	color: #333333;
	}
.top_date {
	font-size: 140%;
	font-weight: bold;
	vertical-align: bottom;
	}
.bg-mintbar {
	background-image: url(../../paris/images/bg_vbar.gif);
	background-repeat: repeat-y;
	background-position: top left;
	}
.box-info {
	border: 1px solid #999999;
	}
.border {
	border: 1px solid #CCCCCC;
    }
