@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/themes/concept/css/yui-font.css";
@import "/themes/concept/css/default.css"; /* initial setting */
@import "/themes/concept/css/layout.css";/* layout style */
@import "/themes/concept/css/blogstyle.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #346bb2;
	text-decoration: none;
}
a:visited{
	color: #346bb2;
	text-decoration: none;	
}
a:hover{
	color: #f3802e;
	text-decoration:underline;	
}
a:active{
	color: #346bb2;
	text-decoration: none;	
}

/*
===== 2: category Title ===========================
*/
#categoryTitle {
	padding: 10px 0 0 18px;
}
.blogEntryBody h2,
.blogEntryBody h3 {
	margin-bottom: 10px;
}

/*
===== 3: step ===========================
*/
.step01 {
	margin-top: 10px;
	margin-left: 20px;
	background: url(images/step_01.gif) no-repeat 0 0;
	width: 419px;
	padding: 27px 0 0 70px;
}
.step02 {
	margin-left: 20px;
	background: url(images/step_02.gif) no-repeat 0 0;
	width: 419px;
	padding: 27px 0 0 70px;
}
.step03 {
	margin-left: 20px;
	background: url(images/step_03.gif) no-repeat 0 0;
	width: 419px;
	padding: 27px 0 0 70px;
}
.step04 {
	margin-left: 20px;
	background: url(images/step_04.gif) no-repeat 0 0;
	width: 419px;
	padding: 27px 0 0 70px;
}
.step05 {
	margin-left: 20px;
	background: url(images/step_05.gif) no-repeat 0 0;
	width: 419px;
	padding: 27px 0 0 70px;
}
.step06 {
	margin-left: 20px;
	background: url(images/step_06.gif) no-repeat 0 0;
	width: 419px;
	padding: 27px 0 0 70px;
}
.step07 {
	margin-left: 20px;
	background: url(images/step_07.gif) no-repeat 0 0;
	width: 419px;
	padding: 27px 0 0 70px;
}
