@charset "UTF-8" 
* {
 margin: 0;
 padding: 0;
}
/* 初期設定 */

body {
	font:13px/1.231 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333;
}
h1, h2, h3, h4, h5, h6, ul, ol, li, dt, dd, p {
	margin: 0;
	padding: 0;
}
h1 {
	height: 36px;
	color:#030;
	font-size:154%;
	margin: 10px 0 24px 0;
	padding: 0 0 0 26px;
	background:url(img/H1Back.gif) no-repeat left -2px;
}
h2 {
	color:#333;
	font-size: 123%;
	line-height: 164%;
	padding: 4px 4px 4px 10px;
	margin: 14px 0 18px 0;
	border: #569982 double 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
h3 {
	font-size: 108%;
	color:#569982;
	margin: 10px 0 18px 0;
	padding: 0 0 0 12px;
	background:url(img/h2Head.gif) no-repeat left center;
}
p {
	font-size: 92%;
	line-height: 176%;
	margin: 8px 0 12px 0;
	padding: 0 0 22px 0;
}
img {
	border: none;
}
a {
	color: #224C8B;
	text-decoration:none;
	outline: none;
}
a:hover {
	color: #4FFDBF;
	text-decoration: underline;
}
a:link , a:visited , a:active  {
	color: #224C8B;
}
a img {
	text-decoration: none;
}
br {
	margin: 0 0 18px 0;
}
hr {
	visibility:hidden;
}
.c {
	margin: 0 auto;
}
.c2 {
	text-align: center;
}
.l {
	float:left;
}
.r {
	float:right;
}
.clearFix {
	clear:both;
}
.section {
	/*background: url(img/pBack.gif) repeat-x left bottom;*/
	margin: 8px 0 12px 0;
}
.WidthFull {
	width: 100%;
	text-align:center;
	margin: 10px 0;
}
/* index */
#slideshow h1, #Header h1 , .headerh1 {
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: none;
	position:relative;
	top: 20px;
	height: 34px;
}
#slideshow h1 a {
	visibility:hidden;
	overflow:hidden;
	width:40%;
	height:32px;
	position:relative;
	left: 0;
	top:16px;
	display:block;
}
#Header h1 a em , .toHome a em {
	visibility:hidden;
}
#Header h1 a , .toHome a {
	text-decoration:none;
	overflow:hidden;
	width:40%;
	height:42px;
	position:absolute;
	left: 0;
	top: 6px;
	display:block;
	z-index: 5000;
}
.Search {
	top: 14px;
	z-index: 20;
	position: absolute;
	width: 100%;
}
.Search form {
	left: 64%;
	width: 340px;
	position: relative;
}
.inputText {
	width: 230px;
}
.headerTopLink {
	color: #fff;
	font-size: 0.8em;
	top: 14px;
	left: 68%;
	position: absolute;
	z-index: 20;
	background:none;
}
.Universal {
	font-size: 0.8em;
	width: 200px;
	position: absolute;
	top: 68px;
	left: 74%;
	z-index: 20;
	background: none;
}

.TextSize a{
	display:inline-block;
	text-align:center;
	line-height:15px;
	width:15px;
	padding:3px;
	color:#333;
	background-color:#FFF;
	border:1px solid #999;
}
.TextSize a:hover{
	text-decoration:none;
	background-color:#999;
	color:#FFF;
}


/* e index */

/* Common Seting */

.Breadcrumb {
	font-size: 90%;
	width: 884px;
	margin: 6px 0 16px 24px;
	background-image: none;
	background-color: #eee;
	padding: 4px 4px 3px 12px;
	border-bottom: #ddd 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
}
.Breadcrumb a {
	color: #569982;
}
.Breadcrumb a:hover {
	color: #78bba4;
}
/* e パン屑 */

/* LeftMenu */
h2.symbol {
	width: 127px;
	height: 42px;
	margin: 20px auto;
	padding: 0;
	border: none;
	background:url(img/yamaura_logo-01.gif) no-repeat top center;
}
h2.symbol em {
	visibility:hidden;
}
#LeftBlock {
	width: 245px;
	background: url(../img/left/human_bg_11.gif) no-repeat 35px 140px;
}
#LeftBlock a {
	color: #333;
	text-decoration: none;
}
#LeftBlock a:hover {
	color: #aaa;
}

.left_col dl{
	font-size: 85%;
	padding-top:5px;
	padding-left: 10px;
}
.left_col dt {
	width: 86px;
	height: 86px;
	float:left;
	clear:left;
}
.left_col dd {
	width: 145px;
	height: 83px;
	margin-left: 90px;
	margin-bottom: 5px;
	padding-top:3px;
}
.left_col dd p {
	font-size:100%;
	line-height:1.3;
	padding:5px 0 0 0;
	margin:0;
}
#banner_area {
	margin: 10px 0px 0px 10px;
	padding: 0px;
}
#banner_area li {
	list-style: none;
	padding-bottom: 5px;
}
/* e LeftMenu */

/* MainContents */
#MainContents p img {
	margin: 0 10px;
}

/* e MainContents */

/* footer */
p.toPageTop {
	text-align: center;
	height: 17px;
	margin: 0;
	padding: 0;
	position:relative;
	top :-21px;
	background:url(img/ToTop.gif) no-repeat center bottom;
}
p.toPageTop a{
	text-decoration:none;
}
.toPageTop em {
	visibility:hidden;
}
p.Copyright {
	text-indent: 16px;
	width: 100%;
	position: relative;
	padding-top: 6px;
	border-top: 8px solid #096;
	background:none;
	margin:0;
	top: -8px;
}
.Caution {
	padding: 6px 0 0 16px;
	background:none;
}
.Corporate {
	height: 120px;
	width: 100%;
	position: relative;
	background: url(img/footerBackIE6.gif) no-repeat 10% bottom;
}
.Corporate ul, .Corporate h3 {
	border: none;
	padding: 0 0 0 76%;
	margin: 0 0 6px 0;
	background:none;
}
.Corporate h3, .Corporate ul li {
	font-size: 0.8em;
}
.Corporate ul, .Corporate ul li {
	list-style-type: none;
}
.Corporate h3 em {
	visibility: hidden;
}
.Corporate h3 {
	width: 130px;
	height: 20px;
	background:url(img/yamaura_logoFont.gif) no-repeat center right;
}
.arrow {
	font-size: 123%;
	height: 16px;
	background:url(img/arrow.jpg) no-repeat left 6px;
	display:block;
	line-height:176%;
	margin:2px 0 2px 0;
	padding:0 0 22px 20px;
}


/* e footer */


/*FontSize*/
.FontS #MainContents{
	font-size:100%;
}

.FontM #MainContents{
	font-size:120%;
}

.FontL #MainContents{
	font-size:150%;
}

/*goBack*/

.goBack{
	text-align:center;
}


/*FtLink*/
.FtLink {
	list-style-type: none;
	width: 600px;
	padding: 20px 0 0 32px;
	margin-top: 10px;
	}
.FtLink li {
	font-size: 93%;
	float: left;
	width: 180px;
	background:url(img/arrow.jpg) no-repeat 4px center;
	text-indent: 20px;
	padding: 0 4px;
	margin-top: 10px;
	/*border-left: 1px solid #CCC;*/
	border-right: 1px solid #CCC;
	}
	.FtLink li.this {
		background:url(img/this.gif) no-repeat 4px center;
	}

/*ClearFix*/
.clearfix:after{
	display:block;
	content:".";
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	zoom:1;
	overflow:hidden;
}

