/* Base */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


/* Theme */
/* general page elements */

a {
	text-decoration: underline;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #006699;
}
a:active {
	color: #003366;
}
a span {
	display:none;
}

/* layout */

body {
	margin: 0;
	color: #333333;
	background: #FFFFFF;
	background-image: url("../images/bg_blueline.gif");
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}
#container {
	margin:0 auto;
}
#container-inner {
	position: static;
	border: 0;
	background: #FFFFFF;
}
#banner {
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;
	background: #FFFFFF;
	text-align: left;
}
#banner-inner {
	padding: 0px;
}
#banner a {
	color: #FFFFFF;
	text-decoration: none;
}
#banner-header {
	margin: 0;
	font-size: medium;
	font-weight: bold;
}
/* banner image */

#banner {
	height: 155px;
	background-image: url("../images/title_atcube.jpg");
	background-position: 0px;
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
}
#banner-inner {
	overflow: visible;
	padding: 0;
}
#banner-header {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#banner a.logo {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	height: 150px;
}
#banner a.atcubenet {
	display: block;
	position: absolute;
	left: 530px;
	top: 0;
	width: 250px;
	height: 150px;
}
#banner a.access {
	display: block;
	position: absolute;
	right: 15px;
	top: 100px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3683c7), color-stop(1, #4f9ee3) );
	background:-moz-linear-gradient( center top, #3683c7 5%, #4f9ee3 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3683c7', endColorstr='#4f9ee3');
	background-color:#3683c7;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	height:36px;
	line-height:36px;
	width:100px;
	text-decoration:none;
	text-align:center;
}
#banner a.access:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4f9ee3), color-stop(1, #3683c7) );
	background:-moz-linear-gradient( center top, #4f9ee3 5%, #3683c7 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f9ee3', endColorstr='#3683c7');
	background-color:#4f9ee3;
}
#pagebody {
	width: 860px;
	padding:20px;
}
/* three-column tweaks */

.layout-three-column #container {
	width: 900px;
}
.layout-three-column #alpha {
	width: 200px;
}
.layout-three-column #alpha-inner {
	border-right: 1px dotted #3787C8;
	padding: 15px 14px 15px 15px;
	background: #FFFFFF;
}
.layout-three-column #beta {
	width: 500px;
}
.layout-three-column #beta-inner {
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}
.layout-three-column #gamma {
	width: 200px;
}
.layout-three-column #gamma-inner {
	border-left: 1px dotted #3787C8;
	padding: 15px 15px 15px 14px;
	background: #FFFFFF;
}
/* Custom */
p {
	line-height:1.8em;
	padding:15px 0;
}
strong {
	font-weight:bold;
}
h2 {
	font-size:16px;
	font-weight:bold;
}
a.button {
	display: block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-size:13px;
	padding:3px 10px;
	width:auto;
	text-decoration:none;
}
.profile {
	background-color:#809f1f;
}
.profile:hover {
	background-color:#97b04a;
}
.profile-body {
	padding-top:15px;
	border-top:dotted 1px #666;
}
.gotop {
	background-color:#809f1f;
}
.gotop:hover {
	background-color:#97b04a;
}
.alignleft {
	float:left;
	clear:left;
	margin:3px 10px 10px 0;
}
.alignright {
	float:right;
	clear:right;
	margin:3px 0 10px 10px;
}
/* table */
table.table {
	border-collapse:collapse;
	width:auto;
	margin:10px;
}
table.table th, table.table td {
	padding:0.5em 1em;
	border-bottom:1px dotted #CCCCCC;
	text-align:left;
}
table.table th {
	font-weight:bold;
	letter-spacing:1px;
	white-space:nowrap;
	color:#809f1f;
}
table.data {
	border-collapse:collapse;
	width:auto;
	margin:10px;
	border:1px solid #999999;
}
table.data th, table.data td {
	padding:0.5em 0.8em;
	border:1px solid #999999;
}
table.data th {
	font-weight:bold;
	letter-spacing:1px;
	color:#809f1f;
}
table.stipulation th {
	font-weight:bold;
}
table.stipulation th,
table.stipulation td {
	padding:5px;
}
footer {
	padding-top:15px;
	border-top:1px solid #cccccc;
	text-align:right;
}
/*リスト*/
li {
	list-style:none;
}
ul.verticality {
	padding-bottom: 15px;
}
ul.verticality li {
	background: url(../images/liArrow.gif) no-repeat 0 7px;
	margin-left: 10px;
	padding: 0 0 0.5em 16px;
}
ul.horizontal li {
	background: url(../images/liArrow.gif) no-repeat 0 0;
	margin-left: 10px;
	padding: 0 0 0 16px;
	display: inline;
}
ul.publication {
	padding:0;
	height:auto;
	overflow:hidden;
}
ul.publication li {
	font-size:12px;
	width:230px;
	min-height:90px;
	margin:0 10px 15px 0;
	padding:10px 10px 0 10px;
	float:left;
	list-style:none;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #f5f5f5;
}
ul.publication li img, ul.publication li span {
	display:block;
	float:left;
}
ul.publication li img {
	border:1px solid #999;
}
ul.publication li span {
	width:163px;
	margin-left:10px;
}
ul.publication li h5 {
	font-weight:bold;
	color:#007fc7;
}
ul.publication li a:hover {
	color:#666666;
}
ul.article {
	padding-bottom: 15px;
}
ul.article li {
	background: url(../images/liArrow.gif) no-repeat 0 7px;
	margin: 0.7em 0 0 10px;
	padding: 0 0 0.7em 16px;
	border-bottom:1px dotted #CCC;
}