/*
Theme Name: ISP Theme
Theme URI: http://www.is-p.cc/
Description: ＩＳプランニング用のテーマ
Author: ISPlanning
Author URI: http://www.is-p.cc/
Version: 1.0
*/



/****************************************************
 全体のスタイル
****************************************************/

/*** ヘッダのロゴで使用 ***/
h1 {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

/*** h2 ***/
h2.nothing {
	margin: 0px;
	padding: 0px;
}

/*** h3 ***/
h3.title {
	margin: 0px;
	padding: 18px 0px 15px 20px;
	font-size: 17px;
	background: #ffffff url('./images/cat_h3.gif') left top;
}

.height-5 { height: 5px; }
.height-10 { height: 10px; }
.height-20 { height: 20px; }
.height-30 { height: 30px; }
.height-40 { height: 40px; }
.height-50 { height: 50px; }
.height-80 { height: 80px; }

body {
	color: #000033;
}

pre {
	font-size: 12px;
}

table {
	font-size: 12px;
}

/*** p ***/
p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
	line-height: 140%;
}

blockquote {
	margin: 3px 0px 5px 5px;
	padding: 5px;
	background-color: #f0f0f0;
}

/*** span ***/
/* 注意用 */
span.caution {
	color: #ff0000;
}
span.smallcaution {
	font-size: 10px;
	color: #ff0000;
	font-weight: bold;
}

/* ダミー用 */
span.dummy {
	width: 0px;
	height: 0px;
	display: none;
}

img {
	border: 0px;
	vertical-align: bottom;
}

/*** パンくずナビリスト ***/
div#pankuzu-navi {
	margin: 3px 0px 0px 10px;
}
div#pankuzu-navi a {
	font-weight: bold;
	color: #175BEA;
	text-decoration:none;
}
div#pankuzu-navi a:hover {
	color: #FF6600;
	text-decoration:none;
}

/*** 段落-右寄せ ***/
p.text-right-nomargin {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

/*** ページのトップに戻る ***/
div.page-top {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

/*** リンク色 ***/
a.whitelink {
	color: #ffffff;
	text-decoration:none;
}
a.whitelink:hover {
	color: #F48120;
	text-decoration:none;
}

a.bluelink {
	color: #175BEA;
	text-decoration:none;
}
a.bluelink:hover {
	color: #FF6600;
	text-decoration:none;
}

a.greenlink {
	color: #009933;
	text-decoration:none;
}
a.greenlink:hover {
	color: #FF6600;
	text-decoration:none;
}


/*****************************************************
 ページ全体
*****************************************************/
body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	background: #ffffff url('./images/window_bg.gif') repeat-y top center;
}

/*****************************************************
 全体を中央寄せにする為のスタイル
*****************************************************/
div#page{
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 800px;
}


/*****************************************************
 ヘッダ
*****************************************************/
div#header{
	width: 800px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background: #ffffff url('./images/header_bg.jpg') no-repeat top left;
}

table.header {
	margin: 0px 0px 0px 100px;
	padding: 0px;
	width: 700px;
}

/*** ヘッダ右上のリンクナビ ***/
div#header-navi-link {
	margin-top: 4px;
	padding: 0px;
	font-size: 11px;
}
div#header-navi-link ul {
	list-style-type: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
div#header-navi-link li {
	display: inline;
	margin: 0px;
	padding: 0px 8px;
	border-right: 1px solid #ffffff;
}
div#header-navi-link li.end {
	display: inline;
	margin: 0px;
	padding: 0px 8px;
	border: none;
}


/*****************************************************
 段組を入れる為のフレーム
*****************************************************/
div#body{
	width: 800px;
	margin: 0px;
	padding: 0px;
	zoom: 100%;
}
/* 段組を自動で解除 */
div#body:after{
	content: " ";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}


/*****************************************************
 ホーム（トップページ）
*****************************************************/
div#home {
	width: 800px;
	margin: 0px;
	padding: 0px;
}
table#information{
	margin-left:10px;
	margin-top:8px;
}
/*** 更新履歴スタイル ***/
table#information th.title{
	background: #ffffff url('images/infoback.gif') repeat-x left top;
	padding: 4px 0px 4px 6px;
	color: #FFFFFF;
	letter-spacing: 3px;
	text-align: left;
}
table#information td.leftshadow{
	width: 15px;
	background: #ffffff url('images/infoshadow1.gif') repeat-y left top;
}
table#information td.bleftshadow{
	height: 15px;
	background: #ffffff url('images/infoshadow2.gif') repeat-x left top;
}
table#information td.brightshadow{
	height: 15px;
	width: 15px;
	background: #ffffff url('images/infoshadow3.gif') no-repeat left top;
}
table#information div{
	margin: 0px;
	border: 1px solid #A0A0A0;
	overflow: auto;
	height: 450px;
	width: 330px;
}
table#information table {
	margin: 5px;
	padding: 0px;
}
table#information table th {
	width: 90px;
	font-weight: normal;
}
table#information table td {
	padding-bottom: 5px;
}
table#information a{
	color:#175BEA;
	text-decoration:none;
}
table#information a:hover{
	color:#FF6633;
}
table#information a:visited{
	color:#993399;
}
/*** 更新履歴スタイル-end ***/


/*****************************************************
 コンテンツ
*****************************************************/
div#contents{
	width: 600px;
	margin: 0px;
	padding: 0px;
	float: right;
	display: inline;
	background-color: #fcfcfc;
	line-height: 140%;
}

/* テーブルを利用したリスト一覧表示スタイル */
table.list-box {
	margin: 30px 3px 10px 5px;
	padding: 0px;
	background:#FFFFFF url(images/list_box_bk.gif) repeat-x left top;
}
table.list-box h4 {
	margin: 0px;
	padding: 4px 0px 4px 10px;
	font-size:13px;
}
table.list-box h5 {
	margin: 0px;
	padding: 4px 0px 4px 10px;
	font-size:13px;
}
table.list-box th.h4 {
	margin: 0px;
	padding: 0px;
	border-top:2px solid #003366;
	border-bottom:1px solid #003366;
}

table.list-box th {
	border-bottom:1px solid #C8C8D2;
	margin:0px;
	font-weight:normal;
	text-align:left;
	padding:5px 10px 5px 15px;
	color:#003366;
}
table.list-box td {
	border-bottom:1px solid #C8C8D2;
	padding:5px 20px 5px 10px;
	color:#003366;
	line-height:130%;
}
/* テーブルを利用したリスト一覧表示スタイル-end */

/*
page.php
*/
div#content-page {
	margin: 0px;
	padding: 0px 10px 10px 10px;
}

div#content-page h3 {
	margin: 0px;
	padding: 19px 0px 15px 20px;
	font-size: 15px;
	background: #ffffff url('./images/page_h3.gif') left top;
}

div#content-page dl {
	margin-left: 8px;
	padding-left:8px;
	border-left:5px solid #800040;
}

div#content-page dl dt {
	padding-left: 3px;
	padding-bottom: 2px;
	border-bottom:1px dotted #808080;
	font-weight: bold;
}

div#content-page dl dd {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* お問い合わせフォーム用テーブル */
table.faq th {
	width: 150px;
	background-color: #DDDDE3;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	text-indent: 1em;
}
table.faq td {
	width: 400px;
	padding-left: 5px;
}
/* 個人情報保護方針 */
ol.privacylist {
	line-height: 140%;
}
ol.privacylist li {
	padding-bottom: 10px;
}
ul.privacylist {
	list-style-type: square;
	padding-bottom: 10px;
}
ul.privacylist li {
	padding-bottom: 0px;
}

/* WordPress更新方法 */
div#wp div.h2 h2 { font-size: 1.5em; margin: 0px; padding: 20px 0px 0px 10px; }
div#wp ul { margin: 10px; padding: 0px; list-style-type: none; }
div#wp ul li { padding: 2px 0px; }
table.wp-content { margin: 10px; }
table.wp-content td { padding: 20px 5px; border-bottom: 1px dotted #cdcdcd; }
table.wp-content td dl { margin: 0px; padding: 0px; letter-spacing: 0.2em; }
table.wp-content td dd { margin: 0px; padding: 0px; line-height: 140%; }


/*
category.php
*/
div#content {
	margin: 0px;
	padding: 0px 10px 10px 10px;
}

/* dl 記事一覧リスト */
dl.dl-content-list {
	margin: 0px;
	padding: 0px;
}
dt.dt-content-list {
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom:5px;
	padding: 3px 0px 5px 5px;
	border-left: 5px solid #009933;
	border-bottom: 1px solid #009933;
}
dd.dd-content-list {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	border-bottom: 1px dotted #d0d0d0;
}

/* ul 記事一覧リスト */
ul.ul-content-list {
	margin: 0px 6px 10px 3px;
	padding: 0px;
	border-left : 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}
ul.ul-content-list li {
	list-style-type: none;
	margin-left: 5px;
	margin-bottom:10px;
	padding: 0px 0px 5px 5px;
	border-left: 4px solid #c0c0c0;
	border-bottom: 1px dotted #c0c0c0;
}


/*
single.php
*/
div#content-single {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	letter-spacing: 1px;
	line-height: 140%;
}

div#content-single h4 {
	margin: 0px;
	padding: 19px 0px 15px 20px;
	font-size: 15px;
	background: #ffffff url('./images/page_h3.gif') left top;
}

div#content-single h5 {
	margin: 0px 0px 0px 5px;
	padding: 3px 0px 3px 8px;
	border-left: 5px solid #175BEA;
	border-bottom: 1px solid #175BEA;
}

div#content-single dl {
	margin-left: 0px;
	padding-left:8px;
}
div#content-single dl dt {
	padding-left: 3px;
	padding-bottom: 2px;
	font-weight: bold;
	border-left:4px solid #808090;
}
div#content-single dl dd {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 8px;
}

div#content-single ol li {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 0px 3px 3px;
	line-height: 130%;
	border-bottom:1px dotted #c0c0c0;
	list-style-type: decimal;
}

div.source {
	width: 550px;
	overflow: auto;
	margin-left: 10px;
	padding: 10px;
	background-color: #f4f4f4;
	border-left: 5px solid #6699cc;
	font-family: monospace;
}
div.source span {
	background-color: #d6d6d6;
}

/* テンプレートタグの説明 */
h3.h3-temp {
	font-family: monospace;
	line-height: 120%;
	margin-left: 5px;
}
h3.h3-temp span {
	padding-left: 100px; /* 引数用 */
}

p.p-temp {
	margin-left: 0px;
	padding: 5px;
	background-color: #e0e0e0;
}

div#content-single pre{
	width: 550px;
	overflow: auto;
	margin-left: 10px;
	padding: 10px;
	background-color: #f4f4f4;
	border-left: 5px solid #6699cc;
}


/*****************************************************
 コメント
*****************************************************/
div#comments{
	margin-top: 30px;
}

ul#commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#commentlist li.even {
	margin: 10px 0px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
}
ul#commentlist li.odd {
	margin: 10px 0px;
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #d5d5d5;
}

div#trackback {
	margin-top: 30px;
}

ul#trackbacklist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#trackbacklist li {
	margin: 0px;
	padding: 5px 0px;
	background: transparent url('./images/line_dotted.gif') bottom left repeat-x;
}

/* コメント投稿フォーム */
div.comment-form {
	border-left: 5px solid #51718F;
	padding-left: 5px;
}
div.comment-form table th {
	text-align: left;
}

/*****************************************************
 サイドバー
*****************************************************/
div#sidebar {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: #f0f0f0 url('./images/sidebar_bg.gif') no-repeat top left;
}
div#menu {
	padding: 10px;
}

div#menu ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div#menu ul li {
	list-style-type: none;
	margin: 0px;
	padding-bottom: 15px;
}
/* サブカテゴリリスト */
div#menu ul.sub-cat {
	margin-bottom: 10px;
	border-top: 1px dotted #c0c0c0;
	border-left: 3px solid #808080;
	border-bottom: 1px solid #f0f0f0;
}
div#menu ul.sub-cat li {
	padding: 4px 0px 4px 5px;
	background: #f0f0f0 url('./images/sidebar_ul_bg.gif') repeat-y top left;
	border-bottom: 1px dotted #c0c0c0;
}
div#menu ul.sub-cat a {
	color: #175BEA;
	text-decoration:none;
	font-weight: bold;
}
div#menu ul.sub-cat a:hover {
	color: #FF6600;
	text-decoration:none;
	font-weight: bold;
}


/*****************************************************
 フッタ
*****************************************************/
div#footer {
	width: 800px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-color: #DDDDE3;
	border-top: 5px solid #003366;
	color: #003366;
}

div#footer table {
	margin-top: 8px;
	width: 790px;
	text-align: center;
}

ul#footer-navi {
	margin: 0px;
	padding: 0px;
}
ul#footer-navi li {
	display: inline;
	margin: 0px 0px 0px 1px;
	padding: 0px 8px;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
}
div#footer a {
	color: #175BEA;
	text-decoration:none;
}
div#footer a:hover {
	color: #FF6600;
	text-decoration:none;
}


/*****************************************************
 段組みを自動で解除する
*****************************************************/
.auto-float-clear {
	zoom: 100%;
}
.auto-float-clear:after {
	content: " ";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}

