/*
Theme Name: High System Ver.Motegi alibi-CustomJP
Theme URI: http://www.high-system.com/
Description: 2 column, with RHS widget sidebar,
Version: 1.2 modify
Tags: fixed width, two columns, black, valid HTML, simple, custom header
Author: High System
Author URI: http://www.high-system.com/
*/



body {
margin: 0;
padding: 0;  
color: #000;
text-align:center;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size: 100%;
background-color: #000;
background-image: url("images/bodyback.jpg");
background-position: top center;
background-repeat: no-repeat;
/* 
background-position: top left;
*/
}
* html body {
    font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

*:first-child+html body {
    font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}

#wrapper2{
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

#wrapper3{
border-left: 1px solid #666;
border-right: 1px solid #666;
}

#wrapper4{
}


#wrapper{
width: 670px;
margin: 0px auto;
padding: 0px;
text-align:left;
font-size: 85%;
line-height:20px;
border-left: 3px solid #333;
border-right: 3px solid #333;
background-image: url("images/white50.png");
background-position: top left;
}


#header{
display: block;
padding: 1px 0px;
margin: 0;
width: 666px;
height: 100px;
background: #ccc url("images/headerbg.jpg") no-repeat left top;
}	


#header-inner{
margin:0;
padding:0;
}


#loginout-head {
	float: right;
	margin-top: -35px;
}
#loginout-head li {
	float: left;
	list-style-type: none;
	font-size: 9px;
	color: #FFFFFF;
}
#loginout-head li a {
	color: #FFFFFF;
}
#loginout-head li a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#navi-xt {
clear: both;
padding: 0 15px;
font-size: 85%;
}
		
#content{
clear:both;
margin: 0;
padding: 5px 5px 5px 10px;
}	

#content-inner {
}


#main {
width: 450px; 
float:left;
margin: 0;
padding: 0 0 10px 0;
overflow:hidden;
}
#main2 {
width: 650px; 
float:left;
margin: 0;
padding: 0 0 10px 0;
overflow:hidden;
}

#main3 {
width: 320px; 
float:left;
margin: 0;
padding: 0 0 10px 0;
overflow:hidden;
}
#main4{
width: 320px; 
float:right;
margin: 0;
padding: 0 0 10px 0;
overflow:hidden;
}
#mainPage {
width: 660px; 
float:left;
margin: 0;
padding: 5px 0 10px 0;
overflow:hidden;
font-size: 0.9em;
}

#sidebar {
width: 191px; 
float:left;
padding: 0;
margin: 0 0 0 5px;
}


#footer {
clear: both;
margin: 0;
padding: 5px 0 0;
text-align: center;
font-size: 85%;

}

#footer ul {
	list-style: none;
	padding: 0;
	margin-bottom: 5px;
}
#footer ul li {
	float: left;
	padding: 0 3px 0;
	margin: 0px 5px 0px 0px;
	font-weight: bold;
	vertical-align: middle;
	list-style: none;
}
#footer ul li a {
	color: #fff;
}
#footer-inner{
background-image: url("images/sidebar-back.jpg");
background-position: center left;
height: 50px;
}

#footer p{
  clear: both;
text-align: right;
color: #fff;
margin:0;
padding-top:2px;
}
#footer p a {
color: #fff;
}

#navigation{
font-size: 80%;
padding: 5px 15px;

}

#navigation div.fleft{
float:left;
}

#navigation div.fright{ 
float:right;
}

#credit{
text-align:right;
padding: 0 15px;
}

#credit p{
margin:0;
color:#777;
font-size:85%;
}

#credit p a, #credit p a:hover{
color:#999;
font-weight:100;
}

/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
margin: 10px 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
font-family: georgia, 'Times New Roman', sans-serif;
}

h1{
	font-size: 120%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 130%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}

a{
color:red;
text-decoration:none;
}
a:hover{
color:red;
text-decoration:underline;
}

a img{
border:0px;
}

a.popup {
   background-image: url("images/popwindow.gif");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 14px;
   margin-right: 3px;
}
hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

blockquote{
background: #f4f4f4;
padding: 5px 15px;
margin: 3px 30px;
}

form{
margin: 0;
padding:0;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

code{
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

td{
 vertical-align:top;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#tabs {
  float:left;
  width:100%;
  font-size:90%;
  font-weight:800;
  background:#000;
  line-height:18px;
  border-top: 1px solid #fff;
}


    #tabs ul {
	  margin:0;
	  padding:4px 10px 0 10px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      background: url("images/tableft.gif") no-repeat left top;

      }
    #tabs a span {
      float:left;
      display:block;
      padding:5px 15px 3px 6px;
      color:#FFF;
      background: url("images/tabright.gif") no-repeat right top;

      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }  
	
	


/* Headings */ 

form#searchform2{
display: block;
float:right;
margin: 55px 10px 0px 5px;
}

#header h1{
display: block;
height: 100px;
width: 666px;
margin:  0;
padding: 0;
background-image: url("images/h1-trans.png");
background-position: top left;
background-repeat: no-repeat;
}
#header h1 span {
	display: none;
}

#header h1 a{
font-weight:100;
color: #fff;
text-decoration: none;
font-size: 220%;
letter-spacing: 1px;
}

#header h1 a:hover {
	color: #FF0000;
}
#header h2{
margin: 0;
padding: 10px 0 5px 10px;
font-weight: bold;
/* font-style:italic; */
color: #fff;
font-size: 110%;
letter-spacing: 1px;
}

h2#sectiontitle{
font-size:100%;
font-weight: 800;
font-family: arial, verdana, sans-serif;
padding:6px 6px 6px 10px;
margin:8px 10px 5px 10px;
background: #aaa;
color: #eee;
background-image: url("images/sidebar-back.jpg");
background-position: center left;

}

/* post styles */

.post{
margin: 0 0 10px 0;
padding: 0 5px 5px 5px;
}

.entry{
margin: 0;
padding: 5px 10px 3px 10px;
}
.entry img {
	background: #FFF;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}

.entry p {
	text-align: justify;
	text-justify: inter-ideograph;
}
.post h2 {
color: #000;
font-size: 150%;
font-weight: 800;
padding: 6px 0 2px 2px;
margin: 0;
}
#post-2 h2 {
	display: block;
	height: 61px;
	width: 380px;
	background-image: url("images/blog_profile_title-trans.png");
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}
#post-2 h2 span {
	display: none;
}
#post-3 h2 {
	display: block;
	float: left;
	height: 400px;
	width: 120px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url("images/blog_home_title.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}
#post-3 h2 span {
	display: none;
}
#post-7 h2 {
	display: block;
	height: 61px;
	width: 135px;
	background-image: url("images/blog_link_title-trans.png");
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}
#post-7 h2 span {
	display: none;
}
#post-8 h2 {
	display: block;
	height: 61px;
	width: 300px;
	background-image: url("images/blog_contact_title-trans.png");
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}
#post-8 h2 span {
	display: none;
}
.post h2 a{
color: #000;
text-decoration:none;
}

.post h2 a:hover{
text-decoration:none;
color: #000;
}
.t-results h3 {
	display: block;
	height: 61px;
	width: 430px;
	background-image: url("images/blog_tournament_title-trans.png");
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}
.t-results h3 span {
	display: none;
}
.t-results .usa {
	clear: both;
	display: block;
	height: 25px;
	width: 100%;
	text-indent: 30px;
	font-weight: bold;
	background-image: url("images/usa.jpg");
	background-position: center left;
	background-repeat: no-repeat;
}
.t-results .ja {
	clear: both;
	display: block;
	height: 25px;
	width: 100%;
	text-indent: 30px;
	font-weight: bold;
	background-image: url("images/japan.jpg");
	background-position: center left;
	background-repeat: no-repeat;
}
.postmetadata{
clear: both;
font-size:80%;
padding: 1px 8px 1px 5px;
margin: 0;
}

.postmetadata p{
line-height: 18px;
padding: 0;
margin: 2px 0;
}

.datetitle {
	display: block;
	height: 50px;
	background-image: url("images/white50.png");
	background-position: top left;
}
.date{
float:left;
text-align:center;
font-weight:800;
margin: 0 10px 0 0;
padding: 5px 10px;
color: #333;
background-image: url("images/dateback-trans.png");
background-position: top center;
background-repeat: no-repeat;
}


.dateDay{
display:block;
font-size: 16px;
line-height: 16px;
text-align:center;
}
.dateMonth, .dateYear{
display:block;
font-size: 11px;
padding:0;
line-height: 12px;
}




/*  Comments   */

h3#comments, h3#postcomment{
	font-size: 100%;
	font-family:verdana, sans-serif;
}	

ol#commentlist{
padding: 0 0 0 20px;
font-size: 90%;
list-style-type: none;
}

ol#commentlist li{
	padding: 0px 3px;
	margin: 0;
}

ol#commentlist li p.commentheader{
margin: 0px 0 0px 0;
display: block;
padding: 1px 5px;
}



ul#commentlist{
padding: 0;
margin:0;
list-style-type:none;
}

ul#commentlist li{
	display: block;
	padding: 0;
	margin: 0 15px 5px 15px;
	font-size:90%;
}

ul#commentlist p{
margin: 6px 0;
}

ul#commentlist li div.comm{
margin: 1px;
padding: 1px;
}

ul#commentlist li div.gravatar {
	width:50px;
	float:left;
	padding: 10px 0 0 10px;
}

ul#commentlist li div.gravatar img{
border: 2px solid #ccc;
}




ul#commentlist li div.commenttext{
padding: 0;
margin:5px 10px 5px 65px;
}

ul#commentlist li div.commenttext div.commentwrapper{
margin:0 0 0 5px;
padding: 3px 8px;
}


/*  sidebar styles */


#subscribe p{
font-size: 85%;
margin: 3px 0 10px 0;
}



.menu{
padding:0;
font-size:90%;
}

.menu a{
font-weight: 100;
}

.menu a:hover{
text-decoration:none;
}

.menu ul{
margin:0;
padding:0;
list-style-type:none;
}

.menu ul li.widget{
padding:2px;
margin:0 0 0px 0px;
}

.menu ul li.widget ul{
	margin: 0;
	padding:0;
}

.menu ul li.widget ul li{
/*
background-image: url("images/listbullet.gif");
background-repeat: no-repeat;
background-position: left top;
*/
background-image: url("images/white50_li.png");
background-position: center left;
background-repeat: no-repeat;
padding: 2px 0 2px 15px;
margin:0;
}

/* ----- saito add ----- */

.menu ul li.widget ul li a {
	display:block;
	height:23px;
	padding:0px 5px 0px 5px;
	font-size:12px;
	line-height:23px;
	overflow: hidden;
}
.menu ul li.widget ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* ----- saito add end ----- */
.menu ul li.widget ul li ul{
}
.menu ul li.widget ul li ul li{
border-top: 1px dotted #ccc;
border-bottom: none !important;
padding: 2px 0 2px 15px;
}



.menu ul li.widget h3{
font-family: arial;
font-size:100%;
padding:2px 0 1px 4px;
margin:0;
background-image: url("images/sidebar-back.jpg");
background-position: center left;
color: #fff;
font-weight: 800;
}

.menu ul li h3 a{
color: #000;
font-weight: 800;
}
.menu ul li h3 a:hover{
color: #000;
text-decoration: none;
}
/*
.widget_categories h3, .widget_archive h3 {
	text-indent:18px;
	background-image: url("images/category.gif");
	background-repeat: no-repeat;
	background-position: left center;
*/
}
.menu form{
display:block;
margin:0px;
padding:4px;
}

.menu input{
margin:3px 0;
font-size:90%;
}

li.widget .textwidget, li.widget #search {
padding: 2px 5px;
	background-image: url("images/white50.png");
	background-position: top left;
}

/* Calendar styles */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}


#footer a{
font-weight: 100;
}
/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	text-align: center;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	text-align: center;
	background:#fff;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}
.photo-end {
	clear:left;
}
/* --- eof  ----- */
/* -----about us page 用 css ----- */

.aboutus-back {
	background-image: url("images/hslogo-back-trans.png");
	background-repeat: no-repeat;
	background-position: top center;
}

* --- eof  ----- */

/* -----blog contact page 用 css ----- */
.mailmenu {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.mailmenu ul {
	list-style: none;
}
.mailmenuul {
	margin: 0px;
	padding: 0px;
}
.mailmob a {
	display: none;
	width: 200px;
	height: 200px;
	position: relative;
	top: 1px;
	float: left;
	padding: 0;
	margin: 0px 10px 0px 0px;
	font-size: small;
	font-weight: bold;
	vertical-align: middle;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url("images/mail-frommobile-trans.png");
    background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}
.mailmob a:hover {
	background-position: bottom left;
}
.mailpc a {
	display: block;
	width: 200px;
	height: 200px;
	position: relative;
	top: 1px;
	float: left;
	padding: 0;
	margin: 0px 0px 0px 0px;
	font-size: small;
	font-weight: bold;
	vertical-align: middle;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url("images/mail-frompc-trans.png");
    background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}
.mailpc a:hover {
	background-position: bottom left;
}
.mailmob span, .mailpc span {
	display: none;
}

* --- eof  ----- */
/* -----blog link page 用 css ----- */
.blog-menu {
padding:0;
font-size:90%;
}

.blog-menu a {
font-weight: 100;
}

.blog-menu a:hover{
text-decoration:none;
}

.blog-menu ul {
margin:0;
padding:0;
list-style-type:none;
}

.blog-menu ul li.widget {
	display: block;
	height: 130px;
	padding:2px;
	margin:0 0 0px 0px;
	overflow: hidden;
}

.blog-menu ul li.widget ul {
	margin: 0;
	padding:0;
}

.blog-menu ul li.widget ul li {
	padding: 2px 0 2px 15px;
	margin:0;
}
.blog-menu ul li.widget ul li ul {
}
.blog-menu ul li.widget ul li ul li {
	border-top: 1px dotted #ccc;
	border-bottom: none !important;
	padding: 2px 0 2px 15px;
}
.blog-menu ul  li.widget h3 {
	font-family: arial;
	font-size:100%;
	padding:2px 0 1px 4px;
	margin:0;
	background-image: url("images/white50.png");
	background-position: top left;
	color: #fff;
	font-weight: 800;
}
.blog-menu ul li h3 a {
font-weight: 800;
}
.blog-menu ul li h3 a:hover {
color: #FF0000;
text-decoration: underline;
}
.blog-menu ul li ul li a {
	color: #0000FF;
	font-weight: 500;
	text-decoration: underline;
}
.blog-menu ul li ul li a:hover {
	color: #FF0000;
	font-weight: 500;
	text-decoration: underline;
}
.blog-menu .rss-date {
	color: #FF0000;
}
.blog-menu div.rssSummary {
	font-size: 85%;
	line-height: 140%;
	text-align: justify;
	text-justify: inter-ideograph;
}
/* --- eof  ----- */
/* -----blog link page　写真指定 用 css ----- */
.miniphoto {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	background-image: url("images/photoready.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
.widget_rss:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;

}
.rss-369604731 .miniphoto {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	background-image: url("images/rss-369604731.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
/* --- eof  ----- */

/* --- links page seting ----*/
.linklist ul {
	list-style: none;
	padding: 0;
}
.linklist h3 {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 5px;
	color: #ffffff;
	background-image: url("images/sidebar-back.jpg");
	background-position: center left;
	margin: 8px 0;
}
.linklist ul li ul li {
	padding-left: 10px;
}
/* --- eof  ----- */

/* --- 404 seting ----*/
.e404 {
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 5px;
	text-indent: 210px;
	background-image: url("images/404-trans.png");
	background-position: top left;
	background-repeat: no-repeat;
}
/* --- eof  ----- */

