@charset "utf-8";
/*｡・=======================================================
 *
 *	css file for "Qui System"
 *	file name : index.css
 *	page name : "トップページ"
 *
==========================================================*/



body {
/*
	background-image: url(../index/body_bg.gif);
*/
	background-image: url(../index/body_bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;

}

#index_top {
	margin: 0 auto;
	text-align: center;
	width: 960px;
	background-color: white;
}


/*------------------------
 News
---------------------------*/
#news_area {
	width: 724px;
	height: 377px;
	border: 1px solid #bd342c;
}

#news_area h3 {
	margin: 26px 26px 20px;
}

/*
#news_area iframe {
	margin: 0 26px;
}
*/
#news_area li {
	margin-bottom: 3px;
}

#news_btn {
	text-align: right;
	font-size: 10px;
	margin: 0px 0 20px;
}


#news_tbl td {
	padding: 0 10px 8px 0;
	line-height: 1.5em;
	font-size: 14px;
}



/*------------------------
 プロにお任せ下さい
---------------------------*/
/*
#index_pro {
	margin-bottom: 40px;
	background-image: url(../index/pro_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 583px;
	width: 727px;
}

#index_pro #pro_tbl {
	margin: 0 0 0 75px;
	width: 640px;
}

#index_pro #pro_tbl td {
	width: 600px;
	padding: 0 0 10px;
}
#index_pro #pro_tbl td img {
	margin-right: 5px;
}

#index_pro #pro_tbl td,
#index_pro #pro_tbl td p {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.comment {
	font-size: 13px;
}
*/

/*------------------------
 プロにお任せ下さい new 2014/04
---------------------------*/
#index_pro {
	margin-bottom: 40px;
	background-image: url(../index/bord_02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 552px;
	width: 728px;
}

#index_pro #pro_tbl {
	margin: 0 0 0 75px;
	width: 640px;
}

#index_pro #pro_tbl td {
	width: 600px;
	padding: 0 0 10px;
}
#index_pro #pro_tbl td img {
	margin-right: 5px;
}

#index_pro #pro_tbl td,
#index_pro #pro_tbl td p {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.comment {
	font-size: 13px;
}


/*------------------------
 お知らせ
---------------------------*/
#osirase_area table {
	margin-bottom: 30px;
}
#osirase_area table th {
	width: 114px;
	padding: 10px 20px;
	background-color: #bd342c;
	border: 1px solid #bd342c;
	color: white;
}
#osirase_area table td {
	padding: 10px 20px;
	background-color: white;
	border: 1px solid #646464;
}

#osirase_area table td a {
    color: #000000;
    text-decoration: underline;
}

#osirase_area a {
		font-size: 14px;
    color: #000000;
    text-decoration: underline;
}

#osirase_area table td a:link, a:visited {
    color: #000000;
    text-decoration: underline;
}
#osirase_area table td a:hover, a:active {
    color: #66A5ED;
    border-bottom: 2px solid #86D3FF;
    text-decoration: none;
}


