@charset "utf-8";
@import "common/0-import.css";
/*  
	Author : Y.Kogawa
	Update : 6/8
*/
/*------------------------------------------------------------
	テンプレートの使い方
------------------------------------------------------------*/
#conts .about {
	margin: 0 0 1em;
}

#conts #blogList li {
	margin-bottom: 20px;

	float: left;
}

#conts #blogList li.floatR {
	float: right;
}

#conts #blogList li img {
	margin-bottom: 5px;
}

#conts #blogList .mt {
	background: url(/img/how_to_use/mt_over.gif) no-repeat;
}

#conts #blogList .seesaa {
	background: url(/img/how_to_use/seesaa_over.gif) no-repeat;
}

#conts #blogList .wp {
	background: url(/img/how_to_use/wp_over.gif) no-repeat;
}

#conts #blogList .fc2 {
	background: url(/img/how_to_use/fc2_over.gif) no-repeat;
}

#conts #blogList .livedoor {
	background: url(/img/how_to_use/livedoor_over.gif) no-repeat;
}

#conts #blogList .dti {
	background: url(/img/how_to_use/dti_over.gif) no-repeat;
}

#conts #blogList .jugem {
	background: url(/img/how_to_use/jugem_over.gif) no-repeat;
}

#conts #blogList .yaplog {
	background: url(/img/how_to_use/yaplog_over.gif) no-repeat;
}

#conts #blogList .excite {
	background: url(/img/how_to_use/excite_over.gif) no-repeat;
}

#conts #blogList .rollover {
	width: 307px;
	height: 62px;
	display: block;
}

#conts #blogList .rollover:hover {
	background-color: #fff;
}

#conts #blogList .rollover:hover img {
	visibility: hidden;
}

#conts #blogList .textLink {
	padding: 2px 0 1px 16px;
	background: url(/img/icon/02.gif) no-repeat left center;
}

/* テンプレートの使い方 */
#conts p {
	margin: 0 30px 1em;
}

#conts .image {
	margin: 0 30px 0.5em;
	border: 4px solid #a4d3e6;

	text-align: center;
}

#conts .image img {
	margin: 0 auto;
	display: block;
}

/* Movable Typeの使い方 */
#conts #base_select {
	padding: 0 30px;
}

#conts #base_select #column_type {
	margin-bottom: 10px;
}

#conts #base_select li input {
	margin-right: 5px;
	vertical-align: middle;
}

#conts #base_select li {
	margin-right: 20px;
	display: inline;
}

#conts #base_select #template {
	width: 520px;
	overflow: hidden;
}

#conts #base_select #template li {
	width: 40%;
	display: block;

	float: left;
}

#conts #base_select #view {
	margin: 10px 0 0 10px;
	clear: both;

	font-size: 120%;
}

#conts #base_view {
	margin: 15px 30px 0;
	padding: 15px 0 10px;
	border-top: 1px dashed #666;
}

#conts #base_view h4 {
	margin: 0px 0 3px 0;

	font-size: 14px;
	font-weight: bold;
}

#conts #base_view textarea {
	margin: 0 0 10px 0;
	width: 570px;
	height: 5em;
	overflow: auto;

	font-size: 120%;

