@charset "Shift_JIS";

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

	css/common.css

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

/* ----------------------------------------------------------------------------------------------------
	header
---------------------------------------------------------------------------------------------------- */

#header {
	width:640px;
	}
	/*
	#header img {
		float:right;
		}
	*/
#tabs {
	width:640px;
	height:102px;
	background-color:#ffffff;
	background-position:left top;
	background-repeat:top no-repeat;
	}
	#tabs li {
		display:block;
		float:left;
		width:160px;
		height:102px;
		/*background-color:#efefef;*/
		cursor:pointer;
		}
		#tabs li a {
			display:inline-block;
			width:100%;
			height:100%;
			text-decoration:none;
			}


/* ----------------------------------------------------------------------------------------------------
	mainImage
---------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------
	navi
---------------------------------------------------------------------------------------------------- */

#navi {
	margin-top:20px;
	}

#headerNavi {
	margin-bottom:2px;
}

#headerNavi a img {
	float:left;
}


/* ----------------------------------------------------------------------------------------------------
	contents
---------------------------------------------------------------------------------------------------- */

#container {
	width:640px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	box-sizing: border-box;
	}
	
#container.index {
	padding-bottom: 80px;
}
	#container .contents {
		padding:10px;
		}


/* ----------------------------------------------------------------------------------------------------
	bread
---------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------
	main
---------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------
	footer
---------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------
	h&p
---------------------------------------------------------------------------------------------------- */

.indent { text-indent:1em; }

h1 {}
h2 {}
h3 {}
h4 {
	font-size:30px;
	border-style:dotted;
	border-width:0 0 2px 0;
	border-color:#999999;
	margin-bottom:20px;
	padding-bottom:6px;
	}
