@charset "utf-8";
/* Link専用CSS */

h1 {
	/*
	margin-bottom: 1em;
	*/
	margin-bottom: 60px;
}

h2 {
    background: url("../images/star_g01_1.gif") no-repeat scroll left center transparent;
    margin-bottom: 15px;
    text-indent: 20px;
	color: #066;
}

h3 {
    background: url("../images/star_r03_1.gif") no-repeat scroll left center transparent;
    color: #AA3333;
    margin-bottom: 15px;
	text-indent: 20px;
}

#main p {
    font-size: 0.9em;
}

#link_body {
	clear: both;
}

/* About linkページ用
------------------------------------------------------------ */
.text {
    margin: 0 20px 60px;
}

#banner {
    /*
	margin: 0 20px 100px;
	*/
	margin-bottom: 30px;
	padding: 0 20px 20px;
	border-bottom: 1px solid #666;
}

#banner p {
	margin-bottom: 1em;
}

#banner img {
	margin-right: 1em;
}

p#source {
    border: 1px solid #999;
    font-size: 0.8em;
    padding: 10px;
    width: 470px;
	margin-bottom: 3em;
}

p.faq {
	margin-left: 20px;
}

.question {
    background: none repeat scroll 0 0 #9c9;
    font-weight: bold;
    padding: 3px 5px;
}

.answer {
    margin-bottom: 1.5em;
    /*
	padding-left: 35px;
    */
	padding: 0 25px 10px 35px;
    text-indent: -0.8em;
}

/* ジャンルメニュー genre
------------------------------------------------------------ */
#genre {
    /*
		margin: 0 5px 50px;
		*/
    text-align: center;
		font-size: 0.7em;
		visibility: hidden;
}

#genre li {
    border-left: 1px solid #666;
    display: inline;
    margin-right: 10px;
    padding-left: 10px;
}

#genre li.right {
    border-right: 1px solid #666;
    padding-right: 10px;
}


/* リンク集 table
------------------------------------------------------------ */
table {
    border: 1px solid #999;
    width: auto;
		margin-right: 15px;
}

tr {
    vertical-align: middle;
}

td {
    border: 1px solid #999;
    font-size: 0.78em;
    margin: 0;
    padding: 5px 10px;
}

td.row01 {
    font-size: 0.9em;
    text-align: center;
    white-space: nowrap;
		padding-top: 10px;
}

iframe {
	margin-bottom: 5px;
}

/* 注意書き caution
------------------------------------------------------------ */
#caution {
	font-size: 0.8em;
	margin-left: 0.5em;
	margin-bottom: 1.5em;
}

