p, li, ul {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #006B9F;
}

a:hover {
	text-decoration: underline;
}

.header {
	background-image: url(common_imgs/header_back.gif);
	background-repeat: repeat-x;
	text-align: center;
}

/*トップページのみ*/
.partner {
	background-image: url(index_imgs/partner_back.gif);
	background-repeat: repeat-x;
	text-align: center;
}
/*トップページのみ　ここまで*/

/*各コンテンツ*/
#contents-main {
	padding: 0px 30px;
}

.table-blue {
	width: 680px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 2.4;
}

.table-blue th {
	padding: 7px 10px;
	background-color: #E9F1F5;
	background-image: url(common_imgs/table_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
	vertical-align: top;
}

.table-blue td {
	padding: 7px 10px;
	background-image: url(common_imgs/table_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.table650 {
	width: 650px;
	margin-left: 25px;
	margin-bottom: 20px;
}

.table650 td {
	font-size: 12px;
	line-height: 2;
	padding: 3px 0px;
}

.txt-mrg1 {
	margin-left: 1em;
}

.subtitle-back {
	background-image: url(common_imgs/sub_title.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 10px;
	margin: 30px 0px 15px 0px;
}

.subtitle-txt {
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	color: #006B9F;
	background-image: url(common_imgs/sub_title_txt.gif);
	background-repeat: repeat-x;
	padding-right: 5px;
	letter-spacing: 0.1em;
}

.subtitle2 {
	font-size: 13px;
	border-left: #006B9F solid 5px;
	border-bottom: #006B9F solid 1px;
	line-height: 1.6;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0px 10px;
	margin-bottom: 5px;
}

.img-catch {
	margin-bottom: 20px;
}

.txt12 {
	font-size: 12px;
	line-height: 1.6;
}

.text {
	margin: 20px 15px;
	font-size: 12px;
	line-height: 1.8;
}

.text p {
	text-indent: 1em;
}

.text ul {
	margin: 1em 1em;
}

.text li {
	background-image: url(common_imgs/list_mark.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 1.3em;
	background-position: left 0.6em;
}

.go-top {
	font-size: 10px;
	text-align: right;
}
/*各コンテンツ　ここまで*/

/*フッダー*/
.fooder {
	background-image: url(common_imgs/fooder_back.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	padding-bottom: 20px;
	padding-top: 30px;
}
/*フッダー　ここまで*/
