﻿﻿@charset "utf-8";

/*
Theme Name: Textside
Theme URI: http://katekyohikaku.info/
Description: 白色を全体に使用し、文字を見やすくしたテーマ。
Author: Satoshi Kurahashi
Author URI: http://
Version: 1.5
*/

/*//////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
/// ページの外観を変更する /////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////*/

/*	小見出しの色を変更
--------------------------------------------------*/

div#main div.postSection h3{
	border-bottom: 2px solid #9c0;
}

div#main div.postSection h4{
	border-bottom: 1px dotted #ccc;
}

/*	ヘッダーの色を変更
--------------------------------------------------*/

div#header{
	border-top: 3px solid #9cce00;
}

/*	リンクカラーを変更
--------------------------------------------------*/

a:link{
	color: #333;	/* リンクカラー */
}
a:visited{
	color: #333;	/* 訪問済みのリンクカラー */
}
a:hover,
a:visited:hover{
	color: #9c3;	/* カーソルを合わせた時の色を変更 */
}
a:active{
	color: #9c3;	/* カーソルを合わせマウスの左ボタンを押した状態 */
}

/*	パンくずリスト部分
-------------------------*/

p#pan a:link{
	color: #9c3;
}

p#pan a:visited{
	color: #9c3;
}

p#pan a:hover,
p#pan a:visited:hover{
	color: #03f;
}

p#pan a:active{
	color: #03f;
}

/*	サイドメニューの枠線を変更
--------------------------------------------------*/

div#sub ul#categoryNavi{
	border: 1px solid #ccc;		/* 全体の枠線 */
}

div#sub ul#categoryNavi li{
	border-bottom: 1px dotted #ccc;		/* 内部の下線 */
}





/*//////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
/// ここから細かい設定 /////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////*/

/*	Reset
--------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
}

/*	Base
--------------------------------------------------*/

body{
	border-top: 0px solid #fff;
	background: #f9f9f9;
	color: #333;
	font-size: 75%;
	font-family:
		"メイリオ",
		Osaka,
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
	text-align: left;
	font-style: normal;
	line-height: 1.0;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}

ul,
ul li{
	list-style-type: none;
}

img{
	border: 0;
	vertical-align: bottom;
}
	
textarea{
	font-size: small;
}

p{
	line-height: 1em;
}

table {
	font-size: 91%;
}

option{
	padding-right: 10px;
}

/*--------------------------------------------------

	container
	
--------------------------------------------------*/

div#container{
	background: url(img/container_back.gif) repeat-y center top;
	width: 760px;
	margin: 0 auto;
	text-align: center;
}

/*--------------------------------------------------

	header

--------------------------------------------------*/

div#header{
	margin: 0 auto;
	width: 720px;
	background: url(img/header_back.jpg) repeat-x top;
	padding: 10px 0 25px 28px;
	text-align: right;
}

div#headerNavi{
	float: right;
	margin-right: 25px;
	text-align: right;
}

div#header ul#guidNavi{
	margin-top: 10px;
	text-align: right;
}

div#header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*--------------------------------------------------
	Site Title
--------------------------------------------------*/

/*	Index Title
-------------------------*/

div#header p#logo{
	cleat: both;
	padding-top: 20px;
	text-align: left;
	font-size: 166%;
	font-weight: bold;
}

div#header p#logo a{
	text-decoration: none;
	color: #333;
}

div#header h1{
	font-weight: normal;
}


/*--------------------------------------------------

	contents
	
--------------------------------------------------*/

div#contents{
	clear: both;
	width: 700px;
	margin: 0 auto;
}



/*--------------------------------------------------

	main
		 
--------------------------------------------------*/

div#main{
	float: right;
	width: 468px;
	text-align: left;
}

/*--------------------------------------------------
	Pan List
--------------------------------------------------*/

p#pan{
	border-bottom: 1px dotted #eee;
	margin: 10px 10px 10px 0;
	padding-bottom: 10px;
	font-size: 88%;
}

/*--------------------------------------------------
	Page Navi
--------------------------------------------------*/

ul#pageNavi{
	text-align: center;
	margin-bottom: 50px;
}

ul#pageNavi li{
	display: inline;
	padding: 0 15px;
	line-height: 2;
}

/*--------------------------------------------------
	Post
--------------------------------------------------*/

div#main div.postSection{
	margin: 20px 0 40px 0;
}

/*	Post Title
-------------------------*/

div#main div.postSection h2{
	font-size: 150%;
}

div#main div.postSection h3{
	font-size: 125%;
	padding: 0 0 10px 10px;

}

/* Link Line */
div.postSection h3 a{
	text-decoration: none;
}

div#main div.postSection h4{
	font-size: 108%;
	margin: 20px 0px 10px 0;
	padding-bottom: 10px;
}

/*	Post Body
-------------------------*/

div#main div.postSection div.postBody{
	margin-top: 10px;
}

/*	Post p
-------------------------*/

div#main div.postSection div.postBody p{
	line-height: 1.8;
	margin-bottom: 10px;
}

div.postBody p strong.red{
	color: #f00;
}

div.postBody p strong.grn{
	color: #060;
}

div.postBody p strong.ble{
	color: #039;
}

div.postBody p strong.b{
	font-weight: bold;
}

div.postBody p strong.f2{
	font-size: 108%;
}

div.postBody p strong.f3{
	font-size: 116%;
}

/*	ul List
-------------------------*/

div#main div.postSection div.postBody ul{

}

div#main div.postSection div.postBody ul li{
	background: url(img/ball_green.gif) no-repeat 13px 1.1em;
	line-height: 2.5;
	padding-left: 30px;
}

div#main div.postSection div.postBody dl dd ul li{
	background: url(img/ball_green.gif) no-repeat 3px 0.7em;
	padding: 5px 10px 5px 18px;
}

/*	Check List
-------------------------*/

div#main div.postSection div.postBody ul.checkList{
	border: 1px solid #ccc;
	background: url(img/bg_checklist.jpg) repeat;
}

div#main div.postSection div.postBody ul.checkList li{
	background: url(img/check.gif) no-repeat 13px 0.7em;
	line-height: 2.;
	padding-left: 45px;
}

/*	ol List
-------------------------*/

div#main div.postSection div.postBody ol{
	margin-left: 30px;
}

div#main div.postSection div.postBody ol li{
	line-height: 2.5;
}

/*	dl List
-------------------------*/

div#main div.postSection div.postBody dl{
}

div#main div.postSection div.postBody dl dt{
	font-weight: bold;
	line-height: 2;
}

div#main div.postSection div.postBody dl dd{
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 1.8;
}

/*	Table List
-------------------------*/

div#main table.comparisonList th,
div#main table.comparisonList td{
	line-height: 1.5em;
}

div#main table.comparisonList{
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 10px;
}
div#main table.comparisonList th{
	border: 1px solid #ccc;
	background: #eee;
	padding: 5px;
	text-align: left;
}
div#main table.comparisonList th.title{
	width: 20%;
}
div#main table.comparisonList th.mark{
	width: 12%;
	text-align: center;
}
div#main table.comparisonList th.text{
	width: 58%;
}
div#main table.comparisonList td{
	border: 1px solid #ccc;
	padding: 6px;
}
div#main table.comparisonList td.mark{
	border: 1px solid #ccc;
	text-align: center;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 122%;
}

/*	Goback
-------------------------*/

div#main p.goBack{
	clear: both;
	text-align: right;
	margin: 10px 0 10px 0;
}

/*--------------------------------------------------
	Banner
--------------------------------------------------*/

div#main p.bar{
	margin-bottom: 10px;
	line-height: 1.5;
}

div#main p.bar a{
	text-decoration: none;
}

/*--------------------------------------------------
	News Index
--------------------------------------------------*/

div#main div#newsIndex dl{

}

div#main div#newsIndex dl dt,
div#main div#newsIndex dl dd{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

div#main div#newsIndex dl dd{
	padding-bottom: 7px;
}

div#main div#newsIndex dl dt{
	background: url(img/ball_green.gif) no-repeat 10px 0.3em;
	float: left;
	clear: both;
	width: 160px;
	padding-left: 30px;
	font-size: 91%;
	font-family: Verdana;
	font-weight: normal;
	color: #666;
}

div#main div#newsIndex dl dd{ 
	margin-left: 190px;
}

/*--------------------------------------------------
	archives
--------------------------------------------------*/

/*	Title
-------------------------*/

div#main div.archivesSection h2{
	border-bottom: 2px solid #9c3;
	font-size: 108%;
	margin: 20px 0px 10px 0;
	padding: 0 0 10px 10px;
}

div#main ul#archivesNavi li{
	border-bottom: 1px dotted #ccc;
	background: url(img/squ_lgreen.gif) no-repeat left top;
	margin-bottom: 7px;
	padding: 5px 0 10px 30px;
	font-size: 100%;
	font-weight: bold;
}

div#main ul#archivesNavi li ul.children{
	margin: 5px 0 0 0;
}

div#main ul#archivesNavi li ul.children li{
	border-bottom: 0px solid #eee;
	border-left: 0px solid #9c3;
	background: url(img/squ_green.gif) no-repeat 5px 1.3em;
	padding: 10px 10px 0px 23px;
	margin: 2px 0;
	font-size: 100%;
	font-weight: normal;
}

/*--------------------------------------------------
	Link
--------------------------------------------------*/

div#main dl#linkNavi dt{
	background: url(img/mark_right.gif) no-repeat 5px 0.2em;
	padding-left: 30px;
}

div#main dl#linkNavi dd{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding: 5px 0 10px 30px;
	line-height: 1.2;
}



/*--------------------------------------------------

	sub

--------------------------------------------------*/

div#sub{
	float: left;
	border-right: 0px solid #eee;
	width: 200px;
	line-height: 1.2em;
	padding: 0 20px 0 0;
	text-align: left;
}

div#sub h2{
	background: url(img/sub_title.gif);
	padding: 9px 10px 8px 30px;
	text-indent: -100em;
}

div#sub ul#categoryNavi{
	border-top: 0px solid #ccc;
}

div#sub ul#categoryNavi li{
	background: url(img/ball_green.gif) no-repeat 13px 1.2em;
	padding: 10px 10px 10px 30px;
	font-size: 100%;
	font-weight: bold;
}

div#sub ul#categoryNavi li ul.children{
	margin: 5px 0 0 0;
}

div#sub ul#categoryNavi li ul.children li{
	border: 0px solid #eee;
	background: url(img/squ_green.gif) no-repeat 5px 1.3em;
	padding: 10px 10px 0px 23px;
	margin: 2px 0;
	font-size: 100%;
	font-weight: normal;
}

/*--------------------------------------------------
	Side Banner
--------------------------------------------------*/

div#sub ul#bannerNavi{
	margin-top: 10px;
	text-align: center;
}

div#sub ul#bannerNavi li{
	margin-bottom: 10px;
}

/*--------------------------------------------------

	footer
	
--------------------------------------------------*/

div#footer{
	clear: both;
	margin: 0 35px 0 35px;
	padding-top: 10px;
}

div#footer ul#assistNav{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 88%;
}

div#footer ul#assistNav li{
	display: inline;
	border-left: 1px solid #ccc;
	padding: 0 15px 0px 15px;
	line-height: 2;
}
div#footer ul#assistNav li.left{
	border-left: 0px solid #ccc;
}

address{
	clear: both;
	padding: 10px 10px 10px 0;
	text-align: center;
	font: 88% normal "メイリオ";
}

div.section{
	margin-bottom: 20px;
}

div#main div.postSection h3{
	border-bottom: 2px solid #9c0;
}

div#main div.postBody dl{
}
div#main div.postBody dl{
}