@charset "shift_jis";

/*=====================================================
  reset
=====================================================*/
html, body {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
	-webkit-text-size-adjust: none;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

a,
a:hover {
	cursor:pointer;
}
/*=====================================================
  init
=====================================================*/
.container {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

a img {
	border: 0;
}
a:link,
a:visited {
	color: #111;
	text-decoration: none;
}
a:hover,
a:active {
	color: #f00;
	text-decoration: underline;
}

.help {
	display:none;
	/*_*/
	display:inherit;
	position:absolute;
	top:0;left:-2500px;
	/* */
}
#ContentsArea .help {
	display: inherit;
	position: static;
	left: 0;
}
.display-none {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ""; 
    display: block; 
    clear: both;
}

/*=====================================================
  Body
=====================================================*/
body {
	text-align: center;
	background: #fff url(../img_v2/cmn_bg_001.jpg) 0 62px repeat-x;
}
/*=====================================================
  Header: #YMHeaderArea
=====================================================*/
#YMHeaderArea h1 {
	margin:7px 0 0;
}
#YMHeaderArea p {
	margin:0;
}
#YMHeaderArea {
	height: 75px;
	overflow: hidden;
}
#YMHeaderArea ul,
#YMHeaderArea li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	list-style: none;
}
#YMHeaderArea h1 {
	float: left;
}
#YMHeaderArea ul {
	float: right;
}
#YMHeaderArea ul li {
	float: left;
	margin: 23px 10px 0 0;
	padding-right: 20px;
	white-space: nowrap;
	line-height: 1.1;
	background: url(../img_v2/cmn_gn_icon_001.png) 100% 45% no-repeat;
}
#YMHeaderArea form {
	float: right;
	margin: 20px 0 0 20px;
}
#YMHeaderArea form input {
	float: left;
	margin: 0;
}
#YMHeaderArea form input.keyword {
	float: left;
	display: block;
	padding: 2px;
	width: 137px;
	height: 15px;
	color: #666;
	background-color: #EDEDED;
	border: 1px solid #787878;
}
#YMHeaderArea form input.sbutton {
	float: left;
	display: block;
	width: 29px;
	height: 19px;
	border: 1px solid #787878;
	border-width: 1px 1px 1px 0;
}
#YMHeaderArea .close {
	float: right;
}
#YMHeaderArea .close a {
	display: block;
	margin-top: 17px;
	margin-right: 1px;
	padding: 6px 33px 5px 0;
	height: 13px;
	line-height: 1.1;
	background: transparent url("../img_v2/cmn_btn_close.png") 100% 0 no-repeat;
}
/*=====================================================
  GlobalNavigation: #YMGlobalNavigationArea
=====================================================*/
#YMGlobalNavigationArea ul,
#YMGlobalNavigationArea li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	list-style: none;
}
#YMGlobalNavigationArea {
	margin-bottom: 13px;
	width: 950px;
/*IE9 and berow_*/
	margin:0 0 13px -6px\9;
	/float :left;
	/margin:0 -6px 1px -6px;
	height: 33px\9;
	background:#000\9;
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='6', MakeShadow='true', ShadowOpacity='0.60')\9;
	/overflow: hidden;
	/zoom:1;
/*_IE9 and berow*/
}
/*IE9_*/
body:not(:target) #YMGlobalNavigationArea {
	background: transparent\9;
	overflow: visible\9;
}
/*_IE9*/
#YMGlobalNavigationArea ul {
	position: relative;
	height: 33px;
	width: 950px;
	background: url(../img_v2/cmn_gn_o.png) 0 0 no-repeat;
	overflow: hidden;
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
/*IE9 and berow_*/
	left:6px\9;
	top:0px\9;
/*_IE9 and berow*/
}
#YMGlobalNavigationArea li {
	display: inline;
}
#YMGlobalNavigationArea li a {
	float: left;
}
#YMGlobalNavigationArea li a:hover img {
	margin-top: 33px;
}

/*=====================================================
  Breadcrumbles: #YMBreadcrumbles
=====================================================*/
#YMBreadcrumbles p {
	margin:0;
/*IE8 and berow_*/
	clear: left\9;
/*_IE8 and berow*/
	padding: 4px 16px;
	line-height: 1.1;
	color: #fff;
	background-color: #3568c6;
	border: 1px solid #fff;
	border-bottom: 0;
	font-size: 92%;
}
#YMBreadcrumbles strong {
}
#YMBreadcrumbles a:link,
#YMBreadcrumbles a:visited {
	color: #fff;
}
/*=====================================================
  PageInfomation: #YMPageInfomationArea
=====================================================*/
#YMPageInfomationArea {
	padding: 20px 0 17px;
	background-color: #adc9ff;
	border: 1px solid #fff;
	border-width: 0 1px;
}
#YMPageInfomationArea h1 {
	display:	 inline-block;
/*IE7 and berow_*/
/display: inline;
/zoom: 1;
/*_IE7 and berow*/
	margin:0;
	padding: 0 20px 0 24px;
	border-right:9px solid #dde9ff;
	vertical-align: middle;
}
#YMPageInfomationArea h1 img {
	display:	 block;
}
#YMPageInfomationArea p {
	display:	 inline-block;
/*IE7 and berow_*/
/display: inline;
/zoom: 1;
/*_IE7 and berow*/
	margin:0;
	padding:0;
	vertical-align: middle;
	padding: 0 18px;
	font-size: 14px;
	line-height: 1.5;
}
/*=====================================================
  Contens: #YMContentsWrap
=====================================================*/
#YMContentsWrap {
	background-color: #fff;
	zoom: 1\9;
	border: 1px solid #fff;
	border-bottom: 0;
}
#YMContentsWrap:after {
	content: ""; 
    display: block; 
    clear: both;
}
#YMPagetop {
	clear: both;
	float: right;
	margin-top: 30px;
	padding: 10px 38px 7px 12px;
	background: #9a9a9a url(../img_v2/cmn_ar_pagetop.png) 8.7em 8px no-repeat;
	line-height: 1.2;
}
#YMPagetop:link,
#YMPagetop:visited {
	color: #fff;
	text-decoration: none;
}
/*=====================================================
  Contens: #ContentsArea
=====================================================*/
#ContentsArea {
	padding-top: 1px;
/*IE7 and berow_*/
/zoom: 1;
/*_IE7 and berow*/
	color: #111;
}
#ContentsArea p {
	line-height: 1.6;
}

/*=====================================================
  Footer: #YMFooterArea
=====================================================*/
#YMFooterArea {
	clear: both;
	text-align: center;
	background: #97a0bd;
}
#YMFooterArea h2,
#YMFooterArea h3,
#YMFooterArea h4,
#YMFooterArea p {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
#YMFooterArea ul,
#YMFooterArea li {
	margin:0;
	padding:0;
	list-style: none;
}
#YMFooterArea .container {
	padding-bottom: 40px;
	background: #dedede;
	zoom: 1;
}
#YMFooterArea .container:after {
	content: ""; 
    display: block; 
    clear: both;
}
#YMFooterArea a:link,
#YMFooterArea a:visited {
	color: #333;
}
#YMFooterArea a:hover,
#YMFooterArea a:active {
	color: #f00;
	text-decoration: underline;
}
#YMFooterArea #YMSiteNavigationArea h3 {
	margin-bottom: 16px;
	border-bottom: 1px solid #898989;
	font-size: 15px;
}
#YMFooterArea #YMSiteNavigationArea h4 {
	color: #333;
	font-size: 13px;
}
#YMFooterArea #YMSiteNavigationArea ul {
	margin: 10px 0 22px;
	padding: 0 20px 0 0;
}
#YMFooterArea #YMSiteNavigationArea li {
	margin-bottom: 4px;
	font-size: 12px;
	overflow: visible;
}
#YMFooterArea .products {
	float: left;
	width: 539px;
}
#YMFooterArea .products h3 {
	padding: 28px 0 7px 37px;
}
#YMFooterArea .personal {
	float: left;
	padding: 0 20px 0 37px;
	width: 220px;
}
#YMFooterArea .business {
	float: left;
	width: 240px;
}
#YMFooterArea .profile {
	float: right;
	width: 373px;
}
#YMFooterArea .profile h3 {
	padding: 28px 0 7px 15px;
}
#YMFooterArea .profile ul {
	padding-left: 15px !important;
}
#YMFooterArea .information {
	position: relative;
	clear: both;
	padding-top: 12px;
	border-top: 1px solid #898989;
}
#YMFooterArea .information ul {
	display: inline;
	width: 560px;
}
#YMFooterArea .information li {
	display: inline;
	margin: 0 -0.5em 0 24px;
	white-space: nowrap;
	font-size: 12px;
}
#YMFooterArea .information p {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -2em;
	padding-right: 24px;
	line-height: 1.1;
	overflow: visible;
	text-align: right;
}
#YMFooterArea .information small {
	display: block;
	line-height: 1.2;
	padding-bottom: 1.2em;
}
#YMFooterArea .information small.japanese {
	font-weight: bold;
	font-size: 15px;
}
#YMFooterArea .information small.copyright {
	margin-top: 3px;
	font-size: 12px;
}

