html,body {
	background : #ffc4c4 url( ../images/bg/body/bg-red.png ) center top repeat-x fixed;
}

h1,h2,h3,h4,h5,h6 {
}

h1 {
}

h2 {
	background: #ffc4c4 url( ../images/bg/h/h-red.png) left center repeat-x;
	border-color: #000000;
}
h3 {
	background: #fecdd5;
}
h4 {
	border-color:  #fe5f5f;
}
h5 {
	border-color: #ffc4c4;
}
h6 {
}


#header {
	background: #ffc4c4 url( ../images/bg/logo/logo-red.jpg ) center  center repeat scroll;
}

#globalnavi {
	background: #ffffff url( ../images/bg/globalnavi/globalnavi-red.png ) center center repeat scroll;
}
#globalnavi  li:hover {
	background: #ffffff url( ../images/bg/globalnavi/globalnavi-red-hover.png ) center center repeat scroll;
}

#contents {
	background : #ffffff;
}

#footer {
	background: #ffc4c4 url( ../images/bg/logo/logo-red.jpg ) center  center repeat scroll;
}


/* contents box
======================================*/
#contents .box2_top,#contents .box2_middle,#contents .box2_bottom {
	background-color: #ffc4c4;
}