@charset "utf-8";

/* CSS for Mahjong Expansion */

body {
	background-color: seashell;
	margin: 0 0;
	font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: black;
}

A {
	color: #990000;
}

A:link {
	color: #990000;
}

A:visited {
	color: #990000;
}

A:hover {
	color: red;
}

A:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

th {
	background-color: #FFFFCC;
	text-align: center;
}

hr {
	border:none;
	border-top:dotted 10px ForestGreen;
	margin-left: 5px;
	margin-right: 20px;
	width: 760px;
}
/** Layout **/
#container {
	width:840px;
	text-align: left;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width:790px;
	height: 240px;
	padding: 0;
	margin: 0;
//	background-image:url(../image/titles/2014.1.jpg)
}

#content{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#footer {
	clear: both;
	padding: 6px 10px;
	text-align: center;
}

/** font **/
.title_top {
	font-size: 100px;
	line-height: 100px;
	font-weight: bold;
}

.title {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

.subtitle {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}

.smallfont {
	font-size: 12px;
}

.fontRed {
	color: red;
}

.altrow {
	background-color: #FFFFCC;
}

.altrow2 {
	background-color: #DEFFD2;
}

.data {
	text-align: right;
	padding-right: 20px;
}

.tips {
	display:inline-block;
	padding: 10px;
	background-color: #FFFFCC;
	font-size: 14px;
	border: 1px solid Orange;
	border-radius: 15px;
	width: 480px;
}

.intro {
	background-image: url("./images/box.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
}
