@charset "UTF-8";
/************************************************
*Reset*
************************************************/
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
font-size: 100%;
font-weight: normal;
font-style: normal;
margin: 0px;
padding: 0px;
}
/************************************************
*clearfix*
************************************************/
div:after , .clearfix:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/* exlude IE6 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end IE6 */
/************************************************
*全体の設定*
************************************************/
/* 画像ボーダー */
img {
vertical-align: middle;
border-style: none;
}
/* 強調 */
strong {
color: #ff6600;
background-color: transparent;
}
/* 強調 */
em {
font-style: normal;
color: #333333;
background-color: transparent;
}
/* 読み飛ばし */
.skip{
position: absolute;
left: -9999px;
}
/* 非表示 */
.none{
display: none;
}
/* 区切り */
hr {
display: none;
}
/* リンク枠 */
a{
outline:none;
}
/************************************************
*レイアウト*
************************************************/
body {
text-align: center;
margin-top: 0;
padding: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 30px;
}
/* 全体の枠 */
div#wrap { text-align: left; width: 1140px; margin: 35px auto auto; }
/* ナビゲーション */
div#nav {
font-size: 80%;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 0px;
clear: both;
}
/* ヘッダ */
div#header {
}
/* コンテンツ枠 */
div#content {
width: 1140px;
}
/* 左側コンテンツ枠 */
div#content-inner {
width: 980px;
float: left;
}
/* メインコンテンツ（中央） */
div#main-content {
margin-top: 10px;
width: 750px;
float: right;
}
/* バナー（中央） */
div#main-banner {
margin-top: 10px;
width: 750px;
float: right;
}

/* 下部ナビゲーション */
div#b_nav {
margin-left: 225px;
clear: both;
}
/* サブコンテンツ（左） */
div#sub-content {
width: 215px;
}
/* エキストラコンテンツ（右） */
div#ex-content {
width: 150px;
float: right;
}
/* フッタ */
div#footer {
padding-top: 20px;
margin-left: auto;
margin-right: auto;
width: 1140px;
}




/************************************************
*詳細の設定*
************************************************/
/************************************************
*body*
************************************************/
body {
font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
color: #ffffff;
background-color: white;
background-image: url(blogimg/body_bg.png);
background-position: center top;
background-repeat: no-repeat;
}




div#wrap {
color: #333333;
background-color: #ffffff;
}




/************************************************
*header*
************************************************/
/* ヘッダ */
/* ヘッダ */
div#header  {
background-image: url(blogimg/header.png);
background-position: center top;
background-repeat: no-repeat;
border-top-width: 4px;
border-bottom-width: 4px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #06C;
border-bottom-color: #06C;
}





div#header .inner {
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
}
div#header h1 {
margin-bottom: 5px;
}
div#header p {
font-size: 75%;
letter-spacing: 0.05em;
}




/************************************************
*nav*
************************************************/
/* ナビゲーションバー */
div#nav {
font-size: 75.0%;
color: #FFFFFF;
background-color: transparent;
}
/* 上部ナビゲーションバー リスト */
div#nav ul {
margin: 0px;
padding-left: 0px;
padding-right: 0px;
}
div#nav ul li {
display: inline;
}
/* 上部ナビゲーションバーリンク設定 */
div#nav ul li a {
font-weight: bold;
text-decoration: none;
color:  #d71519;
background-color: transparent;
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
float: left;
}
/* 上部ナビゲーションバー マウスオーバー時 */
div#nav ul li a:hover {
color: #d71519;
background-color: transparent;
background-image: url(blogimg/nav_li.png);
background-position: center top;
background-repeat: no-repeat;
}




/************************************************
*メインコンテナ*
************************************************/




/* コンテンツ */
div#content {
background-image: url(blogimg/content_bg.png);
background-position: center top;
background-repeat: repeat-y;
}




/*  左側コンテンツ イメージ */
div#content-inner .image {
margin-bottom: 00px;
}




/* メインコンテンツ */
div#main-content{
font-size: 75%;
line-height: 1.5;
}
/* メインコンテンツ */
div#main-content-sub1{ clear: left;line-height: 1.5; width: 350px; float: left; }
/* メインコンテンツ */
div#main-content-sub2{ clear: right; line-height: 1.5; width: 350px; float: right; }
/* メインコンテンツ余白調整 */
div#main-content .inner { clear: both; padding-left: 0; padding-right: 16px; padding-bottom: 20px; }
/* mainリンク設定 */




/* main-contentリンク基本色 */
div#main-content a:link {
text-decoration: none;
color: #006699;
background-color: transparent;
}
/* main-contentリンクマウスオーバー時 */
div#main-content a:link:hover {
text-decoration: underline;
color: #990000;
background-color: transparent;
}
/* main-contentリンククリック時 */
div#main-content a:link:active {
text-decoration: underline;
color: #990000;
background-color: transparent;
}
/* main-contentリンク訪問済み */
div#main-content a:visited {
text-decoration: none;
color: #3399CC;
background-color: transparent;
}
/* main-contentリンク訪問済みマウスオーバー */
div#main-content a:visited:hover {
text-decoration: underline;
color: #990000;
background-color: transparent;
}
/* main-contentリンク訪問済みクリック時 */
div#main-content a:visited:active {
text-decoration: underline;
color: #990000;
background-color: transparent;
}








/* パンくず */
ul.path { margin-left: -20px; font-size: 100%; margin-top: 20px; }
ul.path li {
margin-right: 5px;
display: inline;
}
ul.path li a {
background-image: url(blogimg/path.png);
background-position: right center;
background-repeat: no-repeat;
padding-right: 10px;
}
/* main-content 見出し */
div#main-content h2 { font-size: 116.66%; font-weight: bold; color: #333333; background-color: #eeeeee; background-image: url(blogimg/h2.png); background-position: left center; background-repeat: no-repeat; margin-bottom: 5px; clear: both; padding: 4px 5px 2px 35px; border: solid 1px red; }
div#main-content h3 {
font-size: 100%;
font-weight: bold;
padding-left: 3px;
margin-bottom: 10px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
padding-bottom: .2em;
clear: both;
}








/* main-content 段落 */
div#main-content p {
margin-bottom: 1em;
}


/* リスト*/
div#main-content p.exect { font-size: 95%; margin-top: 0; padding-top: 16px; padding-right: 10px; padding-left: 10px; border: solid 1.5px #06C;  }


/* 投稿者情報 */
div#main-content p.posted {
font-size: 91.66%;
text-align: right;
margin-top: 0px;
}
/* 引用元情報 */
div#main-content cite {
font-style: italic;
}
/* 引用 */
div#main-content blockquote {
color: #333333;
background-color: #FFFFFF;
border-width: 1px;
border-style: solid;
border-color: #CCCCCC;
padding: 5px;
margin-bottom: 10px;
clear: both;
}
/* 整形済みテキスト */
div#main-content pre {
border-width: 1px;
border-style: solid;
border-color: #CCCCCC;
padding: 5px;
margin-bottom: 10px;
/*height: 100px;*/ /* ここを変更すれば高さが変わります */
overflow: scroll;
clear: both;
}
div#main-content dl {
margin-bottom: 1em;
}
/* 会社概要用 */
dl.info {
margin-bottom: 25px;
}
dl.info dt {
padding-top: 0;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}
dl.info dd {
line-height: 160%;
margin-top: -1.6em;
margin-left: 8em;
margin-right: 0;
margin-bottom: .8em;
border-bottom: 1px dotted #333333;
}
/* お問い合わせ用 */
.form {
line-height: 160%;
margin: 0;
}
.form dt {
padding-top: 0;
padding-left: 0.3em;
padding-right: 0 ;
padding-bottom: 0;
}
.form dd {
line-height: 160%;
margin-top: -1.6em;
margin-left: 10em;
margin-right: 0;
margin-bottom: .8em;
}
.form fieldset {
margin-bottom: 10px;
}
/* 順不同リスト（箇条書き）*/
div#main-content ul {
padding-left: 20px;
margin-bottom: 1em;
}
div#main-content ul ol {
padding-left: 30px;
}
/* 画像 */
div#main-content img{
margin-top: 0;
margin-bottom: 20px;
}
/* 画像左配置 */
div#main-content .mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* 画像中央配置 */
div#main-content .mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* 画像右配置 */
div#main-content .mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
/* 続き */
div#main-content .extended {
font-size: 91.66%;
margin-top: 10px;
margin-bottom: 10px;
float: right;
clear: both;
}
div#main-content textarea{
width: 400px;
}
div#main-content input, div#main-content textarea {
font-size: 100%;
}
div.comment-reply {
margin-left: 20px;
}
/* コメンター画像 */
.asset-meta img {
vertical-align: top;
position: relative;
top: 3px;
}
div#main-content label {
margin-bottom: 0.8em;
width: 11em;
float: left;
clear: both;
white-space: nowrap;
}
/* タグ */
.entry-tags {
font-size: 84.61%;
margin: 5px 0 10px 5px;
clear: both;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding-left: 0;
}
p.search-results-header {
font-size: 87.5%;
font-weight: bold;
}
/* 新着情報 */
dl.news {
margin-left: 5px;
margin-right: 5px;
}
/* 新着情報 記事タイトル */
dl.news dd  {
margin-top: -1.5em;
margin-left: 5em;
margin-right: 0;
margin-bottom: .4em;
}




/************************************************
* Sitemap * 
************************************************/
ul li.home {
list-style-type: none;
}
ul.tree {
margin: 0 0 0 1em!important;
padding: 0!important;
list-style: none!important;
}
ul.tree ul {
margin: 0 0 0 1em!important;
padding: 0!important;
}
ul.tree li {
margin: 0!important;
padding: 0 0 0 16px!important;
background-image: url(blogimg/tree_lst.gif);
background-repeat: no-repeat!important;
list-style: none!important;
}
ul.tree li.tree_end {
background-image: url(blogimg/tree_end.gif);
list-style: none;
}




/************************************************
*b_nav*
************************************************/
/* 下部ナビゲーション */
div#b_nav {
font-size: 68.75%;
margin-bottom: 10px;
}
div#b_nav ul {
margin: 0;
padding: 0;
}
div#b_nav ul li {
display: inline;
padding: 0 .5em;
}
/* 下部ナビゲーションリンク色 */
div#b_nav ul li a {
text-decoration: none;
color: #006699;
background-color: transparent;
}
div#b_nav ul li a:hover {
text-decoration: underline;
color: #990000;
background-color: transparent;
}
/************************************************
*side bar*
************************************************/
/* サイドバー */
div#sub-content .inner {
font-size: 75%;
padding-top: 10px;
padding-left: 13px;
padding-right: 12px;
padding-bottom: 10px;
}




div#ex-content {

background-color: #0070bd;
}




div#ex-content .inner {
font-size: 75%;
padding-top: 10px;
padding-bottom: 10px;
}




/* サイドバー見出し */
div#sub-content h2 , div#ex-content h2 {
font-size: 100%;
font-weight: bold;
margin-bottom: .3em;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #cccccc;
}
div#sub-content h3 , div#ex-content h3{
font-size: 100%;
font-weight: bold;
margin-bottom: .3em;
}
/* サイドバー 段落 */
div#sub-content p ,div#ex-content p {
margin-bottom: 1em;
}
/* ページリスト 枠 */
dl.page_list { line-height: 1; margin-bottom: 10px; }
dl.page_list dt { font-size: 100%; font-weight: bold; color: #333333; background-color: #e0e0e0; background-image: url(blogimg/sub_box_1.png); background-position: center top; background-repeat: no-repeat; padding-top: 10px; padding-left: 20px; padding-bottom: 5px; }
dl.page_list dd {
background-image: url(blogimg/sub_box.png);
background-position: center bottom;
background-repeat: no-repeat;
padding-left: 1px;
padding-right: 1px;
padding-bottom: 3px;
}
/* ページリスト リンク設定 */




dl.page_list a:link {
color: #333333;
background-color: transparent;
text-decoration: none;
}
dl.page_list a:link:hover {
color: #333333;
background-color: transparent;
text-decoration: none;
}
dl.page_list a:visited {
color: #666666;
background-color: transparent;
text-decoration: none;
}
dl.page_list a:visited:hover {
color: #333333;
background-color: transparent;
text-decoration: none;
}
/* ページリスト */
dl.page_list ul {
padding: 0;
margin-left: 0px;
list-style: none;
}
dl.page_list ul li {
font-size: 100%;
color: #333333;
background-color: #ffffff;
text-indent: 25px;
padding-top: 0px;
padding-bottom: 1px;
}
/* ページリスト リンク */
dl.page_list ul li a{
background-image: url(blogimg/menu.png);
background-position: 0px 0px;
background-repeat: no-repeat;
padding-top: 8px;
padding-bottom: 8px;
display: block;
}
/* ページリスト ホバー */
dl.page_list ul li a:hover {
background-image: url(blogimg/menu.png);
background-position: 0px -300px;
background-repeat: no-repeat;
}
/* ページリスト 訪問済み */
dl.page_list ul li a:visited {
background-image: url(blogimg/menu.png);
background-position: 0px 0px;
background-repeat: no-repeat;
}




/* ページリスト 訪問済みホバー */
dl.page_list ul li a:visited:hover {
background-image: url(blogimg/menu.png);
background-position: 0px -300px;
background-repeat: no-repeat;
}
/* サブカテゴリー */
dl.page_list ul ul {
font-size: 100%;
margin-top: 0px;
padding: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
/* サブカテゴリーリスト */
dl.page_list ul ul li {
background-image: none;
text-indent: 40px;
padding-top: 1px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 1px;
}
/* サブカテゴリーリスト リンク */
dl.page_list ul ul li a {
background-image: url(blogimg/menu_sub.png);
background-position: 0px 0px;
background-repeat: no-repeat;
padding-top: 8px;
margin-bottom: -1px;
padding-bottom: 8px;
display: block;
border-left: none;
}
/* サブカテゴリーリスト ホバー */
dl.page_list ul ul li a:hover {
background-image: url(blogimg/menu_sub.png);
background-position: 0px -300px;
background-repeat: no-repeat;
}
/* サブカテゴリーリスト 訪問済み */
dl.page_list ul ul li a:visited {
background-image: url(blogimg/menu_sub.png);
background-position: 0px 0px;
background-repeat: no-repeat;
}
/* サブカテゴリーリスト 訪問済みホバー */
dl.page_list ul ul li a:visited:hover {
background-image: url(blogimg/menu_sub.png);
background-position: 0px -300px;
background-repeat: no-repeat;
}
/* タグクラウド */
dl.tags {
margin-bottom: 10px;
}
/* タグクラウドリンク設定 */
dl.tags a {
text-decoration: none;
color: #FFFFFF;
background-color: transparent;
}
/* タグクラウドリンク基本色 */
dl.tags a:link {
text-decoration: none;
color: #FFFFFF;
background-color: transparent;
}
/* タグクラウドリンクマウスオーバー時 */
dl.tags a:link:hover {
text-decoration: underline;
color: #990000;
background-color: transparent;
}
/* タグクラウドリンククリック時 */
dl.tags a:link:active {
text-decoration: none;
color: #990000;
background-color: transparent;
}
/* タグクラウドリンク訪問済み */
dl.tags a:visited {
text-decoration: none;
color: #EEEEEE;
background-color: transparent;
}
/* タグクラウドリンク訪問済みマウスオーバー */
dl.tags a:visited:hover {
text-decoration: underline;
color: #990000;
background-color: transparent;
}
/* タグクラウドリンク訪問済みクリック時 */
dl.tags a:visited:active {
text-decoration: none;
color: #990000;
background-color: transparent;
}
dl.tags dt {
font-size: 100%;
font-weight: bold;
color: #333333;
}




/* タグクラウド表示（文字サイズ） */
dl.tags .module-tagcloud .module-content
{text-align: left; }
dl.tags .module-tagcloud .module-content .module-list
{ list-style: none; }
dl.tags .module-tagcloud .module-content .module-list .module-list-item
{ display: inline; }
dl.tags .module-tagcloud .module-content .module-list li.taglevel1
{ font-size: 180%; }
dl.tags .module-tagcloud .module-content .module-list li.taglevel2
 { font-size: 160%; }
dl.tags .module-tagcloud .module-content .module-list li.taglevel3
{ font-size: 130%; }
dl.tags .module-tagcloud .module-content .module-list li.taglevel4
{ font-size: 120%; }
dl.tags .module-tagcloud .module-content .module-list li.taglevel5
{ font-size: 100%; }
dl.tags .module-tagcloud .module-content .module-list li.taglevel6
{ font-size: 80%; }




.banner {
margin-bottom: 10px;

}
/* FEED */
.feed {
margin-top: 0;
}
.feed a {
background-image: url(blogimg/feed.png);
background-position: 0 0;
background-repeat: no-repeat;
text-indent: -9999px;
width: 86px;
height: 20px;
display: block;
}

/* Search */
div#ex-content label {
font-size: 81.25%;
display: block;
}
input#search {
width: 150px;
}
/************************************************
*footer*
************************************************/
/* フッタ */
div#footer2 { color:  #06c; background-color: transparent; background-image: url(blogimg/content_bg.png); background-position: center top; background-repeat: y-repeat; width: 1140px; }

/* フッタ */
div#footer { color:  #06c; background-color: transparent; background-image: url(blogimg/footer.png); background-position: center top; background-repeat: no-repeat; width: 1140px; }
/* フッターリンク色 */
div#footer a {
text-decoration: none;
color:  #06C;
background-color: transparent;
}
div#footer a:hover {
text-decoration: underline;
color: #A1B06A;
background-color: transparent;
}
/* フッター powered */
div#footer .link-note {
font-size: 75%;
text-align: left;
width: 350px;
float: left;
}
div#footer .link-note ul {
margin-left: 20px;
}
div#footer .link-note ul li {
display: inline;
}
/* フッター Copyright */
div#footer .copy {
text-align: right;
width: 600px;
float: right;
}
div#footer address {
font-size: 75%;
font-weight: bold;
margin-right: 20px;
}
/************************************************
*ヘッダークレジット*
************************************************/
/* ヘッダー */
div#heder { color:  #06c; background-color: transparent;  background-position: center top; background-repeat: no-repeat; width: 1100px; }
/* ヘッダーリンク色 */
div#heder a {
text-decoration: none;
color:  #06C;
background-color: transparent;
}
div#heder a:hover {
text-decoration: underline;
color: #A1B06A;
background-color: transparent;
}
/* ヘッダー powered */
div#heder .link-note {
font-size: 75%;
text-align: right;
width: 350px;
float: right;
}
div#heder .link-note ul {
margin-left: 20px;
}
div#heder .link-note ul li {
display: inline;
}
/* ヘッダー Copyright */
div#heder.copy {
text-align: right;
float: right;
}
div#heder address {
text-align: right;
font-size: 75%;
font-weight: bold;
margin-right: 20px;
}
/* ------ STAFF ------ */
#staff1 { width: 360px; float: left; clear: left; }
#staff2 { width: 360px; float: right; clear: right;}
.sprofile{ font-size: x-small; width: 75%; padding: 5px 0; float: right; margin-top: 0; margin-right: 0; margin-left: 0; }
div#staff1 h3 { font-size: 130%; background-image: url(blogimg/dot_bg.gif); background-repeat: repeat; }
div#staff2 h3 { font-size: 130%; background-image: url(blogimg/dot_bg.gif); background-repeat: repeat; }




.staffphoto{ margin: 0; width : 80px; float: left; padding-right: 0; padding-left: 0; }
}
/* 選手 */
dl.staff {
margin-bottom: 25px;
}
dl.staff dt {
padding-top: 0;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}
dl.staff dd { line-height: 160%; margin: -1.6em 0 0.8em 10em; border-bottom: 1px dotted #333333; }




/* サブメニュー設定




============================================================*/




#contents-menu {
min-height: 1em;
display: inline-table;
padding-top: 0;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 30px;
}












#contents-menu:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}












/*\*/




* html #contents-menu{
    height: 1em;
}












#contents-menu {
    display: block;
}
/**/
#contents-menu-title {
float: left;
}
#contents-menu1 {
float: right;
}
#contents-menu2 {
float: right;
}
#contents-menu3 {
float: right;
}


/* スケジュールエリア設定

============================================================*/

.contents-title {
color: #039;
padding: 2px;

}

.contents-title-bg {

background-image: url(../images/dot_bg.gif);

background-repeat: repeat;

padding: 5px;

}

.contents-list1 {

padding: 2px;

border-bottom: 1px dotted #00a6d6;
color: #003;

}

.contents-list2 {

background-color: #ccedf7;

padding: 2px 5px 2px 5px;

}

.contents-list3 {

padding: 5px;

border-bottom: 1px dotted #00a6d6;

}

.right {
float: right;
padding: 0 5px 5px 0;
}
.photo {
clear: both;
}
.clear {
clear: both;
}

#asia {

padding: 0;

margin: 0;

}





#europe {

padding: 30px 0 0 0;

margin: 0;

}







/* コンテンツ詳細エリア設定

============================================================*/

#contents1 {

padding: 20px 125px 20px 130px;

    min-height: 1em;

    display: inline-table;


}



#contents1:after {

    content: "";

    display: block;

    clear: both;

    height: 1px;

    overflow: hidden;

}



/*\*/

* html #contents1{

    height: 1em;

}



#contents1 {

    display: block;

}

/**/



.contents1-caption {

padding: 5px 3px 10px 3px;

border-bottom: 1px dotted #00a6d6;

}



.contents1-caption2 {

padding: 10px 3px;

}



.contents1-img-txt {

background-color: #ccedf7;

text-align: right;

}



.contents1-img-txt p {

padding: 3px;

margin: 0;

}



.contents1-title {

padding: 20px 0 5px 0;

}



.contents1-comment {

padding: 3px 0 5px 0;

}




