@charset "utf-8";

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

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

*{
	padding: 0;
	margin: 0;

}

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

body {
	text-align: center;			/*--- IE6用-サイト外枠中央寄せ ---*/
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	/*---font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;---*/
	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-share-button {
    width: 65px !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;
}

/*--- ナビメニューの枠 ---*/

#navi {
	clear: both;
	width: auto;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 1px;
	padding: 0;
	border-top: 2px solid #ff4500;
	border-bottom: 2px solid #ff4500;
	background-color: #080000;
	text-align: center;
}

#navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi ul li a {
	display: block;
	float: left;		/* 指定した要素を左側、続く要素を右側に回り込み */
	width: auto;
	height: 25px;
	line-height: 2.3;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left: 2px solid #ff4500;
	background-color: #ffffff;
	color: #6666ff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	text-align: center;
}

#navi ul li a:hover {
	color: #ff4500;
	background-color: #e6e6fa;
	text-decoration: underline;
}

#navi ul li#last_navi a {
	border-right: 2px solid #ff4500;
}

/*--- clearfix ---*/

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


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

#main {
	/*width: 634px;*/
	margin-bottom: 2px;
}


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

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


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

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


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

#footer {
	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;
}


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

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


/*--- フォントの設定 ---*/

.bold {
	font-weight: bold;
}

.font16 {
	font-size: 16px;
	line-height: 1.2em;
}

.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;
	max-height: 100%;
}

.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;
}

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

.sponsored {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1.3em;
}

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

/*--- 画像をマウスオーバー時に半透明 ---*/
.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;
}

