/* ベースになるcss */

/* 全体--------------------------------*/
.body_style{
	color: #993300;
	font-weight: bold;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	background-image: url(/img/bg_03.gif); 
	background-attachment: fixed;
	line-height: 128%; /* 行間高 */
	letter-spacing: 0px; /* 文字間 */
}
.mother_box{
	border: solid 2px #DDDDDD;
	background-color: #DDDDDD;
	margin: 0px;
	padding: 0px;
	
}

/*
* html .mother_box {
	background: url(/img/bg_black.png);
	margin: 0px;
	padding: 2px;
	behavior: expression(IEPNGFIX.fix(this));
}
*/

.mother_box td{
	margin: 0px;
	padding: 0px;
}
.mother_box img{
	border: 0;
}
.font-size12px{
	font-size: 12px;
}

.center{
	text-align: center;
}

/* バーブロック--------------------------------*/
.bar_box{
	margin: 1px;
}

/* ボタンブロック--------------------------------*/
.button_box{
	margin-top: 2px;
	margin-bottom: 2px;
}
.button_box td{
	text-align: center;
}
.home{
	background-image : url(/img/header/home.gif);
}
.home a:hover{
	background-image : url(/img/header/home_o.gif);
}

/* メインブロック--------------------------------*/
.main_box{
	margin: 1px;
}

.main_box td{
	background-color: #FFFFFF;
	padding: 4px;
	text-align: left;
}

.main_box th{
	background-color: #FFFFFF;
	padding: 4px;
	text-align: left;
}

/* 中央のテキスト */
.top_text_center_block{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 60px;
	line-height:150%;
}

.topic_box{
	padding: 6px;
	padding-bottom: 20px;
}

.main_img{
	background-color: #333333;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.table_colored{
	width: 100%;
	background-color: #DDDDDD;
}
.table_colored th{
	background-color: #ffffe0;
}
.table_colored td{
	background-color: #ffffe0;
}

hr {
	border: 1px solid #993300;
}
br {
	letter-spacing: 0px;
}

.input_key{
	text-align: right !important;
	vertical-align: top;
	padding-top: 4px !important;
}

.submit_button {
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.indent{
	padding-left: 6px;
	padding-right: 6px;
}

.list td{
	vertical-align: top;
	padding: 0px;
	padding-bottom: 6px;
}

.to_sitemap{
/*	width: 100%; */
	text-align: right;
	padding-top: 2px;
	padding-right: 8px;
}

/* リンクは基本的に灰色バックのデコレートなし */
a{
	text-decoration: none;
	background-color: #EEEEEE;
}

/* 角丸 */
.rtop{
	display:block;
	background: #FFFFFF;
	width: 160px; /* この幅を変えるときは.topic_cellの幅と一緒にやること */
}
.rtop *{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #993300;
}
.r1{margin: 0 5px;}
.r2{margin: 0 3px;}
.r3{margin: 0 2px;}
.r4{margin: 0 1px; height: 2px;}


.topic_cell{
	margin: 0px;
	width: 144px; /* この幅を変えるときは.rtopの幅と一緒にやること */
	padding-left: 16px;/* この幅を変えるときは.rtopの幅と一緒にやること */
	padding-bottom: 2px;
	background-color: #993300;
	color: #FFFFFF;
}
.under_line{
	border-bottom: 2px solid #993300;
}

/* フッタブロック---------------------------------- */
.footer_box{
	margin: 1px;
}
.footer_box td{
	background-color: #FFFFFF;
	padding: 4px;
	text-align: left;
}

.to_page_top{
	text-align: right;
	margin: 4px;
}
.to_page_top a{
	text-decoration: none;
	background-color: #EEEEEE;
}

/*--------------------------------------------------- */
