/* html */
html{
}

/* ボディ */
body{
	color: #000000;
	background-color: #ffffff;
	font-family: 'メイリオ', 'Microsoft Sans Serif', 'Tahoma';
	font-size: 100%;
	line-height: 1.4;
	position: relative;
	background-image: url(../../parts/img/sidebar.png);
	background-repeat: repeat-y;
}

/* メイン */
div#main{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 220px;
	z-index: 501;
}

	/* ヘッダ */
	div#head{
		width: 700px;
		height: 61px;
		padding: 8px 0px;
		margin: 0px auto;
		position: relative;
	}

		div#head h1{
			float: left;
			margin: 0px 16px 0px 0px;
		}

		div#head form#search{
			padding: 37px 0px 0px 0px;
		}

			div#head form#search *{
				font-family: 'メイリオ', 'Microsoft Sans Serif', 'Tahoma';
			}

			div#head form#search fieldset input#query{
				display: block;
				font-size: 80%;
				width: 280px;
				height: 20px;
				margin: 0px 8px 0px 0px;
				float: left;
			}

			div#head form#search fieldset input#submit{
				display: block;
				font-size: 80%;
				width: 80px;
				height: 26px;
				margin: 0px 8px 0px 0px;
				float: left;
			}

		div#head ul{
			list-style-type: none;
			font-size: 90%;
			padding: 0px;
			position: absolute;
			top: 0px;
			left: 310px;
		}

			div#head ul li{
				float: left;
			}

				div#head ul li a{
					display: block;
					padding: 2px 4px;
					margin: 0px 2px 0px 0px;
					border-left: #ddddff solid 2px;
					border-bottom: #ddddff solid 2px;
					border-right: #ddddff solid 2px;
					background-color: #eeeeff;
					color: #000000;
					text-decoration: none;
				}

				div#head ul li a:hover,
				div#head ul li a:active{
					padding: 6px 4px 2px 4px;
					color: #ff0000;
				}

	/* イントロダクション */
	div#introduction{
		width: 700px;
		padding: 12px 0px;
		margin: 0px auto;
		border-top: 3px double #ddddff;
	}

		div#introduction p{
			text-indent: 1em;
			padding: 0px 16px;
		}

	/* NeoAsh!? のウェブサービス的な何か */
	/* NeoAsh!? の実験的サービス置き場 */
	div#web-services,
	div#laboratory{
		width: 700px;
		margin: 0px auto;
	}

		div#web-services h2,
		div#laboratory h2{
			background-color: #ddddff;
			padding: 2px 4px;
			margin: 0px 0px 4px 0px;
			border-top: 2px solid #9999ff;
			border-left: 1.4em solid #9999ff;
		}

			div#web-services h2 span,
			div#laboratory h2 span{
				font-size: 90%;
				font-weight: normal;
				margin: 0px 0px 0px 1em;
			}

		div#web-services dl,
		div#laboratory dl{
		}

			div#web-services dl dt,
			div#laboratory dl dt{
				clear: both;
				margin: 0px 0px 4px 0px;
			}

				div#web-services dl dt a,
				div#laboratory dl dt a{
					display: block;
					padding: 2px 4px;
					background-color: #eeeeff;
				}

				div#web-services dl dt a:hover,
				div#web-services dl dt a:active,
				div#laboratory dl dt a:hover,
				div#laboratory dl dt a:active{
					background-color: #ffeeee;
					font-weight: bold;
				}

			div#web-services dl dd,
			div#laboratory dl dd{
				margin: 0px 0px 12px 0px;
			}

			/* --- Start clearfix --- */
			div#web-services dl dd:after{
				content: ".";
				display: block;
				height: 0px;
				clear: both;
				visibility: hidden;
			}

			div#web-services dl dd{
				display: inline-block;
			}

			/* \*/
			* html div#web-services dl dd{
				height: 1%;
			}

			div#web-services dl dd{
				display: block;
			}
			/* --- End clearfix --- */

				div#web-services dl dd ul.image{
					list-style-type: none;
					padding: 0px;
					position: relative;
					width: 194px;
					height: 154px;
					float: left;
					margin: 0px 8px;
				}

					div#web-services dl dd ul.image li{
						position: absolute
					}

					div#web-services dl dd ul.image li.image-1{
						top: 0px;
						left: 0px;
					}

					div#web-services dl dd ul.image li.image-2{
						top: 16px;
						left: 16px;
					}

					div#web-services dl dd ul.image li.image-3{
						top: 32px;
						left: 32px;
					}

						div#web-services dl dd ul.image li img{
							border: 1px solid #6666cc;
						}

				div#web-services dl dd h3{
					overflow: hidden;
				}

				div#web-services dl dd ul.explanation,
				div#laboratory dl dd ul.explanation{
					margin: 0px 0px 4px 0px;
					overflow: hidden;
				}

					div#web-services dl dd ul.explanation li,
					div#laboratory dl dd ul.explanation li{
					}

				div#web-services dl dd p.history,
				div#laboratory dl dd p.history{
					margin: 0px 0px 4px 0px;
					font-size: 90%;
					text-align: right;
					overflow: hidden;
				}

				div#web-services dl dd p.update,
				div#laboratory dl dd p.update{
					font-size: 90%;
					text-align: right;
					color: #4444ff;
					overflow: hidden;
				}

	/* フッタ */
	div#foot{
		width: 700px;
		margin: 0px auto 8px auto;
		clear: both;
	}

		div#foot p{
			font-size: 90%;
		}

/* サイドバー */
div#sidebar{
	width: 204px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	padding: 0px 12px 0px 4px;
}

	div#sidebar h2{
		border-bottom: 3px double #ffffff;
		padding: 2px 0px;
		text-align: center;
	}

