@charset "utf-8";

@import url("reset.css");

/*======================================

	base　株式会社 ブレーントラスト
	
=======================================*/
html {
    background-color: #FFFFFF;
	margin:0;
	padding:0;
}

body{
	font-family:"MS PGothic","Osaka",Arial,sans-serif;
	line-height:1.22;
	font-size:0.75em;
	word-break:break-all;
	*font-size:small;
	*font:x-small;
	*line-height:1.05;
	text-align:center;
	word-wrap:break-word;
	/*\*/
	letter-spacing: 0.1em;
	/**/
	margin:0;
	padding:0;
	background:url(../braintrust_img/bg_body.jpg) center top no-repeat;
}

/*IS Safari*/
body:first-of-type {
    line-height: 1.5em;
}

/* link styles
------------------------------*/
a img {
	border-style: none;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
a:link {
	color:#0066CC;
	text-decoration: none;
	font-weight:normal;
}
a:visited {
	color:#0066CC;
	text-decoration: none;
	font-weight:normal;
}
a:hover {
	color:#0099CC;
	text-decoration:underline;
	font-weight:normal;
}
/*IE Firefox（リンク選択時の破線消去）*/
a,a:link,a:visited,a:hover,a:active {
	outline: none;
}
/*line-height*/
p,li,dt,dd,th,td {    line-height: 1.48;}
/*Safari*/
body:first-of-type p,
body:first-of-type li,
body:first-of-type dt,
body:first-of-type dd,
body:first-of-type th,
body:first-of-type td {    line-height: 1.5;}

a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}



/*共通設定=====================================*/
/* 画面下固定page-top	*/
.page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.page-top a {
	background:#CCCCCC;
	width: 34px;
	padding: 5px;
	display: block;
	border-radius: 5px;
}
.page-top a:hover {
	background:#E4E4E4;
}





/*======================================

	container
	
=======================================*/
#container{
	width:900px;
	margin: 0 auto 0 auto;
	padding:0;
	text-align:center;
	color:#333333;
	background-color:#FFFFFF;
}
	h1{
		text-align:center;
		margin:0;
		padding:10px 0 0 0;
		font-weight:normal;
		font-size:90%;
		color:#666666;
	}
	#logo{
		text-align:center;
		margin:30px 0 0 0;
	}
	h3{
		text-align:center;
		font-weight:bold;
		padding:20px;
		background-color:#99CCFF;
		font-size:150%;
		margin:0;
	}
#contentsArea{
	width:600px;
	margin:20px auto 0 auto;
}
.borderedBoldCenter{
	font-weight:bold;
	text-align:cener;
	color:#999999;
}



/*======================================

	tableデザイン

=======================================*/
.bordered {
	width:100%;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}
 
.bordered tr:hover {
    background:#DFEFFF;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}
 
.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}
 
.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}
 
.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
 
.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
 
.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
 
.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
 
.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
