@charset "UTF-8";

/* ---------- reset ---------- */

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body {
	text-align:left;
	color:#333333;
	font-family:sans-serif;
	margin-left:50px;
	background:#ffffff url(http://www.ekatekyo.net/img/body_bg.jpg) repeat-y top left;
}

#main-container {
	width:800px;
	text-align:left;

}

a {
	text-decoration:none;
	color:#333333;
}

a:hover {
          color:#cc4444;
	  text-decoration:underline;
}


fieldset { padding:10px; }

/* ---------- body_end ---------- */

#main-content {
	background:none;
	width:560px;
	float:right;
	text-align:left;
	margin:10px 0px 0px 0px;
}

/* ---------- header ---------- */

#header {
	padding:2px 0px 10px 0px;
	text-align:left;
	background: transparent url("http://www.ekatekyo.net/img/header_bg.gif") repeat-x bottom left;
	margin-bottom:5px;
}

#header h1 {
	font-size:80%;
	font-weight:normal;
	color:#666666;
	text-align:right;
	border-bottom:solid 1px #ff9933;
	margin:0;
	padding:0;
}


#head-module p {
	text-align:right;
	font-size:70%;
	padding:6px 0 0 0;
}
/* ---------- header_end ---------- */

/* ---------- banner ---------- */

#banner {
	margin:0px 0px 10px 0px ;
}

#banner h2 {
	margin:0;
	padding:0;
}

/* ---------- banner_end ---------- */

/* ---------- banner_s ---------- */

#banner_s {
	margin:0px 0px 15px 0px ;
}

#banner_s h2 {
	margin:0;
	padding:0;
}

/* ---------- banner_s_end ---------- */

/* ---------- main ---------- */


.content { padding:0px;}

.content p { font-size:80%;line-height:160%; margin-bottom:5px}

.content p.navi {
          font-size:70%;
	  margin: 0px 0px 5px 0px; 
	  padding: 2px 3px 2px 3px ;
	  background:#ffffdd;
	  border-bottom:1px dashed #ff6600;
	  border-top:1px dashed #ff6600;
	  }

.content blockquote {
	font-size:80%;
	padding:10px 60px 10px 10px ;
	background:url(http://www.ekatekyo.net/img/blockquote_bg.gif) #ffffee;
	margin:10px 0;
	border: 3px double #ffcc66;
}

.content h1 {
	color: #ffffff;
	text-align:left;
	font-size:90%;
	padding:8px 10px 8px 15px;
	font-weight:bold;
	background:url(http://www.ekatekyo.net/img/h1_bg.jpg) repeat top left #D0A261;
	margin:0px 0px 10px 0px;
	border-left:7px solid #51370D;
}

.content h2 {
	color: #51370D;
	text-align:left;
	font-size:90%;
	padding:10px 10px 6px 15px;
	font-weight:bold;
	background:url(http://www.ekatekyo.net/img/h2_bg.gif) repeat-x top left #ffffdd;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #ffcc66;
}
.content h2.top1 {
	color: #ff6600;
	font-size:90%;
	padding:3px 5px 2px 32px;
	font-weight:bold;
	background:url(http://www.ekatekyo.net/img/h3_bg.gif) no-repeat top left;
	margin:10px 0px 10px 0px;
	border-bottom:dashed 1px #ff6600;
}
.content h2.top2 {
	padding:20px 0 0 0;
	background:url(http://www.ekatekyo.net/img/spacer.gif) repeat-x top left #ffffff;
	margin:0;
	border-bottom:0;
}



.content h3 {
	color: #990000;
	font-size:120%;
	padding:0 5px 2px 32px;
	font-weight:bold;
	background:url(http://www.ekatekyo.net/img/h3_bg.gif) no-repeat top left;
	margin:10px 0px 10px 0px;
	border-bottom:dashed 1px #ff6600;
}

.content h3 a {
	color: #990000;

}

.content h4 {
	color: #A81207;
	font-size:80%;
	padding:10px 5px 10px 32px;
	font-weight:bold;
	background:url(http://www.ekatekyo.net/img/h4_bg.gif) no-repeat  bottom left;
	margin:0px 0px 10px 0px;
}

.content h5 {
	color: #51370D;
	font-size:80%;
	padding:5px 0 5px 25px;
	font-weight:normal;
	background:url(http://www.ekatekyo.net/img/h5_bg.gif) no-repeat top left;
	margin:0px 0px 10px 0px;
}

.content h6 {
	color: #A81207;
	font-size:80%;
	padding:5px 0 5px 25px;
	font-weight:normal;
	background:url(http://www.ekatekyo.net/img/h6_bg.gif) no-repeat top left;
	margin:0px 0px 10px 0px;
}

.entry-info {
	background:url(http://www.ekatekyo.net/img/entry_info_bg.gif) no-repeat;
	margin-top:10px;
	padding: 5px 0 20px 0;
}

.entry-info ul { list-style-type: none; }

.entry-info li {
	color:#666666;
	font-size:70%;
	display:inline;
	margin-right: 5px;
}


/* ---------- sidebar ---------- */

#sidebar {
	width:210px;
	float:left;
	text-align:center;
	margin-bottom: 30px
	}
	
	
.logo_label{
        margin:0px;
	padding:0 0 1px 0;
	}

.logo { 
	text-align:left;
	 padding:0; 
	 }
.logo img {
	border:none;
	display:block;
}

/* ---------- main-menu ---------- */

div.main-menu
{
	font-size:80%;
}
.main-menu h3 {
	margin:0;
	padding:0;
}

div.main-menu ul
{
	list-style-type: none;
	margin:0px;
	padding:0;
	border-bottom:1px solid #ffcc66;
}

div.main-menu ul.sub-category
{
	list-style-type: none;
	margin:0px;
	padding:0;
	border-bottom:0;
}

div.main-menu ul li , div.main-menu ul.sub-category li
{
	margin:0px;
	padding:0;
	text-align:left;
}

div.main-menu ul li a
{
	font-weight:bold;
	color:#330000;
	padding: 3px 0 5px 23px;
	display:block;
	border-top:1px solid #ffcc66;
	background: transparent url("http://www.ekatekyo.net/img/menu_li.gif") no-repeat 0px 0px;
}

div.main-menu ul li a:hover
{
	text-decoration: none;
	padding: 3px 0 5px 23px;
	color:#330000;
	border-top:1px solid #ffcc66;
	background: transparent url("http://www.ekatekyo.net/img/menu_li.gif") no-repeat 0px -70px;
}

div.main-menu ul.sub-category li a
{
	font-weight:normal;
	color:#330000;
	padding: 3px 0 5px 35px;
	display:block;
	border-top:1px solid #ffcc66;
	background: transparent url("http://www.ekatekyo.net/img/menu_li_sub.gif") no-repeat 0px 0px;
}

div.main-menu ul.sub-category li a:hover
{
	font-weight:normal;
	text-decoration: none;
	padding: 3px 0 5px 35px;
	color:#330000;
	border-top:1px solid #ffcc66;
	background: transparent url("http://www.ekatekyo.net/img/menu_li_sub.gif") no-repeat 0px -70px;
}

/* ---------- main-menu_end ---------- */

.side_banner1{
	margin-top:20px;
}
.side_banner1 h3{
	margin:0px;
	padding:0px;
}
.side_banner1 img{
	border:0;
}


.site-search{
	margin-top:20px; 
	margin-bottom:15px;
	padding:0px 0px 5px 0px;
	text-align:left;
	color:#330000;
	border-bottom:1px solid #ffcc66;
	background: transparent url("http://www.ekatekyo.net/img/side_bg.jpg") repeat-y 0px 0px;
	  }
.site-search h3 {
	margin:0;
	padding:0;
}

.site-search form { margin:5px 10px; }
.site-search label { text-decoration: none;font-size: 60%;}
.site-search #search { 
         border-top:1px solid #666666; 
	 border-left:1px solid #666666; 
	 width:130px; font-size:80%; 
	 color:#666666;}
.site-search input.submit {
         position: relative;
	 top: 5px;
	 left: 3px; }

.syndicate {
	text-align:center;
}
.syndicate a {
	text-decoration: none;
	display: block;
	font-size:10px;
	color:#ffffff;
	width: 190px;
	height: 41px;
	background: transparent url("http://www.ekatekyo.net/img/rss_link.gif") no-repeat top left;
	margin:0px 10px;
}

.syndicate a:hover {
	background: transparent url("http://www.ekatekyo.net/img/rss_link.gif") no-repeat bottom left;
}

.powered li{
	font-size:70%;
	color:#330000;
	margin:5px 0px;
	list-style-type: none;
}
.powered li a{
	color:#330000;
	
	}

/* ---------- left_end ---------- */

/* ---------- footer ---------- */

.footer {
	display:block;
	padding:5px 0px 20px 0px;
	margin-top:20px;
}
.footer img {
	border:0;
}

.footer p {
	text-align:right;
	font-size:80%;
}

.footer .box1 {
	border-top:1px solid #ff6600;
	padding:5px 0 0 0;
}

.footer .flbox1 {
	width:275px;
	padding:0 0 10px 0;
	float:left;
}

.footer .frbox1 {
	width:275px;
	padding:0 0 10px 0;
	float:right;
}

.footer .flbox2 {
	width:70px;
	padding:0 0 10px 0;
	float:left;
}
.footer .frbox2 {
	width:481px;
	padding:0 0 10px 0;
	float:right;
}

.footer2 {
	display:block;
	margin:10px 0px 10px 0px;
	padding:0px;
	width:560px;
        height="55"
}

/* ---------- footer_end ---------- */

/* ---------- news ---------- */



.content h3.whats-new-tit {
	margin:20px 0 0 0;
	padding:0;
}

.new-txt {
	margin:0px;
	padding:10px;
	background:#ffffee;
	border-top:1px solid #ff6600;
	border-bottom:1px solid #ff6600;
}

.new-txt p {
	font-size:80%;
	color:#330000;
	margin:0px;
	padding:3px 0px;
	border-bottom:1px dashed #ff6600;
}

.new-txt p a {
	text-decoration:none;
	color:#cc0000;
}

.new-txt p a:hover {
          color:#cc4444;
	  text-decoration:underline;
}

/* ---------- news_end ---------- */

/* ---------- archive_list ---------- */

.archive-list {
	margin:0px;
	padding:10px;
	background:#F1F3C4;
	border-top:1px solid #A47633;
	border-bottom:1px solid #A47633;
}

.archive-list-item {
	font-size:80%;
	color:#51370D;
	margin:0px;
	padding:3px 0px;
	border-bottom:1px dashed #CBBB70;
}

/* ---------- archive_list_end ---------- */

/* ---------- sub-menu ---------- */

#sub-menu {
	padding:5px;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #ff6600;
}
#sub-menu h3 { display:none; }
#sub-menu ul { list-style:none; }
#sub-menu li { display:block;font-size:80%;margin-right:15px;float:left; }
#sub-menu li a {
          color:#333333;
          background:url(http://www.ekatekyo.net/img/sub_li_icon.gif) no-repeat 0px 2px;
	  padding-left:15px; 
	  }
 #sub-menu li a:hover {
          color:#cc6666;
	  text-decoration:underline;
	  }

.clear { clear:both; }
/* ---------- sub-menu_end ---------- */

/* ---------- trackback ---------- */
#trackback_url {
	border:1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

fieldset { margin-top:20px; }

legend {
	font-size:80%;
}

#comment-author {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-email {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-url {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-text {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-preview,#comment-post,#comment-cancel  {
	width:100px;
	font-size:80%;
}

ul.comments-open-footer  {
	padding-top: 15px;
}

.comments-open-footer li {
	display:inline;
	list-style-type: none;
	margin-right: 15px;
}

.comments-post label {
	font-size:80%;
	margin:10px 0;
}

.cclicense { margin:10px 0px;padding:3px; border:1px solid #999BB4;background:#D3D5FA;}

.cclicense p { font-size:60%; }




/* ---------- box type ---------- */
div.type1 {
	padding:6px;
	background:url(http://www.ekatekyo.net/img/blockquote_bg.gif) #ffffff;
	border:solid 1px #ff6600;
}
div.type1 img {
	border:solid 1px #ff9900;
	float:left;
	margin:0 12px 0 0;
}
div.type1 p.type1 {
	font-size:10px;
	text-align:right;
	padding:6px 0 0 0;
}
div.type1 a {
          color:#333333;
          background:url(http://www.ekatekyo.net/img/icon_01.gif) no-repeat top left;
	  padding-left:18px; 
	  }
div.type1 p.type1 a:hover {
          color:#cc6666;
	  text-decoration:underline;
}
div.type1 ul {
	list-style-type:disc;
	font-size:80%;
	color:#333333;
	margin:0 0 0 15px;
	padding:0;
}
div.type2 ul li {
	margin:3px 0 0 0;
	padding:0 0 0 0;
}

div.type2 {
	padding:20px 0 0 0;
}
div.type2 h2 {
	margin:0;
	padding:0;
}
div.type2 ul {
	list-style-type:none;
	font-size:80%;
	color:#333333;
	margin:0;
	padding:0;
}
div.type2 ul li {
	margin:5px 0 0 20px;
	padding:0 0 5px 25px;
}
div.type2 ul li.no1 {
	background: transparent url("http://www.ekatekyo.net/img/rank_01.gif") no-repeat top left;
}
div.type2 ul li.no2 {
	background: transparent url("http://www.ekatekyo.net/img/rank_02.gif") no-repeat top left;
}
div.type2 ul li.no3 {
	background: transparent url("http://www.ekatekyo.net/img/rank_03.gif") no-repeat top left;
}

div.type3 {
	margin:0 0 10px 0;
	background:#ff6600 url("http://www.ekatekyo.net/img/top_bg_01.gif") no-repeat top left;
	border-bottom:solid 2px #996600;
}
div.type3 ul {
	font-size:90%;
	font-weight:bold;
	color:#ffffff;
	margin:0 20px 0 5px;
	padding:5px 0;
}
div.type3 li {
	background:url("http://www.ekatekyo.net/img/icon_02.gif") no-repeat top left;
	padding:0 0 0 22px;
}
div.type4 {
	background:url(http://www.ekatekyo.net/img/illust_23.gif) no-repeat top right;
	padding:0 0 10px 0;
}
div.type4 p {
	font-size:100%;
	padding:0 0 12px 0;
}
div.type4 p.bt1 {
	font-weight:bold;
	text-align:center;
	padding:2px;
	border:dotted 1px #996600;
	background:#ffffdd;
}
div.type4 p.bt1 a {
	display:block;
}

div.type5 {
	margin:20px 0 20px 0;
	padding:10px 10px 0 10px;
	background:#ff6600;
	border:solid 1px #cc0000;
}
div.type5 p {
	font-size:110%;
	font-weight:bold;
	color:#ffffff;
}

div.type6 {
	margin:20px 0 0 0;
	padding:0 10px 10px 10px;
	background:#ffffee;
	border:solid 1px #99aa99;
}
div.type6 p {
	padding:8px 0 0 0;
}
div.type7 p {
	font-size:100%;
	padding:0 0 12px 0;
}
div.type7 p.bt1 {
	font-weight:bold;
	text-align:center;
	padding:2px;
	border:dotted 1px #996600;
	background:#ffffdd;
}
div.type7 p.bt1 a {
	display:block;
}

div.type8 {
	padding:6px;
	background:url(http://www.ekatekyo.net/img/blockquote_bg.gif) #ffffff;
	border:solid 1px #0085c2;
	margin:0 0 20px 0;
}
div.type8 img {
	margin:0 10px 0 10px;
	float:right;
}
div.type8 p {
	font-size:12px;
	text-align:left;
	padding:6px 0 0 0;
}
div.type8 p.u {
	border-bottom: 1px #666666 dotted;
}
div.type8 p.interviewLink {
	text-align:right;
	line-height:120%;
	font-size:12px;
	margin:0 10px 7px 0;
	padding:0px;
}
div.type8 p.interviewLink a {
          color:#333333;
          background:url(http://www.ekatekyo.net/img/icon_01.gif) no-repeat center left;
	  padding-left:18px;
 }
div.type8 a:hover {
          color:#cc6666;
	  text-decoration:underline;
}
div.type8 table {
	padding:10px 0 0 0;

}

div.type10 {
	padding:6px;
	background:url(http://www.ekatekyo.net/img/blockquote_bg.gif) #ffffff;
	border:solid 1px #ff6600;
}
div.type10 img {
	border:solid 3px #ff9900;
	float:left;
	margin:0 12px 0 0;
}
div.type10 p.type10 {
	font-size:10px;
	text-align:right;
	padding:6px 0 0 0;
}
div.type10 a {
          color:#333333;
	  padding-left:18px; 
	  }
div.type10 p.type10 a:hover {
          color:#cc6666;
	  text-decoration:underline;
}
div.type10 ul {
	list-style-type:disc;
	font-size:80%;
	color:#333333;
	margin:0 0 0 15px;
	padding:0;
}
/* ---------- float box ---------- */
div.lbox1 {
	width:202px;
	float:left;
}
div.rbox1 {
	width:345px;
	float:right;
}
div.lbox1 img {
	border:solid 1px #996600;
}
div.rbox1 img {
	margin:15px 0 0 0;
}
div.rbox1 h2 {
	margin:0;
	padding:0;
}

div.lbox2 {
	width:275px;
	float:left;
}
div.rbox2 {
	width:275px;
	float:right;
}
div.lbox2 h2 , div.rbox2 h2 {
	margin:10px 0px 0px 0px;
	padding:0;
}

div.lbox3 {
	width:340px;
	float:left;
}
div.rbox3 {
	width:200px;
	float:right;
}

div.lbox4 {
	width:275px;
	float:left;
}
div.rbox4 {
	width:275px;
	float:right;
}

table.type1 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	font-size:70%;
	line-height:130%;
	border:solid 3px #ff9933;
	background:#ffffff;
}
table.type1 th {
	text-align:center;
	padding:2px 0 2px 5px;
	border-bottom:solid 1px #ff9933;
}
table.type1 td {
	text-align:center;
	padding:5px 0;
	border-bottom:solid 1px #ff9933;
	border-left:dotted 1px #ff9933;
}
table.type1 .cell1 {
	width:10%;
	color:#ffffff;
	text-align:center;
	padding:2px 0;
	background:#ff9933;
}
table.type1 .cell2 {
	width:18%;
	color:#ffffff;
	text-align:center;
	padding:2px 0;
	background:#ff9933;
	border-left:solid 1px #ffeecc;
}
table.type1 .cell3 {
	width:36%;
	color:#ffffff;
	text-align:center;
	padding:2px 0;
	background:#ff9933;
	border-left:solid 1px #ffeecc;
}
table.type1 .cell4 {
	text-align:left;
	padding:5px 0 5px 5px;
}
table.type1 .cell5 {
	background:#ffffdd;
}

table.type2 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	font-size:80%;
	line-height:140%;
	border:solid 3px #ff9933;
	background:#ffffff;
}
table.type2 th {
	width:25%;
	text-align:center;
	padding:5px;
	border-bottom:solid 1px #ff9933;
	background:#ffffdd;
}
table.type2 td {
	width:75%;
	text-align:left;
	padding:5px 10px;
	border-bottom:solid 1px #ff9933;
	border-left:solid 1px #ff9933;
}
table.type2 td dt {
	color:#cc3300;
	font-weight:bold;
	margin:5px 0 0 0;
	padding:0 0 0 4px;
	border-left:solid 8px #ffcc66;
	border-bottom:solid 1px #ffcc66;
}
table.type2 td dd {
	margin:2px 0 0 0;
	padding:0 0 0 12px;
}

table.type3 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	font-size:80%;
	line-height:140%;
	border:solid 3px #ff9933;
	background:#ffffff;
}
table.type3 th {
	font-weight:normal;
	text-align:center;
	padding:0 0;
	border-bottom:solid 1px #ff9933;
	border-left:solid 1px #ff9933;
}
table.type3 td {
	text-align:left;
	padding:0 6px;
	border-bottom:solid 1px #ff9933;
	border-left:solid 1px #ff9933;
}
table.type3 th.cell1 {
	font-weight:bold;
	color:#ffffff;
	width:20%;
	background:#ff9933;
}
table.type3 th.cell2 {
	font-weight:bold;
	color:#ffffff;
	width:80%;
	background:#ff9933;
	border-left:solid 1px #ffffdd;
}
table.type3 .c3 {
	background:#ffffdd;
}

table.type4 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	font-size:80%;
	line-height:140%;
	border:solid 3px #ff9933;
	background:#ffffff;
}
table.type4 th , table.type4 td {
	width:16.5%;
	border:solid 1px #ff9933;
}
table.type4 th {
	text-align:center;
	padding:2px 5px;
	background:#ffffdd;
}
table.type4 td {
	text-align:left;
	vertical-align:top;
	padding:5px;
}
table.type4 th.cell1 , table.type4 td.cell1 {
	width:33.3%;
	border:solid 1px #ff9933;
}

table.type5 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	font-size:70%;
	line-height:130%;
	border:solid 3px #ff9933;
	background:#ffffff;
}
table.type5 th {
	text-align:center;
	padding:2px 0 2px 5px;
	border-bottom:solid 1px #ff9933;
	border-left:dotted 1px #ff9933;
	background:#ffffdd;
}
table.type5 td {
	text-align:center;
	padding:5px 0;
	border-bottom:solid 1px #ff9933;
	border-left:dotted 1px #ff9933;
}
table.type5 .cell1 {
	padding:1px 0;
	color:#ffffff;
	background:#ff9933;
}

table.type6 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	font-size:80%;
	line-height:140%;
	border:solid 3px #ff9933;
	background:#ffffff;
}
table.type6 th {
	text-align:center;
	padding:2px 5px;
	border:solid 1px #ff9933;
	background:#ffffdd;
}
table.type6 td {
	text-align:left;
	vertical-align:top;
	padding:5px;
	border:solid 1px #ff9933;}


/* ---------- common ---------- */
p {
	font-size:80%;
	line-height:140%;
	color:#333333;
}
p.ri {
	font-size:10px;
	text-align:right;
	padding:6px 0 0 0;
}
p.ri a {
	color:#333333;
	background:url(http://www.ekatekyo.net/img/icon_01.gif) no-repeat top left;
	padding-left:18px; 
	  }
p.ri a:hover {
	color:#cc6666;
	text-decoration:underline;
}
p.ri1 {
	text-align:right;
	padding:6px 0 0 0;
}
p.ri1 a {
	color:#333333;
	background:url(http://www.ekatekyo.net/img/icon_01.gif) no-repeat top left;
	padding-left:18px; 
	  }
p.ri1 a:hover {
	color:#cc6666;
	text-decoration:underline;
}
p.cen1 {
	text-align:center;
	padding:20px 0 0 0;
}

.content p.hope {
	font-size:90%;
	font-weight:bold;
	text-align:center;
	margin:5px 0;
	padding:2px 0;
	border:solid 1px #ff9933;
	background:#ffffdd;
}
.content p.hope1 {
	font-size:90%;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	margin:5px 0;
	padding:2px 0;
	background:#ff6600;
}
ul {
	line-height:140%;
	color:#333333;
}
ol {
	list-style-type:decimal;
	font-size:80%;
	line-height:140%;
	color:#333333;
	margin:0;
	padding:5px 5px 5px 35px;
	background:#ffffdd;
	border:solid 1px #ff6600;
}
ol.type1 {
	list-style-type:decimal;
	font-size:90%;
	font-weight:bold;
	line-height:140%;
	color:#333333;
	margin:0;
	padding:10px 20px 10px 40px;
	background:#ffffdd;
	border:solid 1px #ff6600;
}

img {
	display:block;
	border:0;
}
img.type1 {
	text-align:center;
	margin:0 auto;
}
.cl {
	clear:both;
}
ul.type1 {
	font-size:80%;
	line-height:140%;
	color:#333333;
	margin:0;
	padding:5px 5px 5px 25px;
	background:#ffffdd;
	border:solid 1px #ff6600;
}
ul.type1 li {
	list-style:outside;
}
ul.type1a {
	font-size:80%;
	line-height:140%;
	color:#333333;
	margin:0 170px 0 0;
	padding:5px 5px 5px 25px;
	background:#ffffdd;
	border:solid 1px #ff6600;
}
ul.type1a li {
	list-style:outside;
}

ul.type2 {
	list-style-type:none;
	font-size:80%;
	color:#333333;
	margin:0;
	padding:0;
}
ul.type2 li {
	margin:5px 0 0 20px;
	padding:0 0 5px 23px;
	background: transparent url("http://www.ekatekyo.net/img/rank_00.gif") no-repeat top left;
}
ul.type2 li.no1 {
	background: transparent url("http://www.ekatekyo.net/img/rank_01.gif") no-repeat top left;
}
ul.type2 li.no2 {
	background: transparent url("http://www.ekatekyo.net/img/rank_02.gif") no-repeat top left;
}
ul.type2 li.no3 {
	background: transparent url("http://www.ekatekyo.net/img/rank_03.gif") no-repeat top left;
}
ul.type3 {
	list-style-type:none;
	font-size:80%;
	line-height:140%;
	color:#333333;
	margin:0;
	padding:5px 10px 10px 10px;
	background:#ffffff;
	border:dotted 1px #ff6600;
}
ul.type3 li {
	list-style:inside;
	font-weight:bold;
	color:#333333;
	margin:5px 0 0 0;
	padding:0 0 20px 0;
	background: url(http://www.ekatekyo.net/img/icon_03.gif) no-repeat center bottom;
}
ul.type3 li.last {
	padding:0 0 0 0;
	background: url(http://www.ekatekyo.net/img/spacer.gif) no-repeat left bottom;
}
ul.type4 {
	list-style-type:none;
	font-size:90%;
	font-weight:bold;
	color:#333333;
	margin:0;
	padding:5px 15px 5px 15px;
	background:#ffffdd;
	border:solid 1px #ff6600
}
ul.type4 li {
	background:url(http://www.ekatekyo.net/img/icon_04.gif) no-repeat top left;
	padding:0 0 0 23px;
}
ul.type5 {
	list-style-type:none;
	font-size:80%;
	color:#333333;
	margin:0 20px;
	padding:0;
}
ul.type5 li {
	margin:3px 0 0 0;
	padding:0 0 3px 23px;
	background:transparent url(http://www.ekatekyo.net/img/sub_li_icon.gif) no-repeat 4px 5px;
	border-bottom:solid 1px #ccddcc;
}
ul.type6 {
	list-style-type:disc;
	font-size:80%;
	color:#333333;
	margin:0 30px;
	padding:0 0 15px 0;
}
ul.type6 li {
	margin:3px 0 0 0;
}
ul.type7 {
	list-style-type:none;
	font-size:80%;
	line-height:140%;
	color:#333333;
	margin:0;
	padding:5px 10px 10px 10px;
	background:#ffffff;
	border:dotted 1px #ff6600;
}
ul.type7 li {
	list-style:inside;
	margin:5px 0 0 0;
	padding:0 0 20px 0;
	background: url(http://www.ekatekyo.net/img/icon_03.gif) no-repeat center bottom;
}
ul.type7 li.last {
	padding:0 0 0 0;
	background: url(http://www.ekatekyo.net/img/spacer.gif) no-repeat left bottom;
}


dl.type1 {
	font-size:80%;
	color:#333333;
	line-height:140%;
	margin:0;
	padding:0;
}
dl.type1 dt {
	font-weight:bold;
	margin:20px 0 0 0;
	padding:3px 0 10px 32px;
	background:url(http://www.ekatekyo.net/img/h4_bg.gif) no-repeat  top left;
}
dl.type1 dd {
	padding:0 0 0 32px;
}

.content p {
	font-size:80%;
	line-height:160%;
	margin-bottom:10px;
}

span.b {
	font-weight:bold;
}
span.red {
	color:#cc0000;
}
span.blu {
	color:#0000cc;
}
span.f12 {
	font-size:120%;
	line-height:120%;
}
span.f14 {
	font-size:140%;
	line-height:140%;
}
span.f18 {
	font-size:180%;
	line-height:180%;
}


/* ---------- FAQ ---------- */
.content h3.faq {
	color: #990000;
	font-size:90%;
	font-weight:bold;
	margin:20px 0 0 0;
	padding:8px 0 5px 52px;
	background:url(http://www.ekatekyo.net/img/icon_q.gif) no-repeat  left top;
	border-bottom:dashed 1px #ff6600;
}
.content p.faq1 {
	margin:8px 0 0 0;
	padding:0 0 0 52px;
	background:url(http://www.ekatekyo.net/img/icon_a.gif) no-repeat  left top;
}


/* ----------お悩み ---------- */
.content h3.nayami {
	color: #333333;
	font-size:90%;
	font-weight:bold;
	margin:20px 0 5px 0;
	padding:40px 0 5px 47px;
	background:#ffee77 url(http://www.ekatekyo.net/img/h3_bg_nayami.gif) no-repeat  left top;
	border-bottom:solid 1px #990000;
}
dl.type2 {
	font-size:80%;
	color:#333333;
	line-height:140%;
	margin:0;
	padding:0;
}
dl.type2 dt {
	font-weight:bold;
	color:#336633;
	margin:10px 0 0 0;
	padding:0;
}
dl.type2 dd {
	padding:3px 0 0 15px;
}


/* ----------フォーム ---------- */
input {
	vertical-align:middle;
}

table.form1 {
	width:100%;
	font-size:80%;
	margin:10px 0 0 0;
	border-top:1px solid #ffcc66;
}
table.form1 th {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:10px;
	background:#ffffdd;
	border-right:1px dotted #ffcc66;
	border-bottom:1px solid #ffcc66;
}
table.form1 td {
	vertical-align:middle;
	padding:10px;
	border-bottom:1px solid #ffcc66;
}


/* ---------- 以下フィールのCSSぱくつく ---------- */
/* ---------- インタビュー アイコン---------- */

.content h3.koe {
	margin:20px 0 10px 0;
	padding:0;
	background:none;
	border-bottom:none;
}
<!--
.content p.koe1 {
	text-align: right;
	line-height: 120%;
	font-size: 12px;
	margin: 5px 10px 7px 0;
	padding: 0;
}
.content p.koe1 a {
	background: url(http://www.ekatekyo.com/img/ico-01.gif) no-repeat center left;
	margin: 0 0 0 20px;
	padding: 2px 0 2px 20px;
}
.content p.koe {
	font-size:80%;
	margin:8px 0 0 0;
	padding:0 0 18px 52px;
}
-->

.content p.boy {
	font-size:80%;
	margin:8px 0 0 0;
	padding:0 0 18px 52px;
	background:url(http://www.ekatekyo.net/img/04.gif) no-repeat  left top;
}
.content p.girl {
	font-size:80%;
	margin:8px 0 0 0;
	padding:0 0 18px 52px;
	background:url(http://www.ekatekyo.net/img/02.gif) no-repeat  left top;
}
.content p.tutor {
	font-size:80%;
	margin:8px 0 0 0;
	padding:0 0 18px 52px;
	background:url(http://www.ekatekyo.net/img/08.gif) no-repeat  left top;
}
.content p.man {
	font-size:80%;
	margin:8px 0 0 0;
	padding:0 0 18px 52px;
	background:url(http://www.ekatekyo.net/img/icon_partner.gif) no-repeat  left top;
}
.content p.woman {
	font-size:80%;
	margin:8px 0 0 0;
	padding:0 0 18px 52px;
	background:url(http://www.ekatekyo.net/img/07.gif) no-repeat  left top;
}
.content p.mama {
	font-size:80%;
	margin:8px 0 0 0;
	padding:0 0 18px 52px;
	background:url(http://www.ekatekyo.net/img/05.gif) no-repeat  left top;
}
.content p.papa {
	font-size:80%;
	margin:8px 0 0 0;
	padding:0 0 18px 52px;
	background:url(http://www.ekatekyo.net/img/06.gif) no-repeat  left top;
}
/* ---------- インタビューアイコンここまで---------- */

/* ---------- top interview 2列目 ここから ---------- */

#interview3 {
	width: 560px;
	margin: 0 0 20px 0;
	padding: 0;
}
#interview3 h3 {
	margin: 0;
	padding: 0;
}
#interview3 h3 img {
	margin: 0;
	padding: 0;
}

#interview3 div.interview2 {
	border-right: #0085c2 1px solid;
	border-bottom: #0085c2 1px solid;
	border-left: #0085c2 1px solid;
	background-color: #f0f8ff;
	margin: 0;
}
#interview3 div.interview2 img {
	margin: 10px 5px 10px 11px;
	padding: 0;
}
#interview3 div.interview2 ul {
	font-size: 13px;
	margin: 0 10px 10px 10px;
	padding: 10px 0 0 0;
	list-style: none;
}
#interview3 div.interview2 ul li {
	line-height: 160%;
}
#interview3 div.interview2 p {
	font-size: 13px;
	margin: 10px;
	padding: 0;
	line-height: 180%;
	border-bottom: 1px #666666 dotted;
}
#interview3 div.interview2 span.u {
	border-bottom: 1px #666666 dotted;
                padding-bottom: 1px;
}
#interview3 div.interview2 p {
	border-bottom: none;
	text-indent: 1em;
}
#interview3 div.interview2 p.interviewLink {
	text-align: center;
	line-height: 120%;
	font-size: 12px;
	margin: 0 0 7px 0;
	padding: 0;
}
#interview3 div.interview2 p.interviewLink a {
	background: url(http://www.ekatekyo.net/img/icon_01.gif) no-repeat center left;
	margin: 0 0 0 20px;
	padding: 2px 0 2px 20px;
}

/* ---------- top interview 2列目 ここまで ---------- */



/* ---------- top interview 3列目 ここから ---------- */

#interview5 {
	width: 560px;
	margin: 0 0 20px 0;
	padding: 0;
}
#interview5 h3 {
	margin: 0;
	padding: 0;
}
#interview5 h3 img {
	margin: 0;
	padding: 0;
}

#interview5 div.interview2 {
	border-right: #0085c2 1px solid;
	border-bottom: #0085c2 1px solid;
	border-left: #0085c2 1px solid;
	background-color: #f0f8ff;
	margin: 0;
}
#interview5 div.interview2 img {
	margin: 10px 5px 10px 11px;
	padding: 0;
}
#interview5 div.interview2 ul {
	font-size: 13px;
	margin: 0 10px 10px 10px;
	padding: 10px 0 0 0;
	list-style: none;
}
#interview5 div.interview2 ul li {
	line-height: 160%;
}
#interview5 div.interview2 p {
	font-size: 13px;
	margin: 10px;
	padding: 0;
	line-height: 180%;
	border-bottom: 1px #666666 dotted;
}
#interview5 div.interview2 span.u {
	border-bottom: 1px #666666 dotted;
                padding-bottom: 1px;
}
#interview5 div.interview2 p {
	border-bottom: none;
	text-indent: 1em;
}
#interview5 div.interview2 p.interviewLink {
	text-align: center;
	line-height: 120%;
	font-size: 12px;
	margin: 0 0 7px 0;
	padding: 0;
}
#interview5 div.interview2 p.interviewLink a {
	background: url(http://www.ekatekyo.net/img/icon_01.gif) no-repeat center left;
	margin: 0 0 0 20px;
	padding: 2px 0 2px 20px;
}
#interview5 div.interviewlast {
	border-top: 1px dotted #666;
	background-color: #f0ffff;
	margin: 0;
}
#interview5 div.interviewlast p.Link {
	text-align: right;
	line-height: 120%;
	font-size: 12px;
	margin: 8 10px 7px 0;
	padding: 0;
}
#interview5 div.interviewlast p.Link a {
	background: url(http://www.ekatekyo.net/img/icon_01.gif) no-repeat center left;
	margin: 0 0 0 20px;
	padding: 2px 0 2px 20px;
}

/* ---------- top interview 3列目 ここまで ---------- */

/* ---------- erea interview ここから ---------- */

#areavoice {
	width: 560px;
	margin: 0 0 20px 0;
	padding: 0;
}
#areavoice h4 {
	margin: 0;
	padding: 0;
}
#areavoice h4 img {
	margin: 0;
	padding: 0;
}

#areavoice div.areavoice2 {
	border-right: #0085c2 1px solid;
	border-bottom: #0085c2 1px solid;
	border-left: #0085c2 1px solid;
	background: url(http://www.ekatekyo.com/img/bg_interview3.jpg) bottom repeat-x;
	margin: 0;
	padding: 0;
}
#areavoice div.areavoice2 img {
	margin: 5px 20px 5px 10px;
	padding: 0;
	float: right;
}
#areavoice div.areavoice2 ul {
	font-size: 13px;
	margin: 0 10px 10px 10px;
	padding: 0;
	list-style: none;
}
#areavoice div.areavoice2 ul li {
	line-height: 160%;
}
#areavoice div.areavoice2 p {
	font-size: 13px;
	margin: 10px;
	padding: 0;
	line-height: 150%;
	border-bottom: 1px #666666 dotted;
}
#areavoice div.areavoice2 span.u {
	border-bottom: 1px #666666 dotted;
}
#areavoice div.areavoice2 p {
	border-bottom: none;
}
#areavoice div.areavoice2 p.indent {
	border-bottom: none;
	text-indent: 1em;
}
#areavoice div.areavoice2 p.interviewLink {
	text-align: right;
	line-height: 120%;
	font-size: 12px;
	margin: 0 10px 7px 0;
	padding: 0;
}
#areavoice div.areavoice2 p.interviewLink a {
	background: url(http://www.ekatekyo.net/img/icon_01.gif) no-repeat center left;
	margin: 0 0 0 20px;
	padding: 2px 0 2px 20px;
}
#areavoice div.areavoice2 p.interviewLink2 {
	text-align: center;
	line-height: 120%;
	font-size: 12px;
	margin: 0 10px 7px 0;
	padding: 0;
}
#areavoice div.areavoice2 p.interviewLink2 a {
	background: url(http://www.ekatekyo.net/img/icon-01.gif) no-repeat center left;
	margin: 0 0 0 20px;
	padding: 2px 0 2px 20px;
}

#areavoice div.areavoice2 {
	padding-top: 5px;
}

/* ---------- area interview ここまで ---------- */

/* ---------- 偏差値テストテーブル ここから ---------- */
table.type_1 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	font-size:80%;
	line-height:140%;
	border:solid 3px #ff8c00;
	background:#ffffff;
	margin:10px 0 10px 0;
}
table.type_1 th {
	text-align:center;
	width:15%;
	padding:2px 5px;
	border:solid 1px #ff8c00;
	background:#ffffdd;
}
table.type_1 td {
	text-align:left;
	width:85%;
	vertical-align:top;
	padding:5px;
	border:solid 1px #ff8c00;
}
table.type_1 td dt {			
	color:#ff6600;		
	font-weight:bold;		
	margin:5px 0 0 0;		
	padding:0 0 0 4px;		
	border-left:solid 8px #ff8c00;		
	border-bottom:solid 1px #ff8c00;		
}			
table.type_1 td dd {			
	margin:2px 0 0 0;		
	padding:0 0 0 12px;		
}
table.type_1 th.cell1 {
	font-weight:bold;
	color:#ffffff;
	width:20%;
	background:#ff8c00;
}


/*---------------------------------------------------
	Staff
---------------------------------------------------*/

div.unit-staff-box{
	position: relative;
}

div.unit-staff{
	position: relative;
	margin-bottom: 30px;
	background: #FFF;
}

div.unit-staff div.unit-staff-head{
	padding: 24px 32px 15px;
	background: url(../img/staff/board_bg_top.png) no-repeat left 0;
}

div.unit-staff p.staff-profile-job{
	margin: 0;
}

div.unit-staff div.unit-staff-body{
	padding: 0 32px 35px;
	background: url(../img/staff/board_bg_bottom.png) no-repeat left bottom;
}

div.unit-staff div.staff-profile{
	float: left;
	width: 236px;
}

div.unit-staff p.staff-profile-photo{
	margin-bottom: 0;
}

div.unit-staff p.staff-profile-name{
	margin-bottom: 5px;
}

div.unit-staff p.staff-profile-outline{
	font-size: 11px;
	color: #DD666B;
}

div.unit-staff div.staff-comment{
	float: right;
	width: 240px;
	background: url(../img/staff/board_line.png) repeat left top;
}

div.unit-staff div.staff-comment p{
	margin-right: 32px;
	line-height: 189%;
}

div.unit-staff div.unit-staff-body img{
	display: block;
}


/*----------------------------------------------------	
	ClearFix
----------------------------------------------------*/

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

.group{
	zoom: 100%;
}
