/*
Theme Name: block_blue_wp
Theme URI: http://wordpress.org/
Description: TempNate blockデザイン
Version: 1.0
Author: TempNate
Author URI: http://tempnate.com/
Tags: two columns,
*/




body {
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333333;
  background-color: #ffffff;
}

a:link {
  color: #004080;
  font-size: 12px;
}

a:hover {
  color: #005ebb;
  font-size: 12px;
}

a:visited {
  color: #004080;
  font-size: 12px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 150%;
  letter-spacing: 1px;
}


/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 95%;
  background-color: #ffffff;
}



/*---------- ヘッダー ----------*/
#header {
  margin: 0 0 6px 0;
  width: 95%;
  background-color: #ffffff;
}


#header h1 {
  margin: 0;
  padding: 30px 10px 0 18px;
  width: 90%;
  text-align: left;
  font-size: 18px;
  color: #fffffc;
  letter-spacing: 1px;
}

#header p {
  margin: 0;
  padding:  4px 0 0 18px;
  text-align: left;
  font-size: 13px;
  color: #fffffc;
  letter-spacing: 1px;
}

#table-left{
  text-align: left;
  font-size: 16px;
  color: #fffffc;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 18px;
  color: #fffffc;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 18px;
  color: #cccccc;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 0 14px 2px 0;
  font-size: 12px;
  color: #fffffc;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #fffffc;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #cccccc;
  text-decoration: none;
}



/*---------- コンテンツ ----------*/

#container {
  width: 95%;
  overflow: hidden;
  margin: 0px;
  padding: 6px;
  background-color: #ffffff;
}


/*---------- メインコンテンツ ----------*/
#contents {
  float: center;
  margin: 0px 0px 10px 0px;
  padding: 5px 10px 5px 0;
  font-size: 12px;
  line-height: 150%;
  width: 95%;
  letter-spacing: 1px;
}

#contents h2 {
  height: 29px;
  margin: 0 0 4px 0;
  padding: 10px 0 0 20px;
  font-size: 12px;
  color: #c9171e;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents h3 {
  height: 22px;
  width: 270;
  margin: 3 0 4px 0;
  padding: 3px 0 0 25px;
  font-size: 12px;
  color: #c9171e;
  background-image: url(img/title.gif);
  background-repeat: no-repeat;
}

#contents h4 {
  height: 24px;
  margin: 0 0 4px 0;
  padding: 4px 0 0 10px;
  font-size: 12px;
  color: #ffffff;
  background-color: #dddddd;
}

#contents p.postmetadata {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 10px;
}

#contents p.postmetadata_single {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 10px;
}

#contents img {
  border: none;
}


#contents p {
  margin-bottom: 15px;
  padding: 0 5px 0 0;
  line-height: 150%;
  font-size: 12px;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}


table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}


table.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
}


td.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding : 8px 14px 8px 14px;
}


#searchform {
  margin: 10px auto;
  padding: 5px 3px;
  text-align: left;
}

#sidebar #searchform #s {
  width: 108px;
  padding: 2px;
}

#sidebar #searchsubmit {
  padding: 1px;
}

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
}

#commentform {
  margin: 5px 10px 0 0;
}

#commentform textarea {
  width: 100%;
  padding: 2px;
}

#commentform #submit {
  margin: 0 0 5px auto;
  float: left;
}

.commentlist {
  margin: 0;
}

.nocomments {
  margin: 0;
  background-color: #cccccc;
}

#content {
  margin: 0px 0px 10px 0px;
}

.navigation {
  margin: 0 0 10px 0;
}

.pagetitle {
  margin: 0;
}

.alignleft {
  margin: 0;
}

.alignright {
  margin: 0;
}

.entry form {
  text-align:center;
}

#respond:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.widecolumn {
  margin: 0;
}

.narrowcolumn {
  margin-left: 10px;
}

.entry {
  margin: 0;
}

.post {
  margin: 0;
}


/*---------- メニュー ----------*/

#menu {
  margin: 2px 0 15px 0;
  padding: 5px;
  width: 100%;
  text-align: left;
  letter-spacing: 1px;
}

#menu h2 {
  height: 19px;
  width:162px;
  margin: 0;
  padding: 7px 0 0 12px;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif); }

#menu h2 a {
  color: #fffffc;
  text-decoration: none;
}

#menu h2 a:hover {
  color: #fffffc;
  text-decoration: none;
}

#menu p {
  margin: 0;
  padding: 10px 4px 2px 4px;
  font-size: 12px;
  line-height: 180%;
}

#menu ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}

#menu li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}


#menu li a{
  color: #c9171e;
  display: inline;
  width: 100%;
  padding: 4px 10px;
  text-decoration: none;
  font-size: 12px;
  line-height: 210%;
  background-repeat: no-repeat;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

#menu li a:hover{
  color: #e83929;
  text-decoration: underline;
}

#menu a{
  color: #004080;
  line-height: 160%;
  white-space: nowrap;
}

#menu a:hover{
  color: #005ebb;
}

#menu span.red {
  color: #e60033;
}


/*---------- メニューリスト ----------*/

#menu .menulist {
  margin: 0 0 15px 0;
  padding: 5px 0 0 0;
  width: 210px;
  text-align: left;
  background-image: url(img/menu_back.gif); }

#menu .menulist h2 {
  height: 19px;
  margin: 0;
  padding: 7px 0 0 12px;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

#menu .menulist a{
  color: #004080;
  display: inline-block;
  border-bottom: solid 1px #cccccc;
  width:170px;
  padding: 8px 4px 6px 20px;
  font-size: 12px;
  line-height: 160%;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
 }

#menu .menulist a:hover{
  color: #005ebb;
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}

#menu .menulist li a{
  color: #004080;
  display: inline-block;
  border-bottom: solid 1px #cccccc;
  width: 170px;
  padding: 8px 4px 6px 20px;
  font-size: 12px;
  line-height: 160%;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
 }

#menu .menulist li a:hover{
  color: #005ebb;
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}


/*---------- メニューフリー ----------*/

#menu .menu_free {
  margin: 0 0 15px 0;
  padding: 5px 0 0 0;
  width: 210px;
  text-align: left;
  background-image: url(img/menu_back.gif); }

#menu .menu_free h2 {
  height: 19px;
  margin: 0;
  padding: 7px 0 0 12px;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

#menu .menu_free ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}

#menu .menu_free li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu .menu_free a{
  color: #004080;
  font-size: 12px;
  line-height: 160%;
 }

#menu .menu_free a:hover{
  color: #005ebb;
  font-size: 12px;
}

#menu .menu_free p{
  margin: 0;
  padding: 10px 4px 0 4px;
  font-size: 12px;
  line-height: 180%;
}

#menu .menu_free span.red {
  color: #e60033;
}


/*---------- Widget ----------*/

#menu h2.widgettitle {
  height: 19px;
  margin: 0;
  padding: 7px 0 0 12px;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

#menu .textwidget {
  font-size: 12px;
  padding: 0 3px 0 3px;
  margin: 0 0 15px 0;
  line-height: 200%;
  letter-spacing: 1px;
}

#menu .textwidget a{
  display: inline;
  font-size: 12px;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 160%;
  letter-spacing: 1px;
  background-image: url(img/menu_back.gif); }

#menu .textwidget a:hover{
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#menu li.widget_rss h2.widgettitle,
#menu li.widget_rss h2.widgettitle a {
  display: none;
}

#menu li.timesince {
  margin: 0 0 15px 0;
}


/*---------- Archive Widget ----------*/

#menu select {
  margin: 15px;
}


/*---------- Comments Widget ----------*/

#menu ul li.recentcomments a {
  background-image: url(img/menu_back.gif); }


/*---------- Tag Widget ----------*/

#menu .tagcloud {
  margin-bottom: 15px;
}


/*---------- Calendar Widget ----------*/

#menu #calendar_wrap {
  padding: 14px;
}

#menu #calendar_wrap td a{
  display: inline; !important;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 160%;
  border-right: solid 1px #f3f3f2;
  border-bottom: solid 1px #f3f3f2;
  border-left: solid 1px #f3f3f2;
  background-image: url(img/menu_back.gif); }

#menu #calendar_wrap td#prev a{
  display: inline; !important;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 160%;
  border-right: solid 1px #f3f3f2;
  border-bottom: solid 1px #f3f3f2;
  border-left: solid 1px #f3f3f2;
  background-image: url(img/menu_back.gif); }


/*---------- Twitter Widget ----------*/

#menu ul.tweets {
  padding: 15px 5px;
}

#menu ul.tweets li a.timesince {
  margin-bottom: 10px;
}

#menu h2.widgettitle a {
  padding: 0;
  color: #fffffc;
  text-decoration: none;
  border-style: hidden;
  background-image: none;
}

#menu h2.widgettitle a:hover {
  padding: 0;
  border-style: hidden;
  background-image: none;
}

#menu ul.tweets li a {
  padding: 0;
  border-right: solid 1px #f3f3f2;
  border-bottom: solid 1px #f3f3f2;
  border-left: solid 1px #f3f3f2;
  background-image: url(img/menu_back.gif); }

#menu ul.tweets li a:hover {
  border-right: solid 1px #f3f3f2;
  border-bottom: solid 1px #f3f3f2;
  border-left: solid 1px #f3f3f2;
  background-image: url(img/menu_back.gif); }


/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px 0 15px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border-top: solid 2px #999999;
  background-color: #ffffff;
}

#footer a {
  color: #333333;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}

.spNone { display: none;}

@media screen and (min-width : 480px) {
}

@media screen and (min-width : 600px) {
}


@media screen and (min-width : 768px) {
#contents {
  float: right;
}

.spNone { display: inline;}

.grid_left {
	float: left;
    margin-left: 10px;
	width: 220px;
}
.grid_right {
	float: right;
    margin-left: 10px;
	width: 380px;
}

.grid_logo, .grid_cont, .grid_titl, .grid_nrml {
  float: left;
  display: inline;
  margin-left: 20px;
  letter-spacing: 1px;
}

.grid_logo {width: 190px;}
.grid_cont {width: 190px;}
.grid_titl {width: 350px;}

#menu {
  margin: 2px 0 15px 0;
  padding: 5px;
  text-align: left;
  background-image: url(img/menu_back.gif);
  letter-spacing: 1px;
  float: left;
  width: 180px;
}
#menu li {
  display: block;
}

#menu li a{
  color: #c9171e;
  display: block;
  width: 150px;
  padding: 8px 4px 6px 20px;
  text-decoration: none;
  font-size: 12px;
  line-height: 160%;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}



#menu .menulist a{
  display: block;
}
#menu .menulist li a{
  display: block;
}

#main {
  width: 820px;
}

#header {
  width: 820px;
}

#header h1 {
  width: 700px;
}

#contents {
  width: 620px;
}

#container {
  width: 820px;
}


}




