@charset "utf-8";

/* mozilla.org Base Styles
 * maintained by fantasai
 * (classes defined in the Markup Guide - http://mozilla.org/contribute/writing/markup )
 */

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

a:link {
	text-decoration: none;
	color: #555;
}

a:visited {
	text-decoration: none;
	color: #555;
}

a:hover {
	text-decoration: underline;
	color: #e3007f;
}

a:active {
	text-decoration: underline;
	color: #e3007f;
}

.hidden {
	display: none;
	visibility: hidden;
}

/* clearfix */

.clearfix {
	zoom:1;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* @end */

/*各モジュール単位の設定*/
article#header{
	width:100%;
	margin: 0 auto;
	border-bottom: 1px solid #c9c9c9;
}

nav#global{
	width: 876px;
	margin: 0 auto;
}
article#topimage{
	width:100%;
	height:315px;
	min-width: 876px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #c9c9c9;
}
article#image{
	width:876px;
	margin: 0 auto 30px;
}
main#contents{
	width: 100%;
	margin: 0 auto; 
}
aside#release{
	width: 100%;
	background: url('../images/cont_bg01.png') repeat-x left bottom;
	
}
article#footer{
	width:100%;
	background-color: #f7f4fb;
	border-top: 1px solid #c9c9c9;
}
