﻿@charset "utf-8";

/*//////////////////////////////////////////////////////////

	1: Application all
	2: Flame layout＆Decoration

//////////////////////////////////////////////////////////*/



/*=========================================================

	Application all

==========================================================*/

*{
  margin:0px;
  padding:0px;
}

html,body{
  text-align:center;
  line-height:1.3;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size:85%;
  color:#333333;
  padding:0;
  width:100%;
  margin:0 auto;
}

td{
  padding:0;
}

a{
  color:#cc0f0f;
  text-decoration:none;
  font-weight:bold;
}

a:link{
  color:#cc0f0f;
  text-decoration:none;
  font-weight:bold;
}

a:hover{
  color:#cc0f0f;
  text-decoration:underline;
  font-weight:bold;
}

a:visited{
  color:#cc0f0f;
  text-decoration:none;
  font-weight:bold;
}

img{
  border:none;
  vertical-align:middle;
  margin:0;
  padding:0;
}

table{
  border:none;
  border-collapse:collapse;
  padding:0;
}

li{
  list-style:none;
}

h2{
  font-size:110%;
  padding-bottom:3px;
}


/*=========================================================

	Flame layout＆Decoration

==========================================================*/

/*== Header ==============================================*/

#header{
  height:118px;
  background-image:url(/img/header_bg.jpg);
  background-position:center top;
  margin:0 auto;
  padding:0;
  text-align:center;
  width:100%;
}

.header_in{
  width:1000px;
  text-align:center;
  margin:0 auto;
  color:#ffffff;
}

*:first-child+html .header_bt {
  margin-top:-2px;
}

input.search {
  width:210px;
  height:15px;
  border: solid 1px #989898;
  padding:3px;
}


/*== 共通 ==============================================*/

#contents{
  margin:15px auto 0;
  text-align:left;
  width:1000px;
}

.breadcrumbs{
  height: 11px;
  margin-bottom: 5px;
  width:680px;
  text-align:right;
  vertical-align:top;
}


/*== Sidebar ==============================================*/

#sidebar{
  width:300px;
  text-align:center;
  float:right;
  margin-top: 3px;
}

.pickup{
  padding: 0 0 10px;
  width:300px;
  background-color:#a00202;
  border-collapse:separate;
}

*:first-child+html .pickup{
  padding:15px 0;
  width:300px;
  background-color:#a00202;
  border-collapse:separate;
}

.pickup td{
  padding: 10px 0 0;
}

.pickup th{
  padding: 10px 0 0;
}

.news{
  width:300px;
  text-align: left;
  background-color:#a00202;
  border-collapse:separate;
}

.news td{
  padding: 8px;
  border-bottom:1px dotted #000000;
}

.news th{
  padding: 8px;
  text-align: left;
}

.news a{
  font-size:100%;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  margin-left: 3px;
}

.news a:link{
  font-size:100%;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
}

.news a:hover{
  font-size:100%;
  color:#ffffff;
  font-weight:bold;
  text-decoration:underline;
}

.news a:visited{
  font-size:100%;
  color:#ffffff;
  font-weight:bold;
}

.day{
  color:#dcae6c;
  font-weight:normal;
}

.contents_footer1{
  background-image: url("/img/contents_footer1.jpg");
  background-position: center top;
  background-repeat:no-repeat;
  vertical-align: middle;
  width: 292px;
  padding-right:8px;
}

.contents_footer1 a{
  font-size:100%;
  color:#ffffff;
  font-weight:normal;
  text-decoration:none;
  margin-left: 3px;
}

.contents_footer1 a:link{
  font-size:100%;
  color:#ffffff;
  font-weight:normal;
  text-decoration:none;
}

.contents_footer1 a:hover{
  font-size:100%;
  color:#ffffff;
  font-weight:normal;
  text-decoration:underline;
}

.contents_footer1 a:visited{
  font-size:100%;
  color:#ffffff;
  font-weight:normal;
}


/*== Index ==============================================*/

#main{
  float: left;
  padding-right: 10px;
  text-align: left;
  width: 690px;
}

.twitterr_s td,.twitterr_sr td{
  width:220px;
  min-height:58px;
  vertical-align:top;
  border-bottom:1px dotted #B9B8B8;
}

.twitterr_s,.twitterr_sr{
  float: left;
  margin: 15px 10px 0 0;
  table-layout: fixed;
  text-align: left;
  width: 220px;
}

.twitterr_s img,.twitterr_sr img,.official_twitter img{
  margin: 6px 2px 6px 0;
  float:left;
}

*:first-child+html .twitterr_s img{
  padding: 2px 2px 7px 0;
  float:left;
}

*:first-child+html .twitterr_sr img{
  padding: 2px 2px 7px 0;
  float:left;
}

*:first-child+html .official_twitter img{
  padding: 2px 2px 7px 0;
  float:left;
}

.twitterr_s p{
  color: #CC0F0F;
  float: left;
  font-size: 85%;
  font-weight: bold;
  padding: 6px 0;
  width: 128px;
}

.twitterr_sr p{
  color: #CC0F0F;
  float: left;
  font-size: 85%;
  font-weight: bold;
  padding: 6px 0;
  width: 102px;
}

.twitterr_s em,.twitterr_sr em,.official_twitter em{
  color:#b8b8b8;
  font-style:normal;
  float:left;
  font-weight:normal;
}

.twitterr_s a,.twitterr_sr a,.official_twitter a{
  font-size:100%;
  color:#333333;
  font-weight:normal;
  text-decoration:none;
  margin-left: 3px;
}

.twitterr_s a:link,.twitterr_sr a:link,.official_twitter a:link{
  font-size:100%;
  color:#333333;
  font-weight:normal;
  text-decoration:none;
}

.twitterr_s a:hover,.twitterr_sr a:hover,.official_twitter a:hover{
  font-size:100%;
  color:#333333;
  font-weight:normal;
  text-decoration:underline;
}

.twitterr_s a:visited,.twitterr_sr a:visited,.official_twitter a:visited{
  font-size:100%;
  color:#333333;
  font-weight:normal;
}

.contents_footer2{
  background-image: url("/img/contents_footer2.jpg");
  background-position: center top;
  background-repeat:repeat-x;
  padding-right:8px;
  vertical-align: middle;
  width: 212px;
}

.contents_footer2_m{
  background-image: url("/img/contents_footer2.jpg");
  background-position: center top;
  padding-right:8px;
  vertical-align: middle;
  width: 442px;
}

.contents_footer2_l{
  background-image: url("/img/contents_footer2.jpg");
  background-position: center top;
  padding-right:8px;
  vertical-align: middle;
  width: 672px;
}

.contents_footer2 a,.contents_footer2_l a,.contents_footer2_m a{
  font-size:100%;
  color:#333333;
  font-weight:normal;
  text-decoration:none;
  margin-left: 3px;
}

.contents_footer2 a:link,.contents_footer2_l a:link,.contents_footer2_m a:link{
  font-size:100%;
  color:#333333;
  font-weight:normal;
  text-decoration:none;
}

.contents_footer2 a:hover,.contents_footer2_l a:hover,.contents_footer2_m a:hover{
  font-size:100%;
  color:#333333;
  font-weight:normal;
  text-decoration:underline;
}

.contents_footer2 a:visited,.contents_footer2_l a:visited,.contents_footer2_m a:visited{
  font-size:100%;
  color:#333333;
  font-weight:normal;
}

.newimage{
  width:690px;
  text-align:left;
  margin:15px 0 0;
}

.newimage td{
  padding: 0 5px 15px;
}

.official_twitter{
  border: 3px solid #EFEFEF;
  margin: 15px 10px 0 0;
  table-layout: fixed;
  width: 444px;
  padding-bottom:10px;
}

.official_twitter td{
  border-bottom: 1px dotted #B9B8B8;
  min-height: 77px;
  padding: 0 0 0 6px;
  vertical-align: top;
  width: 438px;
}

.official_twitter th{
  width:444px;
  vertical-align:top;
}

.official_twitter p{
  color: #CC0F0F;
  float: left;
  font-weight: bold;
  padding: 6px 0;
  width: 325px;
}


/*== Bottom ==============================================*/

.profile{
  width:660px;
  border:3px solid #e9e9e9;
  background-image: url("/img/profile_bg.jpg");
  border-collapse:separate;
  border-spacing: 0;
  padding:7px;
  table-layout: fixed;
}

*:first-child+html .profile{
  width:680px;
  border:3px solid #e9e9e9;
  background-image: url("/img/profile_bg.jpg");
  border-collapse:separate;
  border-spacing: 0;
  table-layout: fixed;
}

.profile_in_top{
  background-color:#ffffff;
  border:1px solid #aa0e06;
  border-collapse:separate;
  border-spacing: 0;
  font-weight: bold;
  padding:10px;
  text-align:left;
  table-layout: fixed;
}

*:first-child+html .profile_in_top{
  background-color:#ffffff;
  border:7px solid #ffffff;
  border-collapse:collapse;
  font-weight: bold;
  margin:10px 10px 6px;
  text-align:left;
  table-layout: fixed;
}

.profile_in_bottom{
  background-image: url("/img/profile_bg.png");
  border: 1px solid #AA0E06;
  margin-top: 5px;
  table-layout: fixed;
  text-align: left;
  width: 659px;
}

*:first-child+html .profile_in_bottom{
  background-image: url("/img/profile_bg.png");
  border: 1px solid #AA0E06;
  table-layout: fixed;
  text-align: left;
  margin:0 10px 7px;
  width: 652px;
}

.profile_in_bottom p{
  color: #FFFFFF;
  padding: 3px 10px 10px;
}

.blog_twitter{
  width:450px;
  border:3px solid #e9e9e9;
  border-spacing: 0;
  text-align:left;
  table-layout: fixed;
  margin:15px 10px 0 0;
}

.blog_twitter em{
  color:#dcdcdc;
  font-style:normal;
  float:left;
  font-weight:normal;
  font-size:85%;
}

.blog_twitter img{
  padding: 0 23px 0 44px;
  float:left;
}

.blog_twitter p{
  color: #ffffff;
  float: left;
  width: 295px;
}

.blog_twitter b{
  color:#dcdcdc;
  font-weight: bold;
}

.blog{
  background-image: url("/img/blog_bg.jpg");
  background-position:center top;
  background-repeat:no-repeat;
  background-color:#9f0101;
  padding:8px;
}

.twitter{
  background-image: url("/img/twitter_bg.jpg");
  background-position:center top;
  background-repeat:no-repeat;
  background-color:#5c0803;
  padding:8px;
}

.twitter_btn{
  visibility: hidden;
}

.twitter_btn img{
  padding:0;
  clear:both;
  float: right;
}

.relevancy{
  margin-top: 18px;
  text-align:left;
  width:220px;
}

.movie{
  margin-top:15px;
  text-align:left;
  width:220px;
}


/*== Footer ==============================================*/

#footer{
  background-image: url("/img/footer_bg.jpg");
  background-position: center top;
  float:left;
  height:112px;
  width:100%;
  margin-top:30px;
  text-align:center;
}

.footernavi{
  background-image: url("/img/footer.jpg");
  background-position: center top;
  width:1000px;
  height:112px;
  padding-top: 40px;
  margin:0 auto;
  table-layout:fixed;
}

h1 {font-size: 12px;color: #FFFFFF;font-weight: normal;margin: 0px;}
h2 {font-size: 13px;color: #000000;font-weight: normal;margin: 0px;}
h3 {font-size: 13px;color: #000000;font-weight: normal;margin: 0px;}
h4 {font-size: 12px;color: #000000;font-weight: normal;margin: 0px;}
h5 {font-size: 13px;color: #000000;font-weight: normal;margin: 0px;}
h6 {font-size: 13px;color: #000000;font-weight: normal;margin: 0px;}