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


/* --------------------------------

	* Layout Style + Template Style {


		* last update 09.09/15
		* author : katapad;
		* modify : nakaya;
	
	}
	
	
--------------------------------

	* Contents
	
	1. Structure Frames
	
	2. Template Style
		├ 2-1. header
		├ 2-2. mainContent
		├ 2-3. subContent
		└ 2-4. footer
	

-----------------------------------*/



/* ==========================================================================================================

	 1. Structure Frames
 
============================================================================================================*/


/* ボーダー表示　適宜、padding指定ともに消してください
#header,#mainContent,#subContent,#footer {
	border:solid 1px #cccccc;
	padding: 10px;
}
 */

html {

}

body {
	text-align	: center; /* for IE5 centering */
	color		: #FFF;
}

div#wrapper {
	text-align	: left;
	margin		: 0px auto;
	background: url(../img/bg.png) top center no-repeat;
	width: 100%;
}

div#wrapper2nd {
	text-align	: left;
	margin		: 0px auto;
	background: url(../img/2nd_bg.png) top center no-repeat;
	width: 100%;
}

div#header {
	width: 987px;
	margin: 0 auto;
}

div#flash {
	width: 987px;
	margin: 0 auto;
}

div#content {
	width: 987px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#fwrapper {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/footer_bg.png) repeat-x top ;
}


div#footer {
	width: 987px;
	margin:0 auto;
	padding-top: 20px;
	text-align: left;
}

div#footer ul li {
	display: inline;
}
/*  スクリーンリーダー用とCSS無効時の配慮
-----------------------------------*/
#legacyBrowser,
.accessibility {
	display	: none;
	
}


/*  デバッグ用
-----------------------------------*/
/* MSゴでテスト */
body.test1,
body.test1 input {
	font-family: "ＭＳ Ｐゴシック", Osaka, san-serif;
}

/* sectionをoutline表示 */
body.test2 div.section {
	outline: 1px dotted #FF8A3C;
}


/* ==========================================================================================================

	 * 2. Template Style
 
============================================================================================================*/

/* ==========================================================================================================

	 2-1. header
 
============================================================================================================*/

div#header ul li {
	float: left;
}

h1 {
	float: left;
}
/* ==========================================================================================================

	 2-2. mainContent
 
============================================================================================================*/

div#content ul li {
	float: left;
}


div#content_main {
	width: 987px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/contents_bg.jpg) repeat-y ;
}

div.section {
	width: 947px;
	margin: 0 auto;
	padding: 30px 20px;
}
/*  パンくず
-----------------------------------*/

/*  ------------------------------------------------------------------

	div#main	本文エリア

---------------------------------------------------------------------*/


/* ==========================================================================================================

	 2-3. subContent
 
============================================================================================================*/




/* ==========================================================================================================

	 2-4. footer
 
============================================================================================================*/

div#footer ul {
	float: left;
}

div#footer p {
	float: right;
	font-size: 11px;
}


/*  ------------------------------------------------------------------

	footNav

---------------------------------------------------------------------*/



/*
	topNav
---------------------------------------------------------------------*/



/*  ------------------------------------------------------------------

	address

---------------------------------------------------------------------*/


/* ==========================================================================================================

	 * 3. Conditional
 
============================================================================================================*/



