@charset "utf-8";

/*----------------------------------------------------
	基本設定
----------------------------------------------------*/

/*--- デフォルト設定のクリア ---*/

*{
	padding: 0;
	margin: 0;

}

/*--- bodyの設定 ---*/

body {
	text-align: center;			/*--- IE6用-サイト外枠中央寄せ ---*/
	font-family: ＭＳ Ｐゴシック;
	font-size: 13px;
}

/*--- 画像の枠線消去 ---*/

img {
	border: none;
}


/*--- リンクの設定 ---*/

a:link{color:#6666ff;}
a:visited{color:#cc00ff;}
a:hover{color:#ff4500;}
a:active{color:#c0c0c0;}


/*--- ツイッター(twitter)横幅修正 ---*/
/*---
iframe.twitter-share-button {
    width: 110px!important;
}
---*/
/*---
iframe.twitter-follow-button {
    width: 160px!important;
}
---*/

/*----------------------------------------------------
	見出しの設定
----------------------------------------------------*/

h1{
	position : absolute;
	top: 35px;
	right: 5px;
	margin: 5px;
	padding-left: 5px;
	color: #fffafa;
	font-size: 15px;
}

h2 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #aaaaaa;
	border-left: 5px solid #ff4500;
}

h3 {
	margin-bottom: 3px;
	margin-left: 7px;
	padding-top: 2px;
	padding-left: 20px;
	background-image: url( ../img/hatenab.gif);
	background-position: left center;
    background-repeat: no-repeat;
	color: #800000;
	font-size: 15px;
	font-weight: bold;
}


/*----------------------------------------------------
	レイアウト
----------------------------------------------------*/

/*--- サイト全体の外枠の設定 ---*/

#container {
	width: 848px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;			/*--- IE6用のサイト外枠中央寄せをボックス内で解除 ---*/
}


/*--- ヘッダ部の枠 ---*/

#header {
	position:relative;
	height: 58px;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #080000;
	color: #000000;
	font-size: 12px;
	border-bottom: 10px solid #ff4500;
}


/*--- パンくずリストの枠 ---*/

#topicpath {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1px;
	font-size: 13px;
}


/*--- メインコンテンツ全体の外枠 ---*/

#main {
	float: left;				/* 指定した要素を左側に配置、続く内容を右側に回り込ませる。 */
	width: 634px;
	margin-bottom: 2px;
}


/*--- clearfix ---*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/*--- 概要部分 ---*/

#outline {
	width: 632px;
	margin-bottom: 5px;
	background-color: #ffffff;
}


/*--- コンテンツ部分の枠 ---*/

#contents {
	width: 632px;
	margin-bottom: 5px;
	background-color: #ffffff;
}


/*--- 右サイドバー全体を囲む外枠 ---*/

#sidebar {
	float: right;			/* 指定した要素は右側に配置、続く内容は左側に回り込ませる。 */
	position: relative;
	width: 210px;
	height: 400px;
	margin-bottom: 10px;
}

/*--- 右サイドバー固定部分 ---*/

#sidebar_fixed {
	position: fixed;
	width: 210px;
	top: 105px;
	z-index: 1;
}


/*--- サイドバーの各タイトル部分 ---*/

#sidebar .titles {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #080000;
	color: #fffafa;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}


/*--- サイドバーの上段部分のBOX ---*/

#sidebar #top_box {
	border: 1px solid #000000;
}


/*--- サイドバーの中段部分のBOX ---*/

#sidebar .middle_box {
	margin-top: 5px;
	border: 1px solid #000000;
}


/*--- サイドバーの下段部分のBOX ---*/

#sidebar #bottom_box {
	margin-top: 5px;
	border: 1px solid #000000;
	text-align: center;
}


/*--- フッタ部 ---*/

#footer {
	clear: both;					/* 要素の回り込み解除。 */
	margin-top: 0px;
	margin-bottom: 10px;
	border-top: 2px solid #ff4500;
	text-align: center;
}


/*----------------------------------------------------
	 各部の設定等
----------------------------------------------------*/

/*--- ヘッダ部の設定 ---*/

#header p {
	text-indent: 10px;
}


/*--- 概要部分内の設定 ---*/

#outline p {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 13px;
	text-align: left;
	line-height: 1.2em;
}

#outline .title {
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
}


/*--- コンテンツ部分の設定 ---*/

#contents p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 13px;
	text-align: left;
	line-height: 1.2em;
}


#contents li {
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-image: url("../img/arrow.gif");
	font-size: 14px;
}


/*--- サイドバー部の設定 ---*/

#sidebar .lastupdate {
	margin-top: 2px;
	padding-left: 20px;
	color: #000000;
	font-size: 14px;
}

#sidebar .to_top {
	margin-top: 2px;
	margin-bottom:2px;
	padding-left: 20px;
	color: #000000;
	font-size: 13px;
}

#sidebar li {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	list-style-image: url("../img/arrow.gif");
	font-size: 13px;
	line-height: 1.2em;
}


/*--- フッタ部の設定 ---*/

#footer p {
	margin-top: 10px;
	font-size: 13px;
	text-align: center;
	line-height: 2em;
}


/*--- 太文字フォントの設定 ---*/

.bold {
	font-weight: bold;
}

.strong_black {
	color: #000000;
	font-weight: bold;
}

.strong_red {
	color: #ff0000;
	font-weight: bold;
}

.strong_blue {
	color: #0000ff;
	font-weight: bold;
}


/*--- テーブルの設定 ---*/

.list {
	width: 100%;
	border-collapse: collapse;
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1.3em;
}

.list th {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #080000;
	color: #fffafa;
	font-weight: bold;
	border: 1px solid #333333;
	text-align: center;
}

.list td {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border: 1px solid #333333;
}

.amazon {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 1.1em;
}

.amazon td {
	border: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.amazonrank {
	width: 100%;
	border-collapse: collapse;
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 13px;
	border: 1px solid #333333;
	line-height: 1.3em;
}

.amazonrank th {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #080000;
	color: #fffafa;
	font-weight: bold;
	border: 1px solid #333333;
	text-align: center;
}

.amazonrank td {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*--- 画像をマウスオーバー時に半透明 ---*/
.amazon a:hover img {
    filter: alpha(opacity=70); 		/*-- IE6,IE7 --*/
    -ms-filter: "alpha( opacity=70 )"; 		/*-- IE8 --*/
    -moz-opacity: 0.7;	/*-- FireFox --*/
    opacity: 0.7;	/*-- Chrome,Opera,Safari --*/
}


/*--- 送信フォームボタンの設定 ---*/

#contents .button {
	margin-bottom: 5px;
	text-align: center;
}

#contents .button input {
	margin-left: 10px;
	margin-right: 10px;
}

