﻿@charset "utf-8";

/*

information
	概要 : このCSSファイルは各ページごとの設定、共通CSSファイルのインポートを記述しています。

/*
 このCSSファイルはフォントサイズ、色、テキストリンク、行間等のなどのフォント調整を記述しています。*/
@import url("/css/font/font_ja.css");


#foot_link {
	width: 531px;
	text-align: center;
	clear: both;
	margin-bottom: 25px;
	margin-top: 50px;
}
#media01 h2 {
	display: block;
	height: 21px;
	width: 531px;
	margin-bottom: 16px;
}
#media01 h4 {
	font-size: 14px;
	font-weight: bold;
	color: #0078B5;
	padding-left: 14px;
	background-image: url(/images/stories/common/line_531.gif);
	background-position: bottom;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	margin-bottom: 16px;
}
#media01 p {
	padding-left: 14px;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 8px;
}
#media01 table {
	margin-left: 14px;
	margin-top: 20px;
}
#media01 th {
	width: 105px;
	background-color: #e4e4e4;
	font-size: 12px;
	color: #333333;
	letter-spacing: 3px;
	font-weight: bold;
	padding-top: 6px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #b9b9b9;
}
#media01 td {
	width: 394px;
	padding-left: 18px;
	font-size: 12px;
	color: #000000;
	padding-top: 6px;
	vertical-align: top;
	border: 1px solid #b9b9b9;
	padding-bottom: 3px;
	line-height: 20px;
}
#s_rogo {
	margin-left: 130px;
	display: block;
	height: 82px;
	width: 236px;
}
.red_size12_strong {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.black_size12_strong_under {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.black_size12_strong {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}.blue {
	color: #0066CC;
}
.underline {
	text-decoration: underline;
}
#media01 li {
	list-style-position: inside;
	margin-bottom: 10px;
}

