@charset "utf-8";
/* Infinity Dimensions Common CSS */

body {
	font-family: "Century Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"STHeitiJ-Light";
	font-size: 0.9em;
	line-height: 1.6em;
	color: #666;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
a {
	color: #36F;
	text-decoration: none;
	overflow: hidden;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
h1,h2,h3,h4 {
	font-weight: normal;
}
table {
	font-size: 1em;
	width: 100%;
}
caption {
	color: #F90;
}
tr {
}
th {
	color: #FFF;
	background-color: #BBB;
	padding: 3px;
	white-space: nowrap;
}
td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
blockquote {
	background-color: #EEE;
	border: 1px dotted #999;
}
.topjamp {
	font-size: 0.8em;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
.topjamp a {
	color: #AAA;
	text-decoration: none;
}
.topjamp a:hover {
	color: #666;
}
.alerts {
	color: #F3C;
}
.submits {
	background-color: #999;
	text-align: center;
	padding: 10px;
	margin-top: 20px;
}
/*HTML5*/
header,article,section,aside,nav,footer {
	display: block;
}
/*ヘッダー*/
#header-logo {
	background-image: url(images/id-logo.gif);
	display: block;
	height: 50px;
	width: 280px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#header-name {
	background-color: #36F;
	color: #FFF;
	text-shadow: #FFF 0px 0px 5px;
	background: -moz-linear-gradient(center top,#0ADAFF 40%,#424BFF 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.4,#0ADAFF),color-stop(1,#424BFF));
}
#header-name a {
	color: #FFF;
}
#header-name a:hover {
	text-decoration: none;
}
/*コンテンツ*/
#contents-body h1 {
	color: #33A4FF;
	text-shadow: #CCC 2px 2px 4px;
	line-height: 1.1em;
	margin-top: 0px;
	font-size: 3em;
}
#contents-body h2,h3,h4,#contents-body .asset-subsubname {
	text-shadow: #DDD 2px 2px 2px;
	line-height: 1.1em;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 10px;
}
#contents-body .asset-subname {
	display: block;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	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));
	text-shadow: #FFF 2px 2px 2px;
}
#crumbs-navi h1 {
	display: none;
}
/*サイドバー*/
#sidebar-header {
	display: none;
}
.widget-header h1 {
	color: #666;
	font-size: 1em;
	display: block;
	margin: 0px;
	padding: 5px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: #FFF 2px 2px 2px;
	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));
}
.link-widget {
	border: 1px solid #CCC;
	margin-bottom: 20px;
	padding-top: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: #FFF 2px 2px 2px;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.1,#FFF),color-stop(1,#EEE));
	background: -moz-linear-gradient(center top,#FFF 10%,#EEE 100%);
}
.link-widget h1 {
	font-size: 1.2em;
	padding: 5px;
	margin: 0px;
	font-size: 1.2em;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.45,#FFF),color-stop(0.55,#EEE));
	background: -moz-linear-gradient(center top,#FFF 45%,#EEE 55%);
}
.link-widget h1 a {
}
.link-widget ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.link-widget li{
	margin: 0px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.link-widget .subcat {
	border-top-style: none;
}
.reciprocal-links ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
.reciprocal-links li {
	display: inline;
	margin-right: 20px;
}
/*メインメニュー*/
#mainmenu {
	background: #EEE;
}
#mainmenu h1 {
	display: none;
}
#mainmenu ul,#mainmenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
/*フッター*/
#footer {
	color: #FFF;
	clear: both;
	background-color: #888;
	background: -moz-linear-gradient(top, #555, #888 10%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #555),color-stop(0.1, #888));
}
#footer a {
	color: #0FF;
}
#profile strong {
	color: #FC0;
}
#license img {
	float: left;
}
#w3c {
	clear: both;
}

#MSTTSpacer {
	position: fixed;
	top: 0px;
}

