/************/

body {
	margin: 0 auto;
	padding: 0;
	color: #23131B;
	font-family: "MS PGothic", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro W3", "Osaka", sans-serif;
	background: #B02E78 url(../images/background_base.jpg) center top repeat-y;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd {
	margin: 0; 
	padding: 0; 
	font-size: 100%;
	line-height: 100%;
} 

input, textarea, select {
	margin: 0;
	padding: 0;
}

a img {
	border: 0; 
} 

a, a:visited {
	background-color: transparent;
	color: #FF3366;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #FF6666;
	text-decoration: underline;
}

/*** clear ***/
.clearBoth {
	clear: both;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clearLeft {
	clear: left;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}


/*** hidden ***/
.hidden {
	visibility: hidden;
}


/************/

/*** page ***/
#page {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: #D1B1C4 url(../images/bg_cont.jpg) center 50px repeat-x;
}


/*** header ***/
#headerBody {
	height: 70px;
	padding: 0 20px;
	background: url(../images/bg_header.jpg) center top repeat-x;
}

#headerBox {
	margin: 0 auto;
}

#headerBox h1 {
	float: right;
	padding-top: 50px;
	padding-right: 5px;
	text-align: right;
	color: #CCCCCC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: 75%;
	letter-spacing: 0.2ex;
}

#headerLogo a {
	float: left;
	display: block;
	width: 74px;
	height: 68px;
	margin: 0;
	font-size: 50%;
	text-decoration: none;
	background: url(../images/logo_header.jpg) left top no-repeat;
}

#headerLogo a:hover {
	background-position: 0 -68px;
	text-decoration: none;
}

#headerLogo span {
	visibility: hidden;
}


/*** footer ***/
#footerBody {
	clear: both;
	height: 50px;
	background: url(../images/bg_footer.jpg) center top repeat-x;
}

#footerBox {
	margin: 0 auto;
}

#footerBox address {
	height: 32px;
	padding: 8px 10px 0;
	text-align: center;
	color: #CCCCCC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: 65%;
	font-style: normal;
	letter-spacing: 0.2ex;
	line-height: 100%;
	background: url(../images/footer.jpg) center 8px no-repeat;
}

#footerBox span {
	visibility: hidden;
}


/*** footerMenu ***/
#footerMenu {
	text-align: center;
}

#footerMenu li {
	display: inline;
	list-style-type: none;
	padding: 0 8px;
	color: #999999;
	font-size: 80%;
	line-height: 100%;
	border-right: 1px solid #F8CEE4;
}

li#footerMenuTop {
	border-left: 1px solid #F8CEE4;
}


/*** content ***/
#contentBody, #container {
	margin: 0 auto;
	padding: 60px 80px 30px;
	background: #FFF4FB url(../images/bg_contarea.jpg) center top repeat-x;
}

.attention {
	color: #FF0033;
}

p.new {
	margin: 0;
	background: url(../images/icon_new.gif) left 0 no-repeat;
	text-indent: 44px;
}

.linkage {
	margin-top: 10px;
	padding: 0 0 5px 16px;
	background: url(../images/leader_link.jpg) left 1px no-repeat;
	color: #FF6666;
	font-size: 75%;
	line-height: 120%;
}

.errorMsg {
	margin: 0 auto 20px;
	padding: 5px 20px;
	font-size: 80%;
	line-height: 120%;
	text-align: center;
}

.additional {
	margin-bottom: 2em!important;
	padding: 0 10px!important;
	color: #666666;
	font-size: 70%!important;
	line-height: 110%!important;
}

.footerCommand {
	padding: 5px 10px 5px;
	font-size: 75%;
	text-align: center;
}


/*** article (for TOPICS) ***/
span.underline {
	text-decoration: underline;
}

span.pickup {
	color: #FF0033;
	font-weight: bold;
}

