/* -------------------------------------------------------- CSS Information 
File Name:      common.css 
Lust up date:   2010.4.13 
Style Info:     全ページレイアウトcss
------------------------------------------------------------------------ */  

.checkboxlist input{
	margin:5px;
	vertical-align:sub;
}

.checkboxlist td
{
	padding-right:20px;
	padding-top:1px;
	padding-bottom:1px;
	border:solid 1px #ddd;
}

/*
input:focus {
    border:solid 2px #EEA34A;
}


textarea:focus {
    border:solid 2px #EEA34A;
}

select:focus 
{
	border:solid 2px #EEA34A;
}
*/

/*------------------------------------------------------------header*/
#header_bg {
	background-color: #000;
	height: 40px;
	text-align: center;
}
#haederarea {
	height: 30px;
	color: #FFF;
	margin: 0 20px 0 10px;
}
#header_logo {
	clear: none;
	float: left;
	margin: 10px 0 0 0;
}
#header_text {
	clear: none;
	float: left;
	margin: 18px 0 0 20px;
	width: 450px;
}
#header_text p {
	clear: none;
	float: left;
	margin-right: 20px;
}
#header_menu {
	clear: none;
	float: right;
	margin: 18px 0 0;
	width: 200px;
}
#header_menu p {
	clear: none;
	float: right;
	background-image: url(../img/arrow_white.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 12px;
	text-indent: 12px;
}
#header_menu a {
	color: #FFF;
	text-decoration: underline;
}
#header_menu a:hover {
	color: #CCC;
	text-decoration: underline;
}
#frame {
	width: 100%;
	height: 100%;
}
#header {
	height: 70px;
}
#main {
	background-color:#ffffff;
}
#footer {
	height: 30px;
}

/*------------------------------------------------------------top navigation*/
#topnavi_bg, #topnavi_bg2 {
	background-image: url(../img/topmenu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#topnaviarea, #topnaviarea2 {
	margin: 0 10px 0 10px;
	height: 40px;
	background-image: url(../img/navi_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topnavi, #topnavi2 {
	list-style: none;
	height: 0px;
	padding: 0 0 0 100px;
	clear: both;
	float: left;
}
#topnavi li {
	clear: none;
	float: left;
	font-weight: bold;
	color: #FFF;
	border-right: 1px solid #FFF;
	width: 110px;
	line-height: 40px;
}
#topnavi a {
	color: #FFF;
	text-decoration: none;
}
#topnavi a:hover {
	color: #CCC;
	text-decoration: underline;
}
#topnavi2 li {
	clear: none;
	float: left;
	font-weight: bold;
	color: #FFF;
	border-right: 1px solid #FFF;
	width: 110px;
	line-height: 40px;
}
#topnavi2 a {
	color: #FFF;
	text-decoration: none;
}
#topnavi2 a:hover {
	color: #CCC;
	text-decoration: underline;
}

/*------------------------------------------------------------container*/
#white_bg {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#container {
	padding: 0 5px 0 5px;
	background-color: #FFF;
	text-align: left;
}

/*------------------------------------------------------------left navigation（メニュー一覧ページ除く）*/
#leftnaviarea {
	margin: 0;
	width: 170px;
	clear: none;
	float: left;
}
#leftnavi {
	margin-top: 5px;
	padding: 0;
	width: 170px;
	list-style: none;
	border-bottom: 1px solid #666;
}
#leftnavi li {
	height: 30px;
	width: 170px;
	padding: 0;
	line-height: 250%;
	color: #333;
}
/*大分類 first*/
#leftnavi li.first {
	font-size: 13px;
	font-weight: bold;
	background-image: url(../img/point_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 8px;
}
/*中分類 second*/
#leftnavi li.second,
#leftnavi li.second_only {
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 1px solid #666;
	text-indent: 20px;
}
#leftnavi li.second {
	background-image: url(../img/second_only_bg.gif);
}
#leftnavi li.second_only {
	background-image: url(../img/second_n_bg.gif);
}
#leftnavi li.second_only a,
#leftnavi li.second_only a:hover {
	background-repeat: no-repeat;
	display: block;
	background-attachment: scroll;
	background-position: left top;
}
#leftnavi li.second_only a {
	background-image: url(../img/second_a_bg.gif);
	color: #333;
	text-decoration: none;
}
#leftnavi li.second_only a:hover {
	background-image: url(../img/second_ah_bg.gif);
	color: #0075C2;
	text-decoration: underline;
}
/*小分類 third*/
#leftnavi li.third {
	border-top: 1px dashed #666;
	text-indent: 26px;
	background-image: url(../img/arrow_blue_s.gif);
	background-repeat: no-repeat;
	display: block;
	background-attachment: scroll;
	background-position: 15px center;
	background-color: #EEE;
	color: #0075C2;
	height: 30px;
}
#leftnavi li.third a,
#leftnavi li.third a:hover {
	background-repeat: no-repeat;
	display: block;
	background-attachment: scroll;
	background-position: 15px center;
	height: 30px;
}
#leftnavi li.third a {
	background-image: url(../img/arrow_grey_s.gif);
	background-color: #FFF;
	color: #333;
	text-decoration: none;
	height: 30px;
}
#leftnavi li.third a:hover {
	background-image: url(../img/arrow_blue_s.gif);
	background-color: #EEE;
	color: #0075C2;
	text-decoration: underline;
	height: 30px;
}

/*------------------------------------------------------------main contents*/
#contentarea900 {
	margin: 20px 0;
	text-align: left;
	
}
#contentarea {
	margin: 20px 0 20px 20px;
	width: 810px;
	clear: none;
	float: left;
}
.main_title {
	border-bottom: 2px solid #6CB7EB;
	padding-bottom: 4px;
	
}

.main_Subtitle {
	padding-bottom: 4px;	
}

.main_title900 h1,
.main_title h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	background-image: url(../img/circle_blue.gif);
	background-position: left center;
	text-indent: 30px;
	height: 25px;
	background-repeat: no-repeat;
	padding-top: 2px;
}
.main_title900 {
	border-bottom: 2px solid #6CB7EB;
	padding-bottom: 4px;
}

.main_Subtitle h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	background-image: url(../img/circle_blue.gif);
	background-position: left center;
	text-indent: 30px;
	height: 25px;
	background-repeat: no-repeat;
	padding-top: 2px;
}

.textarea {
	background-image: url(../img/bg_shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	padding: 15px;
}

/*------------------------------------------------------------footer*/
#footer_bg {
	background-color: #000;
	bottom: 0;
}
#footerarea {
	height: 30px;
	width: 900px;
	margin: 0 auto;
	text-align: right;
}
#footerarea p {
	font-size: 0.9em;
	color: #FFF;
	padding-top: 5px;
}

/*------------------------------------------------------------float*/
.float_left {
	clear: none;
	float: left;
}
.float_right {
	clear: none;
	float: right;
}

/*------------------------------------------------------------align*/
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
/*------------------------------------------------------------line*/
hr {
	display: none;
}
.line {
	background-attachment: scroll;
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 10px;
	padding-bottom: 15px;
}
/*------------------------------------------------------------clearfix*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}

/*------------------------------------------------------------box*/
.box_sub{
	background-image: url(../img/box/box_bg.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	padding:10px 0 2px 10px;
	font-size:11px;
	color:#1E1E00;
}

.box_right{
	text-align:right;
}

/*------------------------------------------------------------Grid*/
.GridMain {
	border: 1px solid #999;
	border-collapse: collapse;
	vertical-align:top;
	margin: 10px 0;
}
.GridTitle {
	padding: 5px;
	font-size: 1em;
	font-weight: bold;
	line-height: 110%;
	text-align: center;
	border-bottom: 3px double #999;
	border-right: 1px solid #999;
}

.GridTitleColor {
	padding: 5px;
	font-size: 1em;
	font-weight: bold;
	line-height: 110%;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 3px double #999;
	background-color: #EEE;
}

.GridSub {
	padding: 6px;
	font-size: 1em;
	font-weight: normal;
	line-height: 110%;
	border: 1px solid #999;
	vertical-align:text-top;
}

.GridSubColor {
	padding: 6px;
	font-size: 1em;
	font-weight: normal;
	line-height: 110%;
	border: 1px solid #999;
	background-color: #EEE;
	vertical-align:text-top;	
}

.GridFooter {
	padding: 6px;
	font-size: 1em;
	font-weight: bold;
	line-height: 110%;
	text-align: right;
	border-top: 3px double #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.GridFooterColor {
	padding: 6px;
	font-size: 1em;
	font-weight: bold;
	line-height: 110%;
	border-top: 3px double #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #EEE;
}

.GridSubNoLine {
	padding: 4px;
	font-size: 1em;
	font-weight: normal;
	vertical-align:text-top;
	border-style:none;
}

/*------------------------------------------------------------Table*/
.TableArea {
	margin: 0;
	width: 680px;
	padding: 0 0 10px;
	text-align: center;
}
.TableMain {
	border-collapse: collapse;
	width: 680px;
	margin: 0 auto 10px;
}

.TableTitle
{
    font-size: 1em;
	font-weight: normal;
	line-height: 130%;
	border: 1px solid #999;
	padding: 5px;
    text-align: center;
	background-color: #666;
	color: #FFF;
	width: 12%;
}

.TableDetail
{
    font-size: 1em;
	font-weight: normal;
	line-height: 130%;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 5px;
	text-align: left;
}

/*------------------------------------------------------------button*/
.btn {
	padding: 2px 5px 0 5px;
	margin:0 0 0px 0;
}

input.btn_blue{
	margin:2px 7px 0 0;
	padding:1px 8px 1px 8px;
	background:url(../img/btn/btn_bl_bg.jpg) repeat-x center bottom #ADD5F3;
	border:solid #1b5691 1px;
	border-radius: 2px;		/* CSS3草案*/
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
	position:relative;
	color:#FFFFFF;
	font-size:1em;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	line-height:1.5;
	font-weight:normal;
	/*float:left;*/
}
	/* IE7 */
	*:first-child+html input.btn_blue {
		padding:0px 1px 0px 1px;
	}

	input.btn_blue:hover{
		margin:2px 7px 0 0;
		padding:1px 8px 1px 8px;
		background:url(../img/btn/btn_bl_bg.jpg) repeat-x center bottom #ADD5F3;
		border:solid #1b5691 1px;
		border-radius: 2px;		/* CSS3草案*/
		-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 2px;	/* Firefox用 */
		position:relative;
		color:#FFF;
		font-size:1em;
		line-height:1.5;
		font-weight:normal;
		font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
		/*float:left;*/
		top:1px;
		left:1px;
		cursor:pointer;
	}
		
/*------------------------------------------------------------padding*/
.padding_r5 {
	padding: 0 5px 0 0;
}

.padding_b5 {
	padding: 0 0 5px 0;
}

.padding_t5 {
	padding: 5px 0 0 0;
}

/*------------------------------------------------------------検索条件用*/
.searchtext_padding {
	padding: 0 3px 0 0;
}
.searchctrl_padding {
	padding: 0 10px 0 0;
}


/*------------------------------------------------------------詳細ページ設定*/
.detailpage_area {
	padding: 10px 5px 0 10px;
}

.wordsp {
	word-spacing: 3em;
}

/*------------------------------------------------------------各ページ個別設定*/
/*メニュー一覧ページ用設定*/
.menu_text{
	font-weight:bold;
 	font-size:12px;
 	padding:5px;
}

.menu_list{
 	height:20px;
 	vertical-align:middle;
 	padding:2px 0px 4px 5px;
 	width:110px;
 	font-size:11px;
}

.menulist_area a {
	color: #666;
	text-decoration: underline;
}
.menulist_area a:hover {
	color: #0075C2;
	text-decoration: underline;
}
.iconbox {
	clear: none;
	float: left;
	margin-right: 6px;
	width: 44px;
}
.menutext {
	clear: none;
	float: left;
	margin-right: 30px;
	padding-top: 11px;
	width: 100px;
}
.postitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	background-image: url(../img/arrow_blue_u.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
	margin-bottom: 3px;
}

/*電話履歴ページ用設定*/
.submenu {
	clear: none;
	float: left;
	margin-right: 12px;
	background-attachment: scroll;
	background-image: url(../img/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 12px;
	list-style: none;
	padding:0 20px 0 0;
}

.DetailArea {
	margin: 0px 0;
	width: 680px;
	padding: 0 0 10px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../img/shousai_waku.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#shousai_title {
	background-image: url(../img/icon_loupe.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	text-indent: 20px;
	height: 20px;
	text-align: left;
	margin: 0 11px 4px;
}
table#rireki_shousai {
	border-collapse: collapse;
	width: 660px;
	margin: 0px auto;
}
table#rireki_shousai th,
table#rireki_shousai td {
	font-size: 1em;
	font-weight: normal;
	line-height: 150%;
	border: 2px solid #FFF;
	padding: 8px;
}
table#rireki_shousai th {
	text-align: center;
	background-color: #666;
	color: #FFF;
	width: 12%;
}
table#rireki_shousai td {
	background-color: #DDD;
	text-align: left;
}

/*登録フォーム用設定*/
table#touroku_shousai {
	
	border-collapse: collapse;
	vertical-align: middle;
	margin: 10px 0;
}
table#touroku_shousai th,
table#touroku_shousai td {
	font-size: 1em;
	font-weight: normal;
	line-height: 150%;
	border-bottom: 1px dotted #CCCCCC;
	padding: 8px;
}
table#touroku_shousai th {
	text-align: left;
	vertical-align: top;
	width: 150px;
}
table#touroku_shousai td {
	text-align: left;
}



/*電話受付ページ用設定*/
.touroku_td1
{
    font-size: 1em;
	font-weight: normal;
	line-height: 130%;
	border: 1px solid #999;
	padding: 5px;
    text-align: center;
	background-color: #666;
	color: #FFF;
	width: 12%;
}

.touroku_td2
{
    font-size: 1em;
	font-weight: normal;
	line-height: 130%;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 5px;
	text-align: left;
}

#uketsuketouroku_area {
	margin: 0;
	width: 680px;
	padding: 0 0 10px;
	text-align: center;
}
table#uketsuke_touroku {
	border-collapse: collapse;
	width: 680px;
	margin: 0 auto 10px;
}
table#uketsuke_touroku th,
table#uketsuke_touroku td {
	font-size: 1em;
	font-weight: normal;
	line-height: 150%;
	border: 1px solid #999;
	padding: 8px;
}
table#uketsuke_touroku th {
	text-align: center;
	background-color: #666;
	color: #FFF;
	width: 12%;
}
table#uketsuke_touroku td {
	background-color: #FFF;
	text-align: left;
}
#sanshouarea {
	margin-top: 20px;
	width: 400px;
	background-image: url(../img/sanshou_waku.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
table#sanshou_shousai {
	border-collapse: collapse;
	margin: 0 auto 10px;
	width: 380px;
}
table#sanshou_shousai th,
table#sanshou_shousai td {
	font-size: 1em;
	font-weight: normal;
	line-height: 150%;
	border: 2px solid #FFF;
	padding: 8px;
	text-align: center;
}
table#sanshou_shousai th {
	background-color: #666;
	color: #FFF;
}
table#sanshou_shousai td {
	background-color: #DDD;
}


/*お知らせページ用設定*/
.GridMain_Announce {
	border: none;
	vertical-align:top;
}
.GridSub_Announce {
/*
	padding: 10px;
	font-size: 1em;
	font-weight: normal;
	line-height: 110%;
	border: none;
	vertical-align:text-top;
	background-color:#eee;
	border:solid 1px #bbb;
*/
	padding: 5px;
	font-size: 1em;
	font-weight: normal;
	line-height: 110%;
	/*border: none;*/
	border:1px solid #ffffff;
	vertical-align:text-top;
}

.box_announce{
	background-image: url(img/box/box_bg.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	border:1px solid #888888;
	padding:2px 0px 2px 0px;
	font-size:11px;
	color:#1E1E00;
}

.announce_description{
	padding:10px 10px 10px 10px;
}

.announcefile_th {
	font-size: 1em;
	font-weight: normal;
	line-height: 130%;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: middle;
	text-align: left;
	vertical-align: top;
	width: 100px;
	padding: 5px;
}

.announcefile_td {
	font-size: 1em;
	font-weight: normal;
	line-height: 130%;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: middle;
	text-align: left;
}

.announceinfo_title {
	font-size:medium;
	font-weight: bold;
	line-height: 130%;
	border-bottom: 1px dotted #aaa;
	vertical-align: middle;
	text-align: left;
	vertical-align: top;
	width: 100px;
	padding:5px 0 5px 5px;
}

.announceinfo_filelist {
	padding:0 0 5px 25px;
}

/*その他*/
.logo{
	margin-top:13px;
	margin-left:65px;
	position:absolute;
	top:0;
	left:0;
	width:20%;
}

.search_th{
	padding:5px 0 0 0;
	white-space: nowrap;
}
.search_td{
	padding:0 10px 0 5px;
	white-space: nowrap;
}

.detail_th{
	width: 150px;
	border-bottom: dotted 1px #eee;
}

.detail_td{
	width:500px;
	padding:2px 0 2px 10px;
	border-bottom: dotted 1px #eee;
}

.input_th{
	width: 150px;
	border-bottom: dotted 1px #eee;
}

.input_td{
	width:500px;
	padding:2px 0 2px 10px;
	border-bottom: dotted 1px #eee;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               