@charset "shift_jis";
/* このファイルに対する変更は style.css の対応する部分にも反映する必要があります。*/



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #333333;				/*全体の文字色*/
	background-color: #FFFFFF;	/*背景色*/
	background-image: url(images/bg.gif);	/*壁紙*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}

a:hover {
	color: #7fffd4;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 480px; /*910-430*/
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;	/*背景色*/
	background-image: url(images/container_bg_phones.gif);	/*背景画像*/
	background-repeat: repeat-y;					/*背景画像をＹ軸（縦軸）にリピート*/
}



/*ヘッダー（ロゴなどが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	height: 200px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
	background-image: url(images/header_bg.jpg);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	border-bottom: 1px solid #FFFFFF;	/*ヘッダー下部の線幅、線種、色*/
}

/*トップページ専用ヘッダー設定*/
#top #header {
	height: 200px;	/*ヘッダーの高さ*/
	background-image: url(images/header_bg_top.jpg);	/*トップページ用背景画像*/
	background-repeat: no-repeat;
	background-position: top;
}

/*ロゴ画像の位置設定*/
#header #logo {
	position: absolute;
	left: 10px;	/*ヘッダーブロックに対して左から20pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
	width: 30%;	/*phones用に追加*/
}


/*h1タグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	line-height: 40px;
	height: 40px;
	font-weight: normal;
	position: absolute;
	right: 0px;			/*ヘッダーブロックに対して右から0pxの位置に配置*/
	top: 0px;			/*ヘッダーブロックに対して上から0pxの位置に配置*/
	text-align: right;	/*右寄せ*/
}



/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 299px;	/*629-430*/
	float: right;
	padding: 9px 10px 50px 0px;	/*左から、上・右・下・左の余白*/
}

/*h1タグ設定*/
#main h1 {
	font-size: 140%;			/*文字サイズ*/
	color: #000000;				/*文字色*/
	padding: 0px 0px 0px 15px;	/*左から、上・右・下・左の余白*/
	line-height: 40px;
	overflow: hidden;
}

/*h2タグ設定*/
#main h2 {
	font-size: 120%;			/*文字サイズ*/
	background-image: url(images/title_bg1.gif);	/*背景画像*/
	color: #FFFFFF;				/*文字色*/
	padding: 0px 0px 0px 15px;	/*左から、上・右・下・左の余白*/
	line-height: 40px;
	overflow: hidden;
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上・左右・下への余白*/
}

#main h3 {
	font-size: 120%;			/*文字サイズ*/
/*	padding: 0px 0px 0px 15px;	/*左から、上・右・下・左の余白*/
/*	line-height: 40px;*/
	overflow: hidden;
}


/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 30%;	/*150*/
	color: #FFFFFF;				/*文字色*/
	padding: 0px 0px 50px 10px;	/*左から、上・右・下・左の余白*/
}

/*h3タグ設定*/
#sub h3 {
	font-size: 110%;
	color: #FFFFFF;				/*文字色*/
	text-align: center;			/*センタリング*/
	margin: 2px;
	background-color: #705538;	/*背景色*/
}


/*段落タグ*/
#sub p {
	padding: 0.5em 2px 1em;		/*左から、上・左右・下への余白*/
}



/*画像（サブ）メニュー
---------------------------------------------------------------------------*/
ul.menu li {
	border-bottom: 1px solid #FFFFFF;	/*メニュー同士の下に入っている線の幅、線種、色*/


}

ul.menu img {
	vertical-align: bottom;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: right;	/*中のテキストをセンタリング*/
	clear: both;
	width: 460px;	/*890-430*/
	color: #FFFFFF;		/*文字色*/
	background-color: #cd9238;	/*背景色*/
	background-image: url(images/footer_bg_phones.gif);	/*背景画像*/
	background-repeat: no-repeat;					/*背景画像をリピートしない*/
	background-position: top;						/*背景画像の上部を表示させる*/
	padding: 20px 20px 20px 0px;	/*左から、上・右・下・左への余白*/
}

/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 609px;
	padding-right: 10px;
	padding-left: 10px;
}

#main .new dl {
	clear: left;
	width: 589px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}

#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}

#main .new dd {
	float: left;
	width: 489px;
}

#main .new dd img {
	vertical-align: middle;
}

/*IE6用*/
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}



/*テーブル１
---------------------------------------------------------------------------*/


.ta1, .ta1 td, .ta1 th{
	border: 1px solid #45331F;	/*テーブルの枠線の幅、線種、色*/
}

/*テーブル内の右側*/
.ta1 td{
	vertical-align: top;	/*中の情報を上部に寄せる*/
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	text-align: center;			/*文字をセンタリング*/
	background-color: #ECF4F5;	/*背景色*/
}
/*書籍一覧のスタイルです*/
.ta1 {
width: 299px;/*テーブルの幅*/
margin-top:5px;/*テーブルの上にスペース*/
margin-left:10px;/*左にスペース*/
margin-bottom:10px;/*テーブルの下にスペース*/
font-size:120%;
}

input[type="text"]{
width:	140px;
}

/*.ta1 .booktitle {
width: 240px;
text-align:center;
}*/

.ta1 .status {
text-align:center;
width: 40px;
}

.ta1 .num {
text-align:right;
}

.ta1 td, .ta1 th {
padding:3px 22px;
}

/*.ta1 tr {
background-image:url(img/bk2.gif);
}*/

/*.ta1 th {
background-image:url(img/bk1.gif);
}*/

/*.ta1 td {
border-top:solid 1px #FFFFFF;
height: 40px;
}*/


/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
/*	width: 629px;*/
}

.ta2, .ta2 td, .ta2 th{
	border: 1px solid #45331F;	/*枠線の幅と線種と色*/
}

.ta2 td {
	padding: 10px;	/*テーブル内の余白*/
	width: 50%;
}

/*テーブル１行目に入った見出し部分*/
.ta2 th{
	background-color: #7aacb4;	/*背景色*/
	background-image: url(images/title_bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	color: #FFFFFF;
	padding: 10px;
}

/*テーブル１行目に入った見出し部分にリンクを設定した場合用*/
.ta2 th a {
	color: #FFFFFF;
}


/*テーブル１・２　共通設定
---------------------------------------------------------------------------*/
/*テーブル内のh3タグ設定*/
.ta1 h3,
.ta2 h3 {
	font-size: 100%;
	color: #00ff7f;						/*文字色*/
	border-bottom: 2px dotted #D2691E;	/*下部の線幅、線種、色*/
}

/*h3タグにリンクを設定した場合の文字色*/
.ta1 h3 a,
.ta2 h3 a {
	color: #00ff7f;
}



/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #DCDCDC;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style: disc;
}

.color1 {
	color: #FF0000;
}

.pagetop {
	text-align: right;
	padding: 3em 0px 0px !important;
}

/*-------------------------------------------------------*/
/* added styles
*/
.style2 {
	margin-left:	2em;
	color: #FFFFFF;
	font-weight: 300;
	font-size:	130%;
}
.style3 {
	font-size:	105%;
	font-weight : normal;
}
.style4 {
	font-size:	88%;
	font-weight : normal;
}
/* 更新履歴 */
.entry_text7 {
	margin : 0 ;
	font-size:	120%;
	padding : 5px  ;	
	max-height:100px; _height:100px; line-height : 100%;overflow: auto;
	border: 1px #C2A858 dotted;background-color:#ffffff;
	border: 1px #C2A858 dotted;}

.entry_text7 a:link, .entry_text7 a:visited {  	border-bottom : 1px dotted #a9a9a9 ; text-decoration : none;}

.entry_text7 ul { 
	padding : 0px  ;
 	list-style-type : none;	
}
.entry_text7 li {	color : #333;}


/* 本の詳細 */
blockquote {
margin:4px;
padding:5px;
background:#f4f4f4; /* 背景 */
border:#cccccc 1px solid; /* 枠線 */
border-left:#cccccc 5px solid; /* 枠線(左) */
}
blockquote:blockquote {
margin:4px;
padding:5px;
background:#f4f4f4; /* 背景 */
border:#000000 1px solid; /* 枠線 */
border-left:#000000 1px solid; /* 枠線(左) */
}

/*テーブル４（books.html)
---------------------------------------------------------------------------*/
.ta4 td{
	vertical-align : top;	
	font-size : 95%;
	font-weight : normal;
	padding : 5px; 
}
