@charset "Shift_JIS";

/* 全体------------------------------------------------------ */
body,html {
	font-size: 12px;/* フォントサイズ */
	line-height: 1.5;/* フォントカラー */
	margin:0;/* 余白をクリア */
	padding:0; /* 背景画像の位置 */
	background-color: #FFFFFF;
}

/* ヘッダ------------------------------------------------- */
#header {
	height:80px;
	text-align:left;/* ボックス内の要素を左寄せ */
	background-image: url(../img/header.gif);/* 背景画像のURL */
	background-attachment: scroll;/* 背景画像の添付 */
	background-repeat: no-repeat;/* 背景画像の繰り返し */
	background-position: top;/* 背景画像の位置 */
}

/* ヘッダの背景画像にリンク領域を設定,
　 アンカーリンクテキスト(h1)を表示領域外に隠す---------------- */
#header a {
	text-indent:-9999px;/* テキストを表示領域外に隠す */
	display:block;/* ボックスの表示形式 */
	position:relative;/* 位置を相対にする */
	width:165px;/* リンク領域の横幅 */
	height:55px;/* リンク領域の高さ */
	top: 20px;/* リンク領域の座標位置 */
}


/* テキストサイズ----------------------------------- */
.size10 {
	font-size: 10px;
	line-height: 1.5;
	font-weight: normal;
}

.size11 {
	font-size: 11px;
	line-height: 1.5;
	font-weight: normal;
}

.size12 {
	font-size: 12px;
	line-height: 1.5;
}

.size14 {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
}

/* テキスト装飾(色)----------------------------------- */

.size10_color {
	font-size: 10px;
	line-height: 1.5;
	font-weight: normal;
}

.size11_color {
	font-size: 11px;
	line-height: 1.5;
	font-weight: normal;
}

.size12_color {
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
}

.size12_pink {
	font-size: 12px;
	line-height: 16px;
	color: #FF3399;
}
.size12_pink_b {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #D5336D;
	margin-bottom: 3px;
	width: auto;
}
.size16_pink_b {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #FF3300;
}
.size12_gray_b {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}
.size14_color {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #C14094;
}
.size14_purple_b {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #C14094;
}

/* テキスト装飾/見出し----------------------------------- */
.block_01 {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #666666;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-top: 2px;
	margin-bottom: 10px;
}

/* 論理的強調
構造上だけでの強調(表示上はノーマル)
----------------------------------- */
strong {
	font-weight:normal;
}

/* 太文字
デザイン上での強調(太文字で表示)
----------------------------------- */
.strong {
	font-weight:bold;
}

/* フロートをクリア---------------------------------------- */
.pagebody:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.td_style_title {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	margin: 2px;
	height: auto;
	font-weight: bold;
	padding: 5px;
	background-color: #FF1A6A;
	width: 50px;
	font-size: 12px;
	line-height: 1.5em;
}

.td_style_title2 {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	margin: 2px;
	height: auto;
	font-weight: bold;
	padding: 5px;
	background-color: #FF1A6A;
	width: 80px;
	font-size: 12px;
	line-height: 1.5ex;
}

#header a {
	width:100px:
	height:30px;
	color:#333333;
	display:block;
	text-align:center;
}

/* リンク---------------------------------------- */
a:link {
	color:#FF3399;
}
a:visited {
	color:#FF3399;
}
a:hover {
	color:#FF6666;
}

a.banner hover {
	background-color:#cc3300;
}

/* 画像枠1px---------------------------------------- */
.waku {
	border: 1px solid #666666;

}
.td_style_naiyou {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	text-align: right;
	color: #333333;
	margin: 2px;
	height: auto;
	padding: 5px;
	background-color: #FFFFFF;
	width: 80px;
	font-size: 12px;
	line-height: 1.5em;
}
.td_style_title3 {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	text-align: left;
	color: #FFFFFF;
	margin: 2px;
	height: auto;
	font-weight: bold;
	padding: 5px;
	background-color: #DA67AF;
	width: 100px;
	font-size: 12px;
	line-height: 1.5em;
	text-indent: 10px;
}
.td_style_naiyou2 {

	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	text-align: left;
	color: #000000;
	margin: 2px;
	height: auto;
	padding: 5px;
	background-color: #FFFFFF;
	width: 520px;
	font-size: 12px;
	line-height: 1.5em;
}

.td_style_system_option01 {


	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	text-align: left;
	color: #000000;
	margin: 2px;
	height: auto;
	padding: 5px;
	background-color: #FFB0CC;<a href="../cgi-bin/link/link.cgi">link.cgi</a>
	width: 120px;
	font-size: 12px;
	line-height: 1.5em;
}
.td_style_system_option02 {


	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	text-align: center;
	color: #000000;
	margin: 2px;
	height: auto;
	padding: 5px;
	background-color: #FFFFFF;
	width: 80px;
	font-size: 12px;
	line-height: 1.5em;
}
.td_top_under_line01 {
	border-bottom: 1px solid #000000;
	font-size: 12px;
	line-height: 16px;
	width: 100px;
	height: 25px;
	text-indent: 8px;
}
.td_top_under_line02 {
	border-bottom: 1px solid #000000;
	font-size: 12px;
	line-height: 16px;
	width: 210px;
	height: 25px;
	text-indent: 8px;
}
.td_top_under_line03 {



	border-bottom: 1px solid #000000;
	font-size: 12px;
	line-height: 16px;
	width: 10px;
	height: 25px;
}

