@import url("/common/css/default.css");

a { color: #F1122C; }
a:hover { color: #FF99BB; }

body {
	background: #3A1309 url("/image/background.gif") repeat-x 0 0 ;
	color: #333333;
	font-size: 13px;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	text-align: center;
}

ol {
	padding-left: 30px;
	padding-bottom: 10px;
}

ul { padding: 0px; }

dt { font-weight: bold; }

table { margin-bottom: 2em; }

h5 {
	height: 12px;
	margin: 0px;
	font-size: 9px;
	font-weight: normal;
}

form table { margin: 50px auto; }

.Notice {
	font-size: 9px;
	font-weight: normal;
}

.Number { text-align: right; }

.Clear {
	clear: both;
}

.DayCounter {
	float: right;
	width: 160px;
	height: 100px;
	padding-top: 25px;
	background-image: url("/common/image/daycounter_background.gif");
	background-repeat: no-repeat;
	text-align: center;
	line-height: 12px;
	font-size: 11px;
}

.DayCounter .Days {
	line-height: 35px;
	letter-spacing: 0.05em;
	font-size: 30px;
	font-weight: bold;
}

.Button {
	text-align: center;
}
.Button input {
	width: 200px;
}

#Wrapper {
	width: 900px;
	margin: 0 auto;
	background: url("/image/contents_background.gif") repeat-y;
}

#Header {
	width: 800px;
	height: 250px;
	margin: 0 auto;
	background: url("/image/header_background.gif") no-repeat 50% 0;
	text-align: left;
}
#Header ul#Tab {
	width: 760px;
	height: 25px;
	margin: 0px;
	padding-top: 46px;
	text-align: right;
	list-style-type: none;
}
#Header ul#Tab li { float: right; }

#Logo {
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	font-weight: bold;
}

#Banner {
	float: right;
	padding-top: 15px;
	padding-right: 20px;
}

#Content {
	padding: 10px 0px;
	background: url("/image/line_contents.gif") no-repeat 275px 0;
	text-align: left;
	line-height: 1.8em;
}

#Main {
	width: 520px;
	float: right;
	padding-right: 80px;
	line-height: 1.5em;
}

#Main h1 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url("/image/border_main.gif") no-repeat 0 100%;
	color: #F1122C;
	font-size: 16px;
}

#Main h2 {
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 3px;
	background: url("/image/border_main.gif") no-repeat 0 100%;
	color: #F1122C;
	font-size: 13px;
}

#Main h3 {
	margin-bottom: 10px;
	color: #F1122C;
	font-size: 13px;
}

#Main h4 {
	margin-bottom: 10px;
	color: #333333;
	font-size: 13px;
}

#Main ul {
	margin-left: 10px;
	list-style-type: none;
}

#Main li {
	line-height: 1.8em;
}

#Main p {
	margin-bottom: 25px;
}

#Main cite {
	color: #999999;
	font-size: 10px;
}

#Main .LeftBox {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

#Main .RightBox {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

#Side {
	width: 180px;
	float: left;
	margin-left: 80px;
}

#Side h3 {
	margin-bottom: 0;
	background: url("/image/border_side.gif") no-repeat 0 100%;
	font-size: 12px;
}

#Side ul {
	margin: 5px 0px 20px 5px;
	font-size: 11px;
	list-style-type: none;
}

#Side ul li a {
	padding-left: 12px;
	background: url("/image/arrow_right.gif") no-repeat 0 50%;
	line-height: 2em;
	text-decoration: none;
}

#TopLink {
	clear: both;
	padding: 0px 60px;
	text-align: right;
}

#Footer {
	padding: 10px 0;
}

#Copyright {
	margin: 32px auto;
	color: #666666;
	font-size: 10px;
	letter-spacing: 0.1em;
}
#Copyright a {
	color: #666666;
	text-decoration: none;
	cursor: default;
}

#Profile {
	text-align: center;
}
#Profile table {
	margin: 20px auto;
}

table#Link {
	border-width: 1px 0px 0px 0px;
}
table#Link th {
	border-width: 0px 0px 1px 0px;
	background-color: #ffffff;
	vertical-align: middle;
	color: #cccccc;
	font-weight: bold;
}
table#Link td {
	border-width: 0px 0px 1px 0px;
}