@charset "UTF-8";
/* CSS Document */

/*header
----------------------------------------------------------------*/

body {
	text-align: center;
	background-image: url(/concert/ticket/reserve/common/img/body_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#header {
	height: 54px;
	margin-bottom: 25px;
	background-image:none;
}
#header_logo {
	float: left;
	margin-top: 10px;
}
#header_title {
	float: right;
	margin-top: 30px;
}




#container {
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
}

.separateSolidLine {
    border-top-color: #BCBCBC;
    border-top-style: solid;
    border-top-width: 1px;
    margin-top: 8px;
    padding-top: 8px;
}

/*link
----------------------------------------------------------------*/


a:link {
    color: #226B94;
}
a:visited {
    color: #226B94;
}
a:hover {
    color: #226B94;
}
a:active {
    color: #226B94;
}

.positionCenter {
	text-align:center;
}

.txt_red {
	color:#C00;
}