@charset "utf-8";
/*
Theme Name: AI-SHA-DOU
Version: 1.0
Author: MODAN
Author URI: http://www.rootless.jp
*/

/*========================================
base
========================================*/

/*reset
---------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body{
	background-color: #FFFFFF;
	font-family: "Georgia", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "平成明朝体", serif;
	font-size: 0.75em;
	line-height:1.8em;
	color: #333333;
	background-image: url(/wp-content/themes/ai-sha-dou/images/bg.jpg);
	background-repeat: repeat-x;
}

a{
	color: #00aad9;
	text-decoration: none;
}
a:hover{
	color: #0033FF;
	text-decoration: underline;
}

input,textarea{
	padding: 2px;
	font-size: 12px;
}

/*========================================
layout
========================================*/
#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #container {
    height: 1em;
    overflow: visible;
}
/**/

/*header
///////////////////////////////////////*/
#header {
	padding-bottom: 50px;
	overflow: hidden;
}

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

/*\*/
* html #header {
	height: 1em;
	overflow: visible;
}
/**/

/*ロゴ
--------------------------------------*/
#logo a {
	background-image: url(/wp-content/themes/ai-sha-dou/images/sprite.jpg);
	background-position: 0 -504px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	outline:none;
	font-size: 1px;
	line-height: 1px;
	height: 74px;
	width: 210px;
	overflow:hidden;
	margin-top: 55px;
	float: left;
}

/*ページナビ
--------------------------------------*/
#navi {
	float: right;
	display: block;
	margin-top: 110px;
}
#navi li {
	display: block;
	margin-left: 10px;
	float: left;
}
#navi li a {
	background-image: url(/wp-content/themes/ai-sha-dou/images/sprite.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	display:block;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow:hidden;
	outline:none;
}
/*アバウトアイコン*/
#navi_about a {
	background-position: 0 -302px;
}
/*コンタクトアイコン*/
#navi_contact a {
	background-position: 0 -445px;
}
/*フィードアイコン*/
.navi_feed a {
	background-position: 0 -420px;
}

/*content
///////////////////////////////////////*/
#content {
	float: left;
	width: 640px;
}
#content h2 {
	font-size: 1.6em;
	margin-bottom: 30px;
}
#content h3 {
	font-size: 1.4em;
	margin-bottom: 20px;
}
#content p{
	padding-bottom: 20px;
	display: block;
}

/*ページナビ
--------------------------------------*/
.navigation {
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}
.navigation:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.navigation {
  min-height: 1px;
}

/*前のページ*/
.navigation .previous_page {
	float: left;
	margin-right: 20px;
}
/*次のページ*/
.navigation .next_page {
	float: left;
}

/*ページタイトル
--------------------------------------*/
.pagetitle{
	font-size: 1.4em;
	margin-bottom: 15px;
}

/*投稿
--------------------------------------*/
.post{
	clear: both;
	margin-bottom: 20px;
}
/*投稿見出し
--------------------------------------*/
.post-heading {
	margin-bottom: 10px;
}
.post-heading h2,.post-heading h3 {
	margin-bottom: 5px !important;
	display: block;
}

/*投稿日付
--------------------------------------*/
.post-date {
	font-size: 0.95em;
	color: #999999;
}
/*投稿内容
--------------------------------------*/
.entry{
	margin-bottom: 10px;
	background-image: url(/wp-content/themes/ai-sha-dou/images/border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
}
.entry:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .entry {
    height: 1em;
    overflow: visible;
}
/**/

/*投稿画像*/
.entry img{
	margin-bottom: 10px;
}
/*画像右寄せ*/
.entry .imgright {
	float: right;
}
/*画像左寄せ*/
.entry .imgleft {
	float: left;
	margin-right: 20px;
}

/*投稿データ
--------------------------------------*/
.postmetadata{
	font-size: 0.85em;
	color: #999999;
	text-align: right;
	display: block;
	margin-top: 5px;
}

.widecolumn .postmetadata{
	text-align: left;
}

/*コメント数*/
.comment-num{
	font-size: 1.4em;
	color: #666666;
}
/*コメントアイコン*/
.icon_comment,.icon_comment_reply,.icon_comments_reply{
	background-image: url(/wp-content/themes/ai-sha-dou/images/sprite.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*コメントなし*/
.icon_comment{
	background-position: 0 -348px;
}
/*コメント1*/
.icon_comment_reply{
	background-position: 0 -374px;
}
/*コメント複数*/
.icon_comments_reply{
	background-position: 0 -399px;
}

/*コメント
--------------------------------------*/
#comments{
	display: block;
	margin-top: 10px;
}

/*コメントリスト*/
.commentlist {
	clear: both;
	display: block;
	margin-bottom: 20px;
	background-image: url(/wp-content/themes/ai-sha-dou/images/border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 15px;
}
.commentlist li {
	margin-bottom: 20px;
}
.commentlist p {
	clear: both;
}
.comment-author{
	display: block;
	margin-bottom: 5px;
	vertical-align: middle;
}
.comment-author .fn {
	font-size: 1.2em;
	font-weight: bold;
}
.avatar{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.comment-meta{
	font-size: 0.85em;
	margin-bottom: 10px;
	margin-top: -10px;
}

/*コメント入力
--------------------------------------*/
#respond {
	display: block;
	clear: both;
}
#respond h3 {
	font-size: 14pt;
	margin-bottom: 20px;
}
#respond p {
	clear: both;
}
#respond label {
	float: left;
}

#respond input,#respond textarea {
	margin-bottom: 10px;
}

/*必須入力アイコン*/
.icon_required{
	font-size: 1px;
	line-height: 1px;
	background-image: url(/wp-content/themes/ai-sha-dou/images/sprite.jpg);
	background-position: 0 -478px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 31px;
	margin-left: 5px;
	float: left;
	margin-top: 3px;
}

#respond #author,#respond #email,#respond #url{
	width: 160px;
	margin-right: 10px;
	float: left;
}
#respond #comment{
	width: 400px;
	height: 100px;
	margin-top: 5px;
}

/*ページング
--------------------------------------*/
.wp-pagenavi{
	font-size: 0.85em;
	text-align: center;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #00aad9;
	color: #00aad9;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #0033FF;
	color: #0033FF;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #666666;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
/*ページのTOPへ移動
--------------------------------------*/
.elevate a {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	display: block;
	float: right;
	text-align: left;
	background-image: url(/wp-content/themes/ai-sha-dou/images/sprite.jpg);
	background-position: 0 -10px;
	background-repeat: no-repeat;
	height: 18px;
	width: 102px;
	overflow:hidden;
	outline:none;
}

/*sidebar
///////////////////////////////////////*/
#sidebar {
	float: right;
	width: 220px;
	padding-left: 50px;
}
#sidebar li {
	margin-bottom: 25px;
	margin-left: 20px;
}
#sidebar li li {
	margin-bottom: 10px;
	margin-left: 10px;
}
#sidebar li li a {
	background-image: url(/wp-content/themes/ai-sha-dou/images/sprite.jpg);
	background-position: 0 -329px;
	background-repeat: no-repeat;
	padding-left: 12px;
}
/*ウィジェットタイトル*/
.widgettitle{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}

/*カレンダー
--------------------------------------*/
#wp-calendar{
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
#calendar_wrap {
	background-image: url(/wp-content/themes/ai-sha-dou/images/sprite.jpg);
	background-position: -6px -41px;
	background-repeat: no-repeat;
	padding-top: 22px;
	margin-left: -25px;
	height: 242px;
}
#wp-calendar caption{
	text-align: center;
	padding-bottom: 3px;
}
#wp-calendar th,#wp-calendar td{
	font-size: 0.85em;
	padding-top: 1px;
	padding-bottom: 1px;
}

/*footer
///////////////////////////////////////*/
#footer {
	clear: both;
	font-size: 10px;
	padding-top: 20px;
	margin-bottom: 60px;
	overflow: hidden;
}
#footer:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #footer {
    height: 1em;
    overflow: visible;
}
/**/
/*コピーライト*/
#copyright{
	font-size: 9px;
	color: #EB5133;
	float: left;
}

