@charset "utf-8";

/* ---------------------------------

	KANSAI　WINDOW

	  基本設定　（共通）

 --------------------------------- */


.clr { clear:both; }

/* リンク */
.white_link a {
	color:#ffffff; }
.shite_link a:hover {
	color:#ffffff; text-decoration:underline; }
.dgray_link a {
	color:#333; }
.dgray_link a:hover {
	color:#333; }


/* 文字　配置 */
.t_center { text-align:center; }
.t_right { text-align:right; }
.t_left { text-align:left; }

/* 文字 */
.font_large { font-size:120%; font-weight:bold; }
.font_bold { font-weight:bold; }
.font_10 { font-size:10px; }
.font_12 { font-size:12px; }
.color_purple { color:#666699; }
.color_blue { color:#4041cd; }
.color_blue02 { color:#3298fd; }
.color_pink { color:#f87096; }
.color_red  { color:#F00; }
.color_green { color:#009865; }
.color_white { color:#FFFFFF; }
.color_brown { color:#ac6a00; }
.color_rbrown { color:#aa0000; }
.color_orange { color: #f93; }


/* 高さ */
.height01 { line-height:2.0; }

/* マージン・パディング　*/
.bottom_05 { margin-bottom:5px; }
.bottom_07 { margin-bottom:7px; }
.bottom_10 { margin-bottom:10px; }
.bottom_20 { margin-bottom:20px; }
.bottom_30 { margin-bottom:30px; }

.top_20 { margin-top:20px; }

.margin_05 { margin:5px; }
.margin_10 { margin:10px; }
.margin_20 { margin:20px auto; }
.margin_a20 { margin:20px; }
.margin_s01 { margin:10px 10px 0 10px; }
.posision01 { padding-top:7px; text-align:center; font-size:11px; }
.padding_05 { padding:5px; }
.padding_10 { padding:10px; }
.left_30 {
	margin-left:30px; }
.left_p20{
	padding-left:20px; }
.right_p20 {
	padding-right:20px; }
.hr {
	margin:7px 0 ; }
.margin_l10 { margin-left:10px; }
.right_p10 { padding-right:10px; }


/*　フロート */
.f_right { float:right; margin:0 0 10px 10px; }
.f_left { float:left; margin:0 10px 10px 0; }

/* 罫線 */
.border_b { border-bottom:1px solid #0a51a1; }

/* タイトル　*/
.title_scare { height:26px; padding-top:4px; text-indent:40px; font-size:120%; font-weight:bold; background:url(../t/images/parts/scare01.gif) left center no-repeat; }
.title_grayscare { font-size:110%; font-weight:bold; text-indent:25px; background:url(../t/images/parts/scare02.gif) left center no-repeat; }
.title_large { font-size:110%; font-weight:bold; }
.title_border_grey { margin-bottom:20px; padding-bottom:5px; border-bottom:1px solid #ccc; }
.title_dot_grey { margin-bottom:15px; padding-bottom:5px; border-bottom:1px dotted #ccc; }
.title_blue {
	width:100%; margin-bottom:20px; padding:5px 0; text-indent:15px; background:#4799f3; }
.title_blue h3 {
	font-size:110%; font-weight:bold; color:#ffffff; }

/* 背景 */
.bg_white { background:#ffffff; }
.bg_gold { background:#aea15c; }

/* 一覧表示　*/
.arrow_r { text-align:right; padding-right:10px; background:url(../t/images/parts/arrow01.gif) right center no-repeat; }
.style1 { color:#8a6335; }
.arrow02 { text-align:center; background:url(../t/images/parts/arrow02.gif) right center no-repeat; }


/* セレクトボックス */
.s_style01 { width:140px; height: 22px; margin: 28px 10px 0 13px; padding-top:2px; font-size: 12px; }
.s_style02 { width:173px; height: 22px; margin: 5px auto 0px auto; padding-top:2px; font-size: 12px; }
.s_style03 { width:173px; height: 22px; margin: 5px auto 0px auto; padding-top:2px; font-size: 12px; }
.search_c { margin:7px 0; text-align:center; }


/* フォーム　検索ボタン　*/
.search_btn { width:60px; height:25px; }


/* フォーム　*/
.textbox01 {
	width:370px; height:25px; }


/*　日付　一覧等　*/
/* dl dd dt */
dl.info_page { border-left: solid 2px #CCC; }
dl.info_page dt { clear:left; float:left; margin: 0 0 0.8em; padding-left: 15px; color: #000; }
dl.info_page dd { margin-bottom: 0.8em; padding-left: 8px; width: 7.5em; }

.info_pagebox { width:580px; border-left:2px solid #cccccc; padding-left:10px;}


/* ページナビ */
.page_navi { clear:both; margin-top:50px; padding:3px; text-align:center; }
.page_navi a { margin-right:2px; padding:2px 5px; border:1px solid #666; background:url(../t/images/parts/number_bg.gif); color:#FFF; }
.page_navi a:hover { border:1px solid #666; background:none; color:#333; text-decoration:none; }
.page_navi a:active { border:1px solid #666; background:none; color:#333; text-decoration:none; }
.page_navi apan.current { margin-right:2px; padding:2px 5px; border:1px solid #666; font-weight:bold; background:none; color:#333; }
.page_navi SPAN.disabled { margin-right:2px; padding:2px 5px; border:1px solid #666; color:#333; }


/* ページトップ */
#page_top {
	clear:both; width:920px; margin:0 auto; text-align:right; }


/* box */
.box_c { width:600px; margin:0 auto 20px auto; }
