@charset "UTF-8";

/*----------------------------------------------------------------------
	Jop Information Peach (since 2007/10/23)
	created by N.Ohwada

	cgi-bin/search_menu\/css/content.css
	1.Link
	2.Content index.html
------------------------------------------------------------------------*/


/* 1.Link
------------------------------------------------------------------------*/

/*-----------------

	content
	
-----------------*/

div#content a:link {
	color:#333333;
	text-decoration: underline;
}

div#content a:visited {
	color: #333333;
	text-decoration: underline;
}

div#content a:hover {
	color: #666666;
	text-decoration: underline;
}

div#content a:active{
	color: #666666;
	text-decoration: underline;
}

/*-----------------

	PageTopButton
	
-----------------*/

div#content div.pagetopBox a:link {
	color:#333333;
	text-decoration: none;
	border-bottom: dotted 1px #333333;
	font-size: 10px;
}

div#content div.pagetopBox a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: dotted 1px #333333;
	font-size: 10px;
}

div#content div.pagetopBox a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: dotted 1px #666666;
	font-size: 10px;
}

div#content div.pagetopBox a:active{
	color: #666666;
	text-decoration: none;
	border-bottom: dotted 1px #666666;
	font-size: 10px;
}

div#content div.pagetopBox {
	padding-top:3px;
	margin-bottom: 10px;
}

div#content div.pagetopBox p {
	text-align: right;
}

/* 2.Content index.html
------------------------------------------------------------------------*/

div#content div#contactBox {
	width: 680px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
}

div#content div#contactBox div#titleImg {
	width: 680px;
	margin-bottom: 20px;
}

div#content div#contactBox div#topTxt {
	width: 680px;
	margin-bottom: 30px;
}

div#content div#contactBox div#hissuTxt {
	width: 680px;
	margin-bottom: 10px;
	color:#ff0000;
}

div#content div#contactBox table {
	width: 680px;
	margin-bottom:10px;
	border: solid 1px #666666;
}

div#content div#contactBox table th {
	width: 190px;
	border: solid 1px #666666;
	background-color: #e0e0e0;
	padding: 10px 5px;
	vertical-align: top;
}

div#content div#contactBox table th span.red {
	color: #ff0000;
}

div#content div#contactBox table th span.size10 {
	font-size: 10px;
}

div#content div#contactBox table td {
	border: solid 1px #666666;
	padding: 10px 15px;
	vertical-align: top;
}

div#content div#contactBox div#p_policyLink {
	width: 680px;
	margin-bottom: 16px;
	text-align: right;
}


div#content div#contactBox div#kakuninBtn {
	width: 680px;
	text-align: center;
}


/* 3.Content kakunin
------------------------------------------------------------------------*/

div#content div#contactBox div#backBtn {
	width: 680px;
	padding-top: 12px;
	text-align: center;
}


/* 4.Content kanryou
------------------------------------------------------------------------*/

div#content div#contactBox div#kanryouMsg {
	margin-bottom: 30px;
	padding-top: 76px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

div#content div#contactBox div#kanryouTxt {
	margin-bottom: 80px;
	text-align: center;
}

div#content div#contactBox div#backHomeBtn {
	width: 680px;
	padding-bottom: 120px;
	text-align: center;
}

