@charset "UTF-8";
/*==================================================
 LAYOUT CSS
==================================================*/

* {
	-webkit-text-size-adjust:100%;
	line-height: 150%;
}

body {
	min-width: 950px;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Arial,'ＭＳ Ｐゴシック','MS PGothic',Helvetica,sans-serif;
	background: #FFFFFF url(../img/layout/content/contentBg.jpg) repeat center top;
}

a {
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

p, div, address, h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	color: #333333;
}

input, select, textarea {
}

input, select {
	font-size: 15px;
	height: 20px;
	color: #333333;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	cursor: pointer;
	}

#container {}
#containerWrap {}
	
	#header {
		background: #FFFFFF;
		}
	#headerWrap {
		width: 950px;
		margin: 0px auto;
		overflow: hidden;
		zoom: 1;
		}
	
		h1 {
			padding: 10px 0px;
			}
	
		#logo {
			float: left;
			}
		
		#info {
			float: right;
			}
			#info ul {
				width: 540px;
				}
				#info ul * {
					font-size: 28px;
					font-weight: bold;
					color: #EA0002;
					line-height: 30px;
					}
				#info ul li {
					margin: 0px 0px 15px 0px;
					padding: 2px 0px 0px 190px;
					}
					#info ul li.info01 {
						background: url(../img/layout/header/info/info01.jpg) no-repeat 0px 0px;
						}
					#info ul li.info02 {
						background: url(../img/layout/header/info/info02.jpg) no-repeat 0px 0px;
						}
						
	#keyVisual {
		background: url(../img/layout/keyVisual/keyVisualBg.jpg) repeat-x 0px 0px;
		}
	#keyVisualWrap {
		position: relative;
		height: 406px;
		overflow: hidden;
		zoom: 1;
		}
		#keyVisual img {
			position: absolute;
			top: 0px;
			left: 50%;
			margin: 0px 0px 0px -1250px;
			}
		
		
	#content {
		background: url(../img/layout/content/contentBg.jpg) repeat center top;
		}
	#contentWrap {
		width: 950px;
		margin: 0px auto;
		padding: 310px 0px 0px 0px;
		background: url(../img/layout/content/contentWrapBg.jpg) no-repeat center top;
		}

	#footer {
		background: #4C4C4C;
		}
	#footerWrap {
		width: 950px;
		margin: 0px auto;
		padding: 30px 0px 20px 0px;
		}
		#footer * {
			font-size: 11px;
			color: #FFFFFF;
			text-align: center;
			}

		#flogo {}
		#footer p {}
		#footer address {}
		

	