/*   
Theme Name:YDF_foot Theme
Theme URI:
Description:シンプルなオリジナルテーマ
Author:やまうちりゅういち
Author URI:
Version:1.0
*/


/* 全体的なルール */
* {
	margin:0;
	padding:0;
	}

body{
	width:780px;
	margin:0 auto;
	background-color:#FF9999;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

a { text-decoration:none }
a:link { color:#D53E62; }
a:visited { color:#D53E62; }
a:hover { color:#D53E62; }
a:active { color:#D53E62; }

.wp-smiley {
    	position: relative;
    	top: -2px;
		border: 0pt none;
    	margin: 0px;
        padding: 0px;
        vertical-align: middle;
}

#content_box {
	width:540px;
	float:left;
	}   

/* ヘッダーテンプレート */
#header{
	height:277px;
	background:url(img/header.jpg) no-repeat;
	}

#header a{
	text-decoration:none;
	}

#header h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:2em;
	}

#header h1 a{
	display:block;
	text-indent:-9999px;
	background-image:url(img/logo.jpg);
	width:326px;
	height:40px;
	}
		
#header h1 a:link, div#header h1 a:visited {
	color:#D53E62;
	}
#header h1 a:hover, div#header h1 a:active {
	color:#D53E62;
	}

#header #desc {
	color:#333333;
	font-size:0.8em;
	}

#title{
	padding-top:80px;
	padding-left:50px;
	}

#pagelist {
	padding-top:100px;
	padding-left:50px;
	font-size:0.9em;
	}
	
#page-list {
	float:left;
	}
	
#pagelist ul li {
	display:inline;
	border-right:1px solid #666666;
	margin:0 10px 0 0;
	padding:0 14px 0 0;
	}
	
#pagelist ul li a {
	color:#333333;
	}
	
#pagelist ul li a:hover {
	text-decoration:none;
	color:#D53E62;
	}
	
#pagelist ul li.current_page_item a {
	color:#D53E62;
	font-weight:bold;
	}

#content {
	background:url(img/background.jpg) repeat-y center;
	}

/* トップページテンプレート */


#innerbox {
	padding:5px 30px 20px 60px;
	}
	
.post {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #666666;
	clear:both;
	}
	
h2.posttitle {
	font-size:1em;
	padding-left:10px;
	margin-bottom:0.5em;
	color:#333333;
	border-left:solid 8px #D53E62;
	}

h2.posttitle a:link, h2.posttitle a:visited { color:#333333; }
h2.posttitle a:hover, h2.posttitle a:active { color:#333333; }

	
dl {
	margin-bottom:1em;
	}
	
dl.metadata dt, dl.metadata dd {
	font-size:0.65em;
	color:#666;
	display:inline;
	}
	
dl.metadata dd {
	border-right:1px solid #ccc;
	padding-right:0.3em;
	margin-right:0.3em;
	}
	
dl.metadata dd.last {
	border-right:none;
	}
	
#content p {
	font:0.75em/1.5em verdana, sans-serif;
	margin-bottom:1em;
	line-height:1.6em;
	}

p.navigation {
	text-align:center;
	}


/* サイドバーテンプレート */
#sidebar{
	clear: right;
	width:220px;
	float:left;
	}

#sidebar ul {
	margin-left:15px;
	margin-bottom:15px;
	}

#sidebar li, #menu li li {
	list-style:none;
	line-height:1.6em;
	}

#sidebar li li {
	padding-left:12px;
	font-size:12px;
	}

#sidebar li li li {
	font-size:12px;
	}

#sidebar li h2 {
	font-size:12px;
	color:#D53E62;
	}

div#sidebar li.searchform ul {
	margin-left:1em;
	}

#sidebar li.searchform li {
	padding-left:0;
	}
	
#sidebar li.searchform li input#s {
	width:120px;
	margin-top:2px;
	color:#CCCCCC;
	background-color:#333333;
	border:solid 1px #FF6666;
	}
	
#sidebar li.searchform li input#searchsubmit {
	width:3em;
	height:1.5em;
	background:#333333;
	color:#CCCCCC;
	border:solid 1px #FF6666;
	}

#sidebar li li a:link {color:#333333;}
#sidebar li li a:visited {color:#333333;}
#sidebar li li a:hover {color:#333333;}
#sidebar li li a:active {color:#333333;}


#sidebar #rss a:link{
	background-image:url(img/43.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:14px;
	}

#sidebar #rss a:visited {
	background-image:url(img/43.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:14px;
	}
	
#sidebar #rss a:hover {
	background-image:url(img/43.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:14px;
	}

#sidebar #rss a:active {
	background-image:url(img/43.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:14px;
	}

#sidebar #rss_c a:link{
	background-image:url(img/45.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:14px;
	}

#sidebar #rss_c a:visited {
	background-image:url(img/45.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:14px;
	}
#sidebar #rss_c a:hover {
	background-image:url(img/45.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:14px;
	}

#sidebar #rss_c a:active {
	background-image:url(img/45.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:14px;
	}


#calendar{
	width:60%;
	font-size:0.8em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	}

#calendar #next a {
	padding-right:0.8em;
	text-align: right;
	}

#calendar #prev a {
	padding-left:0.8em;
	text-align: left;
	}

#calendar a:link {color:#FF6666;}
#calendar a:visited {color:#FF6666;}
#calendar a:hover {color:#FF6666;}
#calendar a:active {color:#FF6666;}

#calendar caption {
	text-align: center;
	font-size:14px;
	}	

/* フッターテンプレート */
#footer {
	clear:both;
	width:780px;
	height:50px;
	background-image:url(img/footer.jpg);
	}

p#copyright {
	padding-top:15px;
	text-align:center;
	font-size:0.63em;
	}

#footer a:link {
	color:#333333;
	}

#footer a:visited {
	color:#333333;
	}

#footer a:hover {
	color:#333333;
	}

#footer a:active {
	color:#333333;
	}

/* 個別記事テンプレート */
.post img {
	border:2px solid #666666;
	}
	
.post img.wp-smiley {
	border:none;
	}
	
.post img.floatleft {
	float:left;
	margin:0 8px 8px 0;
	}
	
.post blockquote {
	margin-left: 20px;
	padding: 4px 4px 4px 7px;
	width: 85%;
	border-left: 2px solid #FF6666;
	
	}

div.post ul, div.post ul ul, div.post ol, div.post ol ol{
	margin:0 0 1em 30px;
	}

div.post li {
	font-size:0.75em;
	line-height:1.5em;
	}
	
div.post li li {
	font-size:1em;
	}
	
hr {
	border-top:solid #333333;
	color:#fff;
	border-width:1px 0 0 0;
	margin:1em 0;
}
code {
	font-family:"courier new", courier, monotype;
	font-size:1em;
}

/* コメントテンプレート */
h3 {
	font-size:1em;
	padding:10px 0 0.6em 0;
	}
	
h4 {
	font-size:0.88em;
	padding:0 0 0.4em 0;
	color:#666;
	}

input#trackbackurl {
	width:430px;
	font-size:0.75em;
	margin-bottom:1em;
	background-color:#CCCCCC;
	color:#333333;
	border-style:none;
	padding:3px 0px;
	}

ol#commentlist {
	margin:0 0 15px 0;
	font-size:0.8em;
	}
	
ol#commentlist li.commentcontent {
	display:block;
	list-style:none;
	margin-bottom:1em;
	padding:15px ;
	border-bottom:solid 1px #FF6666;
	text-indent:1em;
	line-height:1.6em;
	}
	
ol#commentlist li dl.metadata dt,
ol#commentlist li dl.metadata dd {
	font-size:0.88em
	}
	
ol#commentlist li, ol#commentlist p {
	font-size:1em;
	}
	
p.note {
	background:#FF6666;
	padding:3px 8px;
	color:#000000;
	border:2px solid #FF6666;
	}

form#commentform label {
	width:140px;
	float:left;
	margin:0.25em 10px 0 0;
	font-weight:bold;
	}

form#commentform p {
	clear:both;
	}

form#commentform sub {
	display:block;
	padding-top:2px;
	}

input#author, input#email, input#url {
	width:244px;
	color:#333333;
	background-color:#CCCCCC;
	border:3px double #666666;
	padding:1px 3px;
	}

textarea {
	font-size:1em;
	margin-top:10px;
	border:3px double #666666;
	width:400px;
	color:#333333;
	background-color:#CCCCCC;
	}

p.submitbutton {
	text-align:center;
	}

p.submitbutton input {
	padding:3px 1em;
	font-weight:bold;
	color:#333333;
	background-color:#CCCCCC;
	border-style:none;
	border:solid 1px #666666;
	}

/* Mac IE 文字化け回避対策 */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
	}

/*ページのテンプレート*/
#pagebox{
	margin:5px 30px 20px 60px;
	}

#pagebox h2{
	font-size:1em;
	padding-left:5px;
	margin-bottom:0.5em;
	color:#333333;
	border-left:solid 8px #D53E62;
	}

#pagebox h3{
	font-size:1em;
	padding-left:10px;
	margin-top:2em;
	margin-bottom:2em;
	color:#333333;
	border-left:solid 5px #D53E62;
	}

#pagebox .bold_r{
	font-weight:bold;
	color:#990066;
	}
	
#pagebox .bold_b{
	font-weight:bold;
	font-size:1.2em;
	}	
/*YDFについてのテンプレート*/
#pagebox .ydf{
	background-color:#FFFFFF;
	margin-left:20px;
	margin-bottom:50px;
	}

#pagebox #top{
	font-size:1.2em;
	font-weight:bold;
	margin-left:20px;
	}

/*クラス案内のテンプレート*/	
#pagebox #tel{
	font-size:1.3em;
	font-weight:bold;
	margin-left:2em;
	}
#pagebox #name{
	font-size:1.3em;
	margin-left:2em;
	}

#pagebox .sma{
	font-size:0.6em;
	}

/*講師紹介のテンプレート*/
#pagebox .prof{
	background-color:#FFFFFF;
	margin-left:20px;
	margin-bottom:50px;
	}