@charset "utf-8";

html {
    overflow-y: scroll;
    height:100%;
    }
/* ベース */
* { 
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

ul li img {
	vertical-align: bottom;
}

img {
	border-width: 0;
	border-style: none; 
}

.clr {
	clear: both;
}

span.block {
	display: block;
}

a {
	color: #0000ff;
	overflow: hidden;
	outline: none;
}

label {
	padding-right: 10px;
}

/* テキスト */
h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h2.blbg {
	margin-top: 20px;
	padding: 5px 0;
	background: url(../img/pt_bl.gif) repeat-y;
	text-indent: 14px;
	/*  #e5ecfd */
}

h2.lblbg {
	background: #e0f1f9;
	padding: 5px;
	font-size: 16px;
	color: #333;
	margin: 0;
}

h2.titlft {
	float: left;
	width: 120px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

p {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 10px;
}

p.lnkbl a {
	text-decoration: none;
}

.req {
	padding: 0 8px 8px 0;
	background: url(../img/pt_req.gif) no-repeat 0 2px;
}

th span.req {
	padding: 0 8px 4px 8px;
	background: url(../img/pt_req.gif) no-repeat 5px 0;
}

.rd {
	color: #cc0000;
}

.bl {
	color: #003399;
}

.nml {
	font-weight: normal !important;
}

/* 相対 */
.rtv {
	position: relative;
}

/* 位置 */
.ctr {
	text-align: center !important;
}

.lt {
	text-align: left !important;
}

.rt, .prc, .prcsum {
	text-align: right !important;
}

.mctr {
	text-align: center !important;
	vertical-align: middle !important;
}

.top {
	vertical-align: top;
}

.ctop {
	text-align: center;
	vertical-align: top;
}

.rtop {
	text-align: right;
	vertical-align: top;
}

/* レイアウト */
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#wrapper:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#wrapperwt {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* ヘッダ */
#hd {
	position: relative;
	height: 80px;
}

em {
	display: block;
	font-style: normal;
	text-align: right;
	padding: 13px 25px 0 0;
	font-size: 12px;
}

#logo {
	margin-left:30px;
	margin-top:10px;
}

#hdnavi {
	position: absolute;
	top: 54px;
	left: 545px;
}

#hdnavi li {
	float: left;
	width: 111px;
}

#hdnavi li#faq {
	width: 121px;
}

ul#hdmenu {
	width: 700px;
	height: 70px;
	margin: 0 auto;
	overflow:hidden;
	margin-left: 100px;
}

ul#hdmenu li {
	float: left;
	display:block;
}

ul#hdmenu li a{
	display:block;
	overflow: hidden;
    height: 50px;
    width: 140px;
    background-image: url(../img/hd.gif);
}

/* hdmenu normal
---------------------*/
    #navi1 a { width:140px; background-position:0       0;}
    #navi2 a { width:140px; background-position:-140px  0;}
    #navi3 a { width:140px; background-position:-280px  0;}
    #navi4 a { width:140px; background-position:-420px  0;}
    #navi5 a { width:140px; background-position:-560px  0;}
    

/* hdmenu rollover
----------------------*/
    #navi1 a:hover  { width:140px; background-position:0       -50px;}
    #navi2 a:hover  { width:140px; background-position:-140px  -50px;}
    #navi3 a:hover  { width:140px; background-position:-280px  -50px;}
    #navi4 a:hover  { width:140px; background-position:-420px  -50px;}
    #navi5 a:hover  { width:140px; background-position:-560px  -50px;}


/* hdmenu on
----------------------*/
    #navi11 a { width:140px; background-position:0       -50px;}
    #navi22 a { width:140px; background-position:-140px  -50px;}
    #navi33 a { width:140px; background-position:-280px  -50px;}
    #navi44 a { width:140px; background-position:-420px  -50px;}
    #navi55 a { width:140px; background-position:-560px  -50px;}


/* パンくずナビ */
div#crumbs {
	width: 875px;
	padding-left: 20px;
	height: 30px;
	background-color: #fff;
}

div#crumbs ul {
	width: 850px;
	margin: 0;
}

div#crumbs ul li a {
	text-decoration: none;
}

div#crumbs ul li {
	float: left;
	padding: 5px 14px 10px 5px;
	background:  url(../img/arw_crb.gif) no-repeat right 8px;
	letter-spacing: 0.1em;
	font-size: 12px;
}

div#crumbs ul li.now {
	background: none;
}

/* メインコンテンツ */
#content {
	margin: 0 auto;
	border-left: solid 25px #fff;
	width: 720px;
}

#contentl {
	clear: both;
	float: left;
	width: 665px;
}

#contentm {
	clear: both;
	float: left;
	border-left: solid 25px #fff;
	width: 630px;
}

#contents {
	clear: both;
	float: left;
	border-left: solid 25px #fff;
	width: 620px;
}

#main {
	width: 700px;
	margin: 0 0 0 75px;
}

/* 右メニュ */
#rtmenu {
	float: right;
	border-right: 25px solid #fff;
	width: 190px;
	background: url(../img/menu_bg.gif) no-repeat 0 0 #ddd;
}

#rtmenu ul, #rtmenubiz ul {
	margin: 0 0 30px 8px;
}

#rtmenubiz {
	float: right;
	border-right: 25px solid #fff;
	width: 190px;
	background: url(../img/menu_bg_biz.gif) no-repeat 0 0 #ddd;
}

#rtmenus {
	float: right;
	border-right: 25px solid #fff;
	width: 190px;
}

#rtmenus ul {
	margin: 0 0 2px 8px;
}

#menusgy {
	border-top: solid 1px #576faa;
	border-bottom: solid 1px #576faa;
	background: url(../img/menu_bg_s_gy.gif) repeat-y;
}

#menuswt {
	border-top: solid 1px #576faa;
	border-bottom: solid 1px #576faa;
	background: url(../img/menu_bg_s_wt.gif) repeat-y;
}

/* フッタ */
#ftnavi {
	clear: both;
	border-top: solid 25px #fff;
	margin: 0 auto 25px auto;
	width: 850px;
	text-align: center;
	background: #ccc;
	color: #555;
	padding: 4px 0;
	font-size: 12px;
}

#ftnavi a {
	color: #555;
	text-decoration: none;
}

#ftlist {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#ftlist div {
	float: left;
	width: auto;
	margin-right: 50px;
	padding-bottom: 15px;
}

#ftlist div.last {
	margin-right: 0;
}

#ftlist ul li {
	height: auto;
	line-height: 10px;
}

#ftlist ul li a {
	display: block;
	background: url(../img/pt_ft_bl.gif) no-repeat 0 2px;
	padding: 0 0 0 10px;
	margin-bottom: 7px;
	font-size: 10px;
	text-decoration: none;
	color: #373737;
}

#ftlist ul li ul li a, #ftlist ul.snd li a {
	margin-left: 10px;
	background: url(../img/arw_gy.gif) no-repeat 0 2px;
}

#ftlist ul li ul li.none a, #ftlist ul.snd li.none a {
	background: none;
	padding-left: 0;
}

#ftlist ul li ul li.w a, #ftlist ul.snd li.w a {
	line-height: 150%;
	background: url(../img/arw_gy.gif) no-repeat 0 5px;
}

#ftlist a:hover {
	color: #0000ff;
}

/* IE */
#ftlist ul li a, #ftlist ul li ul li a, #ftlist ul.snd li a { 
	/background-position: 0 2px;
	/margin-bottom: 2px;
}

/* IE6 */
* html #ftlist ul li a, * html #ftlist ul li ul li a, * html #ftlist ul.snd li a {
	background-position: 0 4px;
	margin-bottom: 0;
}

* html #ftlist ul li ul {
	margin-top: 7px;
}
/**/

#ft {
	clear: both;
	border-top: solid 1px #e5e5e5;
	width: 900px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
	color: #555;
}

#ft h2 a, #ft h2 a:visited {
	display: block;
	padding: 22px 0 5px 24px;
	color: #555;
	text-decoration: none;
	font-size: 12px;
}

address {
	padding-left: 24px;
	font-style: normal;
}

#copy {
	float: right;
	margin: 0 auto;
	padding: 0px 24px 15px 0;
	text-align: right;
}
#polilogo {
	margin: 0 auto;
	padding: 10px 24px 15px 100px;
	text-align: left;
}

/* マージン */
.mtp0 {
	margin-top: 0 !important;
}

.mtp2 {
	margin-top: 2px !important;
}

.mtp3 {
	margin-top: 3px !important;
}

.mtp5 {
	margin-top: 5px !important;
}

.mtp8 {
	margin-top: 8px !important;
}

.mtp10 {
	margin-top: 10px !important;
}

.mtp12 {
	margin-top: 12px !important;
}

.mtp15 {
	margin-top: 15px !important;
}

.mtp20 {
	margin-top: 20px !important;
}

.mtp25 {
	margin-top: 25px !important;
}

.mtp30 {
	margin-top: 30px !important;
}

.mtp35 {
	margin-top: 35px !important;
}

.mtp40 {
	margin-top: 40px !important;
}

.mtp45 {
	margin-top: 45px !important;
}

.mtp50 {
	margin-top: 50px !important;
}

.mbt0 {
	margin-bottom: 0 !important;
}

.mbt2 {
	margin-bottom: 2px !important;
}

.mbt5 {
	margin-bottom: 5px !important;
}

.mbt10 {
	margin-bottom: 10px !important;
}

.mbt15 {
	margin-bottom: 15px !important;
}

.mbt20 {
	margin-bottom: 20px !important;
}

.mbt25 {
	margin-bottom: 25px !important;
}

.mbt30 {
	margin-bottom: 30px !important;
}

.mbt35 {
	margin-bottom: 35px !important;
}

.mbt50 {
	margin-bottom: 50px !important;
}

.mrt15 {
	margin-right: 15px !important;
}

.mrt3 {
	margin-right: 3px !important;
}

.mrt5 {
	margin-right: 5px !important;
}

.mrt10 {
	margin-right: 10px !important;
}

.mrt20 {
	margin-right: 20px !important;
}

.mrt30 {
	margin-right: 30px !important;
}

.mlt5 {
	margin-left: 5px !important;
}

.mlt10 {
	margin-left: 10px !important;
}

/* 余白 */
.ptp20 {
	padding-top: 20px !important;
}

.ptp35 {
	padding-top: 35px !important;
}

.pbt7 {
	padding-bottom: 7px !important;
}

.prt5 {
	padding-right: 5px !important;
}

.prt8 {
	padding-right: 8px !important;
}

.prt12 {
	padding-right: 12px !important;
}


/* 区切り線 */
hr {
	clear: both;
	width: 100%;
	height: 1px;
	border: 0px;
	color: #fff;
}

hr.gy {
	color: #ccc;
	height: 1px;
	padding: 10px 0;
}

*>hr.gy {
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 0 0 0;
	padding: 0;
	margin: 12px 0;
}

.btop {
	border-top: solid 1px #ccc;
	padding-top: 8px;
}

.bbtm {
	border-bottom: solid 1px #ccc;
	padding-bottom: 8px;
}

/* 囲み */
.box {
	border: solid 1px #ccc;
	padding: 10px;
}

.blbox {
	background: #ebf8fe;
	padding: 10px;
}

.erbox {
	border: solid 1px #ccc;
	padding: 25px 10px 20px 10px;
}

/* リンク */
#main a:visited, #mainL a:visited {
	color: #660066 !important;
}

span.lnk {
	display: block;
	float: left;
	padding: 0 7px 0 8px;
	background: url(../img/arw_tri_bl.gif) no-repeat 0 3px;
	font-size: 12px;
}

span.lnklast {
	display: block;
	float: left;
	padding: 0 0 0 8px;
	background: url(../img/arw_tri_bl.gif) no-repeat 0 3px;
	font-size: 12px;
}

/* リスト */
ol, ol li{
	margin: 0 10px 0 20px;
	padding: 0;
}

ol {
	margin-top: 5px;
}

ol li{
	padding-bottom: 2px;
}

ol li ul {
	list-style-type: square; 
}

ul {
	list-style: none;
}

ul.error li {
	margin: 0 0 2px 80px;
	padding-left: 12px;
	background: url(../img/pt_rd.gif) no-repeat 1px 6px;
	font-size: 14px;
	line-height: 160%;
}

/* フォーム部品 */
.submitbtn {
	margin: 25px 0;
	text-align: center;
}

.submitbtn input {
	padding: 3px;
	width: 150px;
}

