@charset "shift-jis";
/* ------------------------------------------
  content area font size
------------------------------------------ */
h1 {
	font-size: 105%;
}
h2 {
	font-size: 95%;
}
h3 {
	font-size: 85%;
}
h4 {
	font-size: 80%;
}

#contentArea p {
	font-size: 80%;
	line-height: 1.5;
}
#contentArea p.note {
	font-size: 70%;
}

#contentArea ul,
#contentArea ol,
#contentArea dl,
#contentArea table {
	font-size: 80%;
	line-height: 1.5;
}

#contentArea .infoBox {
	font-size: 80%;
}

/* ------------------------------------------
  common
------------------------------------------ */
/* text decoration */
h1,h2,h3 {
	margin-bottom: 0.8em;
}
h4 {
	margin-bottom: 0.4em;
}

#contentArea p {
	text-indent: 1.0em;
	margin-bottom: 0.8em;
}
#contentArea p.text {
	text-indent: 0px;
}
#contentArea p.note {
	color: #999999;
	text-indent: 0px;
	margin-bottom: 0.8em;
}
#contentArea em {
	font-style: normal;
	color: #CC3300;
}
#contentArea .fontLightBlue {
	color: #336699;
}
#contentArea .fontPink {
	color: #CC6633;
}

#contentArea h2.cntTitle {
	width: 100%;
	border-bottom: 1p solidx #CCCCCC;
	border-left: 5px solid #999999;
	padding-left: 5px;
	color: #669900;
}

/* page title decoration */
#contentArea .ttlNormal {
	border-left: solid 1em #6699CC;
	border-bottom: solid 1px #6699CC;
	padding: 8px 0px 4px 5px;
	display: block;
	background-color: #F0F0F0;
}


/* title bar&box */
#contentArea .yellowBox {
	margin-bottom: 0.5em;
	border: 1px solid #FF9900;
}
#contentArea .ttlYellowBar {
	color: #FFFFFF;
	background-color: #FFCC00;
	margin: 0px;
	padding: 5px;
}
#contentArea .blueBox {
	margin-bottom: 0.5em;
	border: 1px solid #006699;
}
#contentArea .ttlBlueBar {
	color: #FFFFFF;
	background-color: #0099CC;
	margin: 0px;
	padding: 5px;
}
#contentArea .greenBox {
	margin-bottom: 0.5em;
	border: 1px solid #669900;
}
#contentArea .ttlGreenBar {
	color: #FFFFFF;
	background-color: #99CC99;
	margin: 0px;
	padding: 5px;
}
#contentArea .orangeBox {
	margin-bottom: 0.5em;
	border: 1px solid #FF6600;
}
#contentArea .ttlOrangeBar {
	color: #FFFFFF;
	background-color: #FF9900;
	padding: 5px;
	margin: 0px;
}
#contentArea .OrangeBar {
	padding: 5px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}


#contentArea .ttlYellowBar a,
#contentArea .ttlBlueBar a,
#contentArea .ttlGreenBar a,
#contentArea .ttlOrangeBar a {
	background: url(../common/arw_s_white.gif) no-repeat left center;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;
	display: block;
}
#contentArea .ttlYellowBar a:hover,
#contentArea .ttlBlueBar a:hover,
#contentArea .ttlGreenBar a:hover,
#contentArea .ttlOrangeBar a:hover {
	color: #666666;
	text-decoration: none;
}


#contentArea .exampleSeagreen {
	margin-bottom: 1em;
	border-right: 1px solid #99CC99;
	border-bottom: 1px solid #99CC99;
	border-left: 1px solid #99CC99;
	padding: 5px;
}
#contentArea h4.ttlSeagreen {
	background-image: url(../img/bkbar_seagreen.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
	color: #FFFFFF;
	text-indent: 7px;
	margin: 0px;
	line-height: 1.7;
}
#contentArea .exampleOlive {
	margin-bottom: 1em;
	border-right: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
	border-left: 1px solid #CCCC99;
	padding: 5px;
}
#contentArea h4.ttlOlive {
	background-image: url(../img/bkbar_olive.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
	color: #FFFFFF;
	text-indent: 7px;
	margin: 0px;
	line-height: 1.7;
}

/* icon mark */
.arwGray {
	background: url(../common/arw_s_gray.gif) no-repeat left center;
	padding-left: 1em;
}
.arwBlue {
	background: url(../common/arw_s_blue.gif) no-repeat left center;
	padding-left: 1em;
}
a.pdfMrk {
	background: url(../common/icon_pdf.gif) no-repeat right center;
	padding-right: 1em;
}
a.windowMrk {
	background: url(../common/icon_window.gif) no-repeat right center;
	padding-right: 1em;
}
a.mailMrk {
	background: url(../common/icon_mail.gif) no-repeat right center;
	padding-right: 1.2em;
}

/* layout position */
#contentArea .alignCenter {
	width: auto;
	text-align: center;
	margin-bottom: 1.0em;
}
#contentArea .alignRightNoflot {
	width: auto;
	text-align: right;
	margin-bottom: 1.0em;
	padding-left: 0.5em;
}
#contentArea .alignLeftNoflot {
	width: auto;
	text-align: left;
	margin-bottom: 1.0em;
	padding-right: 0.5em;
}
#contentArea .alignRight {
	width: auto;
	float: right;
	margin-bottom: 1.0em;
	padding-left: 0.5em;
}
#contentArea .alignLeft {
	width: auto;
	float: left;
	margin-bottom: 1.0em;
	padding-right: 0.5em;
}

/* text margen,padding */
#contentArea .margenBothSide {
	margin-right: 1em;
	margin-left: 1em;
}
#contentArea .paddingSmallBothSide {
	margin-right: 0.2em;
	margin-left: 0.2em;
}

/* box area */
#contentArea .section {
	width: auto;
	margin-bottom: 1.0em;
	text-align: left;
}
#contentArea .sectionBox,
#contentArea .sectionBoxGray  {
	width: auto;
	text-align: left;
	border: 1px solid #CCCCCC;
	padding:  1em;
	margin-bottom: 1.0em;
}
#contentArea .sectionBoxGray {
	background-color: #F0F0F0;
}

#contentArea .messageBox {
	width: auto;
	text-align: center;
	padding: 2em;
	border: 1px solid #CCCCCC;
	margin-bottom: 1.0em;
}

#contentArea img.phtfrm {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 2px;
	margin: 0px auto 5px auto;
}
#contentArea img.border {
	border: 1px solid #333333;
	margin: 0px;
}

/* list */
#contentArea ul,
#contentArea ol,
#contentArea dl {
	margin-bottom: 0.8em;
}

#contentArea ul.listMenu,
#contentArea ul.listMenuArw {
	margin-bottom: 0.6em;
}

#contentArea ul.listMenuArw a {
	display: block;
	padding-left: 0.8em;
	background: url(../common/arw_s_blue.gif) no-repeat left 5px;
}

#contentArea dl.parallelNoBack dt {
	clear: left;
	float: left;
	margin-bottom: 0.8em;
}
#contentArea dl.parallelNoBack dt.boxMark {
	clear: left;
	float: left;
	border-left: solid 8px #CCC;
	padding-left: 5px;
	margin-bottom: 0.8em;
}
#contentArea dl.parallelNoBack dd {
	margin-bottom: 0.8em;
	margin-left: 7.5em;
}

/* table */
#contentArea table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 1em;
}
#contentArea table th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	white-space: nowrap;
	vertical-align: top;
}
#contentArea table td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

#contentArea table.noBorder {
	border-collapse:collapse;
	border: none;
	margin-bottom: 1.0em;
}
#contentArea table.noBorder th {
	border-collapse:collapse;
	font-weight: normal;
	white-space: nowrap;
	border: none;
	padding: 0px 5px 5px 5px;
}
#contentArea table.noBorder td {
	border-collapse:collapse;
	border: none;
	padding: 0px 5px 5px 5px;
}

/* turn up a page */
#contentArea ul.turnUpPage {
	text-align: center;
	margin-left: 5px;
}
#contentArea ul.turnUpPage li {
	display: inline;
	margin-right: 5px;
}
#contentArea ul.turnUpPage li a {
	padding: 2px 4px 2px 4px;
	background-color: #F0F0F0;
} 
#contentArea ul.turnUpPage li.pageActive a {
	background-color: #666666;
	color: #FFFFFF;
}


/* ------------------------------------------
  home
------------------------------------------ */
/* leftcolumn cntNavi */
#homePage .leftColumn .cntNavi {
	width: 200px;
	margin-bottom: 15px;
	margin-top: 8px;
}
#homePage .leftColumn .cntNavi dl.menuService {
	margin-bottom: 0.8em;
}
#homePage .leftColumn .cntNavi dl.menuService dt {
	height: 20px;
	text-indent: 8px;
	background-color: #F9F9F9;
	border-left: 8px solid #99CC99;
	border-bottom: 2px solid #99CC99;
	margin-top: 6px;
}
#homePage .leftColumn .cntNavi dl.menuService dt a {
	height: 20px;
	color: #669900;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#homePage .leftColumn .cntNavi dl.menuService dt a:hover {
	color: #FFFFFF;
	background-color: #99CC99;
	text-decoration: none;
	display: block;
}
#homePage .leftColumn .cntNavi dl.menuService dd {
	margin-left: 0.8em;
	line-height: 1.2;
}
#homePage .leftColumn .cntNavi dl.menuService dd a {
	background: url(../common/arw_s_gray.gif) no-repeat left center;
	color: #5A5A5A;
	padding-left: 0.8em;
}

#homePage .leftColumn .cntNavi dl.menuHowto {
	margin-bottom: 0.8em;
}
#homePage .leftColumn .cntNavi dl.menuHowto dt {
	height: 20px;
	text-indent: 8px;
	background-color: #F9F9F9;
	border-left: 8px solid #99CCFF;
	border-bottom: 2px solid #99CCFF;
	margin-top: 6px;
}
#homePage .leftColumn .cntNavi dl.menuHowto dt a {
	height: 20px;
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#homePage .leftColumn .cntNavi dl.menuHowto dt a:hover {
	color: #FFFFFF;
	background-color: #99CCFF;
	text-decoration: none;
	display: block;
}

#homePage .leftColumn .cntNavi dl.menuHowto dd {
	margin-left: 0.8em;
	line-height: 1.2;
}

#homePage .leftColumn .cntNavi dl.menuHowto dd a {
	background: url(../common/arw_s_gray.gif) no-repeat left center;
	color: #5A5A5A;
	padding-left: 0.8em;
}
#homePage .leftColumn .cntNavi dl.menuHowto dd.menuBlue {
	color: #6699CC;
	border-bottom: 2px solid #99CCFF;
	margin-top: 4px;
}
#homePage .leftColumn .cntNavi dl.menuHowto dd.menuBlue a {
	color: #6699CC;
	background-image: none;
	padding-left: 0em;
}

#homePage .leftColumn .cntNavi dl.menuTest {
	margin-bottom: 0.8em;
}
#homePage .leftColumn .cntNavi dl.menuTest dt {
	height: 20px;
	text-indent: 8px;
	background-color: #F9F9F9;
	margin-top: 6px;
	border-bottom: 2px solid #CCCC99;
	border-left: 8px solid #CCCC99;
}
#homePage .leftColumn .cntNavi dl.menuTest dt a {
	height: 20px;
	color: #999900;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#homePage .leftColumn .cntNavi dl.menuTest dt a:hover {
	color: #FFFFFF;
	background-color: #CCCC99;
	text-decoration: none;
	display: block;
}
#homePage .leftColumn .cntNavi dl.menuTest dd {
	margin-left: 0.8em;
	line-height: 1.2;
}
#homePage .leftColumn .cntNavi dl.menuTest dd a {
	background: url(../common/arw_s_gray.gif) no-repeat left center;
	color: #5A5A5A;
	padding-left: 0.8em;
}

/* maincontent image menu */
#homePage #contentArea table.menuImg {
	padding: 0px;
	margin-top: 8px;
	border: none;
}
#homePage #contentArea table.menuImg td {
	width: 180px;
	height: 150px;
	padding: 0px;
	border: none;
}
#homePage #contentArea table.menuImg td a {
	width: 180px;
	height: 150px;
	display: block;
	text-indent: -9999px;
}
#homePage #contentArea table.menuImg td.menuImg01 {
	background: url(../img/btn_menuimg01off.jpg) no-repeat;
}
#homePage #contentArea table.menuImg td.menuImg01 a:hover {
	background: url(../img/btn_menuimg01on.jpg) no-repeat;
}
#homePage #contentArea table.menuImg td.menuImg02 {
	background: url(../img/btn_menuimg02off.jpg) no-repeat;
}
#homePage #contentArea table.menuImg td.menuImg02 a:hover {
	background: url(../img/btn_menuimg02on.jpg) no-repeat;
}
#homePage #contentArea table.menuImg td.menuImg03 {
	background: url(../img/btn_menuimg03off.jpg) no-repeat;
}
#homePage #contentArea table.menuImg td.menuImg03 a:hover {
	background: url(../img/btn_menuimg03on.jpg) no-repeat;
}

/* maincontent news */
#contentArea h3.ttlsBoxNews {
	color: #FFFFFF;
	background-color: #6699CC;
	margin: 0px;
	padding: 5px;
}
#homePage #contentArea ul.newsList {
	height: 160px;
	overflow: auto;
	background-color: #F9F9F9;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 5px;
	margin-bottom: 0.8em;
}
#homePage #contentArea ul.newsList li {
	background: url(../common/arw_s_blue.gif) no-repeat left 5px;
	padding-left: 0.8em;
	padding-bottom: 0.3em;
}

/* rightcolumn menu box */

#homePage #contentArea .bannerImg {
	text-align: center;
	margin-bottom: 0.5em;
}

/* rightcolumn example box */


/* ------------------------------------------
  content - service
------------------------------------------ */

/* ------------------------------------------
  content - service_info
------------------------------------------ */
#cntPage #contentArea table th {
	color: #333333;
	background-color: #E6E6E6;
}

/* ------------------------------------------
  content - about us
------------------------------------------ */

/* ------------------------------------------
  content - contact
------------------------------------------ */

/* ------------------------------------------
  content - example
------------------------------------------ */

/* ------------------------------------------
  content - other
------------------------------------------ */
/* kao */
#contentArea dl.parallelNoBack dt.kaoName {
	font-weight: bold;
	text-align: right;
	width: 3em;
}
#contentArea dl.parallelNoBack dd.kaoComment {
	margin-left: 4em;
}
