@charset "utf-8";
/* Infinity Dimensions PC CSS */

blockquote {
	padding: 20px;
}
/*ヘッダー*/
#header {
	height: 55px;
	padding-top: 70px;
	padding-right: 30px;
	padding-left: 30px;
	background: -moz-linear-gradient(top, #EEE, #FFF 10%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #EEE),color-stop(0.1, #FFF));
}
#header-name {
	font-size: 2.5em;
	padding-top: 100px;
	padding-bottom: 50px;
	padding-left: 30px;
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#0ADAFF, endColorstr=#424BFF, gradientType=0);
}
/*コンテンツ*/
#contents {
	background-color: #FFF;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-right: 80px;
	padding-bottom: 80px;
	padding-left: 80px;
	box-shadow: #AAA 0px 60px 40px;
	-webkit-box-shadow: #AAA 0px 60px 40px;
	-moz-box-shadow: #AAA 0px 60px 40px;
}
#contents-body {
	float: left;
	width: 700px;
}
#contents-body h1 {
	font-size: 2.5em;
}
#contents-body .asset-subname {
	font-size: 1.5em;
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#FFFFFF, endColorstr=#EEEEEE, gradientType=0);
}
#crumbs-navi {
	position: absolute;
	top: 320px;
	z-index: 3;
}
/*サイドバー*/
#sidebar {
	width: 250px;
	float: right;
}
#sidebar section {
	margin-bottom: 30px;
}
.link-widget {
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#FFFFFF, endColorstr=#EEEEEE, gradientType=0);
}
.link-widget h1 {
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#FFFFFF, endColorstr=#EEEEEE, gradientType=0);
}
.widget-header h1 {
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#FFFFFF, endColorstr=#EEEEEE, gradientType=0);
}
/*メインメニュー*/
#mainmenu {
	position: absolute;
	top: 125px;
	height: 50px;
	width: 100%;
	z-index: 10;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	background: -moz-linear-gradient(center top,#FFF 45%,#EEE 55%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.45,#FFF),color-stop(0.55,#EEE));
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#FFFFFF, endColorstr=#EEEEEE, gradientType=0);
}
#mainmenu a {
	font-size: 0.8em;
	color: #666;
	display: block;
	float: left;
	height: 35px;
	padding-top: 15px;
	text-decoration: none;
	text-align: center;
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	text-shadow: #FFF 2px 2px 2px;
}
#mainmenu a:hover {
	color: #FFF;
	text-shadow: #06F 0px 0px 5px;
	/*background: -moz-radial-gradient(center 45deg, ellipse closest-side, #88B8FF 0%, #06F 180%);
	background: -webkit-gradient(radial, center center, 10, center center, 90, from(#cae0f2), to(#4477a1));*/
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#DDDDDD, endColorstr=#999999, gradientType=0);
}
#search-box {
	position: absolute;
	z-index: 9;
	top: 75px;
	right: 40px;
}
/*フッター*/
#footer {
	padding: 30px;
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#777777, endColorstr=#999999, gradientType=0);
}
#license {
	font-size: 0.7em;
	line-height: 1.5em;
	margin-top: 20px;
}
#license img {
	margin-right: 20px;
}
#w3c {
	margin-top: 20px;
}
#warning {
	font-size: 0.8em;
	background-color: #666;
	margin-top: 40px;
	clear: left;
	padding: 3px;
	border: 1px solid #BBB;
	width: auto;
}
