@charset "shift_jis";

/*****************************************/
/*********** ページコンテンツ ************/
/*****************************************/

#contener {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	height: auto;
}

/*** ぱんくず ***/
#pankuzu {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding-top:5px;
	padding-left:5px;
	width:755px;
	height:20px;
	background-color:#F2F2EA; 
}

/*** コンテンツ入れ ***/

#cnt_main {
	margin-left:auto;
	margin-right:auto;
	width:740px;
	height: auto;
	line-height: 140%;
}


/*** 第2階層タイトル ***/

#contener h2 {
	border-bottom:3px dotted #F77DA8;
	padding-top:5px;
	padding-left:10px;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
	background:url(../../img/page/title_bg.gif) no-repeat;
}

#contener h3 {
	border-bottom:1px dotted #c0c0c0;
	margin-top:10px;
	padding-top:2px;
	padding-left:10px;
	margin-bottom:10px;
	font-size:17px;
	font-weight:bold;
	background:url(../../img/page/title_bg03.gif) no-repeat;
}

#contener h4 {
	margin-top:5px;
	padding-top:2px;
	padding-left:0px;
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
/*	color:#0656DB;*/
	color:#FF5B5B;
}


/***フッタ***/

#to_pagetop {
	padding-top:5px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	width:770px;
	height:20px;
	background-color:#ffffff;
}


#page_foot_btn02 {
	width:700px;
	height:20px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;

}

#page_foot_btn02 ul {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:10px;
	text-align:center;
	display:inline;
	overflow:hidden;
	outline: none;
	list-style:none;
}
#page_foot_btn02 li {
	background:url(../../img/point/foot.gif) left no-repeat;
	padding-right:20px;
	padding-left:15px;
	display:inline;
}

#page_foot_copy {
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	width:790px;
	height:20px;
	background-color:#FF5B5B;
}

/*** テキストリンク ***/

#btnlist_01{
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
	width:755px;
	height: auto;
	line-height:140%;
	background:#FFFFCC;
}

#btnlist_01 ul{
	margin-top:0;
	padding:5px;
	float: right;
	width: auto;
	height: auto;
	text-align:left;
	display:inline;
	overflow:hidden;
	outline: none;
	list-style:none;
}

#btnlist_01 li {
	background:url(../../img/point/list.gif) left no-repeat;
	float: left;
	padding-right:5px;
	padding-left:15px;
	list-style-type: none;
	display: block;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	line-height:140%;
}


/*** 縦書き設定 ***/

#cnt_tate{
	margin-left:auto;
	margin-right:auto;
	height: auto;
}

#cnt_tate p {
    writing-mode:tb-rl;
	letter-spacing:2pt;
	line-height:100%;
}

/*** 第3階層以降リンク ***/

#normal_list{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;

	width:755px;
	height: auto;
	line-height:140%;
}

#normal_list ul{
	margin-top:0;
	padding:5px;
	float: right;
	width: auto;
	height: auto;
	text-align:left;
	display:inline;
	overflow:hidden;
	outline: none;
	list-style:none;
}

#normal_list li {
	background:url(../../img/point/list01.gif) left no-repeat;
	float: left;
	padding-right:5px;
	padding-left:15px;
	list-style-type: none;
	display: block;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	line-height:140%;
}

/********************************/
/*********** テーブル ***********/
/********************************/

/***テーブルレイアウト1***/
#table_layout01 td {
/*
	border: solid 1px #F0F0F0;
	border-bottom: solid 1px #C9C9C9;
	border-right: solid 1px #C9C9C9;
	white-space: nowrap;
*/
	padding: 6px 6px;
}


