/*
Theme Name:Tsunashima-seitai
Description:つなしま整体院オリジナルテーマ
Author:webzou
*/

/* ==================== レイアウト ==================== */

body	{
	background-color:#ffcc00;
	margin:0 0 0 0;
	padding:0;
	color: #555555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
}

h1,h2,h3,h4,h5,h6.p{
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}

#container{
	background-color:#fff3c3;
	background-image:url("images/background.gif");
	background-position:top;
	background-repeat:no-repeat;	
	width:1100px;
	margin:0 auto;
	-webkit-box-shadow: 1px 1px 6px #ccc; /* 影　縦・横・ぼかし・色 */
	-moz-box-shadow: 1px 1px 6px #ccc; /* 影　縦・横・ぼかし・色 */  
}

#container_inner{
	width:1020px;
	margin:0 auto;
	padding:10px 0 20px 0;
	}

#content{
	float:left;
	width:700px;
	margin-bottom:20px;
	padding:10px 30px 20px 30px;
	background-color:#ffffff;
	border-radius: 10px;        /* CSS3草案 */  
    	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.23);
-moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.23);
box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.23);
}

#content p{
	font-size:15px;
}

#sidebar{
	float:right;
	width:240px;
	height:auto;
	margin-top:0;
	margin-bottom:20px;
	border-radius: 10px;        /* CSS3草案 */  
    	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 10px;   /* Firefox用 */ 
-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.23);
-moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.23);
box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.23);
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */

}


#foot{
	clear: both;
	margin: 20px 0px 20px 0;
	padding-top:15px;
	background-color:#ffffff;
	background-repeat:repeat-y;
	border-radius: 10px;        /* CSS3草案 */  
    	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.23);
-moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.23);
box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.23);
}


/* ==================== リンク ==================== */
a{
	color: #7d8a2e;
}

a:focus, a:active, a:hover {
    text-decoration: underline;
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}
/* ==================== ヘッダー ==================== */
#head{
	background: none;
	background-repeat: no-repeat;}

#head h1{
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	padding-left: 60px;
	display:none;
}

#head h1 a{
	color: #000000;
}
#head p{
	margin: 0;
	}

#head p#desc{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-size: 10px;
	color: #b7b7b7;
	margin:0px auto;
	padding-bottom:5px;
	line-height:12px
}

/* ==================== ナビゲーションバー ==================== - */

#access {
	float: left;
	margin: 0 auto 10px;
	width: 1020px;
}
#access .menu-header,
div.menu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#9e4d18;
	background-color:#889003;
	margin: 0 0 10px 0;
	width: 1020px;
	height: 40px;
	border-radius: 10px;        /* CSS3草案 */  
    	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 10px;   /* Firefox用 */  
-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.52);
-moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.52);
box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.52);
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #ffffff;
	display: block;
	line-height: 40px;
	padding: 0 20px 0;
	text-decoration: none;
}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	float: left;
	width: auto;
	z-index: 99999;
}
#access ul ul li {
	min-width: 170px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	color:#9e4d18;
	background: #ffe682;
	line-height: 1em;
	padding: 10px 10px 10px 20px;
	margin-left:-40px;
	height: auto;
}
#access li:hover > a{
	background: #ffe682;
	color: #9e4d18;
}
#access ul ul :hover > a {
	background: #ffffff;
	color: #9e4d18;
}

#access ul li:hover > ul {
	display: block;
	position: absolute;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
background: #ffcc00;	
color: #9e4d18;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* ==================== コンテンツ ==================== */
//
#content{
	padding-right:15px;
	padding-left:15px:
}
#content h2	{
	color: #889003;
	font-size: 24px;
  margin: 15px 0 20px;
	padding: 6px 0 0 15px;
	background-color:#fee687;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#content h3{
	color: #889003;
	font-size: 20px;
	font-weight:bold;
	height:auto;
	padding:8px 0px 0px;
	margin:15px auto 20px;
	border-bottom:3px dotted #d5e025;
}

#content h4{
	color: #944b18;
	font-size: 18px;
	padding:0px;
	margin:15px 10px 5px 0px;
	border-bottom: dotted 1px #944b18;
}
#content h5{
	color: #ff6600;
	font-size: 18px;
	border-bottom: solid 1px #ff6600;
}

#content .left_col{
	color:#7d8a2e;
	font-size:13px;
	line-height:1.2em;
	width:340px;
	padding-top:5px;
	clear:right;
	float:left;
}
#content .right_col{
	color:#7d8a2e;
	text-align:left;
	font-size:13px;
	line-height:1.2em;
	width:340px;
	padding-top:5px;
	float:right;	
}
#content a{
	color: #1982D1;
}

#content a:focus, a:active, a:hover {
	color: #c4d002;
}


#content ul{
	list-style-position:outside;
	overflow:hidden;

}
#content li{
}
#content li.bl{
	color:#000000;
	list-style:square;
}
#content li.box_a{
	color:#C71585;
	list-style:url("http://tsunashima-seitai.com/wp-content/themes/tsunashima-seitai/images/box.png");
}

#content li.box_b{
	color:#2E8B57;
	list-style:url("http://tsunashima-seitai.com/wp-content/themes/tsunashima-seitai/images/box.png");
}
#content li.box_c{
	color:#6A5ACD;
	list-style:url("http://tsunashima-seitai.com/wp-content/themes/tsunashima-seitai/images/box.png");
}
.post p	{
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.7;
}
.post h2{
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	background-image: url(http://tsunashima-seitai.com/wp-content/themes/tsunashima-seitai/images/headmark_b.png);
	background-repeat: no-repeat;
	border-bottom: solid 2px #ffcc00;
	padding: 25px 0 25px 110px;
	margin:0 0 10px;
}
.postmeta{
	margin: 0;
	text-align: right;
}


/* 画像 */
.alignleft{
	float: left;
	margin-right:4px;
}

.alignright{
	float: right;
}

.aligncenter{
	clear: both;
	display: block;
	margin: 10px auto;
}


.wp-caption-text{
	margin: 0px 0px 0px;
}

.wp-caption{
	border: solid 1px #f1f1f1;
	background-color: #f5f5f5;
	text-align: center;
	padding: 5px;
}

a img{
	border: none;
}


/* 前後のページへのリンク */
.prevnext{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	margin-top: 30px;
	overflow:hidden;
}

.prevnext a:hover{
	color: #ff8800;
}

.prev{
	margin: 0;
	float: left;
}

.next{
	margin: 0;
	float: right;
}


/* ==================== サイドバー ==================== */


#sidebar_menu h2{
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight:lighter;
	background-image: url(http://tsunashima-seitai.com/wp-content/themes/tsunashima-seitai/images/sidebar_h2.png);
	background-repeat: no-repeat;
	line-height: 1.5em;
	padding-top:10px;
	padding-left: 40px;
	padding-bottom:20px;
	margin-left: -10px;
}
#sidebar_menu{
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	background-repeat: no-repeat;
	line-height: 1.4em;
	padding:10px;
	padding-right:20px;
	padding-left:20px;
	margin-left: 0px;
}
#sidebar_menu ul{
	width:240px;
	list-style:none;	
	margin: 0 0 5px;
	padding: 0;
}
#sidebar_menu li{
	list-style-type: none;
}
#sidebar_menu li a{
	text-decoration:none;
}
#sidebar_menu li a:hover{
	background-color: #FFF8DC;
}
#sidebar_menu li li{
	padding-left: 15px;
	margin-bottom:3px;
}



/* ==================== フッター ==================== */

#foot{
}
#footer_menu h2{
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-image: url(http://tsunashima-seitai.com/wp-content/themes/tsunashima-seitai/images/sidebar_h2.png);
	background-repeat: no-repeat;
	line-height: 1.5em;
	padding-top:10px;
	padding-left: 45px;
	padding-bottom:20px;
	margin-left: 20px;
}
#footer_menu{
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	background-repeat: no-repeat;
	line-height: 1.4em;
	padding: 0px;
	margin-left: 0px;
}
#footer_menu ul{
	padding-left:45px;
}
#footer_menu li{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height:22px;
	list-style:none;
}
#footer_menu li a{
	color:#333333;
	text-decoration:none;
}
#footer_menu li a:hover{
	color:#7d8a2e;
}
#footer_menu li li{
	padding-left: 15px;
	margin-bottom:3px;
}

.left{
	width:auto;
	float:left;
	padding-left:30px:
}

.center{
	width:300px;
	float:left;
	padding:0 auto;
}
.right{
	width:auto;
	float:left;
	padding:0 auto;
}


/* ==================== リンク集 ==================== */
.link{
	margin: 0;
	padding: 0;
}

.link, .link ul	{
	list-style-type: none;
}

.link li li{
	font-size: 12px;
	margin: 20px 0 25px;
	border-bottom: solid 1px #8bc124;
	padding-bottom: 5px;
}

.link a	{
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

.link a:hover{
	color: #008844;
}

/*====================コピーライト=====================*/
.copyright{
	color: #999999;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	clear:both;
	background: none;
	padding-top: 50px;
}
/*====================囲みわく=====================*/

blockquote{
	color:#6d5a0c;
	width:95%;
	background-color:#fffbed;
	border-color:#ffcc00;
	border-style:solid;
	border-width:1px;
	padding-left:20px; 
	padding-right:20px; 
	margin:35px 0 10px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height:2.0;
}

.bk{
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 19px;
	font-weight:normal;
	border: solid 1px #999999;
	background-color:#ffffff;
}

.caution{
	background-color:#FFE4E1;
	border-style:solid; 
	border-width:2px 2px 2px 2px;
	border-color:#db7093;
	margin:15px 10px 30px 10px; 
	padding:10px; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style:none;
}

.caution ul li{
	list-style-type:square;
	color:#333333;
}
table{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height:1.6;
	width:100%;
	margin-bottom:20px;
	}
th{
	background-color:#fff3c3;
	border: solid 1px #f0f0f0;
}
td{
	border: solid 1px #f0f0f0;
	padding:10px;
	}
.top_table{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height:1.6;
	width:100%;
	padding:5px;
	}
.top_table td{
	vertical-align: top;
	padding:0px;
	border:0;
	}
.case_table{
	width:100%;
	}
.case_table tr{
	border:0;}
.case_table td{
	padding:5px;
	border:0;
	}
.case_headline{
	background-color:#ffe682;
	}
/* ==================== コメント ==================== */
#com{
	padding: 0px; 20px; 20px;10px;
	margin: 0px; 10px; 30px; 10px;
	clear: both;
	font-size: 14px;
}

#com h3	{
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	border-bottom: solid 1px #999999;
}

textarea{
	width: 450px;
	height: auto;
	margin: 0px; 10px; 30px; 10px;
}

#tr{
	background-color: #ffddaa;
	font-size: 12px;
	padding: 10px;
}

.commentlist{
	list-style-type: none;
	clear: both;
	margin: 0;
	padding: 0;
}

.commentlist li	{
	border-top: dotted 1px #ffcc00;
	padding-top: 10px;
}

.comment-meta{
	font-size: 12px;
}
/* ==================== 症状別 ==================== */
#syoujyou ul{
	overflow: hidden;
}
#syoujyou ul li{
	list-style-type:disc;
	font-size:16px;
}
.syoujyou_icon{
	float:left;
	margin:0 20px 0 33px;
-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.23);
-moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.23);
box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.23);
	}
.syoujyou_icon2{
	float:left;
	margin:0 10px 20px 0;
	}

#syoujyou_page ul li{
	list-style-type:circle;
	font-size:16px;
	color:#eb6100;
}