@charset 'utf-8';

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	background: #6699CC;
	font-family: Myriad, Helvetica, Arial, "Meiryo", "メイリオ", sans-serif; 
	_font-family: 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	line-height: 1.6;
	word-break: break-all; 
	-webkit-text-size-adjust:none;
}

.clearfix:after {  
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

#container {
	margin: 15px auto;
	border: solid 1px #000;
	padding: 0;
	width: 759px;
	background: #FFF;
}



/**
 * header
 */
#header {
	position: relative;
}
#logo {
	position: relative;
	height: 120px;
	background: #CCC;
}
#logo a {
	display: block;
	position: absolute;
	width: 136px;
	height: 70px;
	left: 15px;
	top: 27px;
}

#banner {
	position: absolute;
	top: 30px;
	right: 18px;
}

#globalnav {
	margin: 1px 0 0;
	position: relative;
}
#globalnav ul {
	height: 36px;
}
#globalnav ul li {
	float: left;
	margin-left: 1px;
}
#globalnav ul li.first-child {
	margin-left: 0;
}

#globalnav ul li a {
	display: block;
	width: 151px;
	height: 36px;
	background: #666;
	text-align: center;
	line-height: 36px;
	color: #FFF;
	text-decoration: none;
	font-size: 93%;
}
#globalnav ul li a:hover {
	background: #336699;
}
#globalnav ul li.current a {
	background: #778899;
}


/**
 * contents
 */
#contents {
	padding: 0 42px;
}

#contents #pankuzu {
	
	/*
	margin: 3em 0 0 12px;
	*/
	width: 100%;
}
#contents #pankuzu ul {
	margin: 3em 0 0 12px;
	list-style: none;
}
#contents #pankuzu ul li {
	float: left;
	margin-right: 0.5em;
	font-size: 85%;
}
#contents #pankuzu ul li a {
	font-size: 100%;
	text-decoration: none;
	color: #999;
}
#contents #pankuzu ul li a:hover {
	text-decoration: underline;
}

#contents h1 {
	margin: 0 0 1.25em 12px;
	padding: 0;
	font-size: 231%;
	font-weight: normal;
}

#contents h2 {
	margin: 2em 0 0 0;
	border-left: solid 9px #476583;
	padding: 0.75em 0 0.5em 0.75em;
	font-size: 124%;
	font-weight: normal;
	background: #EDEDED;
}
#contents h2 span {
	margin: 0 .25em 0 0;
	font-size: inherit;
	color: inherit;
}
#contents h2#cnt0 {
	margin-top: 0;
}

#contents p {
	margin: 1em 0 0;
	font-size: 107%;
	color: #333;
}
#contents p a {
	color: #333;
}
#contents p a:hover {
	text-decoration: none;
}

#contents p.caption {
	font-size: 93%;
}
#contents p.caption2 {
	font-size: 93%;
	color: #f63;;
}

#contents h3 {
	margin: 1.5em 0 0;
	font-size: 131%;
	color: #476583;
}
#contents h3 span {
	margin: 0 .25em 0 0;
	font-size: inherit;
	color: inherit;
}
#contents h3 a {
	font-size: inherit;
	color: inherit;
}
#contents h3 a:hover {
	text-decoration: none;
}

#contents h4 {
	margin: 1.5em 0 0;
	font-size: 116%;
	color: #000;
}


#contents ul {
	margin-top: .75em;
	list-style-position: inside;
	list-style-type: disc;
}
#contents ul li {
	margin: .25em 0 0 .25em;
}

#contents ul li a {
	color: #000;
}
#contents ul li a:hover {
	text-decoration: none;
}


#contents ul.thumbnaillist {
	margin: 0;
	list-style: none;
}
#contents ul.thumbnaillist li {
	float: left;
	margin: 16px 22px 0 0;
	padding: 0;
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 1.2;
}
#contents ul.thumbnaillist li.right {
	margin-right: 0;
}
#contents ul.thumbnaillist li img {
	width: 150px;
	height: 115px;
}
#contents ul.thumbnaillist li a.title {
	margin-top: 3px;
	font-size: 93%;
	color: #000;
	text-decoration: underline;
}
#contents ul.thumbnaillist li a.title:hover {
	color: #999;
	text-decoration: underline;
}
#contents ul.thumbnaillist li a.title.small {
	font-size: 85%;
}


#contents table {
	margin-top: .75em;
	width: 100%;
}
#contents table tr {}
#contents table th {
	border-bottom: dotted 1px #999;
	padding-top: .5em;
	width: 20%;
	letter-spacing: 3px;
	font-weight: bold;
}
#contents table td {
	border-bottom: dotted 1px #999;
	padding-top: .5em;
	width: 80%;
}

#contents table.history {}
#contents table.history tr {}
#contents table.history th {
	width: 22%;
	letter-spacing: 1;
	font-weight: normal;
	text-align: left;
}
#contents table.history td {
	width: 68%;
}

#history #contents table {
	width: 500px;
}
#history #contents table th,
#history #contents table td {
	width: auto;
	font-size: 93%;
}
#history #contents table td {
	border-bottom: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.5;
}
#history #contents table td a {
	color: #000;
}
#history #contents table td a:hover {
	color: #999;
	text-decoration: none;
}
#history #contents table tr.border td {
	border-bottom: dotted 1px #999;
}
#history #contents table th.year {
	width: 50px;
}
#history #contents table th.gyoumu {
	width: 290px;
}
#history #contents table th.company {
	width: 160px;
}

#contact #contents table {
	
}
#contact #contents table tr {
	
}
#contact #contents table th {
	padding: 12px 2% 6px 0;
	width: 23%;
	text-align: right;
	letter-spacing: 0;
	font-size: 93%;
	font-weight: normal;
	vertical-align: top;
	line-height: 22px;
}
#contact #contents table td {
	padding: 12PX 0 6px 0;
	width: 75%;
	vertical-align: top;
}
#contact #contents table td.button {
	text-align: center;
}


#contents .linkbox {}
#contents .linkbox a {
	display: inline-block;
	margin: .75em .5em 0 0;
	padding: .35em .75em .25em 1.5em;
	color: #fff;
	font-size: 93%;
	text-decoration: none;
	line-height: 1.2;
	background: #666 url(../img/cnt_arw.gif) no-repeat 9px center;
}
#contents .linkbox a:hover {
	background-color: #999;
}

#contents .pagetop {
	margin: 2em 0 3em;
	font-size: 100%;
	text-align: right;
}
#contents .pagetop a {
	padding: .5em .30em 0 1.5em;
	font-size: 85%;
	text-decoration: none;
	background: url(../img/pagetop.gif) no-repeat 4px center;
	color: #333;
	border-top: dotted 1px #666;
}

#contents .captionicon {
	font-size: inherit;
	line-height: inherit;
	color: #6699cc;
}
#contents .captionicon2 {
	font-size: inherit;
	line-height: inherit;
	color: #f63;
}


#contents .left-col {
	float: left;
	width: 500px;

}
#contents .right-col {
	float: left;
	width: 175px;

}


/**
 * local nav
 */
#localnav {
	margin: 0 24px 0 0;
}
#localnav ul {
	margin-top: 0;
	border-top: solid 1px #ccc;
	list-style: none;
}
#localnav ul li {
	margin: 0;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	
}
#localnav ul li a {
	display: block;
	padding: 1em;
	font-size: 93%;
	background: #e2e7ec;
	color: #000;
}
* html #localnav ul li a {
	padding-left: 0;
	padding-right: 0;
}
*+html #localnav ul li a {
	padding-left: 0;
	padding-right: 0;
}

#localnav ul li a:hover {
	color: #476583;
	background: #fff;
	text-decoration: none;
}


input.text {
	margin-left: 12px;
	width: 450px;
}
textarea {
	margin-left: 12px;
	width: 450px;
	height: 10em;
	resize: vertical;
	font-size: 93%;
}

#errorMessage {
	border: solid 3px #C00;
	color: #C00;
	padding: 30px;
}

/**
 * banner
 */
#banners {
	margin: 18px 0 0;
}
#banners ul {
	list-style: none;
	margin: 0;
}
#banners ul li {
	margin: 9px 0 0;
}



/**
 * footer
 */
#footer {
	background: #CCC;
}
#copyright {
	padding: 1em;
	font-size: 85%;
	text-align: center;
	letter-spacing: 1px;
}








