﻿@charset "utf-8";

/* --------------------------------------------------------
css information
 style info:     相棒 castingDatabace
----------------------------------------------------------- */

/* 全体 
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

body {
	background-color: #f1f1f1;
	background-image: url("image/bground.png");
	background-repeat: repeat;
	background-position: 0 0;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:80%;
	color: #1f1f1f;
	line-height: 120%;
}

html {
	overflow-y:scroll;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 150%;
	color : #1f1f1f;
}

h1{
	font-size: large;
}


h3{
	margin: 0 0 3px 0;
	padding: 0 5px;
	font-size: small;
	color: #f1f1f1;
	background-color: #1c305c ;
	font-weight : bold;
	border-bottom : 1px #1f1f1f solid;
	border-right : 1px #1f1f1f solid;
}

h4{
	margin: 0 0 3px 0;
	padding: 0 5px;
	font-size: small;
	color: #1f1f1f;
	font-weight : bold;
	border-bottom : 2px #1f1f1f solid;
}


p,li,dt,dl {
	line-height:160%;
}


p {
	margin:0 0 1em 0;
	padding: 0 0 0 15px;
}


li {
	list-style-type:none;
}

img {
	border:0;
}

address {
	font-style:normal;
}

.clear {
	clear:both;
}


/*
 Link  [
----------------------------------------------------------- */
a:link {
	color:#1c305c;
	text-decoration:none;
}

a:visited {
	color:#1c305c;
	text-decoration:none;
}

a:hover {
	font-weight : bold;
	text-decoration:none;
	position : relative;
	top:1px;
	left:1px;
}

a:active {
	color:#1c305c;
	text-decoration:none;
}


/*
  ブロック別設定
----------------------------------------------------------- */

/*
 container [ ページ全体
----------------------------------------------------------- */
#container {
/* header&wrap＋mainの幅 */
	width : 730px;
/* 古いIE用にセンタリングした部分を元に戻す */
	text-align : left;
	background-color: #ffffff;
	border-right : 1px #1f1f1f solid;
	background-image: url("image/bg_grad.png");
	background-repeat: repeat-y;
	background-position: 0 0;
}

/*
 header [ タイトル部分
----------------------------------------------------------- */
#header {
/* headerの幅 */
	width : 730px;
/* 古いIE用にセンタリングした部分を元に戻す */
	text-align : left;

	height : 80px;
	text-align : left;
	background-image: url("image/titleb.png");
	background-repeat: no-repeat;
	padding: 0 15px 0 55px;
	vertical-align: middle;
}

/* banner */
#banner{
	margin : 20px 15px 20px 0;
	vertical-align : middle; 
}

/*
 wrap [ main + navi 包括部分
----------------------------------------------------------- */
/* wrapper設定 */
#wrap {
/* wrapの幅 */
	width : 730px;
/* 古いIE用にセンタリングした部分を元に戻す */
	text-align : left;

	background-image: url("image/border.png");
	border-top : 1px #1f1f1f solid;
}

/*
 navi [ 項目メニュー
----------------------------------------------------------- */
#navi {
/* 左側に回り込む */
	float : left;
/* naviの幅 */
	width : 160px;
/* 古いIE用にセンタリングした部分を元に戻す */
	text-align : left;

	width : 200px;
	vertical-align : top;
	padding : 15px 0 2px 20px;
}

/* リストタイトル用 */
#navi h4{
	width : 165px;
	margin: 0 0 5px 40px;
	background-image: url("image/one_point.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 15px 0 15px;
}

/* リスト用 */
#navi li{
	width : 150px;
	height : 25px;
	background-image: url("image/gradation.png");
	background-repeat: repeat-y;
	list-style-type: none;
	list-style-position: inside;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 0 15px;
	margin: 0 0 10px 40px;
	border-bottom : 1px #cccccc solid;
	border-right: 1px #cccccc solid;
}

/*
 footer [
----------------------------------------------------------- */
#footer {
/* 回り込み解除 */
	clear: both;
	text-align : right;
	border-top : 1px #1f1f1f solid;
	padding : 5px 20px;
}

#footer li {
	display:inline;
	text-align : center;
	margin: 0 5px;
	list-style-type:none;
}

#footer p{
/* 回り込み解除 */
	clear: both;
}


/*
 hr [
----------------------------------------------------------- */
hr{
	margin: 10px;
	border-style : dotted;
	border-color : #ffffff;
}

/*
 table [
----------------------------------------------------------- */
table{
	width: 95%;
	border: none;
	margin: 10px 0 10px 10px;
}

td{
	vertical-align: top;
	font-size : small;
	padding: 0 10px;
	margin: 0;
	border-bottom : 1px #1f1f1f dotted;
}


/*
 small [
----------------------------------------------------------- */
.small{
	font-size : x-small;
	text-align : right;
}

/*
 main [ textArea
----------------------------------------------------------- */
#main {
/* 右側に回り込む */
	float : right;
/* mainの幅 */
	width : 470px;
/* 古いIE用にセンタリングした部分を元に戻す */
	text-align : left;
	margin: 0 5px;

	min-height: 650px;
	vertical-align : top; 
	padding : 15px 10px 0 20px;
	font-size : small;
	line-height : 140%;
}

/*
 path [ 現在位置表示
----------------------------------------------------------- */
#path {
	font-size: x-small;
	text-align : right;
	padding : 0 5px 5px 0;
}

/* ページ表示 */
ol#topicPath{
	text-align:right;
}
ol#topicPath li{
	display:inline;
	list-style-type:none;
	line-height:150%;
}

ol#topicPath li a{
	background-image: url("image/path.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 15px;
}

/* ページ送り表示 */
ul#pageNavi{
	text-align:right;
	margin:0;
}

ul#pageNavi li{
	display:inline;
	list-style-type:none;
}

ul#pageNavi li active{
	padding: 1px 3px;
	border: 1px solid #1c305c;
	background-color: #1c305c;
	color: #FFFFFF;
}

ul#pageNavi li a{
	text-decoration: none;
	padding: 1px 3px;
	border: 1px solid #1f1f1f;
}

ul#pageNavi li a:link    { color: #1c305c; }
ul#pageNavi li a:visited { color: #1c305c; }
ul#pageNavi li a:hover   { color: #f1f1f1; background-color: #1c305c;}
ul#pageNavi li a:active  { color: #f1f1f1; background-color: #1c305c;}


/*
 topPage [ index
----------------------------------------------------------- */
td.title{
	width : 135px;
	height : auto;
	font-weight:bold;
	padding: 5px 10px;
	margin; 0 10px 10px 30px;
}

#first td{
	vertical-align: middle;
}


/*
 otherPage [ dataPage
----------------------------------------------------------- */
/* dataTitle */
.data-td{
	padding: 0 10px 0 30px;
}
.data-title{
	font-weight: bold;
	padding: 0 0 0 5px;
	border-left : 10px #a9a9a9 solid;
	color : #1f1f1f;
 }	

.name{
	width : 120px;
 }	


/* date */
#date{
	text-align : right;
	padding: 0 10px 0 0;
}
