@charset "UTF-8";
/* ======================================================= *//*
Style Name: link.css
Style URI: css/link.css
Description: リンクフリーの説明ページcss
Version: 1.0
Last Up Date: 070316
Suggested order:各要素の指定は以下の順に記述して下さい。
	1. 視覚整形モデル
		display
		list-style
		position
		float
		clear
	2. ボックスモデル
		width
		height
		margin
		padding
		border
	3. 背景と前景
		background
	4. フォントとテキスト
		color
		font
		text-decoration
		text-align
		vertical-align
		white-space
		other text
	5. 生成内容
		content
Reference:基本フォント14px相当の場合の指定比率
/* 142.86%　/* 20px相当 */
/* 128.57%　/* 18px相当 */
/* 114.29%　/* 16px相当 */
/* 100.00%　/* 14px相当 */
/* 85.71%　/* 12px相当 */
/* 71.43%　/* 10px相当 */
/* 57.14%　/* 8px相当 */
/* 42.86%　/* 6px相当 */
/*
/* ======================================================= */



/* ----------------------------------------
　div#primary
* ---------------------------------------- */
div#primary {
	padding-top:23px;
	text-align: left;
	margin: 0 auto;
	width: 950px;
	}
div#primary .group {
	margin-left:117px;
	width:715px;
	}
div#primary div.group {
	margin-bottom:20px;
	}


/* div#title
 * ---------------------------------------- */
div#title {
	background-image:url(../images/link/link_img.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	}
div#title h2 {
	margin:15px 0;
	display: block;
	}
div#title p {
	margin-bottom:12px;
	width:460px;
	}
div#title p#caution {
	padding-left:1em;
	text-indent:-1em;
	font-size:85.71%;/* 12px相当 */
	}

/* p#select
 * ---------------------------------------- */
p#select {
	margin-bottom:10px;
	}

/* div.group
 * ---------------------------------------- */
div.group h3 {
	margin-bottom:15px;
	display: block;
	}

/* div.group table
 * ---------------------------------------- */
div.group table {
	margin-left:25px;
	width:664px;
	border-collapse:collapse;
	background-color:#ffffff;
	}
div.group table thead tr th {
	padding:10px;
	border:1px solid #cccccc;
	background-color:#eeeeee;
	text-align:left;
	}
div.group table thead tr th {
	padding:10px;
	border:1px solid #cccccc;
	background-color:#eeeeee;
	text-align:left;
	font-weight:bold;
	}
div.group table tbody tr th {
	padding:10px;
	width:234px;
	border:1px solid #cccccc;
	text-align:left;
	vertical-align:top;
	}
div.group table tbody tr td {
	padding:10px;
	border:1px solid #cccccc;
	text-align:left;
	white-space:inherit;
	}

/* div#text
 * ---------------------------------------- */
div#text {
	background-color:#f7f5f1;
	padding-bottom:20px;
	}

/* div#banner
 * ---------------------------------------- */
div#banner {
	background-color:#f7f5f1;
	padding-bottom:20px;
	}

/* p#biz
 * ---------------------------------------- */
p#biz {
	margin-top:-10px;
	margin-bottom:50px;
	text-align:center;
	}

div#body{
	clear: both;
}
