@charset "utf-8";


/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
	font: 0.9em/1.4 "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "ƒqƒ‰ƒMƒmŠÛƒS W4", "ƒSƒVƒbƒN";
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../img/blog2/bg001.gif) repeat;
	color:#444444;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.4;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	font-size:small;
}
table {margin : 0;empty-cells: show; font-size:small;}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}
li { list-style: none; }/* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: link setting ===========================
*/
a:link,a:visited{
	color: #996633;
	text-decoration:underline;
}
a:hover{
	color: #bc8e42;
	text-decoration:underline;
}
a:active{
	color: #00FF00;
}

a:focus {
outline: 0 !important;
}

/*
===== 4: BASE LAYOUT =====================================
*/
div#container{
	margin:auto;
	text-align: center;
	width: 850px;
	position: relative;
}
div#container{
    zoom:1;/*for IE 5.5-7*/
}
div#container:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html div#container{
	display:inline-table;
	/*\*/display:block;/**/
}
div#page{
	text-align: left;
	margin-top: 14px;
	position: relative;
}

/*
===== 5: CLEARFIX ==========================================
*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}
.clearer{
	clear: both;
	margin: 0px;
	padding: 0px;
}

/*
===== 6: GENERAL MODULES ==========================================
*/
/*------------ article modules -------------*/
#comment{
	background: url(../img/blog2/bg002.gif) repeat-y;
	color: #FFFFFF;
	padding: 20px;
	margin-bottom: 10px;
}
/*------------ up -------------*/
.up{
	padding-left: 803px;
	height: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.up a{
	background: url(../img/btn_up.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 5px;
	width: 18px;
	text-decoration: none;
}
.up a:hover{
	background: url(../img/btn_up.gif) no-repeat 0px -25px;
}

/*------------ copyright -------------*/
#copyright {
	font: 10px "MSƒSƒVƒbƒN", "MS P ƒSƒVƒbƒN", Osaka, "ƒSƒVƒbƒN";
	text-align: left;
	padding-top: 25px;
	background: url(../img/blog2/copyright.gif) no-repeat 0px 0px;
	color: #000000;
	height: 110px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 5px 0px 0px;
}

#copyright a:link,#copyright a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:hover{
	color: #000000;
	text-decoration: underline;
}

/*------------ image -------------*/
p.article_text img{
	width: 160px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.hd_article{
	background: url(../img/blog2/hd_article.gif) no-repeat 0px 0px;
	height: 43px;
	margin: 0px;
	text-indent: -9999px;
}
.hd_search{
	background: url(../img/blog2/hd_search.gif) no-repeat 0px 0px;
	height: 43px;
	margin: 0px;
	text-indent: -9999px;
}
.qrcode001{
	padding: 10px;
	width: 77px;
	border: 1px solid #8c6f47;
	margin-left: 35px;
}


/*------------ side_module -------------*/
.side_module{
	margin-bottom: 20px;
	font-weight: bolder;
}
li.side_module_001{
	font: 10px "MSƒSƒVƒbƒN", "MS P ƒSƒVƒbƒN", Osaka, "ƒSƒVƒbƒN";
	color: #a78f6b;
	list-style: square inside;
	margin: 0px 10px 5px;
	border-bottom: 1px dotted #654418;
	padding-bottom: 5px;
}
li.side_module_002{
	font: bolder 10px Verdana, Arial, Helvetica, sans-serif;
	color: #a78f6b;
	list-style: square inside;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
li.side_module_003{
	margin-bottom: 5px;
	color: #a78f6b;
	margin-right: 10px;
	margin-left: 10px;
}
/*------------ form -------------*/
.myform001{
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 80%;
	font-size: 12px;
	border: 1px solid #654418;
	background: #fff2cc;
	font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "ƒqƒ‰ƒMƒmŠÛƒS W4", "ƒSƒVƒbƒN";
}
.myform002{
	padding: 2px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background: #6d4d23;
	font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "ƒqƒ‰ƒMƒmŠÛƒS W4", "ƒSƒVƒbƒN";
}
.myform003{
	border: 1px solid #333333;
	padding: 2px;
	font-size: 12px;
	width: 350px;
	font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "ƒqƒ‰ƒMƒmŠÛƒS W4", "ƒSƒVƒbƒN";
}
.myform004{
	padding: 2px;
	width: 400px;
	border: 1px solid #333333;
	font-size: 12px;
	margin-bottom: 10px;
	font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "ƒqƒ‰ƒMƒmŠÛƒS W4", "ƒSƒVƒbƒN";
}
.myform005{
	padding: 2px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background: #6d4d23;
	font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "ƒqƒ‰ƒMƒmŠÛƒS W4", "ƒSƒVƒbƒN";
	margin-top: 10px;
}
.myform006{
	padding: 2px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid #654418;
	background: #FEF1CB;
	font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "ƒqƒ‰ƒMƒmŠÛƒS W4", "ƒSƒVƒbƒN";
	width: 180px;
}
.myform007{
	padding: 2px;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background: #6d4d23;
	font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "ƒqƒ‰ƒMƒmŠÛƒS W4", "ƒSƒVƒbƒN";
}

/*------------ calendar -------------*/
#calendar{
	margin-right: 5px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#calendar_title{
	color: #FFFFFF;
	background: #996633;
	padding: 2px;
	font-size: 10px;
	width: 95%;
}

#calendar table{
	border: 1px solid #8d5824;
	margin: 1px;
	width: 97%;
}
#calendar th{
	font-size: 10px;
}
#calendar td{
	font-size: 10px;
	color: #c9a078;
	background: #f7f1df;
	padding: 2px;
	border: 1px solid #bb9a38;
}
#calendar td a:link,#calendar td a:visited{
	text-decoration: underline;
}

#calendar td a:hover{
	color: #c9a078;
}
#calendar_bottom{
	font-size: 10px;
	margin-top: 5px;
}

/*--------------------------------------------
	banner
--------------------------------------------*/
#banner{
	border-top: 1px dotted #523213;
	border-bottom: 1px dotted #523213;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#bn_rookiestar,#bn_audition_artist,#bn_blog_staff01{
	float: left;
	height: 60px;
	width: 160px;
	margin-right: 10px;
}
#bn_rookiestar a,#bn_audition_artist a,#bn_blog_staff01 a{
	display: block;
	text-indent: -9999px;
	height: 60px;
	width: 160px;
	text-decoration: none;
}
#bn_rookiestar a{
	background: url(../img/button/btn_audition_rookiestar.gif) no-repeat 0px 0px;
}
#bn_rookiestar a:hover{
	background: url(../img/button/btn_audition_rookiestar.gif) 0px -100px;
}

#bn_audition_artist a{
	background: url(../img/button/btn_audition_artist.gif) 0px 0px;
}
#bn_audition_artist a:hover{
	background: url(../img/button/btn_audition_artist.gif) 0px -100px;
}
#bn_blog_staff01 a{
	background: url(../img/button/btn_audition_blog.gif) 0px 0px;
}
#bn_blog_staff01 a:hover{
	background: url(../img/button/btn_audition_blog.gif) 0px -100px;
}



/*
===== 7: paragraph ==========================================
*/
/*------------ headline -------------*/
h1{
	background: url(../img/blog2/header.gif) no-repeat 0px 0px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	font-size: 1px;
}
#blogcontent h1{
	background: url(../img/blog2/header.gif) no-repeat 0px 0px;
	height: 160px;
	margin: 0px;
	padding: 0px;
}
#blogcontent h1 a{
	background: url(../img/blog2/header_a.gif) no-repeat 0px 0px;
	display: block;
	height: 122px;
	width: 143px;
	left: 28px;
	top: 11px;
	position: absolute;
	text-indent: -9999px;
	}
#blogcontent h1 a:hover{
	background: url(../img/blog2/header_a.gif) no-repeat 0px -200px;

}

h2{}
h2.category_title{
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #454545;
	border-top: 2px solid #a09d7d;
	padding: 3px;
}
h2.archive_title{
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #454545;
	border-top: 2px solid #a09d7d;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3{}
h3.article_title{
	font-size: 16px;
	font-weight: bolder;
	color: #555555;
	padding-right: 15px;
	margin-bottom: 10px;
	border-left: 10px solid #ff801f;
	margin-left: 15px;
	padding-left: 5px;
}
h3.search_title,h3.profile_title{
	font-size: 1px;
	padding-right: 15px;
	margin-bottom: 10px;
	border-left: 10px solid #ff801f;
	margin-left: 15px;
	padding-left: 5px;
	text-indent: -9999px;
	display: block;
	height: 45px;
}
h3.search_title{
	background: url(../img/blog2/h3_ttl_search.gif) no-repeat 0px 0px;
}
h3.profile_title{
	background: url(../img/blog2/h3_ttl_profile.gif) no-repeat 0px 0px;
}
h3.comment_title{
	font-size: 1px;
	background: url(../img/blog2/h3_ttl_comment.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 55px;
}
h3.comment_open_title{
	font: bolder 12px Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	border-left: 10px solid #666666;
	padding: 2px 2px 2px 4px;
}
h3.comment_open_title02{
	background: #333333;
	border-left: 10px solid #666666;
	padding: 2px 2px 2px 4px;
	font-size: 14px;
	font-weight: bolder;
}
h4{}
h4.title_staff,h4.title_link,h4.title_mobile,h4.title_category,h4.title_article,h4.title_comment,h4.title_search,h4.title_calendar,h4.title_archive,h4.title_feed{
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	height: 53px;
	width: 180px;
}

h4.title_staff{
	background: url(../img/blog2/ttl_staff.gif) no-repeat 0px 0px;
}
h4.title_link{
	background: url(../img/blog2/ttl_link.gif) no-repeat 0px 0px;
}
h4.title_mobile{
	background: url(../img/blog2/ttl_mobile.gif) no-repeat 0px 0px;
}
h4.title_category{
	background: url(../img/blog2/ttl_category.gif) no-repeat 0px 0px;
}
h4.title_article{
	background: url(../img/blog2/ttl_article.gif) no-repeat 0px 0px;
}
h4.title_comment{
	background: url(../img/blog2/ttl_comment.gif) no-repeat 0px 0px;
}
h4.title_search{
	background: url(../img/blog2/ttl_search.gif) no-repeat 0px 0px;
}
h4.title_calendar{
	background: url(../img/blog2/ttl_calendar.gif) no-repeat 0px 0px;
}
h4.title_archive{
	background: url(../img/blog2/ttl_archive.gif) no-repeat 0px 0px;
}
h4.title_feed{
	background: url(../img/blog2/ttl_feed.gif) no-repeat 0px 0px;
}
h5{}
h5.profile_indiv_article{
	font-size: 16px;
	border-bottom: 2px dotted #d59758;
	margin-bottom: 5px;
	padding-bottom: 2px;
	margin-top: 15px;
}
h6{}
h6.search_result,h6.sttl_profile{
	font-size: 16px;
	margin-top: 15px;
	line-height: 20px;
	font-weight: bolder;
	color: #444444;
	border-bottom: 2px solid #c39e63;
	border-left: 6px solid #c39e63;
	border-top-color: #c39e63;
	border-right-color: #c39e63;
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
}


/*------------ paragraph -------------*/
p{}
.article p{
	padding-right: 25px;
	padding-left: 25px;
}

p.article_next{
	padding-top: 20px;
	padding-bottom: 20px;
}
p.article_next a:link,p.article_next a:visited{
	color: #ff6600;
	text-decoration: none;
}
p.article_next a:hover{
	color: #ff9966;
	text-decoration: underline;
}
p.article_category{
	font-family: "MSƒSƒVƒbƒN", "MS P ƒSƒVƒbƒN", Osaka, "ƒSƒVƒbƒN";
	color: #666666;
	background: #eeeeee;
	font-size: 10px;
	margin: 5px 15px;
	padding: 5px;
	text-align: left;
}
p.article_category a:link,p.article_category a:visited{
	color: #444444;
	text-decoration: underline;
}
p.article_category a:hover{
	color: #999999;
	text-decoration: underline;
}
p.article_trackback{
	font: 10px/15px "MSƒSƒVƒbƒN", "MS P ƒSƒVƒbƒN", Osaka, "ƒSƒVƒbƒN";
	color: #8a8a8a;
	border-top: 1px dotted #555555;
	border-bottom: 1px dotted #555555;
	padding: 5px 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}
p.article_bottom{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 10px;
	line-height: 15px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: right;
	padding: 5px 0px 15px;
	color: #777777;
}
.article_bottom02{
	background: #eeeeee;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-top: 15px;
	text-align: right;
}
.article_date{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #969696;
	padding-top: 32px;
}
p.article_writer{
	font: bolder 10px "MSƒSƒVƒbƒN", "MS P ƒSƒVƒbƒN", Osaka, "ƒSƒVƒbƒN";
	color: #555555;
	padding: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 20px;
	text-align: left;
}
p.text001{
	font-size: 10px;
	font-family: "MSƒSƒVƒbƒN", "MS P ƒSƒVƒbƒN", Osaka, "ƒSƒVƒbƒN";
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #583816;
}
p.text001 a:link,p.text001 a:visited{
	color: #3f8d00;
	text-decoration: none;
}
p.text001 a:hover{
	color: #60aa23;
	text-decoration: underline;
}
.comment_text{
	font: 10px "MSƒSƒVƒbƒN", "MS P ƒSƒVƒbƒN", Osaka, "ƒSƒVƒbƒN";
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #FFFFFF;
	color: #000000;
}
.comment_text02{
	font: 12px "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "ƒqƒ‰ƒMƒmŠÛƒS W4", "ƒSƒVƒbƒN";
	color: #000000;
	background: #FFFFFF;
	padding: 10px;
	margin: 10px;
	border-top: 1px solid #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
p.comment_date{
	padding-top: 7px;
	font-size: 10px;
	font-family: "MSƒSƒVƒbƒN", "MS P ƒSƒVƒbƒN", Osaka, "ƒSƒVƒbƒN";
	text-align: right;
	color: #FFFFFF;
}
p.comments_open_moderated{
	font: 10px "MSƒSƒVƒbƒN", "MS P ƒSƒVƒbƒN", Osaka, "ƒSƒVƒbƒN";
	border-bottom: 1px dotted #333333;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
p.comment_form_title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	margin-top: 5px;
	color: #000000;
}
.search_bottom{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: right;
	color: #777777;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}

/*------------ texts -------------*/
.text002{
	color: #ff801f;
}

/*
===== 8: LAYOUT =====================================
*/
#content{
}
#left_part,#center_part,#center_part02,#right_part{
	float: left;
}
#left_part,#right_part{
	color: #725222;
	width: 180px;
}
#left_part a,#right_part a{
	text-decoration: none;
}
#left_part a:link,#left_part a:visited,#right_part a:link,#right_part a:visited{
	color: #725222;
}
#left_part a:hover,#right_part a:hover{
	text-decoration: underline;
}
#left_part{
	margin-right: 10px;
}
#center_part{
	width: 470px;
	margin-right: 10px;
}
#center_part02{
	width: 660px;
}
#right_part{}
.article{
	background: #FFFFFF;
	margin-bottom: 15px;
}
.search_form{
	margin-right: 25px;
	margin-left: 25px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	padding-top: 10px;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 8px;
	margin-bottom: 30px;
}
#search,#profile{
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 25px;
}

#search dt,#profile dt{
	font-weight: bolder;
	font-size: 12px;
	margin-top: 15px;
}
#search dd,#profile dd{
	padding-left: 40px;
	border-bottom: 1px dotted #333333;
	padding-bottom: 2px;
}
#search dd a:link,#search dd a:visited,#profile dd a:link,#profile dd a:visited{
	color: #333333;
}
#search dl a:link,#search dl a:visited,#profile dl a:link,#profile dl a:visited{
	text-decoration: none;
}
#search dl a:hover,#profile dl a:hover{
	text-decoration: underline;
}


/*------------ staff OR writer -------------*/
#staff_0001,#staff_0002,#staff_0003,#staff_0004,#staff_0005,#staff_0006,#staff_0007,#staff_0008,#staff_0009,#staff_0010,#staff_0011{
	border-bottom: 1px dotted #654418;
	margin-top: 3px;
	height: 45px;
	display: block;
	font-size: 12px;
}
#staff_0001 a,#staff_0002 a,#staff_0003 a,#staff_0004 a,#staff_0005 a,#staff_0006 a,#staff_0007 a,#staff_0008 a,#staff_0009 a,#staff_0010 a,#staff_0011 a{
	text-decoration: none;
	display: block;
	height: 30px;
	text-indent: 50px;
	padding-top: 15px;
}
#staff_0001 a{
	background: url(../img/blog2/i_staff_001_001.gif) no-repeat 0px 0px;
}
#staff_0002 a{
	background: url(../img/blog2/i_staff_002_001.gif) no-repeat 0px 0px;
}
#staff_0003 a{
	background: url(../img/blog2/i_staff_003_001.gif) no-repeat 0px 0px;
}
#staff_0004 a{
	background: url(../img/blog2/i_staff_004_001.gif) no-repeat 0px 0px;
}
#staff_0005 a{
	background: url(../img/blog2/i_staff_005_001.gif) no-repeat 0px 0px;
}
#staff_0006 a{
	background: url(../img/blog2/i_staff_006_001.gif) no-repeat 0px 0px;
}
#staff_0007 a{
	background: url(../img/blog2/i_staff_007_001.gif) no-repeat 0px 0px;
}
#staff_0008 a{
	background: url(../img/blog2/i_staff_008_001.gif) no-repeat 0px 0px;
}
#staff_0009 a{
	background: url(../img/blog2/i_staff_009_001.gif) no-repeat 0px 0px;
}
#staff_0010 a{
	background: url(../img/blog2/i_staff_010_001.gif) no-repeat 0px 0px;
}
#staff_0011 a{
	background: url(../img/blog2/i_staff_011_001.gif) no-repeat 0px 0px;
}
#staff_0001 a:hover,#staff_0002 a:hover,#staff_0003 a:hover,#staff_0004 a:hover,#staff_0005 a:hover,#staff_0006 a:hover,#staff_0007 a:hover,#staff_0008 a:hover,#staff_0009 a:hover,#staff_0010 a:hover,#staff_0011 a:hover{
	text-decoration: none;
	color: #a78c5c;
}
#staff_0001 a:hover{
	background: url(../img/blog2/i_staff_001_001.gif) no-repeat 0px -80px;
}
#staff_0002 a:hover{
	background: url(../img/blog2/i_staff_002_001.gif) no-repeat 0px -80px;
}
#staff_0003 a:hover{
	background: url(../img/blog2/i_staff_003_001.gif) no-repeat 0px -80px;
}
#staff_0004 a:hover{
	background: url(../img/blog2/i_staff_004_001.gif) no-repeat 0px -80px;
}
#staff_0005 a:hover{
	background: url(../img/blog2/i_staff_005_001.gif) no-repeat 0px -80px;
}
#staff_0006 a:hover{
	background: url(../img/blog2/i_staff_006_001.gif) no-repeat 0px -80px;
}
#staff_0007 a:hover{
	background: url(../img/blog2/i_staff_007_001.gif) no-repeat 0px -80px;
}
#staff_0008 a:hover{
	background: url(../img/blog2/i_staff_008_001.gif) no-repeat 0px -80px;
}
#staff_0009 a:hover{
	background: url(../img/blog2/i_staff_009_001.gif) no-repeat 0px -80px;
}
#staff_0010 a:hover{
	background: url(../img/blog2/i_staff_010_001.gif) no-repeat 0px -80px;
}
#staff_0011 a:hover{
	background: url(../img/blog2/i_staff_011_001.gif) no-repeat 0px -80px;
}
.writer_001,.writer_002,.writer_003,.writer_004,.writer_005,.writer_006,.writer_007,.writer_008,.writer_009,.writer_010,.writer_011{
	height: 60px;
}
.writer_001{
	background: url(../img/blog2/i_staff_001_002.gif) no-repeat 0px 0px;
	padding-left: 40px;
	margin-left: 5px;
}
.writer_002{
background: url(../img/blog2/i_staff_002_002.gif) no-repeat 0px 0px;
	padding-left: 50px;
	margin-left: 10px;
}
.writer_003{
background: url(../img/blog2/i_staff_003_002.gif) no-repeat 0px 0px;
	padding-left: 50px;
	margin-left: 10px;
}
.writer_004{
background: url(../img/blog2/i_staff_004_002.gif) no-repeat 0px 0px;
	padding-left: 50px;
	margin-left: 10px;
}
.writer_005{
background: url(../img/blog2/i_staff_005_002.gif) no-repeat 0px 0px;
	padding-left: 50px;
	margin-left: 10px;
}
.writer_006{
background: url(../img/blog2/i_staff_006_002.gif) no-repeat 0px 0px;
	padding-left: 42px;
	margin-left: 5px;
}
.writer_007{
background: url(../img/blog2/i_staff_007_002.gif) no-repeat 0px 0px;
	padding-left: 52px;
	margin-left: 13px;
}
.writer_008{
background: url(../img/blog2/i_staff_008_002.gif) no-repeat 0px 0px;
	padding-left: 50px;
	margin-left: 15px;
}
.writer_009{
background: url(../img/blog2/i_staff_009_002.gif) no-repeat 0px 0px;
	padding-left: 50px;
	margin-left: 5px;
}
.writer_010{
background: url(../img/blog2/i_staff_010_002.gif) no-repeat 0px 0px;
	padding-left: 40px;
	margin-left: 5px;
}
.writer_011{
background: url(../img/blog2/i_staff_011_002.gif) no-repeat 0px 0px;
	padding-left: 50px;
	margin-left: 10px;
}
#prof_staff_0001,#prof_staff_0002,#prof_staff_0003,#prof_staff_0004,#prof_staff_0005,#prof_staff_0006,#prof_staff_0007,#prof_staff_0008,#prof_staff_0009,#prof_staff_0010,#prof_staff_0011{
	margin-bottom: 10px;
	border-bottom: 2px solid #c39e63;
	padding: 155px 20px 10px;
}
#prof_staff_0001{
	background: url(../img/blog2/pt_staff_0001.gif) no-repeat 0px 0px;
}
#prof_staff_0002{
	background: url(../img/blog2/pt_staff_0002.gif) no-repeat 0px 0px;
}
#prof_staff_0003{
	background: url(../img/blog2/pt_staff_0003.gif) no-repeat 0px 0px;
}
#prof_staff_0004{
	background: url(../img/blog2/pt_staff_0004.gif) no-repeat 0px 0px;
}
#prof_staff_0005{
	background: url(../img/blog2/pt_staff_0005.gif) no-repeat 0px 0px;
}
#prof_staff_0006{
	background: url(../img/blog2/pt_staff_0006.gif) no-repeat 0px 0px;
}
#prof_staff_0007{
	background: url(../img/blog2/pt_staff_0007.gif) no-repeat 0px 0px;
}
#prof_staff_0008{
	background: url(../img/blog2/pt_staff_0008.gif) no-repeat 0px 0px;
}
#prof_staff_0009{
	background: url(../img/blog2/pt_staff_0009.gif) no-repeat 0px 0px;
}
#prof_staff_0010{
	background: url(../img/blog2/pt_staff_0010.gif) no-repeat 0px 0px;
}
#prof_staff_0011{
	background: url(../img/blog2/pt_staff_0011.gif) no-repeat 0px 0px;
}
