body {
	background-color: #F5F5F5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	
}

/* ----------------------------------------------- */
/*  ----汎用スタイルシート----------------  */
/* ----------------------------------------------- */
/* common */
a:hover{color: #FF9900;}
strong {
	font-weight:bold;
	font-size:inherit;
}
/*　検索窓余白取り　*/
.space0 {
	margin: 0px;
	padding: 0px;
}
/* 右メニューの上マージン調整用  */
ul {
	margin-top: 0px;
}
/*　テキストボックスエンボスボーダーなし加工　*/
.txtbox_line
{
	border: 1px solid #6666CC;
	height: 16px;
}

/*　フッターの文字　*/
.txt_footer {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: x-small;
	line-height: 120%;
	padding: 10px 5px 10px 5px;
	color: #333333;
	text-align:left;

}
/*　ヘッダー設定　*/
.header {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #310D77;
	border-left-color: #310D77;
}

/*  メイン画面外側枠幅固定用  */
.table_layout00{
	width: 518px;
	text-align: left;
}
/*　テキスト（大）　*/
.txt_large {
	font-size: small;
	line-height: 180%;
	color: #333333;
}

/*　テキスト（中）　*/
.txt_normal {
	font-size: x-small;
	line-height: 150%;
	color: #333333;
}

/*　テキスト（小）　*/
.txt_small {
	font-size: xx-small;
	line-height: 130%;
	color: #333333;
}

.toppage_padding{

	padding-top:10px;

}
.toppage_padding2{

	padding-top:5px;

}
.toppage_txt_padding{

	padding-top:5px;
	padding-left:5px;
}

.subpage_txt_padding2{
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	font-size: x-small;
	line-height: 150%;
	color: #333333;
}
.subpage_menu_padding{


	padding-left:3px;

}

/*　ぱんくずテキスト　*/
.txt_pankuzu{
	font-size: x-small;
	line-height: 130%;
	color: #333333;
	padding-left:5px;
}
/*　ぱんくずエリア用ボーダー　*/
.border_pankuzu{
	border-top: 1px solid #cccccc;


}
/*　サブページ見出し１　*/
.mishashi_blue{
	font-size: x-small;
	line-height: 130%;
	color: #225e99;
	padding-left:5px;



}
.bg_sub_haikei{
	  background-image: url(../image/background/bg_main_left.jpg);
		background-color:#ffffff;
	  background-repeat: repeat-y;
	  background-position: left;
	  	padding-top:5px;
	padding-left:10px;
	padding-right:10px;

}
.hyou_left {
	background-image: url(../image/background/bt_table_shikiri.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: x-small;
	line-height: 150%;
	color: #225E99;
	padding: 5px;
}
.hyou_right {
	font-size: x-small;
	line-height: 150%;
	color: #333333;
	padding: 5px;
}
/*-----アクセスページ用スタイル----------*/
/*　テキスト（中）　*/
.txt_normal_access {
	font-size: x-small;
	line-height: 180%;
	padding-right:10px;
	color: #333333;
}
