@charset "utf-8";
/* CSS Document */

/* tag ------------------------------------------ */
div,span,
ul,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
p,a,img,form,blockquote  {
	margin: 0;
	padding: 0;
	border: none;
	line-height:1.6em;
	font-size:small;
	font-weight:normal;
	font-style:normal;
	color:#333399;
}
html{
	margin:0;padding:0;
}
body {
	margin:0;
	padding:0;
}
body div {
	text-align: left;
	margin: 0 auto;
}

/*ul li {
	list-style:none;
}
*/
em {
	font-style:normal;
	font-weight:bold;
	color:#C30;
}
a, a:visited {
	color:#ff6600;
	text-decoration:underline;
}
a:hover, a:active {
	color:#ff6600;
	text-decoration:underline;
}

/* common-contents --------------------------- */
#common-contents{
	width:801px;
	margin:0 auto;
	padding:0;
}

#common-contents h1{
	width: 801px;
	height: 400px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../image/h1_01.jpg) no-repeat 0 10px;
	text-indent: -2000px;
}

#common-contents h2{
	width:801px;
	height:36px;
	margin:0;
	padding:0;
}


#common-contents h3{
	padding:0;
	margin:0;
}

#common-contents #contents-wrapper{
	width:798px;
	margin:0;
	border-left: solid 1px #b8c9cc;
	border-right: solid 1px #b8c9cc;
}

#common-contents #contents-wrapper #contents-about{
	width:798px;
	margin:0;
	padding-top:15px;
}

#common-contents #contents-wrapper #contents-about > h3{
	width:747px;
	margin:0;
	padding:20px 0px 5px 26px;
}

#common-contents #contents-wrapper #contents-about > h4{
	width:747px;
	margin:0;
	padding:10px 0px 5px 26px;
}

#common-contents #contents-wrapper #contents-about div.work {
	width:747px;
	margin:0;
	padding:10px 0px 5px 26px;
}

#common-contents #contents-wrapper #contents-about div.work:after{
	content:".";
	display: block;
	height:0;
	clear:both;
	line-height:0; 
	visibility:hidden;
}

#common-contents #contents-wrapper #contents-about div.work > h5 > a > img{
	width: 125px;
	margin: 0 10px 0 0;
	padding: 0;
	border: #0033cc 1px solid;
	float: left;
}

#common-contents #contents-wrapper #contents-about div.work > h6{
	font-weight: bold;
}

#common-contents #contents-wrapper #contents-about div.work > h5 > a > img#highest-award {
	width: 201px;
	height: 267px;
}

#common-contents #contents-wrapper #contents-about > p,
#common-contents #contents-wrapper #contents-about > ol{
	padding:5px 30px 5px 28px;
}

#common-contents #contents-wrapper #contents-about .caution{
	font-weight: bold;
	color: #f00;
}

#common-contents #contents-wrapper #contents-about table {
	margin:5px 30px 5px 28px;
    border-collapse: collapse;
}

#common-contents #contents-wrapper #contents-about table,
#common-contents #contents-wrapper #contents-about table th,
#common-contents #contents-wrapper #contents-about table td {
    border: 1px solid #CCCCCC;
}

#common-contents #contents-wrapper #contents-about table th {
    width: 120px;
	padding: 0.5em;
    background: none repeat scroll 0 0 #003198;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

#common-contents #contents-wrapper #contents-about table td {
    padding: 0.5em;
}

#common-contents #contents-wrapper #contents-about .button{
	text-align:center;
	margin:0 auto;
	padding-left:155px;
}

#common-contents #contents-wrapper #contents-about .button:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
}

#common-contents #contents-wrapper #contents-about .button a{
	float:left;
	display:block;
	width:231px;
	height:60px;
	overflow:hidden;
	text-indent:-9999px;
}

#common-contents #contents-wrapper #contents-about .button-bu1{
	margin:10px 30px 0 0;
	background:url(../image/button_01.gif) no-repeat 0 -120px;
}
#common-contents #contents-wrapper #contents-about .button-bu1:hover{
	background:url(../image/button_01.gif) no-repeat 0 -120px;
}
#common-contents #contents-wrapper #contents-about .button-bu2{
	margin:10px 0px 0 30px;
	background:url(../image/button_02.gif) no-repeat 0 0;
}
#common-contents #contents-wrapper #contents-about .button-bu2:hover{
	background:url(../image/button_02.gif) no-repeat 0 -60px;
}
#common-contents #contents-wrapper #contents-about .button-bu3{
	margin:10px 400px 0 0;
}


#common-contents #contents-wrapper #contents-about > ol{
	list-style-position: inside;
}

#common-contents #contents-wrapper #contents-about > ol > li{
	margin-top: 10px;
}

#common-contents #contents-wrapper #contents-about > ol > li h4{
	display: inline;
}

#common-contents #contents-wrapper #contents-about p.endOfContract{
	padding-right: 5em;
	text-align: right;
}

/* footer --------------------------------------- */
#common-contents #contents-wrapper #common-footer{
	padding: 40px 0;
	width:799px;
}

#common-contents #contents-wrapper #common-footer ul{
	text-align:center;
}

#common-contents #contents-wrapper #common-footer ul li{
	padding-left:5px;
	display:inline;
}

#common-contents #contents-wrapper #common-footer p{
	line-height:1.5em;
	text-align:center;
	font-size:x-small;
	_font-size:xx-small;
	color:#000;
	margin:0;
	padding:0;
}

.strike {
	text-decoration:line-through;
}