/* 基本 */

body {

	margin: 0px;

	background-color: #D9D9D9;

}



/* リンク */

a {

	color: #003399;

	text-decoration: underline;

}



/* テキスト色 */

.tx-red {

	color: #FF0000;

}



/* 背景 */

.pankuzu-bg {

	background-image: url(../images/pankuzu_bg01.gif);

	background-repeat: repeat-x;

	height: 26px;

}

.navi-on {

	background-color: #CACACA;

}

.bg-white {

	background-color: #FFFFFF;

}

.bg-gray01 {

	background-color: #F1F1F1;

}

.bg-gray02 {

	background-color: #999999;

}

.bg-gray03 {

	background-color: #DADADA;

}

.bg-gray04 {

	background-color: #cccccc;

}

.bg-gray05 {

	background-color: #B7B7B7;

}

.bg-blue01 {

	background-color: #336699;

}

.bg-blue02 {

	background-color: #BCD4EC;

}

.bg-blue03 {

	background-color: #EAEFF4;

}

.line-bg01 {

	background-image: url(../images/line_bg01.gif);

	background-repeat: repeat-x;

	height: 16px;

}

.line-bg02 {

	background-image: url(../images/line_bg02.gif);

	background-repeat: repeat-x;

	height: 1px;

}

.line-bg03 {

	height: 1px;

	background-image: url(../images/line_bg03.gif);

	background-repeat: repeat-x;

}



/* 枠 */

.line {

	border-color: #999999;  border-width: 1px; border-style: solid;

}