@charset "shift_jis";
/* CSS Document */

/******************************/
/*        common style        */
/******************************/

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #EEEEEE;
	color: #444444;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	text-align: center;
	font-size: 13px;
	line-height: 1.4em;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* target _blank */
a.blankwin:link,
a.blankwin:visited,
a.blankwin:active,
a.blankwin:hover {
	display: block;
	padding-left: 18px;
	margin-left: 3px;
	margin-bottom: 7px;
	height: 15px;
	/* background-image: url(images/blankwin.gif); */
	background-position: left 2px;
	background-repeat: no-repeat;
}

/* target _top */
a.topwin:link,
a.topwin:visited,
a.topwin:active,
a.topwin:hover {
	display: block;
	list-style-type: none;
	height: 25px;
	padding-left: 25px;
	background-image: url(images/boxarrow_icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
tr,
ul,
ol,
li,
img,
a
 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

p {
	margin: 12px;
}

img {
	line-height: 0px;
	font-size: 0px;
	border: none;
}

td {
	padding: 6px;
}

hr {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.boldgreen {
	font-weight: bold;
	color: #009900;
}

.boldred {
	font-weight: bold;
	color: #CC0000;
}

.boldglay {
	font-weight: bold;
	color: #333333;
}



.stpagemove img {
	margin-right: 10px;
}

/* page top move */
.topmove img {
	clear: both;
	width: 75px;
	margin-left: 485px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.top img {
	display: block;
	margin:0;
	padding:0;
	left: 0;
	top: 0;
	position: absolute;
}

/* Layout */
#Wrap {
	width: 100%;
}

/* Layout */
#WinWrapper #Wrap {
	padding: 10px 0;
}

/* Header */
#Header {
	color: #000;
	height: 53px;
	background-color: #FFFFFF;
	background-image: url(images/header_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 23px;
	padding-left: 23px;
	text-align: left;
}

#Header h1 {
	margin: 0;
	padding: 0;
	float: left;
}

#Header h1.title {
	margin: 0;
	padding: 15px 0 0 0;
	float: none;
	height: auto;
	text-align: center;
	color: #009900;
}

#Header a .logo,
#Header .logo {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

/* HeaderNavi */
#HeaderNavi {
	float: right;
	padding: 0;
	margin: 0;
}

#HeaderNavi ul,
#HeaderNavi li {
	list-style-type: none;
	list-style: none;
}

#HeaderNavi li {
	display: block;
	float: left;
	padding: 0px 15px 0px 0px;
}

/* Search */
#SearchForm {
	clear: left;
	margin: 8px 0px 0px 0px;
	padding: 0;
	text-align: left;
}
input.searchInputBox {
	margin: 0;
	padding: 0;
	float: left;
	color: black;
	background-color: #FFFFFF;
	width: 12em;
	border: 1px solid #CCCCCC;
	height: 1.4em;
}
input.searchSubmitImage {
	margin: 0;
	padding: 0;
	margin-left: 3px;
}
input.searchSubmitButton {
	margin: 0;
	padding: 0;
	margin-left: 3px;
}

/* Navi */
ul#Navi {
	color: #000;
	height: 45px;
	background-color: #7EEA1F;
	background-image: url(images/navi_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

ul#Navi,
ul#Navi li {
	list-style-type: none;
	list-style: none;
	line-height: 0px; /* ie hack */
	font-size: 0px; /* ie hack */
}

ul#Navi {
	margin: 0;
	padding: 0px 0px 0px 8px;
}

ul#Navi li {
	display: block;
	float: left;
	width: auto;
	padding: 0px 6px 0px 0px;
}

ul#Navi img {
	border: none;
}

/* Footer */
#Footer {
	clear: left;
	background-color: #FFFFFF;
	background-image: url(images/footer_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}

ul#FooterNavi {
	margin-left: 50px;
	margin-right: auto;
	padding: 10px 8px 0px 8px;
	list-style-type: none;
}

ul#FooterNavi li {
	display: block;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	white-space: nowrap;
}

#Copyright {
	clear: left;
	display: block;
	padding: 6px;
	color: #666666;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: 0.8em;
	font-family: Verdana;
}

#Copyright .company {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

/******************************/
/*      common style END      */
/******************************/


/******************************/
/*      index only style      */
/******************************/

/* Wrapper */
#IdxWrapper {
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(images/right_bg.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

#IdxWrap {
	clear: both;
}

/* IdxMain */
#IdxMain {
	padding: 5px;
	float: left;
	width: 580px;
}

#SecondMenu {
	clear: both;
	width: 580px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.IdxContentsMenu1 {
	display: block;
	float: left;
	width: 250px;
}

.IdxContentsMenu2 {
	display: block;
	float: right;
	width: 301px;
}

.IdxContentsMenu2 ul.left{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 145px;
	background-image: url(images/dotline.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.IdxContentsMenu2 ul.right{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 145px;
	overflow: hidden;
}

.IdxContentsMenu1 li.series,
.IdxContentsMenu2 li.series {
	clear: left;
	display: block;
	background-image: url(images/orange_arrow.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-top: 5px;
	list-style: none;
}

.IdxContentsMenu1 li.element,
.IdxContentsMenu2 li.element {
	display: block;
	float: left;
	white-space: nowrap;
	background-image: url(images/yellow_arrow.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-right: 5px;
	list-style: none;
}

.IdxContentsMenu2 li.series {
	background-position: left 6px;
}

.IdxContentsMenu2 li.element {
	background-position: left 5px;
}

.IdxContentsMenu1 a:link,
.IdxContentsMenu1 a:visited,
.IdxContentsMenu1 a:active,
.IdxContentsMenu1 a:hover,
.IdxContentsMenu2 a:link,
.IdxContentsMenu2 a:visited,
.IdxContentsMenu2 a:active,
.IdxContentsMenu2 a:hover {
	color: #333333;
	
}

.IdxContentsMenu1 li.element a:link,
.IdxContentsMenu1 li.element a:visited,
.IdxContentsMenu1 li.element a:active,
.IdxContentsMenu1 li.element a:hover,
.IdxContentsMenu2 li.element a:link,
.IdxContentsMenu2 li.element a:visited,
.IdxContentsMenu2 li.element a:active,
.IdxContentsMenu2 li.element a:hover {
	font-size: 80%;
	
}

/* Banner */
.Banner {
	clear: both;
	float: right;
	margin-bottom: 5px;
	padding-right: 5px;
	margin-top: -57px; /* =Bonner height */
	width: 200px; /* =Bonner width */
}

/******************************/
/*      index only style      */
/*             END            */
/******************************/

/* PageLayout */
#Wrapper {
	width: 800px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

#MapWrapper {
	width: 584px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

#WinWrapper {
	width: 800px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

#Wrapper h1,
#Wrapper p.title {
	clear: both;
	margin: 0;
	padding: 0;
}

#PrfMain {
	/*height: 100%;*/
	padding-top: 4px;
	background-color: #FFFFFF;
	background-image: url(images/prfbg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#SiTopMain {
	/*height: 100%;*/
	padding-top: 4px;
	background-color: #FFFFFF;
	background-image: url(images/sitop_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#PpTopMain {
	/*height: 100%;*/
	padding-top: 4px;
	background-color: #FFFFFF;
	background-image: url(images/pptop_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#PsTopMain {
	/*height: 100%;*/
	padding-top: 4px;
	background-color: #FFFFFF;
	background-image: url(images/pstop_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#RiTopMain {
	/*height: 100%;*/
	padding-top: 4px;
	background-color: #FFFFFF;
	background-image: url(images/ritop_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#CuTopMain {
	/*height: 100%;*/
	padding-top: 4px;
	background-color: #FFFFFF;
	background-image: url(images/cutop_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#Contents {
	/*height: 100%;*/
	margin-left: 198px;
	margin-right: 10px;
	padding-left: 14px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#Content {
	width: 560px;
	background-color: #FFFFFF;
}


#Content h2 {
	margin: 0px;
	padding: 15px 0px 10px 0px;
	font-size:150%;
	font-weight: bold;
	color: #000000;
}

/******************************/
/*      breadcrumbs list      */
/******************************/

#BreadcrumbsList {
	background-color: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	text-align: left;
	overflow: hidden;
	width: 560px;
}

#BreadcrumbsList ul,
#BreadcrumbsList li {
	list-style: none;
	list-style-type: none;
}

#BreadcrumbsList ul {
	padding: 12px 12px 5px 0px;
	overflow: hidden;
}

#BreadcrumbsList li {
	display: block;
	float: left;
	margin-right: 5px;
	background-image: url(images/breadcrumbslist_ic.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 12px;
	white-space: nowrap;
}

#BreadcrumbsList li a {
	color: #009900;
}

#BreadcrumbsList li.active {
	padding: 0;
	background: none;
}

/******************************/
/*      Pagelink tab      */
/******************************/

#PagelinkTab {
	background-color: #FFFFFF;
	border-bottom: 2px solid #333333;
	text-align: left;
	overflow: hidden;
	width: 560px;
}

#PagelinkTab.default {
	border-bottom: 2px solid #8CD5F0;
}

#PagelinkTab ul,
#PagelinkTab li {
	list-style: none;
	list-style-type: none;
}

#PagelinkTab ul {
	padding: 12px 12px 0px 0px;
	overflow: hidden;
}

#PagelinkTab li {
	display: block;
	float: left;
	margin-right: 3px;
	background-color: #8CD5F0;
	background-image: url(images/pagelinktab_ic.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 3px 12px 0px 10px;
	white-space: nowrap;
}

#PagelinkTab li a {
	color: #333333;
}

#PagelinkTab li.active {
	background-color: #333333;
	background-image: url(images/pagelinktab_ic_f2.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

/******************************/
/*      Pagelink List      */
/******************************/

#PagelinkList {
	background-color: #FFFFFF;
	text-align: right;
	overflow: hidden;
	width: 560px;
}

#PagelinkList ul {
	list-style: none;
	padding: 5px 5px 0px 12px;
	overflow: hidden;
	text-align: right;
}

#PagelinkList li {
	display: inline;
}

#PagelinkList li a {
	background: url(images/PagelinkList_a_bg.gif) no-repeat left center;
	padding: 0 0 0 10px;
	margin-left: 10px;
	text-decoration: underline;
}


/* Left & Right */
#Left {
	float: left;
	margin-top: -4px;
	background-image: url(images/leftbg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	width: 195px;
}
/* 2008/06/02 add */
#Left-b {
	float: left;
	margin-top: -4px;
	background-image: url(images/leftbg_2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	width: 195px;
}

ul#RiLeftNavi,
ul#LeftNavi {
	list-style-type: none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(images/right_bgline.gif);
	background-position: right top;
	background-repeat: repeat-y;
	padding-bottom: 4px;
}

ul#RiLeftNavi li h3,
ul#LeftNavi li h3 {
	margin-top: 1px;
	padding: 0px;
}

ul#RiLeftNavi li.menu,
ul#LeftNavi li.menu {
	display: block;
	padding-top: 1px;
	margin-left: 1px;
}

ul#RiLeftNavi li.submenu,
ul#LeftNavi li.submenu {
	padding-left: 21px;
	padding-top: 1px;
}

ul#LeftNavi li.nextmenu {
	display: block;
	margin-top: 1px;
	margin-left: 1px;
	padding-top: 1px;
	border-top: 1px solid #CCCCCC;
}
ul#RiLeftNavi .InquiryBtn,
ul#LeftNavi .InquiryBtn,
ul#RiLeftNavi .OthersBtn,
ul#LeftNavi .OthersBtn {
	margin: 5px 0px 0px 5px;
}

/* LayoutTable */
#Content .LayoutTable {
	font-size: 1em;
	width: 100%;
}

#Content table.LayoutTable {
	font-size: 1em;
	border-bottom: 1px solid #CCCCCC;
}

#Content .LayoutTable th,
#Content .LayoutTable td {
	padding: 10px;
}

#Content .LayoutTable th {
	background-color: #E4F5FB;
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
	white-space: nowrap;
}

#Content .LayoutTable td {
	border-top: 1px solid #CCCCCC;
}

.LayoutTable td.dotline {
	background-image: url(images/dotline.gif);
	background-position: left;
	background-repeat: repeat-y;
	vertical-align:middle;
	text-align: center;
}
/* LayoutTable2 */
#Content .LayoutTable2{
	font-size: 1em;
	width: 100%;
}

#Content table.LayoutTable2 {
	font-size: 1em;
	border-bottom: 1px solid #CCCCCC;
}

#Content .LayoutTable2 th,
#Content .LayoutTable2 td {
	padding: 5px 10px;
}

#Content .LayoutTable2 th {
	background-color: #F5F5F5;
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
	white-space: nowrap;
}

#Content .LayoutTable2 td {
	border-top: 1px solid #CCCCCC;
}

.LayoutTable2 td.dotline {
	background-image: url(images/dotline.gif);
	background-position: left;
	background-repeat: repeat-y;
	vertical-align:middle;
	text-align: center;
}

.InsideBox,
.InsideBoxBottomgrayline,
.InsideBoxBottomdotline,
.InsideBoxBottomgreenline  {
	display: block;
	/*overflow: hidden;*/
	margin: 0;
	padding: 0 0 5px 0;
}

.InsideBoxBottomgrayline {
	border-bottom: 1px solid #CCCCCC;
}

.InsideBoxBottomdotline {
	background-image: url(images/bottom_dotline.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.InsideBoxBottomgreenline {
	border-bottom: 1px solid #009900;
}

.InsideNextmoreLink {
	background-image: url(images/bottom_dotline.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 10px;
	padding: 5px 0;
}

.InsideNextmoreLink p,
.InsideNextmoreLink a {
	text-align: center;
}


.InsideNextmoreLink a{
	display: block;
	width: 270px;
	margin: auto;
}

#Content p {
	margin: 5px 0px;
}

.PacBox {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-bottom: 4px solid #7FCC7F;
}

.PacBoxLast {
	padding-bottom: 10px;
	border-bottom: 1px solid #009900;
	background-color: #FFFFFF;
}

.PacInsideBox {
	background-image: url(images/pscbox_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	border-bottom: 1px solid #FFFFFF; /* IE */
}

.PacInsideBoxtop {
	background-image: url(images/pscbox_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 13px 10px 0px 20px;
}

.PacInsideBoxtop h3 {
	float: left;
	width: 224px;
}

.PacInsideBoxbottom {
	background-image: url(images/pscbox_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

.PacInsideBoxbottomLinkIn {
	background: url(images/pscbox_line.gif) no-repeat left top;
	padding: 10px 10px 0 20px;
}

.PacInsideBoxbottom p {
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 0px 20px;
	background-image: url(images/pscbox_line.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.Teaser {
	display: block;
}

.Teaser p {
	margin: 10px 0px 10px 0px;
}

#Content .IntoBoxLogoImg,
#Content .IntoBoxNonImg,
#Content .IntoBoxRightImg,
#Content .IntoBoxLeftImg {
	display: block;
	overflow: hidden;
	width: 530px;
	margin: 5px 15px;
}

#Content .IntoBoxLogoImg p,
#Content .IntoBoxNonImg p,
#Content .IntoBoxRightImg p,
#Content .IntoBoxLeftImg p {
	margin: 5px 0px 5px 0px;
}

#Content .IntoBoxLogoImg p.caseTxt,
#Content .IntoBoxNonImg p.caseTxt,
#Content .IntoBoxRightImg p.caseTxt,
#Content .IntoBoxLeftImg p.caseTxt {
	margin: 0 0px 5px 18px;
}
#Content .IntoBoxLogoImg ul,
#Content .IntoBoxNonImg ul,
#Content .IntoBoxRightImg ul,
#Content .IntoBoxLeftImg ul {
	margin: 10px 5px 10px 3px;
	padding: inherit;
	list-style: none;
	list-style-type: none;
}

#Content .IntoBoxLogoImg li,
#Content .IntoBoxNonImg li,
#Content .IntoBoxRightImg li,
#Content .IntoBoxLeftImg li {
	background-image: url(images/list_icon_g.gif);
	background-position: left 6px;
	background-repeat: no-repeat;	
	list-style-type: none;
	padding-left: 10px;
}

#Content .IntoBoxLogoImg ol.num li,
#Content .IntoBoxNonImg ol.num li,
#Content .IntoBoxRightImg ol.num li,
#Content .IntoBoxLeftImg ol.num li {
	background: none;
	list-style: decimal;
	margin-left: 30px;
	margin-bottom: 5px;
	padding-left: 0;
}
#Content .IntoBoxLogoImg ol.num ul,
#Content .IntoBoxNonImg ol.num ul,
#Content .IntoBoxRightImg ol.num ul,
#Content .IntoBoxLeftImg ol.num ul {
	padding: 0;
	margin: 0 0 10px;
}
#Content .IntoBoxLogoImg ol.num ul li,
#Content .IntoBoxNonImg ol.num ul li,
#Content .IntoBoxRightImg ol.num ul li,
#Content .IntoBoxLeftImg ol.num ul li {
	background-image: url(images/list_icon_g.gif);
	background-position: left 6px;
	background-repeat: no-repeat;	
	list-style-type: none;
	margin-left: 0;
	padding-left: 10px;
}

#Content .IntoBoxLogoImg h3,
#Content .IntoBoxNonImg h3,
#Content .IntoBoxRightImg h3,
#Content .IntoBoxLeftImg h3 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-image: url(images/dotline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 125%;
	color: #009900;
	font-weight: bold;
}

#Content .IntoBoxLogoImg h4,
#Content .IntoBoxNonImg h4,
#Content .IntoBoxRightImg h4,
#Content .IntoBoxLeftImg h4 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 110%;
	color:#000000;
	font-weight: bold;
	background-image: url(images/dotline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#Content .IntoBoxLogoImg h3.caseTitle,
#Content .IntoBoxNonImg h3.caseTitle,
#Content .IntoBoxRightImg h3.caseTitle,
#Content .IntoBoxLeftImg h3.caseTitle {
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 1px;
	padding-top: 4px;
	padding-left: 18px;
	font-size: 110%;
	color:#006633;
	font-weight: bold;
	background-image: url(images/caseTitle_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: middle;
	line-height: 1.5;
	height: 1.5;
}
#Content .IntoBoxLogoImg h3.caseTitle a,
#Content .IntoBoxNonImg h3.caseTitle a,
#Content .IntoBoxRightImg h3.caseTitle a,
#Content .IntoBoxLeftImg h3.caseTitle  {
	text-decoration: underline;
	font-weight: normal;
	font-size: 90%;
	margin-left: 15px;
}

#Content .IntoBoxLogoImg h4 {
	clear: none;
	margin: 0;
}

#Content .IntoBoxLogoImg h5,
#Content .IntoBoxNonImg h5,
#Content .IntoBoxRightImg h5,
#Content .IntoBoxLeftImg h5 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #009900;
	font-weight: normal;
	font-size: 105%;
	background-image: url(images/greenline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}


* .right {
	display: block;
	float: right;
	margin: 5px 0px 5px 10px;
	line-height: 1.6em;
}


* .left {
	display: block;
	float: left;
	margin: 5px 10px 5px 0px;
	line-height: 1.6em;
}

#PrivacyPolicyWrap {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#PrivacyPolicyContents {
	height: 100%;
	margin-right: 5px;
	margin-left: 5px;
	width: 588px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#PrivacyPolicyContent {
	height: 100%;
	width: 560px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#PrivacyPolicyContent h2 {
	margin: 0px;
	padding: 15px 0px 15px 0px;
}

.PrivacyPolicyInsideBox {
	padding: 15px;
	border-bottom: 3px solid #999999;
}

.PrivacyPolicyInsideBox p {
	margin: 0px;
	padding: 0px;
}

.PrivacyPolicyInsideBox h4 {
	margin-top: 8px;
}

#RecruitBottomLink {
	border-bottom: 1px solid #0033CC;
	text-align: center;
	width: 560px;
}

#RecruitBottomLink ul,
#RecruitBottomLink li {
	list-style-type: none;
	text-align: center;
}
#RecruitBottomLink ul {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 15px;
	overflow: hidden;
}
#RecruitBottomLink li.left {
	float: left;
	margin-right:15px;
	margin-bottom:10px;
}
#RecruitBottomLink li.right {
	margin-bottom:10px;
}


/* FormTable */
#Content .FormTable {
	font-size: 1em;
	width: 100%;
}

#Content table.FormTable  {
	font-size: 1em;
	border-bottom: 1px solid #CCCCCC;
}

#Content .FormTable th,
#Content .FormTable td {
	padding: 10px;
}

#Content .FormTable th {
	background-color: #E5F5E5;
	background-image: url(images/form_th_line.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
	width: 40%;
}

#Content .FormTable td {
	border-top: 1px solid #CCCCCC;
}

.FormTable td.dotline {
	background-image: url(images/dotline.gif);
	background-position: left;
	background-repeat: repeat-y;
	vertical-align:middle;
	text-align: center;
}

ol.pp {
	margin-left: 15px;
	padding-left: 10px;
	list-style-type: decimal;
	list-style-position: inherit;
}