/*
-----------------------------------------------
Grey Box Method - Layout Company CSS
----------------------------------------------- */


/* branding
----------------------------------------------- */
h1#branding {
	margin-left:   10px;
	margin-bottom: 0;
}/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:   normal;
	padding:       .5em;
	margin:        0 0 10px 0;
	border-bottom: 1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.topMenubox {
	margin-bottom:20px;
}

.topMenubox h2 {
	font-size:      1em;
	font-weight:    normal;
	color:          #fff;
	background:     #fff;
	margin:         -24px -10px 0 -10px;
	padding:        0px 12px;
}

.box {
	background:     #fff;
	padding:        10px 10px 1px 10px;
}

.box h1 {
	font-size:      1.2em;
	font-weight:    normal;
	color:          #fff;
	margin:         -10px -10px 0 -10px;
	padding:        6px 12px;
}

.box h2 {
	font-size:      1em;
	font-weight:    normal;
	color:          #fff;
	margin:         -10px -10px 0 -10px;
	padding:        6px 10px;
}



.block {
	padding-top:	     10px;
}

div.menu {
	padding:             0;
}

div.menu h2 {
	margin:             0px;
	padding:			0px;
	background-color:   #5da2d7;
}

div.menu h2 a {
	display:	block;
	padding:	7px 7px 7px 10px;	
}

div.menu h2 a:hover {
	background-color:   #9bc6eb;
	text-decoration:	none;
}

div.menu .block {
	padding-top:         0;
}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:       1em;
}

blockquote {
	font-family:         Georgia, 'Times New Roman', serif;
	font-size:           1.2em;
	padding-left:        1em;
	border-left:         4px solid #ccc;
}

blockquote cite {
	font-size:           .1.2em;
}

ul, ol {
	padding-top:         0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:          none;
	border-top:          1px solid #bbb;
}

ul.menu li {
	margin:				0;
}

ul.menu li a {
	display:            block;
	padding:            4px 10px;
	border-bottom:      1px solid #ccc;
}

ul.menu li a:hover {
	background:         #eee;
}

ul.menu li a:active {
	background:         #ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:         none;
	margin:0;
}

ul.menu ul li a {
	padding-left:       30px;
	display:            block;
	text-decoration:    none;
    zoom:               1;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:         0;
	margin-bottom       0;
}

ul.section li a {
	background:         #85b4dc;
	display:            block;
	text-decoration:    none;
    zoom:               1;
}

ul.section li a:hover {
	background:         #9bc6eb;
}

ul.section li a:active {
	background:         #9bc6eb;
}

ul.section li li a {
	background:         #ddd;
	border-bottom:      1px solid #eee;
}

ul.section li li a:hover {
	background:         #ccc;
}

ul.section li li a:active {
	background:         #fff;
}

ul.section ul li {
	text-transform:     none;
}

ul.section ul.current li a {
	background:         #ddd;
	border-bottom:      1px solid #fff;
}

ul.section ul.current li a:hover {
	background:         #9bc6eb;
}

ul.section ul.current li a:active {
	background:         #fff;
}

ul.section li a.current {
	color:              #fff;
	background:         #85b4dc;
}

ul.section li a.current:hover {
	background:         #9bc6eb;
}

ul.section li a.current:active {
	background:         #5da2d7;
}

ul.section li a.active {
	background:         #fff;
	cursor:             default;
}

ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:              #fff;
	background:         #85b4dc;
	cursor:             default;
}

/* side menu anchors
----------------------------------------------- */
ul.menu a:link  {
	color :             #333;
}

ul.menu a:visited {
	color :             #333;
	text-decoration:	none;
}

ul.menu a:hover {
	color : 			#000;
	text-decoration:	none;
}

ul.menu a:active {
	color :             #333;
}


/* articles
----------------------------------------------- */
.articles {
	padding:            0;
}

.articles h1 {
	margin:             0;
	background:         #5da2d7;
}

#articles {
	padding-top:        0;
}

.article {
	border-top:         1px solid #666;
	padding-top:        .5em;
}

.box .article {
	border-top:	        3px solid #fff;
	padding:	        13px 10px 20px 10px;
}

.articles .article h1 {
	font-size:          1.3em;
	font-weight:        bold;
	color:              #6698c2;
	margin-bottom:      1em;
}

.articles .article h2 {
	margin:             0px;
	padding:            0px 0px 3px 0px;
	font-weight:        bold;
	font-size:          1.2em;
	color:              #6698c2;
	background:         #fff;
	border-bottom:      1px #6698c2 solid;
	margin-bottom:      10px;
}

.articles .article h2.Blue {
	margin:             0px;
	padding:            0px 0px 3px 0px;
	font-weight:        bold;
	font-size:          1.2em;
	color:              #5F81AA;
	background:         #fff;
	border-bottom:      1px #5F81AA solid;
	margin-bottom:      10px;
}

.articles .article h2.Green {
	margin:             0px;
	padding:            0px 0px 3px 0px;
	font-weight:        bold;
	font-size:          1.2em;
	color:              #7EA190;
	background:         #fff;
	border-bottom:      1px #7EA190 solid;
	margin-bottom:      10px;
}

.articles .article h2.Gray {
	margin:             0px;
	padding:            0px 0px 3px 0px;
	font-weight:        bold;
	font-size:          1.2em;
	color:              #878684;
	background:         #fff;
	border-bottom:      1px #878684 solid;
	margin-bottom:      10px;
}

.articles .article h2.Red {
	margin:             0px;
	padding:            0px 0px 3px 0px;
	font-weight:        bold;
	font-size:          1.2em;
	color:              #C8504F;
	background:         #fff;
	border-bottom:      1px #C8504F solid;
	margin-bottom:      10px;
}

.articles .article h2.Orange {
	margin:             0px;
	padding:            0px 0px 3px 0px;
	font-weight:        bold;
	font-size:          1.2em;
	color:              #D47C18;
	background:         #fff;
	border-bottom:      1px #D47C18 solid;
	margin-bottom:      10px;
}


.article h3 {
	margin-bottom:	0.2em;
	font-size:		1.2em;
	color:			#6698c2;
}

.box .first {
	border-top:     none;
}

.article h4 {
	font-size:      1.2em;
	margin-bottom:  .5em;
}

.article a.image {
	float:          right; 
	margin:         3px 10px 3px 0; 
	padding:        4px;
	border:         1px solid #bbb;
	background:     #fff;
}

.article a.image:hover {
	border:         1px solid #666;
}

.article p.meta {
	color:          #666;
	border-top:     1px dotted #999;
	border-bottom:  1px dotted #999;
	padding:        .3em 0;
	margin-bottom:  .8em;
}

/* パン屑リスト */
.box .topic_path ul {
	margin:		0px;
	padding:	0px;
}

.box .topic_path ul li {
	background-image:	 url(../img/pankuzuArrow.gif);
	background-position: right;
	background-repeat:	 no-repeat;
	float:				 left;
	list-style:			 none;
	padding:             0px 12px 0px 0px;
	margin:              0px 8px 10px 0px;
}

.box .topic_path ul li.end {
	background-image:	 none;
	background-position: right;
	background-repeat:	 no-repeat;
	float:				 left;
	list-style:			 none;
	padding:             0px 12px 0px 0px;
	margin:              0px 0px 10px 0px;
}

/* tables */

.article table {
	width:        100%;
	border:       none;
	margin:       0px;
}

.article col.colC {
	
}

.article th, td {
	padding:      0px;
	text-align:   left;
}

.article thead th {
	border:       none;
	background:   #fff;
	padding:      0px;
}

.article thead th.table-head {
	background:   #fff;
	border:       none;
}

.article tbody th,
.article tbody td {
	border:       none;
	background:   #fff;
}

.article tbody tr.odd th,
.article tbody tr.odd td {
	background:   #fff;
}

.article tfoot th,
.article tfoot td {
	border:       none;
	background:   #fff;
}

.article tfoot tr.total th,
.article tfoot tr.total td {
	border:       none;
}

.article tfoot tr.total th {
	
}

.article th.currency,
.article td.currency {
	text-align:  right;
}

/* page top */
.pageTop {
	width:		100%;
	text-align:	right;
	padding:	10px 0px;
}

/*  ul horizon */
ul.listHorizon li {
	float:		left;
	list-style:	none;
}

ul.underline {
	padding-bottom:	10px;
	margin-bottom:	10px;
	border-bottom:	1px #6698c2 solid;
}

/* image layout */
.imgLeft {
	float:	        left;
	padding:        0px 20px 20px 0px;
}

.imgRight {
	float:	        right;
	padding:        0px 0px 20px 20px;
}

/* side menu contact */
.contactBox {
	background-color:	#6698c2;
	text-align:			center;
	padding:			20px 10px;
}

/* detail head */
.detailHead {
	background-image:	url(../img/client/detailHead.gif);
	background-repeat:	no-repeat;
	background-position:left;
	padding-left:		15px;
	margin:				0px;
}

/* detail ul */
ul.detailList {
	padding:			0px 0px 20px 20px;
	margin:				0px;
}

ul.detailList li {
	list-style-type:	disc;
	float:none;
}

.contactSingleLink {
	background-image:	url(../img/inquiry/ico_10.gif);
	background-repeat:	no-repeat;
	background-position:left;
	padding:			1px 0px 1px 18px;
}

.contactSingleLink a {
	text-decoration:	underline;
}

.contactSingleLink a:hover {
	text-decoration:	none;
}


/* job list */
.joblistLeft {
	float:			left;
	width:			47%;
	padding-right:	15px;
}

.joblistRight {
	float:			left;
	width:			47%;
	padding-left:	15px;
}

ul.jobList {
	padding:			0px 0px 20px 20px;
	margin:				0px;
	list-style-type:	disc;
}

/* press page */
.backPress {
	background-image:	url(../img/company/press/ico_ya_backPress.gif);
	background-repeat:	no-repeat;
	background-position:left;
	padding-left:		10px;
}

.textBold {
	font-weight:		bold;
}

.pressTable {
	padding:	5px;
	border:		1px #CCC solid;
}

ul.backnumberlist {
	padding:	10px 0px 35px 0px;
	margin:		0px 0px 35px 0px;
}

ul.backnumberlist li {
	float:				left;
	list-style-type:    none;
	padding:			0px 8px 0px 0px;
	margin:				0px;
}

ul.backnumberlist li.backArrow {
	background:	url(../img/company/press/ico_ya_backNumber.gif) no-repeat left;
	padding:	0px 8px 0px 15px;
}


.gaiyouTable tr td {
	padding:	5px;
	border:		1px #CCC solid;
}

.gaiyouTable tr td.left {
	width:100px;
}

/* press page 20120118 */

.textBl {
	font-weight:		bold;
	color:              #6390c6;
}

table.table0118_01 {
	width:260px;
	margin:10px 0 10px 150px;
	border-collapse:collapse;
}

table.table0118_01 td {
	border:#f3bd90 1px solid;
	padding:2px;
	text-align:center;
}


table.table0118_01 .title {
	background:#f9dec8;
}


table.table0118_02 {
	width:520px;
	margin:10px 0 10px 50px;
	border-collapse:collapse;
}

table.table0118_02 td {
	border:#81a4d2 1px solid;
	padding:5px;
	text-align:center;
}

table.table0118_02 td.left {
	text-align:left;
}


table.table0118_02 .title {
	background:#a4bcdd;
}


/* press page 20120125 */

.tableHead120125 {
	margin:10px 0 0 160px;
	font-weight:bold;
}

table.table0125_01 {
	width:260px;
	margin:5px 0 10px 180px;
	border-collapse:collapse;
}

table.table0125_01 td {
	border:#f3bd90 1px solid;
	padding:2px;
	text-align:center;
}


table.table0125_01 .title {
	background:#f9dec8;
}

table.table0125_02 {
	width:340px;
	margin:5px 0 10px 150px;
	border-collapse:collapse;
}

table.table0125_02 td {
	border:#8AA49A 1px solid;
	padding:5px;
	text-align:center;
}

table.table0125_02 td.left {
	text-align:left;
}

table.table0125_02 .title {
	background:#A8BBB3;
}


table.table0125_03 {
	width:340px;
	margin:5px 0 10px 150px;
	border-collapse:collapse;
}

table.table0125_03 td {
	border:#81a4d2 1px solid;
	padding:5px;
	text-align:center;
}

table.table0125_03 td.left {
	text-align:left;
}

table.table0125_03 .title {
	background:#a4bcdd;
}


/* privacy list */
ul.privacyList {
	padding:			0px 0px 20px 20px;
	margin:				0px;
}

ul.privacyList li {
	list-style:     	decimal;
	padding-bottom: 	10px;
}

/* personal information list */
ul.privacyList02 {
	padding:			0px 0px 20px 0px;
	margin:				0px;
}

ul.privacyList02 li {
	padding-bottom: 	10px;
	list-style-type:    none;
}

ul.privacyList03 {
	padding:			0px 0px 20px 0px;
	margin:				0px;
}

ul.privacyList03 li {
	padding-bottom: 	10px;
	list-style-type:    disc;
}


/* service list */
ul.serviceList {
	padding-bottom: 	30px;
}

/* e survey */
.surveyBox {
	border-top:	    1px #ccc dotted;
	padding:	    10px 0px;
}

.headMonth {
	float:			left;
	width:			80px;
	height:			130px;
	text-align:		center;
	border-right:	1px #6698c2 solid;
}

.surveyContents {
	float:			left;
	width:			450px;
	padding:		0px 10px;
}

.surveyPDF {
	float:			right;
	width:			110px;
	text-align:		center;
	padding-right:
}

/* jobpower */
.jobpowerTable table tr td {
	padding:	10px;
	border:		1px #CCC solid;
}

#supLinkBox {
	height:				47px;
	margin:				10px 0px;
	background-image:	url(../img/company/guide/supLinkBG.gif);
	background-repeat:	no-repeat;
}

#supLinkBox ul {
	margin:		0px;
	padding:	10px 0px 0px 140px;
}

#supLinkBox ul li {
	float:			left;
	list-style:		none;
	padding-right:	0px;
}

.telework1000Bunner a {
	display:block;
	width:219px;
	height:165px;
	background:url(../img/company/guide/telework1000Bunner_up.gif);
	text-indent:-9999px;
}
.telework1000Bunner a:hover {
	background:url(../img/company/guide/telework1000Bunner_over.gif);
}


#siteMapBox a {
	text-decoration:	none;
}

#siteMapBox a:hover {
	text-decoration:	underline;
}

#siteMapBox ul li {
	margin-left:10px;
}

#siteMapBox ul li ul {
	margin:		0px;
	padding:	0 0 10px 0;
}

#siteMapBox ul li ul li ul {
	margin:		0px;
	padding:	0px;
}

#siteMapBox li {
	list-style:        	none;
	background-image:  	url(../img/ico_ya_sitemap.gif);
	background-repeat: 	no-repeat;
	padding-left:      	10px;
}

#siteMapBox .rightBorderLine {
	border-right:	   1px #CCC dotted;
}


