@charset "UTF-8";
/* CSS Document */

/* 基本スタイル
-------------------------------------------------*/

* {
	margin:0;
	padding:0;
}
	
	
html,	
body {
	font-size:100%;
	color:#000000;
	background-color:#FFFFFF;
	height: 100%;
}
	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,p {
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

h1,h2,h3,h4,ul,li,p,address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	vertical-align: bottom;
}

a:link,
a:visited,
a:active {
	color: #FF3399;
	text-decoration: underline;
}

a:hover {
	color: #CC3399;
}

p.detail {
	height:auto;
	min-height:0;
	padding:0 5px 5px 0;
	text-align:right;
}


.cl {
	clear:both;
}

/* wrapper
-------------------------------------------------*/

#wrapper {
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #00B9EF;
	position: relative;
}

/* container
-------------------------------------------------*/

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/con_back.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	padding-bottom: 15px;
}


#header {
	background-image: url(../images/hed_back.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 760px;
	border-bottom-width: 4px;
	border-bottom-style: groove;
	border-bottom-color: #5BD2FF;
}
#header h1 {
	font-size: 12px;
	line-height: 20px;
	color: #00B9EF;
	position: absolute;
	z-index: 1;
	right: 180px;
}
#header h1 em {
	position: absolute;
	left: -9999px;
}


#mainimg {
	background-image: url(../images/mainimg.png);
	background-repeat: no-repeat;
	height: 340px;
	width: 760px;
}
#mainimg p {
	padding-top: 5px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #1b8ffa;
}
#maintxt {
	width: 720px;
	padding: 20px;
}
#maintxt p {
	font-size: 80%;
	color: #666666;
	text-indent: 1em;
	line-height: 150%;
}

/* gmenu
-------------------------------------------------*/
#gmenu {
	text-align: left;
	width: 760px;
	padding-bottom: 14px;
	height: 66px;
}

#gmenu ul {
	list-style-type: none;
}
#gmenu ul li {
	float: left;
	display: inline;
}


#gmenu ul li em {
	position: absolute;
	left: -9999px;
}

#gmenu ul li a {
	display:block;
	}

#gmenu ul li a#g01:link,
#gmenu ul li a#g01:visited,
#gmenu ul li a#g01:active {
	background-image: url(../images/g01.png);
	background-repeat: no-repeat;
	height: 66px;
	width: 180px;
	margin-left: 5px;
}

#gmenu ul li a#g01:hover {
	background-image: url(../images/g01_on.png);
	background-repeat: no-repeat;
	height: 66px;
	width: 180px;
	margin-left: 5px;
}

#gmenu ul li a#g02:link,
#gmenu ul li a#g02:visited,
#gmenu ul li a#g02:active {
	background-image: url(../images/g02.png);
	background-repeat: no-repeat;
	height: 66px;
	width: 180px;
	margin-left: 10px;
}

#gmenu ul li a#g02:hover {
	background-image: url(../images/g02_on.png);
	background-repeat: no-repeat;
	height: 66px;
	width: 180px;
	margin-left: 10px;
}

#gmenu ul li a#g03:link,
#gmenu ul li a#g03:visited,
#gmenu ul li a#g03:active {
	background-image: url(../images/g03.png);
	background-repeat: no-repeat;
	height: 66px;
	width: 180px;
	margin-left: 10px;
}

#gmenu ul li a#g03:hover {
	background-image: url(../images/g03_on.png);
	background-repeat: no-repeat;
	height: 66px;
	width: 180px;
	margin-left: 10px;
}

#gmenu ul li a#g04:link,
#gmenu ul li a#g04:visited,
#gmenu ul li a#g04:active {
	background-image: url(../images/g04.png);
	background-repeat: no-repeat;
	height: 66px;
	width: 180px;
	margin-left: 10px;
}

#gmenu ul li a#g04:hover {
	background-image: url(../images/g04_on.png);
	background-repeat: no-repeat;
	height: 66px;
	width: 180px;
	margin-left: 10px;
}

/* コンテンツ用グローバルメニュー
-------------------------------------------------*/
#gmenu02 {
	text-align: left;
	height: 50px;
	width: 720px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
}

#gmenu02 ul,
#gmenu03 ul {
	list-style-type: none;
}

#gmenu02 ul li {
	float: left;
	display: inline;
}


#gmenu02 ul li em,
#gmenu03 ul li em {
	position: absolute;
	left: -9999px;
}

#gmenu02 ul li a,
#gmenu03 ul li a {
	display:block;
	}

#gmenu02 ul li a#cg01:link,
#gmenu02 ul li a#cg01:visited,
#gmenu02 ul li a#cg01:active {
	background-image: url(../images/cg01.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}

#gmenu02 ul li a#cg01:hover {
	background-image: url(../images/cg01.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
	background-position: left -50px;
}

#gmenu02 ul li a#cg02:link,
#gmenu02 ul li a#cg02:visited,
#gmenu02 ul li a#cg02:active {
	background-image: url(../images/cg02.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}

#gmenu02 ul li a#cg02:hover {
	background-image: url(../images/cg02.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
	background-position: left -50px;
}

#gmenu02 ul li a#cg03:link,
#gmenu02 ul li a#cg03:visited,
#gmenu02 ul li a#cg03:active {
	background-image: url(../images/cg03.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}

#gmenu02 ul li a#cg03:hover {
	background-image: url(../images/cg03.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
	background-position: left -50px;
}

#gmenu02 ul li a#cg04:link,
#gmenu02 ul li a#cg04:visited,
#gmenu02 ul li a#cg04:active {
	background-image: url(../images/cg04.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}

#gmenu02 ul li a#cg04:hover {
	background-image: url(../images/cg04.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
	background-position: left -50px;
}

#gmenu02 ul li a#cg05:link,
#gmenu02 ul li a#cg05:visited,
#gmenu02 ul li a#cg05:active {
	background-image: url(../images/cg05.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}

#gmenu02 ul li a#cg05:hover {
	background-image: url(../images/cg05.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
	background-position: left -50px;
}

/* コンテンツ用グローバルメニュー2段目
-------------------------------------------------*/
#gmenu03 {
	width:720px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6699;
	}

#gmenu03 ul li a#cg05:link,
#gmenu03 ul li a#cg05:visited,
#gmenu03 ul li a#cg05:active {
	background-image: url(../images/cg03.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
	float: left;
}

#gmenu03 ul li a#cg05:hover {
	background-image: url(../images/cg03.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
	background-position: left -50px;
	float: left;
}

/* contents
-------------------------------------------------*/
#contents {
	width: 720px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#contents #rogo_box {
	height: 180px;
	width: 150px;
	padding-top: 15px;
	float: left;
}
#contents #co_area {
	width: 500px;
	padding-left: 70px;
	float: left;
	padding-top: 15px;
}
#contents #co_area table {
	background-color: #E6842F;
}
#contents #co_area th {
	background-color: #FFC56A;
	line-height: 30px;
	font-size: 90%;
}
#contents #co_area td {
	line-height: 30px;
	background-color: #FFFFFF;
	padding-left: 8px;
	color: #666666;
	font-size: 90%;
}
#contents #sidemenu {
	float: left;
	width: 150px;
}
#contents #sidemenu em {
	position: absolute;
	left: -9999px;
}
#contents #sidemenu ul {
	list-style-type: none;
	list-style-image: none;
}
#contents #sidemenu ul li {
	height: 30px;
	width: 150px;
	text-align: center;
	margin-bottom: 2px;
}
#wrapper #container #contents #sidemenu .form_b {
	height: 60px;
	width: 150px;
	margin-top: 15px;
}
#contents #care_area {
	float: left;
	width: 520px;
	padding-top: 15px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #66CCFF;
	padding-left: 15px;
}
#contents #care_area h2 {
	padding-bottom: 8px;
}
#contents #care_area .h2box {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF99FF;
}
#contents #care_area .step_n {
	float: left;
	height: 50px;
	width: 50px;
	padding-right: 5px;
	margin-top: 15px;
	padding-bottom: 8px;
}
#contents #care_area h3 {
	font-size: 110%;
	font-weight: bold;
	color: #3399FF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #3399FF;
	text-indent: 0.5em;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 20px;
}
#contents #care_area h4 {
	font-weight: bold;
	color: #FFA550;
	line-height: 150%;
	margin-top: 15px;
}
#contents #care_area p  {
	font-size: 85%;
	line-height: 150%;
	padding-right: 5px;
	padding-left: 5px;
}
#contents #care_area dl {
	padding-top: 15px;
	padding-bottom: 15px;
}
#contents #care_area dt {
	padding-bottom: 8px;
	line-height: 50px;
	font-weight: bold;
	color: #FFA550;
}
#contents #care_area dt img {
	margin-right: 5px;
}
#contents #care_area dd {
	font-size: 85%;
	line-height: 150%;
	padding-left: 8px;
	padding-bottom: 15px;
}
#contents #care_area table {
	margin-top: 15px;
	background-color: #f02060;
}
#contents #care_area th {
	width: 140px;
	background-color: #F0BBBB;
	font-size: 85%;
	line-height: 35px;
	color: #f02060;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}
#contents #care_area td {
	line-height: 150%;
	background-color: #FBECEC;
	font-size: 85%;
	padding: 5px;
	width: 357px;
}
#contents #care_area .t_box {
	width: 520px;
	margin-bottom: 15px;
}

/* submenu
-------------------------------------------------*/
#submenu {
	text-align: left;
	height: 30px;
	position: absolute;
	right: 25px;
	top: -5px;
}

#submenu ul {
	list-style-type: none;
}
#submenu ul li {
	float: left;
	display: inline;
}


#submenu ul li em {
	position: absolute;
	left: -9999px;
}

#submenu ul li a {
	display:block;
	}

#submenu ul li a#s01:link,
#submenu ul li a#s01:visited,
#submenu ul li a#s01:active {
	background-image: url(../images/s01.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 67px;
}

#submenu ul li a#g01:hover {
	background-image: url(../images/s01.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 67px;
}

#submenu ul li a#s02:link,
#submenu ul li a#s02:visited,
#submenu ul li a#s02:active {
	background-image: url(../images/s02.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 68px;
}

#submenu ul li a#s02:hover {
	background-image: url(../images/s02.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 68px;
}

#submenu ul li a#s03:link,
#submenu ul li a#s03:visited,
#submenu ul li a#s03:active {
	background-image: url(../images/s03.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 65px;
}

#submenu ul li a#s03:hover {
	background-image: url(../images/s03.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 65px;
}
#assist-nav {
	float: left;
	padding-left: 15px;
	width: 500px;
	height: 25px;
}
#assist-nav ul {
	list-style-image: none;
	list-style-type: none;
}
#assist-nav ul li {
	display: inline;
	width: 125px;
	float: left;
}
#assist-nav ul li em {
	position: absolute;
	left: -9999px;
}
#contents  .sitemap_area {
	width: 200px;
	margin-left: 50px;
	float: left;
}
#contents  .sitemap_area  ul {
	list-style-image: none;
	list-style-type: none;
}
#contents  .sitemap_area  ul  li {
	font-size: 80%;
	line-height: 30px;
}
#contents .sitemap_area ul li.dline {
	background-image: url(../images/dotted_line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
#contents #policy_area {
	width: 550px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CEE6FC;
	border-left-color: #CEE6FC;
}
#contents #policy_area h2 {
	font-size: 110%;
	line-height: 35px;
	color: #FF3399;
}
#contents #policy_area h3 {
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399FF;
	color: #3399FF;
	margin-bottom: 10px;
}
#contents #policy_area p {
	font-size: 80%;
	line-height: 150%;
}
#contents #policy_area dl {
	padding-top: 10px;
}
#contents #policy_area dt {
	font-size: 90%;
	padding-left: 5px;
	line-height: 25px;
}
#contents #policy_area dd {
	font-size: 90%;
	line-height: 25px;
	margin-bottom: 15px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#contents #policy_area #d_name {
	text-align: right;
	padding-top: 10px;
}
#contents #regular {
	float: left;
	width: 300px;
	margin-top: 15px;
	margin-left: 20px;
}
#contents #regular h3 {
	font-size: 110%;
	color: #FF6600;
	line-height: 35px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6666;
	border-bottom-color: #FF6666;
	background-color: #FFF3D5;
	text-indent: 0.5em;
}
#contents #regular ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 8px;
	padding-left: 8px;
}
#contents #regular ul li {
	font-size: 90%;
	line-height: 150%;
	color: #333333;
}
#contents #part {
	float: left;
	width: 300px;
	margin-top: 15px;
	margin-left: 60px;
}
#contents #part h3 {
	font-size: 110%;
	line-height: 35px;
	color: #0099FF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0099FF;
	border-bottom-color: #0099FF;
	background-color: #E9FCFF;
	text-indent: 0.5em;
}
#contents #part ul {
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 8px;
	padding-left: 8px;
}
#contents #part ul li {
	font-size: 90%;
	line-height: 150%;
	color: #333333;
}
#contents #entry {
	clear: both;
	text-align: center;
	padding-top: 15px;
}

/* footer
-------------------------------------------------*/

#footer {
	background-image: url(../images/foo_back.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}
#footer address {
	text-align: center;
	padding-top: 10px;
	font-size: 70%;
	color: #666666;
}
