@charset "UTF-8";


/*共通項目
**************************************************/

body {

	/*---パターン背景設定---*/
	background-image	: url(../img/back_pattern.png);
	background-repeat	: repeat;

	/*overflow: hidden;	*/
	background-color	: #ffffff;
	margin				: 0px;
	padding				: 0px 0px 0px 0px;
	font-family			: Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%; 
	}

a {
	text-decoration	: none;
}

/*メインコンテンツ
**************************************************/

#main_body {

	/*---パターン背景設定---*/
	/*background-image	: url(../img/back_pattern.png);
	background-repeat	: repeat;*/

	position			: relative;
	width				: 100%;
	text-align			: center;
	margin				: 0 auto;
	}

#header {
	position			: fixed !important;
	background-color	: #000000;
	width				: 100%;
	height				: 40px;
	z-index				: 100;
	}

#Nav {
	/*					 
	position	: fixed !important;
	text-align	: left;
	width		: 960px;
	height		: 40px;
	top			: 0;
	margin		: 0 auto;
	z-index		: 30;
	height		: 40px;*/
	/*position			: relative;*/
	/*background-color	: #000;*/
	width				: 960px;
	text-align			: left;
	margin				: 0 auto;
	z-index				: 150;
	}

#Nav_logo {
	position		: relative;
	top				: 5px;
	left			: 5px;
	/*padding			: 5px 0px 0px 5px;
	letter-spacing	: 2px;
	text-align		: left;*/
	}

#wrapper {
	/*background-color	: #000000;*/
	position			: relative;
	text-align			: center;
	width				: 960px;
	/*padding				: 30px 0px 30px 0px;*/
	margin				: 0 auto;
	/*min-height: 100%;*/
	}

#footer {
	position			: fixed !important;
	background-color	: #000;
	color				: #ffffff;
	width				: 100%;
	bottom				: 0px;
	height				: 30px;
	z-index				: 100;
	}
	
#page-top {
	position	: relative;
	width		: 100px;
	margin		: 0 auto;
	z-index		: 150;
	padding		: 2px 0px 0px 0px;
}


#page-top a {
	display				: block;
	height				: 30px;
	font-family			: Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 14px;
	font-weight			: bold;
	text-align			: center;
	padding				: 2px 0px 0px 0px;
	color				: #7a8189;
	text-transform		: uppercase;
	-webkit-transition	: color 0.25s ease-out;
	-moz-transition		: color 0.25s ease-out;
	-ms-transition		: color 0.25s ease-out;
	-o-transition		: color 0.25s ease-out;
	transition			: color 0.25s ease-out;

}
	
#page-top a:hover {
	color	: #ffffff;
}

#footer_text {
	position			: absolute;
	color				: #ffffff;
	width				: 240px;
	right				: 2px;
	bottom				: 2px;
	z-index				: 150;
	font-size			: 10px;
	}

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

#other_main{
	/*background-color:#ffffff;*/
	color		: #5a5a5a;
	text-align	:left;
	position	: absolute;
	top			: 60px;
	left		: 30px;
	width		: 940px;
}

.contents{
	padding	: 20px 0px 0px 10px;
}

.contents dd{
	font-size	: 18px;
	width		: 860px;
	padding		: 10px 0px 20px 10px;
	line-height	: 25px;
}

.headline_01{
	color			: #FF8C00;
	font-size		: 40px;
	width			: 900px;
	font-weight		: bold;
	border-bottom	: medium solid;
}

.headline_02{
	color			: #FFA07A;
	font-size		: 25px;
	font-weight		: bold;
}

.headline_03{
	font-size	: 20px;
	font-weight	: bold;
}

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

#form {
	position	: relative;
	left		: 30px;
}
