@charset "utf-8";
/* CSS Document */
html {
	background: url(../img/background.gif) repeat-x center top;
}
body {
	color: #000;
	text-align: center;
}

/* Link *******************************************************/
a:link {
	color: #00349A;
	text-decoration: none;
}
a:visited {
	color: #295B8F;
	text-decoration: none;
}
a:hover {
	color: #00349A;
	text-decoration: underline;
}
a:active {
	color: #00C6FF;
	text-decoration: none;
}

/* Layout *******************************************************/
#Wrap {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	z-index: 50;
}

/* PageNavi *******************************************************/
#PageNavi {
	width: 1067px;
	height: 24px;
	position: absolute;
	left: -33px;
	z-index: 0;
}
#PageNavi .Prev {
	width: 24px;
	height: 24px;
	float: left;
}
#PageNavi .Up {
	width: 24px;
	height: 24px;
	float: right;
}

/* Header *******************************************************/
#Header {
	background: url(../img/h_bottomline.gif) no-repeat left bottom;
	width: 1000px;
	position: relative;
	z-index: 50;
}
#Header h1,
#Header .Logo {
	width: 162px;
	height: 63px;
	padding-top: 20px;
	float: left;
}
#Hcontents {
	float: right;
	width: 312px;
	text-align: right;
}

#Hcontents .Hmenu_global{
	padding: 0 0 12px 0;
}

/*
#Hcontents .Hmenu_support,
#Hcontents .Search {
	display: inline;
}
*/

#Hcontents .Hmenu_support {
	width: 115px;
	height: 12px;
	margin-top:4px;
	/*padding-right: 17px;*/
	/* text-align: left; */
	float:left;
}

#Hcontents form{
	width:190px;
	float:right;
}

#Hcontents #searchtext {
	width: 110px;
	margin:0 7px 0 0;
	padding: 0px 3px;
	font-size: 85%;
	line-height: 1.2em;
}

#Hcontents .Hmenu_support img,
#Hcontents #searchtext,
#Hcontents .Search .btn {
	vertical-align: bottom;
}

/* TopicPath */
#TopicPath {
	clear: both;
	font-size: 77%;
	line-height: 1em;
	padding-top: 8px;
	padding-left:2px;
 	margin-bottom:5px;
}
#TopicPath a:link {
	text-decoration: underline;
}

/* GlobalNavi */
#GlobalNavi {
	clear: both;
	width: 906px;
	height: 47px;
	margin-left: 94px;
}
#GlobalNavi li {
	width: 151px;
	float: left;
	text-align: right;
}
#GlobalNavi li img {
	vertical-align: top;
}

/* PageTitle *******************************************************/
#Wrap h1.PageTitle img {
	vertical-align: top;
}

/* Footer *******************************************************/
#Footer {
	width: 1000px;
	font-size: 85%;
	background: #FFF;
	clear: both;
	position: relative;
	z-index: 50;
}

/* Linklist */

#Linklist {
	border: 1px solid #C0C4C9;
	padding: 4px 19px 10px;
}
#Linklist p strong {
	font-weight: bold;
	color: #6179BA;
}
#Linklist ul {
	margin-top: 4px;
	text-align: left;
}
#Linklist ul li {
	display: inline;
	padding: 0px 11px;
	border-left: solid 1px #8D9AAB;
}
#Linklist ul li.Last {
	border-right: solid 1px #8D9AAB;
}
#Linklist li a:link {
	color: #000;
}

#LinklistE {
	margin-top: 22px;
	padding: 25px 19px 10px;
	background: url(../img/f_bg.gif) no-repeat left top;
	border: 1px solid #C0C4C9;
}

#LinklistE p strong {
	font-weight: bold;
	color: #6179BA;
}
#LinklistE ul {
	margin-top: 4px;
	text-align: left;
}
#LinklistE ul li {
	display: inline;
	padding: 0px 11px;
	border-left: solid 1px #8D9AAB;
}
#LinklistE ul li.Last {
	border-right: solid 1px #8D9AAB;
}
#LinklistE li a:link {
	color: #000;
}

#LinklistC {
	padding: 4px 19px 10px;
	background-color: #ffffff;
	border: 1px solid #C0C4C9;
}

#LinklistC p strong {
	font-weight: bold;
	color: #6179BA;
}
#LinklistC ul {
	margin-top: 4px;
	text-align: left;
}
#LinklistC ul li {
	display: inline;
	padding: 0px 11px;
	border-left: solid 1px #8D9AAB;
}
#LinklistC ul li.Last {
	border-right: solid 1px #8D9AAB;
}
#LinklistC li a:link {
	color: #000;
}

#Footer address {
	background: url(../img/f_background.gif) no-repeat left top;
	display: block;
	padding: 5px 0px 4px 20px;
}

/* FooterSupport */
#FooterSupport {
	background: url(../img/bg_blue.gif) repeat left top;
	padding: 3px 0px 4px 17px;
	border-top: 1px solid #C0C4C9;
	border-right: 1px solid #C0C4C9;
	border-left: 1px solid #C0C4C9;
}
#FooterSupport p {
	display: inline;
}
#FooterSupport img {
	vertical-align: top;
}
#FooterSupport p.Support {
	padding-right: 15px;
}
#FooterSupport p.Support strong {
	padding-right: 15px;
}
#FooterSupport p.Tel strong {
	padding-right: 3px;
}

/* PageTitle *******************************************************/
#Wrap h1 img {
	vertical-align: top;
}

/* info *******************************************************/

#info110318 {
	width: 998px;
	height: 221px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

/* Topic *******************************************************/

#Topic {
	background: url(../img/bg_gray.gif) repeat;
	width: 1000px;
	height: 80px;
	position: relative;
	margin-bottom: 20px;
	z-index: 70;
}
#Topic .BannerArea {
	height: 59px;
	width: 958px;
	position: absolute;
	top: 10px;
	left: 21px;
	overflow: hidden;
	z-index: 5;
}
#Topic ul {
	width: 1000px;
	height: 59px;
	list-style: none;
}
#Topic li {
	width: 320px;
	float: left;
}
#Topic .Icon {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 29px;
	z-index: 10;
}
#Topic .Prev {
	left: 0px;
}
#Topic .Next {
	right: 0px;
}


/* Topic without fla *******************************************************/
#Topic_t {
	background: url(../img/bg_gray.gif) repeat;
	width: 1000px;
	margin-bottom: 10px;
}

#Topic_n {
	width: 1000px;
}
#Topic_n ul{
	width: 1000px;
	list-style: none;
	padding: 10px 0 10px 20px;
}
#Topic_n li img{
	vertical-align: top;
}
#Topic_n li {
	width: 320px;
	float: left;
	padding: 2px 0;
}

/* Topic_s *******************************************************/

#Topic_s {
	background: url(../img/bg_equ.gif) repeat;
	width: 1000px;
	height: 80px;
	position: relative;
	margin-bottom: 20px;
	z-index: 70;
}
#Topic_s .BannerArea {
	height: 59px;
	width: 958px;
	position: absolute;
	top: 10px;
	left: 21px;
	overflow: hidden;
	z-index: 5;
}
#Topic_s ul {
	width: 1000px;
	height: 59px;
	list-style: none;
}
#Topic_s li {
	width: 320px;
	float: left;
}
#Topic_s .Icon {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 29px;
	z-index: 10;
}
#Topic_s .Prev {
	left: 0px;
}
#Topic_s .Next {
	right: 0px;
}


/* Contents *******************************************************/
#Contents {
	width: 1000px;
	padding-bottom: 30px;
	position: relative;
	z-index: 50;
}

#Main{
	width:750px;
	float:right;
	background-color: #FFF;
}

#Main-1000{
	width:1000px;
	position: relative;
	background-color: #FFF;
}

#Article{
 padding:20px;
 border:#ccc 1px solid;
}

/* Menu *******************************************************/
#Menu {
	width: 250px;
	float: left;
}
#Menu ul {
	background:#FFF url(../img/bg_gray.gif) repeat-x;
	padding-top: 7px;
	list-style: none;
	width: 230px;
	line-height: 1;
}
#Menu ul.NoBorder {
	background: #FFF url(none);
	padding-top: 0px;
}
#Menu li,
#Menu li img {
	vertical-align: top;
}

#Menu h2.Side{
 margin-top:10px;
}

#Menu .SideBanner{
 margin-top:15px;
}

#Menu .SideBanner p{
 margin-bottom:10px;
}

/* Menu SANSUI*******************************************************/
#Menu_s {
	width: 250px;
	float: left;
}
#Menu_s ul {
	background:#FFF url(../img/bg_equ.gif) repeat-x;
	padding-top: 7px;
	list-style: none;
	width: 230px;
	line-height: 1;
}
#Menu_s ul.NoBorder {
	background: #FFF url(none);
	padding-top: 0px;
}
#Menu_s li,
#Menu_s li img {
	vertical-align: top;
}

#Menu_s h2.Side{
 margin-top:10px;
}

#Menu_s .SideBanner{
 margin-top:15px;
}

#Menu_s .SideBanner p{
 margin-bottom:10px;
}

#RightCol .RightSideBanner{
 margin-top:15px;
}

#RightCol .RightSideBanner p{
 margin-bottom:10px;
}




/*定期交換メンバーバナー　130122追加*/
.bannerTeiki {
	margin: 0 0 10px 0;
}
.bannerTeiki .left {
	float: left;
}
.bannerTeiki .right {
	float: right;
}

