@charset "utf-8";

@import url(default.css);
@import url(base.css);

	#main{
		padding-top:107px;
		width:980px;
		margin:auto;
	}


	#ttl-content{
		margin:20px 0 30px;
	}

		#main #guidelist{
			width:960px;
			margin:0 0 20px 20px;
		}

			.guidelist{
				list-style:none;
				float:left;
				width:398px;
				padding:25px 30px 30px;
				/*border:1px solid #9fc79f;*/
				margin:0 20px 20px 0;
				background:#f7f5ea;
				-moz-border-radius:10px;
				-webkit-border-radius:10px;
				border-radius:10px;
				box-shadow:1px 1px 3px #ccc;
				-moz-box-shadow:1px 1px 3px #ccc;
				-webkit-box-shadow:1px 1px 2px #ccc;
				-o-box-shadow:1px 1px 3px #ccc;
				-ms-box-shadow:1px 1px 3px #ccc;
			}
	
			.guidelist h1{
				font-size:140%;
				font-weight:bold;
				color:#c30;
				margin-bottom:15px;
			}
	
				.guidelist h2{
					font-weight:bold;
					font-size:120%;
					color:#369;
					margin:30px 0 10px;
				}
				.guidelist h2.firstchild{margin:0 0 10px;}

				.guidelist ul{
					width:auto;
					margin:10px 0 0 20px;
				}

					.guidelist li{
						list-style:disc;
						float:none;
						width:auto;
						padding:0;
						margin:0 0 5px;
						background:none;
						-moz-border-radius:none;
						-webkit-border-radius:none;
						border-radius:none;
						box-shadow:none;
						-moz-box-shadow:none;
						-webkit-box-shadow:none;
						-o-box-shadow:none;
						-ms-box-shadow:nonec;
					}
					










		

