@charset "UTF-8";
/* ======================================================= *//*
Style Name: info.css
Style URI: css/info.css
Description: 関連情報のトップcss
Version: 1.0
Last Up Date: 070301

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相当 */
/*
/* ======================================================= */

/* ----------------------------------------
　ヘッダーグローバルメニューの現在地表示
* ---------------------------------------- */
@import url("header_info.css");

/* ----------------------------------------
　カラムレイアウト
* ---------------------------------------- */
div#body {
	clear:both;
	text-align: left;
	margin: 0 auto;
	width: 950px;
	}
div#primary {
	height:30px;
/*	margin-left:80px;
	margin-bottom:85px;
	width:790px;*/
	}

p#bread {
	padding-top:5px;
	font-size:85.71%; /* 12px相当 */
}

div#secondary {
	margin-left:80px;
	margin-bottom:85px;
	width:790px;
	}

/* ----------------------------------------
　div#primary
* ---------------------------------------- */

/* div#title
 * ---------------------------------------- */
div#title {
	margin-top:15px;
	width:790px;
	height:149px;
	background-image:url(../images/information/information_tit_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
div#title h2 {
	padding-top:25px;
	margin-left:25px;
	display: block;
	}
div#title p {
	margin-top:20px;
	margin-left:25px;
	padding-top:10px;
	background-image:url(../images/information/information_tit_line.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:150%;
	}
p#button {
	margin-top:30px;
	padding-left:4px;
	}
p#button a img {
	margin:0 13px;
	}

/* PR枠 */

div#pr_center {
	width: 100%;
	text-align: center;
}

div#pr_center div.waku  {
	width: 563px;
	margin: 0 auto;
	border: 1px solid #C0C0C0;
}

div#pr_center h2 {
	display:block;
	text-align:left;
	padding-left:5px;
	background-color:#C0C0C0;
	font-weight: bold;
	color:#FFFFFF;
}

div#pr_center table {
	width: 520px;
	margin: 0 auto;
}

div#pr_center td.imgcell {
	width:160px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:left;
	vertical-align:top;
}

div#pr_center td.imgcell a img{
	border: 1px solid #CCCCCC;
}

div#pr_center td.imgcell a:hover img{
	border-color:#FF0000;
}

div#pr_center td.txtcell {
	width:360px;
	padding-top: 10px;
	text-align:left;
	vertical-align:top;
}

div#pr_center td.linkcell {
	text-align:right;
	vertical-align:bottom;
	padding-right:10px;
	padding-bottom: 10px;
}

div#pr_center span.textlink {
	margin:0;
}

div#pr_center span.textlink a {
	font-weight:bold;
}

div#pr_center p {
	margin:10px 0 0 0;
	color:#000000;
}
