@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	background-color: #FFFFFF;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #727171;
}
p,h1,h2,h3,h4,h5{
	margin:0px;
	padding:0px;
}
ol,ul,dl,li,dd,dt{
	margin:0;
	padding:0;	
	list-style:none;
}
select,textarea,input {
	font-size: 12px;
	line-height: 20px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #575757;
}
a img {
	border:0;
}
li img {
	vertical-align:top;
}
.bold{
	font-weight:bold;
}
.txt_bold1 {
  font-weight: normal;
}
.txt_weight1{
	font-weight: normal;
}
.f_right {
	float: right;
}
.f_left {
	float:left;
}
.super {
 vertical-align: super;
}
.sub {
 vertical-align: sub;
}
.sp1 {
	margin-bottom: 5px;
}
.sp2 {
	margin-top: 5px;
}
.sp3 {
	margin-bottom: 10px;
}
.sp4 {
	margin-top: 10px;
}
.sp5 {
	margin-bottom: 20px;
}
.sp6 {
	margin-top: 20px;
}
.sp7 {
	margin-bottom: 30px;
}
.sp8 {
	margin-top: 30px;
}
.sp9 {
	margin-bottom: 40px;
}
.sp10 {
	margin-top: 40px;
}
.sp11 {
	/* [disabled]padding-left: 15px; */
}
.sp12 {
	padding-right: 15px;
}
a:link,
a:visited,
a:active {
	color: #ff7d09;
	text-decoration: none;
}
a:hover {
	color: #ff7d09;
	text-decoration: underline;
}
.link1 {
	font-weight:bold;	
	color: #f40000;
	text-decoration: none;
}
a:hover .link1 {
	color: #f40000;
	text-decoration: underline;
}

.clear {
	clear:both;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.line1 {
	height: 5px;
	color: #FFFFFF;
	background-image: url(../images/common/line01.png);
	background-repeat: repeat-x;
	background-position: center top;
	clear:both;
}
.line3 {
	height: 2px;
	color: #FFFFFF;
	background-image: url(../images/common/line04.gif);
	background-repeat: repeat-x;
	background-position: center top;
	clear:both;
}

hr{
	border: 0px none;
	margin: 0px;
	padding: 0px;
	display:none;	
}
.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}
.txt_left{
	text-align:left;
}
.color1 {
	color:#39b89f;
}
.color2 {
	color:#f40000;
}
.color3 {
	color:#fff;
}
.color4 {
	color:#4589d5;
}
.txt_size1 {
	font-size:10px;
}
.txt_size2 {
	font-size:14px;
}
.txt_size3 {
	font-size:16px;
}
.txt_size4 {
	font-size:11px;
}
.txt_lheight1{
	line-height: 16px;
}
.txt_normal1{
	font-size: 12px;
	line-height: 20px;
	color: #727171;
	font-weight:normal;
}
.img_v1 {
	vertical-align: middle;
}
.img_v2 {
	vertical-align: bottom;
}
/********************************/
#wrapper {
	min-width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/header_line.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

/********************************/
#header_wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 47px;
	padding-top: 11px;
}
#header_wrapper .logo {
	width: 176px;
	height: 43px;
	margin-top: -4px;
	float: left;
}
#header_wrapper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}
/********************************/
#gmenu_wrapper {
	width: 469px;
	height: 39px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
#gmenu_wrapper ul {
	margin: 0px; 
	padding: 0px;
	line-height:0;    
}
#gmenu_wrapper li {
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	_zoom: 1; /* IE6 */
	line-height: 0;
	overflow: hidden;
}
ul.loginAfter_list li{
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	_zoom: 1; /* IE6 */
	line-height: 0;
	overflow: hidden;
}
/********************************/
.login_name_box {
	margin: 0px 10px 10px 10px;
	color:#FFF;
}
ul.login_help li{
	background-image: url(../images/common/arrow4.png);
	background-repeat: no-repeat;
	background-position: left 1.5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 12px;
}
ul.login_help a{
	color: #FFF;
	text-decoration: none;
}
ul.login_help a:hover{
	color: #FFF;
	text-decoration: underline;
}
ul.login_help span img{
	margin-left:6px;
	vertical-align:middle;
}
/********************************/
#footer{
	min-width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/footer_line.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 25px;
	background-color: #f6f6f5;
	clear: both;
}
.ft_subtitle{
	background-image: url(../images/common/line02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 7px;
}
.ft_box {
	float: left;
	margin-left: 30px;
	font-size: 10px;
	line-height: 20px;
}
.ft_box  li a,
.ft_box  li a:visited,
.ft_box  li a:active {
	text-decoration:none;
	color: #727171;
}
.ft_box  li a:hover {
	text-decoration: underline;
	color: #adadad;
}
#footer_Area {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer .copy {
/*	color: #727171;
	font-size: 10px;
	clear: both;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;*/
  color: #727171;
  font-size: 9px;
  clear: both;
  padding: 30px 0 30px 30px;
  text-align: left;
}
/********************************/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 10px;
}
#page-top a {
	width: 47px;
	display: block;
	background-image: url(../images/common/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 47px;
	text-indent: -9999px;
}
#page-top a:hover {
	background-position: left bottom;
}
/********************************/
.btn_box01{
	width: 438px;
	margin-right: auto;
	margin-left: auto;
}
.btn_box02{
	width: 214px;
	margin-right: auto;
	margin-left: auto;
}
.btn_orange01 a{
	background-image: url(../images/btn/btn_bg01_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 214px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding-top: 11px;
	text-decoration: none;	
	text-shadow: 1px 1px 0px #ff670c;
    -moz-box-shadow: 1px 1px 0px #ff670c;　/* Firefox用 */  
    -webkit-box-shadow: 1px 1px 0px #ff670c;　/* Safari,Google Chrome用 */  
}
.btn_orange01 a:hover{
	background-image: url(../images/btn/btn_bg01_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 214px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ff670c;
    -moz-box-shadow: 1px 1px 0px #ff670c;　/* Firefox用 */  
    -webkit-box-shadow: 1px 1px 0px #ff670c;　/* Safari,Google Chrome用 */  
}
.btn_gray01 a{
	background-image: url(../images/btn/btn_bg02_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 214px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding-top: 11px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #555;
    -moz-box-shadow: 1px 1px 0px #555;　/* Firefox用 */  
    -webkit-box-shadow: 1px 1px 0px #555;　/* Safari,Google Chrome用 */  
}
.btn_gray01 a:hover{
	background-image: url(../images/btn/btn_bg02_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 214px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 0px #555;
    -moz-box-shadow: 1px 1px 0px #555;　/* Firefox用 */  
    -webkit-box-shadow: 1px 1px 0px #555;　/* Safari,Google Chrome用 */  
}

/********************************/
ul.notes {
	margin-left:12px;
	color:#4589d5;
}
ul.notes li {
	list-style-type: none;
	text-indent: -1em;
}
ul.notes>li {
	list-style-type: none;
	text-indent: -1em;
}

ul.notes>li:before {
    display: inline;
    content: "※";
    }
/* IE 6.0 まで */
* html ul.notes li {
	list-style-type: disc;
	list-style-image: url(../images/common/kome.gif);
    }

* html ul.notes ul li {
    list-style-type: disc;
    list-style-image: none;
    }

* html ul.notes ol li {
    list-style-type: decimal;
    list-style-image: none;
    }
/* IE 7.0 */
*+html ul.notes li {
    list-style-type: disc;
    list-style-image: url(../images/common/kome.gif);
    }

*+html ul.notes>li {
    list-style-type: disc;
    list-style-image: url(../images/common/kome.gif);
    }
/********************************/
ul.small_notes {
	margin: 0;
	padding: 0;
	color: #4589d5;
	line-height:17px;
	font-size:10px;
}
ul.small_notes li {
	padding-left: 1em;
	text-indent: -1em;
	list-style-type: none;
}
/********************************/
ul.normal_notes {
	margin: 0;
	padding: 0;
	color: #4589d5;
}
ul.normal_notes li {
	padding-left: 1em;
	text-indent: -1em;
	list-style-type: none;
}
/********************************/
ul.num {
	margin-bottom: 1em;
	margin-left: 30px;
	margin-top: 5px;
}
ul.num li {
	position: relative;
	list-style: none;
	margin-bottom: 1px;
}
ul.num li span {
	position: absolute;
	top: 0;
	left: -30px;
}
* html ul.num li span { top: -0em; } /* for win ie6 */
*:first-child+html ul.num li span { top: -0em; } /* for win ie7 */ 
/********************************/
ul.normalList {
	margin-left: 15px;
}
ul.normalList li {
	list-style-type: disc;
}

/********************************/
.popup_title {
	background-image: url(../images/common/line03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
.popup_title2 {
	background-image: url(../images/common/icon05.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 22px;
}

a:hover img.img_on{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
/********************************/

.img_line1 {
	border: 1px solid #D9D9D9;
}
