/* ページ全体 */

body {
    color:#333333;
    background-color:ffffff;
    font:normal normal normal 12px/1.5em "Osaka","ＭＳ Ｐゴシック",Arial,sans-serif;
    margin:0 0px;
}


a:link {
    color:#3255AA;
    text-decoration:none;
}


a:visited {
    color:#6C3670;
    text-decoration:none;
}


a:hover, a:active {
    color:#BD273A;
    text-decoration:underline;
}



/* 文字サイズ */

.text9 {font-size: 9px; line-height: 11px;}
.text10 {font-size: 10px; line-height: 12px;}
.text11 {font-size: 11px; line-height: 15px;}
.text12 {font-size: 12px; line-height: 16px;}
.text13 {font-size: 13px; line-height: 18px;}
.text14 {font-size: 14px; line-height: 20px;}
.text15 {font-size: 15px; line-height: 22px;}
.text16 {font-size: 16px; line-height: 24px;}


/* ヘッター */

.toptext {
	font-size: 9px;
	line-height: 15px;
	color: #777777;
}


/* 本文 */

.bg {
	background-image: url("../images/bg.gif") ;
	background-repeat: repeat-x;
}


.title {
	margin-bottom: 5px;
}


.midashi {
	color: #42834D;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	margin-left: 10px;

}


.midashi_table {
	background-color: #CBF4BF;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 8px;

}



.pagetop {
	font-size: 11px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: 20px;
}


/* フッター */

.add {
	font-size: 12px;
	color: #555555;
	line-height: 16px;
	margin-right: 20px;
}

.copy {
	font-size: 11px;
	color: #BDDCAA;
	line-height: 18px;
	margin-right: 20px;
}

