@charset "UTF-8";

/* ぺぺぺぺ */


body {
/*
	background: url(/media/bg_stripe1.gif) #fff repeat 0 0;
*/
	background: #83c049;

/*
	padding: 10px 0;
*/
}

/* ------------------------------------------------------------------------- */
#container {
	width: 779px;
/*
	border: 1px solid #ddd;
*/
	padding: 8px 10px;
	margin: 0 auto;
	background: #fff;
}


/* ------------------------------------------------------------------------- */
#header {
}

	#header h1 {
	}

		#header h1 a {
			display: block;
			text-indent: -99999px;
			overflow: hidden;
			height: 125px;
			background: url(/media/logo_blogpet_blogparts.gif) transparent no-repeat 0 0;
		}

	#header h2 {
		margin: 28px auto 0 auto;
		padding: 0.5em;
		border: 4px solid #37bbea;
		width: 680px;
		text-align: center;
	}

		#header h2 span {
			font-size: 120%;
			font-weight: bold;
			color: #22306f;
		}

/* ------------------------------------------------------------------------- */
#content {
	overflow: hidden;
	margin-top: 28px;
}

#content:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

#content {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html #content { height: 1%; }
#content { display: block; }
/* End hide from IE-mac */



/* ------------------------------------------------------------------------- */
#content #main {
	width: 559px;
	float: right;
}

	#content #main .section {
		margin-top: 2em;
	}

	#content #main .first {
		margin-top: 0 ! important;
	}

	#content #main .section h3 {
		border: 2px solid #83c049;
		border-left-width: 12px;
	}

	#content #main .section h3 a {
		margin: 0 0 0 3px;
		padding: 2px 0 2px 0.5em;
		border-left: 3px solid #83c049;
		display: inline-block;
		font-size: 115%;
		font-weight: bold;
	}

	#content #main .sectionBody {
		margin-top: 1em;
	}

	#content #main .sectionBody h4 {
		background: url(/media/ic_tri_wh.gif) #83c049 no-repeat 2px 50%;
		border: 1px solid #73b039;
		font-weight: bold;
		color: #fff;
		padding: 1px 0.5em 0 12px;
	}

	#content #main .partsImage {
		width: 234px;
		float: left;
		text-align: center;
		overflow: hidden;
	}

	#content #main .partsDetail {
		width: 324px;
		float: right;
		overflow: hidden;
	}

	#content #main .sectionL2 {
		margin-top: 0.25em;
	}

	#content #main .sectionBodyL2 {
		padding: 0.5em;
	}

	#content #main #getBlogParts {
		text-align: center;
		margin-top: 1em;
	}

	#content #main #detailTagCode {
	}

	textarea#tagCode {
		width: 95%;
		margin: 0 auto;
		border: 1px solid #aaa;
	}


/* ------------------------------------------------------------------------- */
#content #sub {
	width: 220px;
	float: left;
}

	#content #sub .section {
		margin-top: 1.5em;
	}

	#content #sub .first {
		margin-top: 0;
	}

	#content #sub h3 {
		width: 194px;
		margin: 0 auto;
	}

	#content #sub h3 span {
		background: none transparent no-repeat 0 0;
		text-indent: -99999px;
		overflow: hidden;
		height: 35px;
		display: block;
	}

		#content #sub #categoryList h3 span {
			background-image: url(/media/h_category.gif);
		}

		#content #sub #authorList h3 span {
			background-image: url(/media/h_creator.gif);
		}

	#content #sub ul {
		width: 194px;
		margin: 1em auto 0 auto;
	}

		#content #sub ul li {
			padding: 0 1em;
			margin-top: 0.25em;
		}

		#content #sub ul li a {
			background: transparent url(/media/ic_arrow_green_right.gif) no-repeat 0 50%;
			padding-left: 12px;
			display: inline-block;
		}

/* ------------------------------------------------------------------------- */
#footer {
	margin-top: 1.5em;
	border-top: 2px solid #83c049;
	padding-top: 0.5em;
	padding-bottom: 1em;
	text-align: center;
	line-height: 1.25;
	color: #555;
}

	#footer strong {
		font-weight: normal;
	}

	#footer strong a {
		color: #555;
	}


/* ------------------------------------------------------------------------- */
.ro1 {
}

.ro1 .tl,
.ro1 .tr,
.ro1 .bl,
.ro1 .br {
}



.ro1 .tl {
	top: -4px;
	left: -4px;
}

.ro1 .tr {
	top: -4px;
	right: -4px;
}

.ro1 .bl {
	bottom: -4px;
	left: -4px;
}

.ro1 .br {
	bottom: -4px;
	right: -4px;
}



