@charset "UTF-8";

/*   
Theme Name: ladder
Theme URI: http://ladder-d.com/
Description: オリジナルテーマ
Author: 高須清乃
Author URI: http://ladder-d.com/
Version: 1.0
*/

/* 共通設定 */
* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	background-image: url(img_bg/bg.gif);
	background-repeat: repeat;
}
a:link {
	color: #00479D;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #008CD6;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 14px;
	color: #EB6100;
	background-image: url(img_bg/h3_01.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 10px;
	padding-left: 30px;
	clear: both;
}
h3.lightblue {
	background-image: url(img_bg/h3_02.gif);
	color: #008CD6;
}
h3.blue {
	background-image: url(img_bg/h3_03.gif);
	color: #00479D;
}
h4 {
	font-size: 15px;
	color: #008CD6;
	background-image: url(img_bg/line.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 5px;
}
h5 {
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 5px;
}
h6 { /* annotation */
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 42px;
	padding-bottom: 5px;
	padding-left: 42px;
	text-indent: -12px;
}
p {
	font-size: 13px;
	line-height: 170%;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
}
p.flow {
	line-height: 150%;
	background-image: url(img_bg/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-bottom: 10px;
}
p.flow_last {
	line-height: 150%;
	padding-left: 55px;
}

/* header */
#wrapper {
	width: 760px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(img_bg/bg_wrapper.gif);
	background-repeat: repeat-y;
}
#header {
	width: 760px;
	height: 80px;
	background-image: url(img_bg/bg_header.gif);
	background-repeat: no-repeat;
}
.description {
	color: #666666;
	font-weight: normal;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
}
.title {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
.title a {
	width: 270px;
	height: 50px;
	float: left;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#contents {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

/* side */
#side {
	width: 160px;
	float: left;
}
#sidenavi {
	width: 160px;
	float: left;
	clear: both;
}
#sidenavi ul {
	width: 160px;
	padding-top: 10px;
}
#sidenavi ul li {
	float: left;
	list-style-type: none;
	display: inline;
	margin: 0px;
}
#sidenavi ul li a {
	text-decoration: none;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}

#menu01 a,#menu02 a,#menu03 a,#menu04 a,#menu05 a,#menu06 a,#menu07 a,#menu08 a,#menu09 a,#menu10 a {
	width: 160px;
	height: 30px;
	margin-bottom: 10px;
}

#menu01 a {	background-position: 0px 0;}
#menu02 a { background-position: 0px -30px; }
#menu03 a { background-position: 0px -60px; }
#menu04 a { background-position: 0px -90px; }
#menu05 a { background-position: 0px -120px; }
#menu06 a { background-position: 0px -150px; }
#menu07 a { background-position: 0px -180px; }
#menu08 a { background-position: 0px -210px; }
#menu09 a { background-position: 0px -240px; }
#menu10 a { background-position: 0px -270px; }
#menu01 a:hover { background-position: -160px 0px; }
#menu02 a:hover { background-position: -160px -30px; }
#menu03 a:hover { background-position: -160px -60px; }
#menu04 a:hover { background-position: -160px -90px; }
#menu05 a:hover { background-position: -160px -120px; }
#menu06 a:hover { background-position: -160px -150px; }
#menu07 a:hover { background-position: -160px -180px; }
#menu08 a:hover { background-position: -160px -210px; }
#menu09 a:hover { background-position: -160px -240px; }
#menu10 a:hover { background-position: -160px -270px; }

/* sidebar WP */
#sidebar {
	width:160px;
	clear: both;
}
#sidebar h2 {
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-top: 10px;
}
#sidebar ul {
	margin-bottom: 15px;
}
#sidebar li {
	font-size: 12px;
	list-style-image: url(img_bg/il.gif);
	margin-left: 25px;
	margin-bottom: 10px;
	padding-left: 3px;
}
#search input#s {
	width: 95%;
}
#search input {
	margin-top:5px;
}
	
/* main */
#top_image {
	height: 200px;
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#image {
	width: 530px;
	float: right;
	margin-top: 10px;
}
#navi_main {
	width: 530px;
	float: right;
	margin-top: 5px;
	text-align: right;
}
#navi_main p {
	font-size: 12px;
	color: #666666;
	line-height: 100%;
	margin: 0px;
}
#main {
	width: 530px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
#innerbox {
	padding: 20px;
}
#page_top {
	width: 530px;
	float: right;
}
/* post main */
.post {
	margin-bottom:15px;
	clear:both;
}
.post ul {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 50px;
}
.post ul li {
	font-size: 13px;
	list-style-image: url(img_bg/il.gif);
	margin-bottom: 10px;
	padding-left: 3px;
}
h2.posttitle {
	font-size: 14px;
	background-image: url(img_bg/h2.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 10px;
	padding-left: 30px;
	clear: both;
}
dl {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 5px;
}
dl.metadata dt, dl.metadata dd {
	font-size:11px;
	color:#666;
	display:inline;
}
dl.metadata dd {
	border-right:1px solid #ccc;
	padding-right:8px;
	margin-right:8px;
}
dl.metadata dd.last {
	border-right:none;
}
#navigation{
	clear:both;
	margin-top: 10px;
	margin-bottom:20px;
	}
#navigation a{
	font-weight:bold;
}
/* post top info */
.post_info {
	clear:both;
	width: 490px;
}
.post_info ul {
}
.post_info ul li {
	font-size: 13px;
	background-image: url(img_bg/il.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	margin-top: 10px;
}

/* footer */
#navi {
	width: 760px;
	clear: both;
	text-align: center;
}
#navi ul {
	padding: 10px;
}
#navi ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#navi ul li.last {
	border-right-style: none;
}
#navi ul li a {
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
}
#footer {
	width: 760px;
	height: 50px;
	background-image: url(img_bg/bg_footer.gif);
	background-repeat: no-repeat;
	clear: both;
}
#footer address	{
	font-size: 11px;
	color: #666666;
	font-style: normal;
	text-align: center;
	padding-top: 15px;
}

/*table*/
caption,th {
	text-align: left;
}
.table-normal {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.table-normal td {
	font-size: 12px;
	line-height: 130%;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.table-blue {
	border: 1px solid #0054A6;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.table-blue td {
	font-size: 12px;
	line-height: 130%;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #0054A6;
}
.light_blue {
	background-color: #EAF4FC;
}
.grey {
	background-color: #ECECEC;
	text-align: center;
}
.table-hp {
	margin-bottom: 30px;
}
.table-hp td {
	background-image: url(img_bg/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
}
.table-hp img {
	border: 1px solid #999999;
}


/*etc.*/
.orange {
	color: #EB6100;
}
.left{
	float:left;
	}
.right{
	float:right;
	}
.centered{
	text-align:center;
	}
.hp {
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}

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


/* calendar */
#wp-calendar caption {
	font-size: 12px;
	text-align: center;
}
#wp-calendar {
	width: 100%;
	font-size: 10px;
}
#wp-calendar th {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wp-calendar td {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	background-color: #EAF4FC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wp-calendar tfoot td {
	background-color: #FFFFFF;
}
#wp-calendar #today {
	color: #008CD6;
	background-color: #FFFFFF;
}




/* WP個別記事テンプレート*/
div.post img {
}
div.post img.wp-smiley {
	border:none;
}

/*
div.post img.floatleft {
	float:left;
	margin:0 8px 8px 0;
}
div.post blockquote {
	margin-bottom:1em;
	padding:20px 15px 10px 15px;
	background:url(images/blockquote.png) no-repeat #fafef3;
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
}
div.post ul, div.post ul ul, div.post ol, div.post ol ol{
	margin:0 0 1em 25px;
}
div.post li {
	font-size:0.75em;
	line-height:1.5em;
}
div.post li li {
	font-size:1em;
}

code {
	font-family:"courier new", courier, monotype;
	font-size:1em;
}
 */
 
/* WPコメントテンプレート
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:400px;
	font-size:0.75em;
	margin-bottom:1em;
	color:#666;
}
ol#commentlist {
	margin:0 0 15px 0;
	font-size:0.8em;
}
ol#commentlist li.commentcontent {
	display:block;
	list-style:none;
	margin-bottom:1em;
	padding:20px 15px 10px 15px;
	background:url(images/comment.png) no-repeat #f6fee2;
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
}
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:#FFF8D5;
	padding:3px 8px;
	color:#666;
	border:2px solid #E5AB6A
}
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;
	border:3px double #ccc;
	padding:1px 3px;
}
textarea {
	font-size:1em;
	border:3px double #ccc;
	width:400px;
}
p.submitbutton {
	text-align:center;
}
p.submitbutton input {
	padding:3px 1em;
	font-weight:bold;
	color:#555;
}
 */
