/*================================================

　初期化

================================================*/
body, html {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	height: 1px;
	width: 99%;
	font-size: 1px;
	line-height: 1px;
}
a {
	color: #336699;
}
a:hover {
	color: #FF6600;
}
.smalltext {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 12px;
	color: #333333;
}
blockquote {
	font-size: 12px !important;
	line-height: 16px !important;
	clear: both;
	border: 1px solid #CCCCCC;
	margin: 10px 0px;
	padding: 5px;
	background-color: #F4F7F9;
}
blockquote strong, blockquote b {
background-color:transparent !important;
}
blockquote p {
	font-size: 12px !important;
	line-height: 16px !important;
	clear: both;
}
#ALL pre {
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	letter-spacing: 0em;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	width: 500px;
	overflow: hidden;
}
img {
	-ms-interpolation-mode: bicubic; 
}
/*================================================

　構造系

================================================*/

body {
	background-color: #EEF1F7;
	background-image: url(images_site/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#ALL {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	position: relative;
}
h1#TAGLINE, p#TAGLINE {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 12px;
	color: #666666;
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #D5D8DB;
	font-weight: normal;
}
#HEADER {
	background-image: url(images_site/header_bg.jpg);
	background-repeat: no-repeat;
	height: 87px;
	width: 800px;
}
#LOGO {
	float: left;
	height: 87px;
	width: 290px;
}
#HeaderRight {
	float: right;
	width: 150px;
	background-image: url(images_site/head_corp_logo.gif);
	background-repeat: no-repeat;
	padding-top: 52px;
}
a#HeaderCONTACT {
	background-image: url(images_site/head_contact.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	display: block;
	text-indent: -9999px;
}
#GLOBALMENU {
	height: 50px;
	width: 800px;
	background-image: url(images_site/GM.jpg);
	background-repeat: no-repeat;
}
#GLOBALMENU ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#GLOBALMENU li {
	display: block;
	float: left;
	height: 50px;
	width: 200px;
}
#GLOBALMENU li a {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 200px;
}
#GLOBALMENU li a.service {
	background-image: url(images_site/GM.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#GLOBALMENU li a.system {
	background-image: url(images_site/GM.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: -200px 0px;
}
#GLOBALMENU li a.support {
	background-image: url(images_site/GM.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: -400px 0px;
}
#GLOBALMENU li a.voice {
	background-image: url(images_site/GM.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: -600px 0px;
}
#GLOBALMENU li a.service:hover {
	background-position: 0px -50px;
}
#GLOBALMENU li a.system:hover {
	background-position: -200px -50px;
}
#GLOBALMENU li a.support:hover {
	background-position: -400px -50px;
}
#GLOBALMENU li a.voice:hover {
	background-position: -600px -50px;
}
#TOPICPATH {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	padding: 15px 10px 5px 25px;
	border-bottom: 1px dotted #CCCCCC;
	background-image: url(images_site/topicpath.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
}
#FOOTER {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#FOOTER p.footerMenu {
	text-align: center;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
#FOOTER p.footerMenu a {
	color: #336699;
	text-decoration: none;
}
#FOOTER .credit {
	width: 600px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	line-height: 150%;
	color: #666666;
}
#FOOTER .footLogo {
	float: right;
	height: 50px;
	width: 165px;
	margin: 0px;
	padding: 10px 0px 0px;
}

/*================================================

　ページ

================================================*/
#CategoryEntries {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	background-color: #34689C;
	margin: 0px;
	padding: 5px 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #6699FF;
	border-top: 1px solid #34689C;
}
#CategoryEntries ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#CategoryEntries li {
	display: inline;
	float: left;
}
#CategoryEntries a {
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	padding: 2px;
	margin-right: 20px;
}
#CategoryEntries a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#ContentsWithoutSideMenu {
	padding: 20px 50px;
}
#WRAPPER {
	padding: 10px 20px 20px;
}
#ContentsWithSideMenu {
	float: left;
	width: 500px;
}
#ContentsWithoutSideMenu h2,
#ContentsWithoutSideMenu h1#NoPageBanner,
#ContentsWithSideMenu h2,
#ContentsWithSideMenu h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
	background-color: #79A6D2;
	padding: 3px 10px;
	margin-bottom: 20px;
	border-left: 5px solid #006699;
	clear: both;
	margin-top: 15px;
	height: 1%;
}
#ContentsWithoutSideMenu h1#NoPageBanner,
#ContentsWithSideMenu h1 {
	color: #FFFFFF;
}
#ContentsWithoutSideMenu h1#NoPageBanner a ,
#ContentsWithSideMenu h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

#ContentsWithSideMenu h2 {
	color: #003366;
}
#ContentsWithoutSideMenu h2 {
	color: #FFFFFF;
}
#ContentsWithoutSideMenu h3,
#ContentsWithSideMenu h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	color: #006600;
	margin-bottom: 10px;
	margin-left: 5px;
	border-left: 3px solid #5F9A6D;
	padding-left: 5px;
	border-bottom: 1px dotted #96BE9F;
	margin-top: 20px;
}
#ContentsWithSideMenu h2.books {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	color: #5F6A7C;
	margin-bottom: 10px;
	border-left: 3px solid #6699CC;
	border-bottom: none;
	margin-top: 20px;
	background-color: #EDF0F3;
	border-top: none;
	border-right: none;
}
#ContentsWithoutSideMenu h4,
#ContentsWithSideMenu h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: bold;
	color: #70AA6F;
	padding: 2px 5px;
	line-height: 150%;
	margin: 20px 20px 10px;
	border-bottom: 1px dotted #70AA6F;
}
#ContentsWithoutSideMenu p,
#ContentsWithSideMenu p {
	font-size: 16px;
	line-height: 170%;
	margin: 0px;
	padding: 10px 10px 5px;
	letter-spacing: 1px;
}
#ContentsWithoutSideMenu p strong,
#ContentsWithoutSideMenu li strong,
#ContentsWithSideMenu p strong,
#ContentsWithSideMenu li strong {
	background-color: #FFEEEE;
	padding: 2px;
}
#ContentsWithoutSideMenu ul.checkList,
#ContentsWithSideMenu ul.checkList {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 150%;
	padding: 10px;
	list-style-type: none;
}
#ContentsWithoutSideMenu ul.checkList li,
#ContentsWithSideMenu ul.checkList li {
	background-image: url(images_site/check_list_green.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	background-position: 0px 2px;
	padding-bottom: 10px;
}
#ContentsWithoutSideMenu ul,
#ContentsWithSideMenu ul {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 150%;
	margin: 10px 10px 10px 50px;
	padding: 0px;
}
#ContentsWithoutSideMenu ol,
#ContentsWithSideMenu ol {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 150%;
	margin: 10px 10px 10px 50px;
	padding: 0px;
}
#ContentsWithoutSideMenu li,
#ContentsWithSideMenu li {
	padding-bottom: 5px;
}
#SideMenu {
	float: right;
	width: 240px;
}
#SideMenu a {
	text-decoration: none;
}
#SideMenu a:hover {
	text-decoration: underline;
	color: #FF9900;
}
#SideMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 140%;
}
#SideMenu li {
	margin: 0px;
	padding: 6px 10px 6px 20px;
	border-bottom: 1px solid #E3E7EC;
	background-image: url(images_site/sidemenu.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
/*================================================

　特殊装飾系

================================================*/
div.organizer {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 140%;
	color: #660000;
	background-color: #FFFFCC;
	border: 1px solid #FFCC66;
	font-weight: bold;
	margin: 0px;
	padding: 10px 20px;
}
div#smallOrganizer {
	background-color: #F4F7F7;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 15px;
	padding: 5px 10px;
}
div#smallOrganizer p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	font-weight: normal;
}
div.summary {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 150%;
	color: #003366;
	background-color: #F3F9FA;
	border: 1px solid #7293B4;
	margin: 20px 0px 0px;
	padding: 10px 20px;
}
div.column {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-color: #F3F3F1;
	border: 1px solid #E3E6DD;
	padding: 20px;
	line-height: 130%;
	margin: 10px 20px;
}
.next {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #003366;
	margin: 20px 0px 0px;
	padding: 0px;
	height: 50px;
}
.next a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images_site/next.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 650px;
	padding-top: 15px;
	padding-left: 50px;
	text-decoration: none;
}
.next a:hover {
	background-position: 0px -50px;
	color: #000000;
	text-decoration: underline;
}
.imageLeft {
	padding: 5px 12px 10px 0px;
	float: left;
	font-size: 10px;
	line-height: 150%;
	color: #666666;
}
.imageRight {
	padding: 5px 0px 10px 12px;
	float: right;
	font-size: 10px;
	line-height: 150%;
	color: #666666;
}
table, th, td {
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 150%;
}
th, td {
	padding: 5px;
}
#ContentsWithSideMenu table.aboutTable,
#ContentsWithSideMenu table.aboutTable th,
#ContentsWithSideMenu table.aboutTable td,
#ContentsWithSideMenu table.netTable,
#ContentsWithSideMenu table.netTable th,
#ContentsWithSideMenu table.netTable td,
#ContentsWithoutSideMenu table.areaTable,
#ContentsWithoutSideMenu table.areaTable th,
#ContentsWithoutSideMenu table.areaTable td {
	font-size: 12px;
}
#ContentsWithSideMenu table.aboutTable th,
#ContentsWithSideMenu table.netTable th,
#ContentsWithoutSideMenu table.areaTable th {
	background-color: #EBEFF3;
	white-space: nowrap;
}
#ContentsWithSideMenu table.netTable {
	margin-left: 20px;
	margin-bottom: 15px;
}
#ContentsWithSideMenu table.netTable th {
	text-align: left;
}
#ContentsWithoutSideMenu table.sixthFunction {
	font-size: 12px;
	width: 650px;
	margin-left: 20px;
	margin-bottom: 15px;
}
#ContentsWithoutSideMenu table.sixthFunction ol {
	margin: 0px 0px 0px 25px;
	padding: 10px;
	font-size: 12px;
}
#ContentsWithoutSideMenu table.sixthFunction li {
	margin: 0px;
	padding: 0px 0px 5px;
}
#ContentsWithoutSideMenu table.sixthFunction th {
	background-color: #EBEFF3;
	white-space: nowrap;
}
#ContentsWithoutSideMenu table.sixthFunction td {
	margin: 0px;
	padding: 5px;
}
#ContentsWithoutSideMenu table.areaTable {
	margin-bottom: 20px;
	margin-left: 20px;
	width: 650px;
}
#ContentsWithoutSideMenu table.areaTable th.pref {
	width: 150px;
}

/* リスト */
#ALL ul.boxArrowOrange,
#ALL ul.boxArrowOrange2 {
	list-style-type: none;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}
#ALL ul.boxArrowOrange2 {
	margin: 0px 0px 0px 10px;
}
#ALL ul.boxArrowOrange li,
#ALL ul.boxArrowOrange2 li {
	background-image: url(images_site/List_boxArrow_orange.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 3px;
}
#ALL ul.boxCheckBlue {
	list-style-type: none;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}
#ALL ul.boxCheckBlue li {
	background-image: url(images_site/List_boxCheck_blue.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 3px;
	height: 1%;
}

/* 特殊ページ用 */

#PRIVACY p {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#PRIVACY h3 {
	font-size: 14px;
}
#PRIVACY ol {
	font-size: 12px;
}
#VoiceCategory h2.voiceHeadLine {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #CC0000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
h1#SeminarMainImage {
	background-color:transparent;
	font-size: 12px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 500px;
	border-style: none;
	background-image: url(images_site/seminar_main.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
.seminarGoToForm a {
	text-indent: -9999px;
	height: 50px;
	width: 350px;
	background-image: url(images_site/seminar_goto_form.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	display: block;
}
.seminarGoToForm a:hover {
	background-position: 0px -50px;
}
#SEMINAR h2 {
	font-size: 14px;
	font-weight: bold;
	background-color: #EDF2F3;
	border-top: 1px dotted #9BB3BD;
	border-right: 1px dotted #9BB3BD;
	border-bottom: 1px dotted #9BB3BD;
	border-left: 3px solid #9BB3BD;
}
#SEMINAR h2 a {
	text-decoration: none;
}
#SEMINAR h3 {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	line-height: 130%;
	color: #666666;
	border-bottom-style: none;
}
#SEMINAR p {
	font-size: 14px;
	line-height: 130%;
}
#ALL p.entryMoreLink {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: right;
	color: #999933;
	margin: 0px;
	padding: 5px;
}
#BOOK p {
	font-size: 14px;
	line-height: 130%;
}

/* ページ下部ナビゲーション用 */
#ContentsFootNavi {
	background-image: url(images_site/navi/Navi_bg.jpg);
	background-repeat: repeat-y;
	border-top: 1px solid #EEF1F7;
	border-bottom: 1px solid #EEF1F7;
	padding: 10px;
	width: 680px;
	margin: 15px auto 0px;
}
#CFNaviLeft {
	float: left;
	width: 400px;
	position: relative;
}
p#NEXT {
	margin: 0px;
	padding: 40px 0px 30px;
	height: 100px;
	width: 700px;
	overflow: hidden;
	text-align: right;
	border-bottom: 1px solid #D4D0C8;
}
p#NEXT a {
	padding: 0px;
	height: 100px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images_site/navi/Navi_NextPage.png);
	background-repeat: no-repeat;
	width: 400px;
	text-align: left;
	color: #FFFFFF;
	float: right;
}
p#NEXT a span.NextMain {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 150%;
	display: block;
	padding-top: 25px;
	padding-left: 20px;
}
p#NEXT a span.NextSub {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 100%;
	display: block;
	text-align: right;
	padding-right: 13px;
}
p#NEXT a:hover {
	color: #000000;
	border-color: #FF6600;
	text-decoration: underline;
	background-position: 0px -100px;
}
p#CONTACT {
	margin: 0px;
	padding: 0px 0px 10px;
	height: 70px;
	width: 400px;
	overflow: hidden;
}
p#CONTACT a {
	background-color: #9EB8C7;
	padding: 5px;
	height: 60px;
	width: 390px;
	display: block;
}
p#CONTACT a:hover {
	background-color: #FF0000;
}
p#OneBOOK {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 195px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 80px;
}
p#OneBOOK a {
	background-color: #CCCCCC;
	padding: 5px;
	height: 90px;
	width: 185px;
	display: block;
}
p#OneBOOK a:hover {
	background-color: #FF0000;
}
p#MINIBOOK {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 195px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 190px;
}
p#MINIBOOK a {
	background-color: #CCCCCC;
	padding: 5px;
	height: 90px;
	width: 185px;
	display: block;
}
p#MINIBOOK a:hover {
	background-color: #FF0000;
}
#MAILMAG {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 185px;
	overflow: hidden;
	float: right;
	border: 5px solid #CCCCCC;
}
#MAILMAG p {
	margin: 0px;
	padding: 5px;
}
#CFNaviRight {
	padding: 0px 5px;
	float: right;
	width: 255px;
}
#CFNaviRight ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#CFNaviRight ul li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 100%;
	padding: 7px 0px;
}
#CFNaviRight ul li a {
	text-decoration: none;
}
#CFNaviRight ul li a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#VoiceList {
	padding: 10px;
	border-top: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
	margin-top: 10px;
	margin-bottom: 10px;
}
#VoiceCategory #VoiceList p {
	font-size: 14px;
	line-height: 120%;
}
#VoiceCategory #VoiceList p strong {
	font-weight: bold;
	background-color: #FFFFFF;
}
