@charset "Shift_JIS";

/* --------------------------------------*/
/* 基本 */
/* --------------------------------------*/
body {
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

/* 画像の枠 */
img { border-style: none }

/* コンテンツエリア */
#contents{
	width: 750px;
	margin-left: 10px;
}
#contents-640{
	width: 630px;
	margin-left: 10px;
}
/* フッターエリア */
#foot{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 750px;
	margin: 5px 0px 0px 10px;
	padding: 5px 0px;
}
#foot-640{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 630px;
	margin: 5px 0px 0px 10px;
	padding: 5px 0px;
}
#foot-section{
	margin-left: 10px;
}
.foottxt{font-size: 70%;}

/* --------------------------------------*/
/* コーポレートパターン */
/* --------------------------------------*/
body#pattern {
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-image:  url(img/bg_redline.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

/* --------------------------------------*/
/* リンクカラー */
/* --------------------------------------*/
a:link { color:#0000CC }
a:visited { color:#660099 }
a:active { color:#FF0000 }
a:hover { color:#FF0000 }

/* --------------------------------------*/
/* テキスト */
/* --------------------------------------*/
/* 本文用 */
.txt-main {
	font-size: 84%; 
	line-height: 130%;
 }
 /* 表組み用 */
.txt-m01 { font-size: 84% }
.txt-m02 { font-size: 94% }

/* --------------------------------------*/
/* テーブル */
/* --------------------------------------*/
/* 背景色 */
.bg-ffffff { background-color: #FFFFFF }

/* --------------------------------------*/
/* 閉鎖・移動ページ */
/* --------------------------------------*/
#forward-contents{
	width: 600px;
	margin: 60px 80px 80px;
}
#forward-midashi{
	font-size: 94%;
	line-height: 170%;
	font-weight: bold;
}

/* --------------------------------------*/
/* お問い合わせページ */
/* --------------------------------------*/
/* 大見出し */
#cntct-midashi{
	font-size: 120%;
	width: 740px;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px 0px 3px 5px;
	background-color: #D8D8FC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0D0;
}
/* 本文 */
.cntct-honbun{
	font-size: 94%;
	line-height: 120%;
	margin: 0px 0px 20px 10px;
}
ul.cntct-list{
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
/* カテゴリー */
.cntct-category{
	width: 650px;
	border-top: 1px solid #CCCCCC;
	margin: 10px 0px 15px 45px;
	padding: 10px 0px 0px;
}
/* 中見出し */
.cntct-nakamidashi{
	margin: 2px 0px 5px 15px;
	font-size: 104%;
	font-weight: bold;
	color: #333333;
}
/* 小見出し */
.cntct-komidashi{
	font-size: 94%;
	margin: 0px 0px 5px 15px;
	font-weight: bold;
}
/* 説明文 */
.cntct-exp{
	font-size: 94%;
	line-height: 120%;
	margin: 0px 0px 0px 15px;
	width: 600px;
}
/* お問い合わせいただく前に */
#cntct-notice{
	border: 1px solid #A0A0A0;
	width: 650px;
	margin-left: 45px;
	background-color: #FFFFE0;
}
#cntct-noticetitle{
	font-size: 94%;
	font-weight: bold;
	background-color: #FFD950;
	text-align: center;
	padding: 6px;
	margin: 0px;
}
.cntct-noticehonbun{
	font-size: 94%;
	margin: 20px 20px 0px;
}
ul.cntct-noticelist{
	font-size: 94%;
	line-height: 120%;
	margin: 0px;
	padding: 10px 30px 10px 40px;
}
ul.cntct-noticelist li{
	margin: 6px 0px;
}

/* --------------------------------------*/
/* 告知ページ */
/* --------------------------------------*/
/* 掲載日 */
#ntc-date{
	font-size: 84%;
	text-align: right;
}
/* 掲載部門名 */
#ntc-section{
	font-size: 84%;
	text-align: right;
}
/* 題名 */
#ntc-midashi{
	font-size: 120%;
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
}
/* 内容 */
#ntc-honbun{
	font-size: 94%;
	line-height: 120%;
	margin-right: 20px;
	margin-left: 20px;
}
/* お問い合わせ先 */
#ntc-cntct{
	padding: 10px 20px;
	margin-left: 120px;
	border: 1px solid #0033CC;
	width: 380px;
}
/* お問い合わせ先題名 */
#ntc-cntcttitle{
	font-size: 94%;
	font-weight: bold;
	text-align: center;
}
