@charset "Shift_JIS";
/**
 * @(#)pni_blue1.css	0.0.2	2006/ 4/13
 * PNI：PNI配色スタイルシート（青１）
 * Language: text/css
 * Copyright(C) (株)アプサ
 **/

BODY {
	color: #000040;
}
/* リンク色 */
A, A:link, A:visited {
	color: #0000FF;
}
A:active, A:hover {
	color: #FF0000;
}

/*
 * メニューリンク(全て)
 */
/* 右文字部 */
DIV.menu TABLE.top TH,
DIV.menu TABLE.select TH,
DIV.menu TABLE.link TH {
	background: #FFFFFF;
}

/*
 * メニューリンク(閲覧中)
 */
/* 左 */
DIV.menu TABLE.select TD {
	background: #4F71FF;
}
/* 右文字部 */
DIV.menu TABLE.select TH {
	background: #DBDEFF; color: #000493;
}

/*
 * メニューリンク(リンク)
 */
/* 左 */
DIV.menu DIV.links TABLE.top TD,
DIV.menu DIV.links TABLE.link TD {
	background: #97CAF2;
}
/* 右文字部 */
DIV.menu DIV.links TABLE.top TH,
DIV.menu DIV.links TABLE.link TH {
	border-left-color: #0E1C71;
}
/* 右文字色(標準) */
DIV.menu DIV.links TABLE.top,
DIV.menu DIV.links TABLE.top A:link,
DIV.menu DIV.links TABLE.top A:visited,
DIV.menu DIV.links TABLE.link,
DIV.menu DIV.links TABLE.link A:link,
DIV.menu DIV.links TABLE.link A:visited {
	color: #11007D;
}
/* 右リンク色(選択中) */
DIV.menu DIV.links TABLE.top A:active,
DIV.menu DIV.links TABLE.top A:hover,
DIV.menu DIV.links TABLE.link A:active,
DIV.menu DIV.links TABLE.link A:hover {
	background: #DBDEFF; color: #000493;
}
/* 仕切線右 */
DIV.menu DIV.links TABLE.top,
DIV.menu DIV.links TABLE.select,
DIV.menu DIV.links TABLE.link {
	border-right-color: #0E1C71;
}
/* 仕切線横 */
DIV.menu DIV.links DIV.space {
	background: #0E1C71;
}

/*
 * 文字リンク(リンク)
 */
/* 左 */
DIV.menu DIV.textlinks TABLE.link TD {
	background: #82A3FF;
}
/* 右文字部 */
DIV.menu DIV.textlinks TABLE.link TH,
DIV.menu DIV.textlinks TABLE.link A:visited {
	border-left-color: #0E1C71;
}
/* 右文字色(標準) */
DIV.menu DIV.textlinks TABLE.link,
DIV.menu DIV.textlinks TABLE.link A:link {
	color: #11007D;
}
/* 右リンク色(選択中) */
DIV.menu DIV.textlinks TABLE.link A:active,
DIV.menu DIV.textlinks TABLE.link A:hover {
	background: #DBDEFF; color: #000493;
}
/* 仕切線右 */
DIV.menu DIV.textlinks TABLE.select,
DIV.menu DIV.textlinks TABLE.link {
	border-right-color: #0E1C71;
}
/* 仕切線横 */
DIV.menu DIV.textlinks DIV.space {
	background: #0E1C71;
}

/*
 * メニューバナー
 */
DIV.menu DIV.imglink {
	background: #FFFFFF;
	border-color: #0E1C71;
}


/*
 * コンテンツ領域
 */


/*
 * 枠1
 */
DIV.waku1 {
	border-color: #5B7FE2;
}
DIV.waku1 .title {
	background: #5B7FE2;
	color: #FFFFFF;
}
