@charset "shift_jis";

body > #wrap {height: auto; min-height: 100%;}

body {
	color: #ffffff;	/*文字色*/
	background-image: url(../images/bg.jpg);
	
	width:100%;
	background-color: #000000;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 90%;
	line-height: 2;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 15px;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 95%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #C93;
	text-decoration: none;
}
a:hover {
	color: #FFF;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 950px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	font-size: 95%;
	position: relative;
	
	
}

#header_area{
	width: 950px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
#header_area p.letter{
	position: absolute;
	top: 5px;
	left: 0px;
}
#header_area h1{
	margin: 0px;
	padding: 0px;
	height: 18px;
	
	position: absolute;
	top: 40px;
	left: 5px;
}
#header_area h1 img{
	vertical-align: top;
}
#header_area h2{
	position: absolute;
	bottom: 0px;
	left: 10px;
}
#header_area p.home{
	position: absolute;
	bottom: 20px;
	left: 450px;
}

#header_area p.text_size{
	width: 160px;
	height: 35px;
	position: absolute;
	bottom: 14px;
	left: 730px;
}
#header_area p.text_size a{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 31px;
	height: 31px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	text-indent: -4095px;
}
#header_area p.text_size a:hover{
	background-position: bottom left;
}
#header_area p.text_size a#big{
	background-image: url( "../images/bt_font_big.png" );
	right: 31px;
}
#header_area p.text_size a#small{
	background-image: url( "../images/bt_font_small.png" );
	
}
#header_area p.text_size img{
	position: absolute;
	top: 5px;
	left: 0px;
}

#header_area form{
	position: absolute;
	bottom: 17px;
	right: 5px;
	width: 200px;
	height: 50px;
	left: 700;
}
#header_area form input{
	position: absolute;
	top: 0px;
}
#header_area form input.text{
	top: 0px;
	left: 0px;
	border: 1px solid #CCC;
	padding: 7px 2px;
	width: 166px;
}
#header_area form input.submit{
	right: 0px;
	width: 77px;
	height: 33px;
	text-indent: -4095px;
	border: none;
	background: url("../images/bt_search.png") no-repeat top left;
}
:root * > #header_area form input.submit:hover {
	background-position: bottom left;
}
----------------*/

#header {
	height: 100px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
}
/*h1タグ設定*/
#header h1 {
	font-size: 10px;		/*文字サイズ*/
	font-weight: normal;	/*文字の太さをデフォルトの太字から通常に変更*/
	line-height: 14px;
	text-align: right;		/*右寄せ*/
	position: absolute;
	right: 0px;		/*ヘッダーブロックに対して右から0pxの位置に配置*/
	bottom: 5px;	/*ヘッダーブロックに対して下から5pxの位置に配置*/
}
h1 a {
	text-decoration: none;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
}
/*電話番号画像設定*/
#header #tel {
	position: absolute;
	top: 10px;		/*ヘッダーブロックに対して上から10pxの位置に配置*/
	right: 0px;		/*ヘッダーブロックに対して右から0pxの位置に配置*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 400px;
	width: 980px;
	margin-bottom: 15px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}
/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	background: url(../images/navi_bg.gif) repeat-x bottom;
	background-repeat: repeat;				/*背景画像をリピートしない*/
	background-position: center top;			/*背景画像を中央上部に配置*/
	height: 52px;
	line-height: 35px;
	width: 930px;
	padding-left: 22px;
}
ul#menu li {
	float: left;
	text-align: center;
	border-left: 1px solid #75581f;	/*メニューの左側に入る線の幅、線種、色*/
}
ul#menu li.last {
	border-right: 1px solid #75581f;	/*メニューの最後の１個だけ、右側に線を追加*/
}

ul#menu li a {
	color: #fff;	/*文字色*/
	text-decoration: none;
	display: block;
	width: 152px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
ul#menu li a:hover {
	color: #C93;
		/*カーソルオーバー時の背景画像*/
	background-repeat: no-repeat;				/*背景画像をリピートしない*/
	background-position: center bottom;			/*背景画像を中央下部に配置*/
}
/*ドロップダウンメニュー*/
ul#pulldown-menu{
	background: url(../images/navi_bg.gif) repeat-x bottom;
	background-repeat: repeat;				/*背景画像をリピートしない*/
	background-position: center top;			/*背景画像を中央上部に配置*/
	height: 52px;
	line-height: 35px;
	width: 930px;
	padding-left: 22px;}
ul#pulldown-menu a {
        color: #FFF;
        text-decoration: none;
		
		
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {background: url(../images/navi_bg.gif) repeat-x bottom;
}

ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
       color: #C93;
}

ul#pulldown-menu li {
	float: left;
	width: 152px;
	height: 35px;
	line-height: 2em;
	border-left: 1px solid #75581f;
			line-height: 35px;
		   text-align: center ;

	
}
ul#pulldown-menu li a {
        display: block;
		
        width: 152px;
        height: 35px;
		line-height: 35px;
		   text-align: center ;
}		   
ul#pulldown-menu li.last {
	
		border-right: 1px solid #75581f;
}
			


/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
        display: none;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}

ul#pulldown-menu li.last:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}
 
ul#pulldown-menu li ul li {
        float: none;
        margin: 0;
        font-weight: normal;
}

ul#pulldown-menu li.last ul li {
        float: none;
        margin: 0;
        font-weight: normal;
}


/*ドロップダウンメニュー2*/
ul#pulldown-menu2{
	text-align: center;
	
	padding-left: 22px;}
ul#pulldown-menu2 a {
        color: #FFF;
        text-decoration: none;
		
		
}
ul#pulldown-menu2 a:link,
ul#pulldown-menu2 a:visited {background: url(../images/navi_bg.gif) repeat-x bottom;
}

ul#pulldown-menu2 a:hover,
ul#pulldown-menu2 a:active {
       color: #C93;
}

ul#pulldown-menu2 li {
	float: left;
	width: 100px;
	height: 20px;
	line-height: 2em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	background-position: center;

	
}
ul#pulldown-menu2 li a {
		
		   text-align: center;
}		   
ul#pulldown-menu2 li.last {
	
		border-right: 1px solid #ffffff;
}
			


/* 下層のメニューを不可視に */
ul#pulldown-menu2 li ul {
        display: none;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu2 li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}

ul#pulldown-menu2 li.last:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}
 
ul#pulldown-menu2 li ul li {
        float: none;
        margin: 0;
        font-weight: normal;
}

ul#pulldown-menu2 li.last ul li {
        float: none;
        margin: 0;
        font-weight: normal;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents1 {
	float: left;
	width: 100%;
}

#contents {
	float: left;
	width: 100%;
	background-image: url(../images/P128_1-800.gif);
	
	background-repeat: repeat-x;
}

#contents2 {
	float: left;
	width: 100%;
	background-image: url(../images/misu3.gif);
	
	background-repeat: repeat-x;
}
#contents3 {
	float: left;
	width: 100%;
	background-image: url(../images/misu-kabeshiro.gif);
	
	background-repeat: repeat-x;
}
#contents4 {
	float: left;
	width: 100%;
	background-image: url(../images/misu-kabeshiro2.gif);
	
	background-repeat: repeat-x;
}
#contents5 {
	float: left;
	width: 100%;
	background-image: url(../images/700.gif);
	
	background-repeat: repeat-x;
}
/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	width: auto;
	/*メインコンテンツ幅*/
	float: left;	/*メインコンテンツを左側に回り込み*/
	padding-top: 10px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 10px;
	
}

/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #ffffff;		/*文字色*/
	background-image: url(../images/navi_bg.gif);	/*背景画像の読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;			/*背景画像を下部に配置*/
	background-color: #000;		/*余白*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*h2タグを画像にした場合の設定*/
#main h2.img {
	padding: 0;
	border-bottom: none;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
#main2 {
	width: 720px;
	/*メインコンテンツ幅*/
	float: left;	/*メインコンテンツを左側に回り込み*/
	padding-top: 130px;
	padding-bottom: 50px;
}

/*h2タグ設定*/
#main2 h2 {
	font-size: 110%;	/*文字サイズ*/
	color: #ffffff;		/*文字色*/
	background-image: url(../images/navi_bg.gif);	/*背景画像の読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;			/*背景画像を下部に配置*/
	background-color: #000000;				/*背景色*/
	padding: 0px;		/*余白*/
	border-bottom: 2px solid #A48622;		/*下線の幅、線種、色*/
}
/*h2タグを画像にした場合の設定*/
#main2 h2.img {
	padding: 0;
	border-bottom: none;
	text-align: center;
}
/*段落タグの余白設定*/
#main2 p {
	padding: 0.5em 10px 1em;
	color: #FFF;
	font-size: 95%;
}
#main3 {
	width: 950px;
	/*メインコンテンツ幅*/
	float: left;	/*メインコンテンツを左側に回り込み*/
	padding-top: 130px;
	padding-bottom: 50px;
}

/*h2タグ設定*/
#main3 h2 {
	font-size: 110%;	/*文字サイズ*/
	color: #ffffff;		/*文字色*/
	background-image: url(../images/navi_bg.gif);
	border-bottom: 2px solid #A48622;
	/*背景画像の読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;			/*背景画像を下部に配置*/
	background-color: #FFFFFF;		/*余白*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*h2タグを画像にした場合の設定*/
#main3 h2.img {
	padding: 0;
	border-bottom: none;
}
/*段落タグの余白設定*/
#main3 p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを右側に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-top: 120px;
	padding-bottom: 50px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;	/*文字サイズ*/
	background-color: #353026;				/*背景色*/
	background-image: url(../images/bg2.gif);	/*h3タグ背景画像*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;				/*背景画像を上部に配置*/
	border: 3px double #9f9074;		/*枠線の幅、線種、色の設定*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px 0px;
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

#sub1 {
	float: right;	/*サブコンテンツを右側に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-top: 15px;
	padding-bottom: 50px;
}
/*h3タグ設定*/
#sub1 h3 {
	font-size: 100%;	/*文字サイズ*/
	background-color: #353026;				/*背景色*/
	background-image: url(../images/bg2.gif);	/*h3タグ背景画像*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;				/*背景画像を上部に配置*/
	border: 3px double #9f9074;		/*枠線の幅、線種、色の設定*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px 0px;
}
/*段落タグの余白設定*/
#sub1 p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}





/*サブメニュー
---------------------------------------------------------------------------*/
#sub2 ul.submenu {
	margin-bottom: 1em;
}
#sub2 ul.submenu li a {
	text-decoration: none;
	display: block;
	border-right: 1px solid #9f9074;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #9f9074;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #9f9074;		/*左側の線の幅、線種、色*/
	width: 218px;
background-image: url(../images/back_side_body.png);
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	text-align: center;	/*文字をセンタリング*/
}
#sub2 ul.submenu li a:hover {
	background-color: #332e25;	/*カーソルオーバー時の背景色*/
}
#sub2 {
	float: left;	/*サブコンテンツを右側に回り込み*/
	width: 170px;	/*サブコンテンツ幅*/
	padding-top: 15px;
	padding-bottom: 30px;
}
/*h3タグ設定*/
#sub2 h3 {
	font-size: 100%;	/*文字サイズ*/
	background-color: #353026;				/*背景色*/
	background-image: url(../images/bg2.gif);	/*h3タグ背景画像*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;				/*背景画像を上部に配置*/
	border: 3px double #9f9074;		/*枠線の幅、線種、色の設定*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px 0px;
}
/*段落タグの余白設定*/
#sub2 p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
#sub2 ul.submenu {
	margin-bottom: 1em;
}
#sub2 ul.submenu li a {
	text-decoration: none;
	display: block;
	border-right: 1px solid #9f9074;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #9f9074;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #9f9074;		/*左側の線の幅、線種、色*/
	width: 218px;
background-image: url(../images/back_side_body.png);
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	text-align: center;	/*文字をセンタリング*/
}
#sub2 ul.submenu li a:hover {
	background-color: #332e25;	/*カーソルオーバー時の背景色*/
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
  clear: both;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  border-top: solid 4px;
  border-top-color: #583822;
  background-color: #000000;
}

#footer a {
  color: #ffffff;
  font-size: 12px;
 }

#footer a:hover {
  color: #FFD527;
}

#footer_main_block {
  width: 850px;
  margin: 0 auto 0 auto;
  padding: 4px 0 6px 0;
  line-height: 180%;
  font-size: 12px;
  text-align: left;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	background-attachment: scroll;
	background-image: url(../images/news_bg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:250px;
	width: 530px;
	overflow: auto;
	
}

#main .new dl {
	clear: left;
	width:490px;
	border-bottom: 1px solid #9f9074;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 490px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 700px;	/*テーブルの幅*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #ffffff;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.ta1 td {
	padding: 10px;		/*テーブル内の余白*/
	width: 50%;
	text-align: center;	/*センタリング*/
	background-color: #081125;	/*背景色*/
	background-image: url(../images/bg4.gif);	/*背景画像の読み込み*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right bottom;		/*背景画像を右側、下部に配置*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th{
	text-align: left;	/*左よせ*/
	padding: 10px;
	background-image: url(../images/bg2.gif);	/*背景画像の読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;				/*背景画像を上部に配置*/
	background-color: #353026;				/*背景色*/
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 700px;	/*テーブルの幅*/
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #ffffff;	/*テーブルの枠線の幅、線種、色*/
	line-height: 30px;
}
/*テーブル内の右側*/
.ta2 td{
	
	width: 457px;
	padding: 10px;				/*テーブル内の余白*/
	vertical-align: top;
	background-color: #201D17;				/*背景色*/
	background-image: url(../images/bg4.gif);	/*背景画像の読み込み*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right bottom;		/*背景画像を右側、下部に配置*/
}
/*h3タグ設定*/
.ta2 h3 {
	border-bottom: 1px solid #ffffff;	/*下線の幅、線種、色*/
	color: #FFF;
	font-size: 120%;
}
/*段落タグ設定*/
.ta2 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 200px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #201d17;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-image: url(../images/bg2.gif);	/*背景画像の読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;				/*背景画像を上部に配置*/
	background-color: #353026;				/*背景色*/
}

/*テーブル3
---------------------------------------------------------------------------*/
.ta3 {
	width: 700px;	/*テーブルの幅*/
}
.ta3, .ta3 td, .ta3 th{
	border: 1px solid #ffffff;	/*テーブルの枠線の幅、線種、色*/
	line-height: 30px;
}
/*テーブル内の右側*/
.ta3 td{
	
	width: 457px;
	padding: 10px;				/*テーブル内の余白*/
	vertical-align: top;
	background-color: #201D17;				/*背景色*/
	background-image: url(../images/bg4.gif);	/*背景画像の読み込み*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right bottom;		/*背景画像を右側、下部に配置*/
}
.ta3 td2{
	
	width: 200px;
	padding: 10px;				/*テーブル内の余白*/
	vertical-align: top;
	background-color: #201D17;				/*背景色*/
	background-image: url(../images/bg4.gif);	/*背景画像の読み込み*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right bottom;		/*背景画像を右側、下部に配置*/
}
/*h3タグ設定*/
.ta3 h3 {
	border-bottom: 1px solid #ffffff;	/*下線の幅、線種、色*/
	color: #FFF;
	font-size: 100%;
}
/*段落タグ設定*/
.ta3 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta3 th{
	width: 200px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #201d17;	/*背景色*/
}
.ta3 th2{
	width: 30px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #201d17;	/*背景色*/
}


.ta4 {
	width: 900px;	/*テーブルの幅*/
}
.ta4, .ta4 td, .ta4 th{
	border: 1px solid #ffffff;	/*テーブルの枠線の幅、線種、色*/
	line-height: 30px;
}
/*テーブル内の右側*/
.ta4 td{
	
	width: 700px;
	padding: 10px;				/*テーブル内の余白*/
	vertical-align: top;
	background-color: #201D17;				/*背景色*/
	background-image: url(../images/bg4.gif);	/*背景画像の読み込み*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right bottom;		/*背景画像を右側、下部に配置*/
}
.ta4 td2{
	
	width: 200px;
	padding: 10px;				/*テーブル内の余白*/
	vertical-align: top;
	background-color: #201D17;				/*背景色*/
	background-image: url(../images/bg4.gif);	/*背景画像の読み込み*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right bottom;		/*背景画像を右側、下部に配置*/
}
/*h3タグ設定*/
.ta4 h3 {
	border-bottom: 1px solid #ffffff;	/*下線の幅、線種、色*/
	color: #FFF;
	font-size: 100%;
}
/*段落タグ設定*/
.ta4 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta4 th{
	width: 200px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #201d17;	/*背景色*/
	
}
.ta4 th2{
	width: 30px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #201d17;	/*背景色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #25221B;
}
.mb1em {
	margin-bottom: 1em;
	
	
	
	
	
}
.mb2em {
	margin-bottom: 1em;
	background-image: url(../images/access_back.JPG);
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #FFD527;
}
.img {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.pr {
	font-size: 10px;
}
.photobox {
	padding-left: 0px;
}

/*ボックス1個あたりの設定*/
.photobox div {
	border: 1px solid #CCCCCC;		/*上下左右のボーダーの幅と線種と色の設定*/
	padding: 0px;					/*ボックス内の余白*/
	width: 156px;					/*幅*/
	line-height: 1px;				/*行間*/
	float: left;					/*左側に寄せる設定*/
	margin-right: 0px;				/*ボックスの右側に10pxあける設定*/
	margin-left: 0px;				/*ボックスの左側に10pxあける設定*/
	margin-bottom: 0px;				/*ボックスの下に1em(１文字分)あける設定*/
	font-size: 11px;				/*文字サイズ*/
	background-image: url(images/photobox.gif);	/*ボックスの背景画像設定*/
	background-repeat: no-repeat;				/*背景画像をリピートさせない*/
	background-position: right bottom;				/*背景画像を右下によせる設定*/
	height: 156px;					/*ボックスの高さ*/
						/*ボックスから中身が飛び出た場合にスクロールバーを出す設定*/
	display: inline;
}

 .float
      {
         float: right;
         margin-right: 1em;
      }
      *.floatclear
      {
         clear: both;
      }




.photobox2 {
	padding-left: 0px;
}

/*ボックス1個あたりの設定*/
.photobox2 div {
	border: 1px solid #CCCCCC;		/*上下左右のボーダーの幅と線種と色の設定*/
	padding:5px;					/*ボックス内の余白*/
	width: 150px;					/*幅*/
	line-height: 1px;				/*行間*/
	float: left;					/*左側に寄せる設定*/
	margin-right: 0px;				/*ボックスの右側に10pxあける設定*/
	margin-left: 0px;				/*ボックスの左側に10pxあける設定*/
	margin-bottom: 1em;				/*ボックスの下に1em(１文字分)あける設定*/
	font-size: 11px;				/*文字サイズ*/
	background-image: url(images/photobox.gif);	/*ボックスの背景画像設定*/
	background-repeat: no-repeat;				/*背景画像をリピートさせない*/
	background-position: right bottom;				/*背景画像を右下によせる設定*/
	height: 280px;					/*ボックスの高さ*/
						/*ボックスから中身が飛び出た場合にスクロールバーを出す設定*/
	display: inline;
}
.photobox3 {
	padding-left: 0px;
}

/*ボックス1個あたりの設定*/
.photobox3 div {
	border: 1px solid #CCCCCC;		/*上下左右のボーダーの幅と線種と色の設定*/
	padding:5px;					/*ボックス内の余白*/
	width: 190px;					/*幅*/
	line-height: 1px;				/*行間*/
	float: left;					/*左側に寄せる設定*/
	margin-right: 10px;				/*ボックスの右側に10pxあける設定*/
	margin-left: 10px;				/*ボックスの左側に10pxあける設定*/
	margin-bottom: 1em;				/*ボックスの下に1em(１文字分)あける設定*/
	font-size: 11px;				/*文字サイズ*/
	background-image: url(images/photobox.gif);	/*ボックスの背景画像設定*/
	background-repeat: no-repeat;				/*背景画像をリピートさせない*/
	background-position: right bottom;				/*背景画像を右下によせる設定*/
	height: 125px;					/*ボックスの高さ*/
						/*ボックスから中身が飛び出た場合にスクロールバーを出す設定*/
	display: inline;
}

.photobox4 {
	padding-left: 0px;
}

/*ボックス1個あたりの設定*/
.photobox4 div {
	padding:0px;					/*ボックス内の余白*/
	width: 200px;					/*幅*/
	line-height: 1px;				/*行間*/
	float: left;					/*左側に寄せる設定*/
	font-size: 11px;				/*文字サイズ*/
	background-image: url(images/photobox.gif);	/*ボックスの背景画像設定*/
	background-repeat: no-repeat;				/*背景画像をリピートさせない*/
	background-position: right bottom;				/*背景画像を右下によせる設定*/
	height: 150px;					/*ボックスの高さ*/
						/*ボックスから中身が飛び出た場合にスクロールバーを出す設定*/
	display: inline;
}
